Commit graph

185 commits

Author SHA1 Message Date
2ff598896d CI/Nix/Test: check gtest exit status 2026-04-30 11:15:32 +03:00
Vaxry
5ba33f8461
config/lua: init lua config manager, use lua if available (#13817)
Adds a new lua config manager, which will automatically be used if there is a lua config present.
2026-04-26 15:16:36 +01:00
f75a14d19e CI/Nix: use org-wide actions 2026-04-17 16:54:27 +03:00
Ioannis Tzavaras
43fcf1b035
CI/build: remove commented-out clang-format action (#13893) 2026-03-29 12:59:48 +03:00
Ioannis Tzavaras
eb10ecf738
build: remove legacy clang-format workflow (#13887) 2026-03-28 19:16:59 +00:00
51f8849e54
github: add ai policy to mr template 2026-02-21 20:37:34 +00:00
661314e134 CI/c-f check: adapt jidicula script 2026-02-16 15:45:10 +02:00
e6ca141364
CI/c-f check: set older clang ver 2026-02-15 00:53:57 +02:00
2ca7ad7efc
ci: disable comments for members 2025-12-11 12:40:02 +00:00
a5b7c91329
ci: run pr comment in target 2025-12-07 21:05:10 +00:00
c26e91f074
ci: fix yaml file 2025-12-07 17:29:07 +00:00
Nikolai Nechaev
76ac655c9e
CI: add the start PR label for start-hyprland (#12574) 2025-12-07 10:49:12 +00:00
afeda6cee6
ci: add new pr comment workflow 2025-12-05 20:29:02 +00:00
Vaxry
9264436f35
desktop: rewrite reserved area handling + improve tests (#12383) 2025-12-05 14:16:22 +00:00
Vaxry
d9657a95cb
hyprctl: use new hyprpaper ipc format (#12537)
---------

Co-authored-by: Mihai Fufezan <mihai@fufexan.net>
2025-12-04 17:59:47 +00:00
2ac9ded2ac
ci: fix ai workflow for the nth time 2025-11-22 13:56:41 +00:00
d66c9222b0
CI/AI translate: expose output 2025-11-21 14:17:16 +02:00
6b8e3358d6
CI/AI translate: change path filter action 2025-11-20 14:31:11 +02:00
fbb31503f1
CI/AI translate: fix yet again 2025-11-19 10:13:54 +02:00
Vaxry
c2670e9ab9
windowrules: rewrite completely (#12269)
Reworks the window rule syntax completely

---------

Co-authored-by: Mihai Fufezan <mihai@fufexan.net>
2025-11-17 18:34:02 +00:00
95ee08b340
ci: fix translation ci again 2025-11-17 17:53:34 +00:00
64e4e913e1
ci: fix translator ci 2025-11-17 16:57:17 +00:00
526aa1d020
CI/Nix: simplify cache config 2025-11-17 14:47:30 +02:00
5f0575737f
CI/AI translate: only run on src/i18n 2025-11-17 14:46:21 +02:00
68c23fbdaf CI: drop no_pch and make default, drop noxwayland 2025-11-17 09:58:14 +02:00
484d87d469 CI: drop meson build, simplify c-f check 2025-11-17 08:54:47 +02:00
3534dbdb89
ci: translation note fix 2025-11-16 21:19:36 +00:00
49c0c97c5a
CI: fix translator 2025-11-16 20:55:15 +00:00
e948445f6e
CI: minor translation fixes 2025-11-16 20:22:07 +00:00
f0de61ca21
CI: run translator in pull_request_target for comment access 2025-11-16 19:34:36 +00:00
c02a6184d3
CI: add a fail note to translation ci 2025-11-16 19:32:26 +00:00
15b4b1dd91
ci: fix comment workflow for translations 2025-11-16 19:01:22 +00:00
Vaxry
9321f52e07
CI: Add AI translation checks (#12342)
Adds AI-driven translation checks for translation MRs. Uses GPT-5-Mini.

Runs on a new translation MR, or can be manually triggered by me with "ai, please recheck"
2025-11-16 18:28:16 +00:00
2931184921
CI/release: populate git info (#12247) 2025-11-09 20:50:56 +00:00
0907fdf49c
CI/release: run cmake configure 2025-10-27 23:47:35 +02:00
fd42e9d082
CI/release: remove generateVersion call
Addresses https://github.com/hyprwm/Hyprland/pull/12110#issuecomment-3442583784
2025-10-26 21:27:49 +02:00
c30036bdac
CI/Arch: build hyprgraphics after hyprutils
Ensure no ABI breaks. Hyprgraphics depends on hyprutils.
2025-09-28 19:19:41 +03:00
Bahaa Mohamed
45f007d412 ci: remove duplicate cp and redundant mkdir commands 2025-09-22 12:31:36 +03:00
Nikolai Nechaev
22c8bc9b9b CI/Nix: Allow running CI in forks
Rather than hardcoding the repository name in the workflow file,
use a context value. This allows running workflows in forks.
2025-09-22 12:30:39 +03:00
xqso
5c8d675eed
ci: correct tar command for xz compression & fix typos (#11213) 2025-07-25 17:19:23 +02:00
a01d20cfe8
CI/Nix: fix rebase oopsie 2025-06-27 16:56:52 +03:00
2796ec1cf2 CI/Nix: separate xdph from hl 2025-06-26 23:38:23 +03:00
Vaxry
3d6476c902
Core: Add a test suite (#9297)
Adds a test suite for testing hyprland's features with a runtime tester

---------

Co-authored-by: Mihai Fufezan <mihai@fufexan.net>
2025-06-26 19:43:39 +02:00
ff2f85641a CI/Nix: add cache-nix-action
Use nixbuild/nix-quick-install-action which pairs well with
nix-community/cache-nix-action.

Should help with build times by reducing the number of packages needing
to be re-downloaded on each run.

Parameters are taken from https://github.com/nix-community/cache-nix-action
and may be tweaked later.
2025-06-20 01:37:59 +03:00
b8a204c21d
ci: minor fixes to glaze 2025-04-30 22:43:37 +01:00
raf
ddae3036ca
ci: close unwanted issues automatically (#10106)
* ci: close unwanted issues automatically

You want it, it's yours my friend.

* ci/close-issues: simplify

* ci/close-issues: try to handle large number of issues

* ci/close-issues: fix 'vaxerski'
2025-04-17 22:33:05 +02:00
ed05f14300 ci: nuke stalebot 2025-04-05 19:28:42 +01:00
c62fb08da6 github: remove issue templates 2025-04-05 18:45:52 +01:00
Lee Bousfield
c8d80a2920
ci: Fail on warnings (#9668)
* ci: Fail on warnings

* misc: Fix compiler warnings
2025-03-19 00:46:28 +01:00
d11d069715
CI/Nix: remove deprecated magic-nix-cache-action 2025-02-01 09:29:06 +02:00