Commit Graph
851988 Commits
Author SHA1 Message Date
Will Fancher b9057606a5 nixos/tests/moosefs: Use autoFormat 2025-08-24 15:32:29 -04:00
Will Fancher dc4a8f961a nixos/tests/hardened: Use autoFormat 2025-08-24 15:32:29 -04:00
Will Fancher d22eef5cfa nixos/tests/glusterfs: Use autoFormat 2025-08-24 15:32:29 -04:00
Will Fancher 35bbf24122 nixos/tests/bees: Use autoFormat 2025-08-24 15:32:29 -04:00
Niklas KorzandGitHub cd06dcae53 shader-slang: 2025.12.1 -> 2025.14.3 (#435962) 2025-08-24 21:30:07 +02:00
ibizamanandHerwig Hochleitner 078b5bba83 lldap: lldap 0.6.1 -> 0.6.2 2025-08-24 21:14:11 +02:00
ibizamanandHerwig Hochleitner 42b6d62699 lldap: add options to set important secrets 2025-08-24 21:14:11 +02:00
Leona MaroniandGitHub 1bda23e1fb paperless-ngx: 2.18.1 -> 2.28.2 (#436256) 2025-08-24 21:13:19 +02:00
Wolfgang WaltherandGitHub 8a36e80503 workflows/{merge-group,pr}: improve "no PR failures" handling (#435929) 2025-08-24 19:10:46 +00:00
Paul HaerleandGitHub 8fac9d9711 docker-color-output: fix binary name (#435885) 2025-08-24 21:10:33 +02:00
R. Ryantm 9a34bfab4d nezha: 1.13.0 -> 1.13.1 2025-08-24 19:05:22 +00:00
Weijia WangandGitHub 17b83ed9fb libcerf: 3.0 -> 3.1 (#430814) 2025-08-24 21:04:57 +02:00
Weijia WangandGitHub ec5f6812c2 linuxPackages.xone: 0.4.1 -> 0.4.3 (#434316) 2025-08-24 21:04:25 +02:00
Charlotte Van Petegem 4a6afa1e2c eid-mw: 5.1.21 -> 5.1.23
https://github.com/Fedict/eid-mw/releases/tag/v5.1.23
2025-08-24 20:57:47 +02:00
R. Ryantm e4688fcbde tombi: 0.5.6 -> 0.5.18 2025-08-24 18:57:15 +00:00
R. Ryantm 3333ada328 tparse: 0.17.0 -> 0.18.0 2025-08-24 18:46:42 +00:00
Emily 95cfbc3383 bazel_6: drop 2025-08-24 19:42:06 +01:00
Emily c2374fd15e bazel: bazel_6 -> bazel_7 2025-08-24 19:42:06 +01:00
Emily 4afbcac6c8 protoc-gen-js: 3.21.2 -> 3.21.4 2025-08-24 19:42:06 +01:00
R. Ryantm 8416afc141 snx-rs: 4.5.0 -> 4.6.0 2025-08-24 18:23:59 +00:00
Leona MaroniandGitHub 41cae5beb6 varnish77: 7.7.2 -> 7.7.3 (#436144) 2025-08-24 20:23:57 +02:00
Wolfgang WaltherandGitHub b36af43f05 kdePackages.packagekit-qt: 1.1.2 -> 1.1.3 (#429730) 2025-08-24 18:23:03 +00:00
Jamie Magee e4cbe62470 vintagestory: 1.20.12 -> 1.21.0-rc.7 2025-08-24 11:22:19 -07:00
Wolfgang WaltherandGitHub 9106a58f55 networkmanager-openvpn: 1.12.0 -> 1.12.2 (#433358) 2025-08-24 18:21:01 +00:00
Wolfgang WaltherandGitHub bf2d63a5eb level-zero: 1.22.4 -> 1.24.1 (#434203) 2025-08-24 18:20:53 +00:00
Wolfgang WaltherandGitHub b32a72fd3e intel-compute-runtime: 25.27.34303.6 -> 25.31.34666.3 (#434458) 2025-08-24 18:20:32 +00:00
Wolfgang WaltherandGitHub 782dfcca3e matrix-synapse-plugins.matrix-synapse-mjolnir-antispam: 1.10.0 -> 1.11.0 (#434359) 2025-08-24 18:20:09 +00:00
Fabián Heredia MontielandGitHub 535dec879a gst_all_1.gst-plugins-rs: disable tests (#436518) 2025-08-24 12:20:00 -06:00
Wolfgang WaltherandGitHub 55be605cf8 fuzzel: 1.12.0 -> 1.13.0 (#434592) 2025-08-24 18:19:46 +00:00
Wolfgang WaltherandGitHub c2a570c072 nwjs-ffmpeg-prebuilt: 0.102.0 -> 0.102.1 (#434753) 2025-08-24 18:18:04 +00:00
Wolfgang WaltherandGitHub 38360e0b99 pipeline: 2.6.1 -> 3.0.1 (#434669) 2025-08-24 18:17:46 +00:00
Wolfgang WaltherandGitHub 587d3ca50e pure-maps: 3.4.0 -> 3.4.1 (#434796) 2025-08-24 18:17:12 +00:00
Wolfgang WaltherandGitHub 0eec8630a9 dool: 1.3.4 -> 1.3.6 (#434855) 2025-08-24 18:17:03 +00:00
Wolfgang Walther 956d0a744d workflows/check: allow owners to fail when ci/OWNERS is untouched
The owners check is not reproducible, because it depends on the state of
the NixOS org on GitHub. Owners can rename their accounts or they can
leave the organisation and access to Nixpkgs can be removed from teams.
All of this breaks the owners check for reasons unrelated to the PR at
hand.

This PR makes the check for the owners file conditionally required: Only
when the ci/OWNERS file is actually modified a failed check will block
merging the PR. When that's not the case, the check will still fail
visibily in the checklist, but the failure can be ignored.

This is especially relevant for the Merge Queue, which should not be
entirely blocked whenever any of these events happen.

Also, it allows passing the checks in a fork when testing, where the
owners check will *always* fail, because the respective teams and
members are never part of the "user org" that a fork is.
2025-08-24 20:11:29 +02:00
Wolfgang Walther 5ff32763b2 workflows/{merge-group,pr}: avoid posting "no PR failures" for pull_request trigger
The required status checks should depend on exactly one workflow,
triggered via pull_request_target or merge_group. Anything that is
triggered by pull_request is for testing purposes of the workflows
themselves only.
2025-08-24 20:11:24 +02:00
Wolfgang Walther 2c25cb0891 workflows/{merge-group,pr}: post "no PR failures" status manually
Posting the status manually allows us to avoid the strange "skipped ==
success" logic and properly skip the `unlock` job for pull_request
events in the next commit.

This should be much easier to understand than the previous logic.
2025-08-24 20:11:23 +02:00
Robert Hensing 8d128a4138 testers.testEqualContents: add postFailureMessage parameter
Add an optional postFailureMessage parameter to testEqualContents that allows
users to provide additional context when tests fail. This is particularly useful
for providing instructions on how to update expected results when they change
intentionally.

The message is displayed after the standard failure output, helping maintainers
understand what to do next when a test fails.
2025-08-24 20:09:54 +02:00
Weijia WangandGitHub 053accab73 llvmPackages_21.lldbPlugins.llef: 1.2.1 -> 2.0.0 (#432042) 2025-08-24 20:09:33 +02:00
Shawn8901 961847a69f victorialogs: 1.26.0 -> 1.29.0 2025-08-24 20:06:01 +02:00
R. RyantmandWeijia Wang 36b4528952 linuxPackages.xone: 0.4.1 -> 0.4.3 2025-08-24 20:02:25 +02:00
James Ward 7858cb0472 amazon-q-cli: 1.13.3 -> 1.14.1 2025-08-24 12:00:10 -06:00
Ihar Hrachyshka 6e17d1560a python313Packes.docling: disable tests that access network 2025-08-24 13:44:29 -04:00
Ihar Hrachyshka a120ad68aa python313Packages.docling: 2.43.0 -> 2.47.1 2025-08-24 13:38:50 -04:00
Ihar Hrachyshka 2d2dea1980 python313Packages.docling-parse: 4.1.0 -> 4.2.3 2025-08-24 13:38:50 -04:00
Ihar Hrachyshka 607afb7655 python313Packages.docling-core: 2.44.2 -> 2.45.0 2025-08-24 13:38:50 -04:00
Wolfgang WaltherandGitHub 128ab1d92d hatari: 2.6.0 -> 2.6.1 (#434594) 2025-08-24 17:34:27 +00:00
Wolfgang WaltherandGitHub e2962d039e opensoundmeter: 1.4.1 -> 1.5 (#434834) 2025-08-24 17:33:59 +00:00
Weijia WangandGitHub 4079b505ad oneDNN: 3.8.1 -> 3.9 (#432119) 2025-08-24 19:33:41 +02:00
Wolfgang WaltherandGitHub 1f3fe78012 alfaview: 9.22.11 -> 9.22.12 (#435140) 2025-08-24 17:32:59 +00:00
Wolfgang WaltherandGitHub 08cd895bb5 jhentai: 8.0.9 -> 8.0.10+297 (#435175) 2025-08-24 17:32:34 +00:00