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
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
25d5ce4833
CI/setup_base: add libspng
2025-01-27 22:25:27 +02:00
littleblack111
cb7ed4f62b
ci: clang-format fix ( #9145 )
...
* move
* revert, comment via peter-evans/commit-comment@v3
* remove
2025-01-27 17:41:26 +01:00
littleblack111
ecae3c5e4b
ci: fix "Resource not accessible by integration" for cf workflow ( #9144 )
2025-01-23 12:32:44 +00:00
littleblack111
85aba23cbe
ci(clang-format): directly do the clang-format instead of error ( #8955 )
...
Will suggest a clang-format fix on every MR that violates it.
2025-01-09 20:54:25 +00:00
rszyma
b0cd9972e8
github: bug issue template improvements ( #8894 )
2025-01-03 12:47:34 +00:00
Tuur Vanhoutte
43ca66779b
hyprpm: use glaze to parse hyprctl plugin list ( #8812 )
...
* Use std::filesystem::path in hyprpm DataState to avoid concatenating strings with (folder + "/" + file)
* Added getPluginStates helper method in DataState
* Small clang-tidy improvements
2024-12-27 14:40:46 +00:00
Vaxry
e06b520427
core: Move regex from stdlib to re2 ( #8736 )
...
Moves the regex handling from stdlib to re2
2024-12-16 19:21:44 +01:00
c106f454c1
CI/Nix: temporarily disable cross build
2024-12-07 22:01:32 +02:00
875b598a33
github: mention PR guidelines in the template
2024-12-07 18:01:19 +00:00
Vaxry
320144ae72
core: move colorspace handling to oklab ( #8635 )
...
* Meson: add hyprgraphics
* Nix: add hyprgraphics
* CI/setup_base: get hyprgraphics-git
---------
Co-authored-by: Mihai Fufezan <mihai@fufexan.net>
2024-12-03 18:58:24 +00:00
083a5cf3c1
CI: update actions
2024-11-06 19:50:01 +02:00
6ce07ee864
CI/release: remove script backup line
2024-10-09 12:00:43 +03:00
d73c14751a
CI/Nix: git+https -> github
2024-09-28 21:53:18 +03:00
b2143a98e2
CI/Nix: no longer build with submodules
2024-09-27 00:07:52 +03:00
7b56ce6521
CI/Nix: add cross build
2024-09-26 21:17:07 +03:00
8b86ee8bf0
github: encourage usage of --systeminfo if Hyprland won't launch
2024-09-25 10:39:33 +01:00
Aqa-Ib
6179b17903
github: improve issue template ( #7699 )
...
* 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-08 21:12:01 +01:00