aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
AgeCommit message (Collapse)Author
2024-10-09CI/release: remove script backup lineMihai Fufezan
2024-09-28CI/Nix: git+https -> githubMihai Fufezan
2024-09-27CI/Nix: no longer build with submodulesMihai Fufezan
2024-09-26CI/Nix: add cross buildMihai Fufezan
2024-09-25github: encourage usage of --systeminfo if Hyprland won't launchvaxerski
2024-09-08github: improve issue template (#7699)Aqa-Ib
* github: improve issue template Require to check that you have searched through open and closed issues before committing. * fix yaml syntax * clarify text * validation * revert validation * markdown * done
2024-09-08github(nix-build): switch to better nix installer, attempt at fixing hash ↵diniamo
mismatch (#7701) * github(nix-build): switch to DeterminateSystems/nix-installer-action * github(nix-build): switch to a direct git reference instead of cloning * github(nix-ci): attempt to fix CI for pull requests
2024-08-31CI: clarify Nix CI jobs; disable on forked repositoriesNotAShelf
2024-08-26CI: disable stale workflow on forks (#7535)raf
The stale workflow will run unconditionally, but will fail on forks due to `STALEBOT_PAT` not being set. Trigger the workflow *only* if we are on the main repo, where we can guarantee the PAT. Also formats the YML syntax to be slightly more readable.
2024-07-30CI: update actionsMihai Fufezan
flake.lock: update aquamarine and xdph
2024-07-27CI: only run once for PRs with branches from original repo (#7075)Mihai Fufezan
2024-07-21Core: Move to aquamarine (#6608)Vaxry
Moves Hyprland from wlroots to aquamarine for the backend. --------- Signed-off-by: Vaxry <[email protected]> Co-authored-by: Mihai Fufezan <[email protected]> Co-authored-by: Jan Beich <[email protected]> Co-authored-by: vaxerski <[email protected]> Co-authored-by: UjinT34 <[email protected]> Co-authored-by: Tom Englund <[email protected]> Co-authored-by: Ikalco <[email protected]> Co-authored-by: diniamo <[email protected]>
2024-06-18github: reword bug or regression (#6520)Aqa-Ib
2024-06-11core: move to hyprutils for utils (#6385)Vaxry
* core: move to hyprutils for utils Nix: add hyprutils dep * Meson: add hyprutils dep * flake.lock: update --------- Co-authored-by: Mihai Fufezan <[email protected]>
2024-06-10github: improve the chances of the user specifying bug or regression (#6399)Aqa-Ib
2024-06-09ci: add auto labels on PR (#6369)DrummyFloyd
* ci: add auto labels * ci(labeler): add glob for src/protocols * ci: adapt to vaxerski request
2024-05-25hyprctl: Add Config Flag to `hyprctl systeminfo` (#6160)Gabriel Ford
2024-05-11nix: build improvements (#5952)André Silva
* scripts: allow using existing variable values in generateVersion.sh * nix: populate versioning variables * nix: remove unused meson input * nix: remove unnecessary hyprland-protocols dependency * Nix: remove nixConfig from flake It's more annoying than helpful. * CI/Nix: fix PR build failure --------- Co-authored-by: Mihai Fufezan <[email protected]>
2024-05-10github: update issue template with new pathVaxry
2024-05-05CI/Nix: build with submodulesMihai Fufezan
- Clone repo recursively - Update Nix install action - Remove wlroots update
2024-04-23CI: add no PCH build (#5708)thejch
2024-04-22CI/Nix: use hyprland cachix (#5701)fred21O4
2024-04-21ci: Fix CI (#5679)Vaxry
2024-04-20core: Move tearing to hyprwayland-scanner (#5657)Vaxry
Adds a new dependency: hyprwayland-scanner https://github.com/hyprwm/hyprwayland-scanner --------- Co-authored-by: Mihai Fufezan <[email protected]>
2024-04-15CI: unshallow on checkout before sourcing the tarballVaxry
2024-04-12CI: fix packagingVaxry
2024-04-12CI: fix archVaxry
2024-03-26github: fix github issue template crash dir (#5269)thejch
2024-03-19github: remove redundant instruction (#5163)Epilepsy Gatherings
v0.34.0 is pretty old at this point.
2024-03-15ci: remove codeqlVaxry
bullshit, useless, and only fails for no reason
2024-03-09internal: Support libhyprcursor (#5009)Vaxry
woo --------- Co-authored-by: Mihai Fufezan <[email protected]>
2024-03-06ci: pack hyprpm to the release tarVaxry
2024-03-04CI/Nix: attempt to fix broken cache (#4963)musjj
DeterminateSystems/nix-installer-action is causing hash inconsistency between CI & local build.
2024-02-18Migrate the config to hyprlang (#4656)Vaxry
* Migrate to hyprlang * pop up errors * fix swapped args * Meson & Nix: build with hyprlang * CI: add hyprlang to setup action * add infra for plugin stuff * fix hyprctl getoption * fix hyprctl getoption with json * format * fix post parse logic * fix autogen config * oops missed exec-once * fmt * fix ws rules * require 0.3.0 for hyprlang * nix: flaek * minor type fixes * fix cfg usages in swipe * use cvarlist for ws rules * fix throw in addPluginConfigVar * Nix: update hyprlang * minor fixes * fix disableLogs * mention hyprlang docs * bump hyprlang dep in cmake * Meson: bump min hyprlang version Nix: update hyprlang * minor fix * Nix: update meson patch --------- Co-authored-by: Mihai Fufezan <[email protected]>
2024-01-05CI: don't close stale issuesvaxerski
2024-01-01CI: limit stalebot ops per runvaxerski
2024-01-01CI: allow manual stale executionVaxry
2024-01-01CI: add stalebotVaxry
2024-01-01issue templates: make versions spoiler'dvaxerski
2023-12-29CI/Nix: fix buildMihai Fufezan
2023-12-10ci: use composite action to minimize code duplication (#4112)François Conzelmann
2023-12-07hyprpm: Add hyprpm, a Hyprland Plugin Manager (#4072)Vaxry
2023-12-06style/ci: apply clang-format and verify it in ci (#4039)François Conzelmann
* style: apply clang-format * ci: add new clang-format job to CI
2023-11-26build: remove nv patches (#3957)Vaxry
2023-11-24renderer: Move to a full Hyprland GL rendering pipeline (#3920)Vaxry
Also updates wlroots
2023-10-14build: CMake pipeline improvements (#3564)Vaxry
2023-10-10CI/release: update version generationMihai Fufezan
2023-09-14Nix CI: use DetSys' install & cache actionsMihai Fufezan
2023-09-12CI: don't run wlroots update in PRsMihai Fufezan
2023-09-12CI: add reusable actionsMihai Fufezan