Commit Graph
850997 Commits
Author SHA1 Message Date
R. Ryantm f7ea7cb07e minijinja: 2.11.0 -> 2.12.0 2025-08-24 13:31:57 +00:00
Peder Bergebakken SundtandGitHub fcb0b3f2cc sdl2-compat: fix cross build on mingw (#435897) 2025-08-24 14:04:23 +02:00
Yohann BonifaceandGitHub b8c4c9da5d go-xmlstruct: 1.11.1 -> 1.11.2 (#436433) 2025-08-24 14:01:14 +02:00
Paul HaerleandGitHub 457564bbad nyxt: init nixos test (#427912) 2025-08-24 13:55:58 +02:00
Rick van SchijndelandGitHub 6b0b1559e9 nixos/restic: add command option (#432329) 2025-08-24 13:35:28 +02:00
R. RyantmandMasum Reza a0c53ddfb2 rmfuse: unstable-2021-06-06 -> 0.2.3 2025-08-24 16:54:00 +05:30
Weijia WangandGitHub 95a70aa3b2 playwright-mcp: 0.0.31 -> 0.0.34 (#429913) 2025-08-24 13:21:23 +02:00
Weijia WangandGitHub 5c464d2217 cent: 1.3.4 -> 2.0.0 (#431772) 2025-08-24 13:13:46 +02:00
Weijia WangandGitHub 35da41a4cc gtk4-layer-shell: 1.1.1 -> 1.2.0 (#433114) 2025-08-24 13:13:05 +02:00
Weijia WangandGitHub c35b08c18d ossia-score: 3.5.3 -> 3.6.1 (#431878) 2025-08-24 13:12:22 +02:00
Weijia WangandGitHub 04e759786f checkstyle: 10.26.1 -> 11.0.0 (#433714) 2025-08-24 13:08:07 +02:00
R. RyantmandWeijia Wang d8fae0591a cent: 1.3.4 -> 2.0.0 2025-08-24 12:59:12 +02:00
Weijia WangandGitHub 8ebf9bb8fd pulumi: 3.185.0 -> 3.190.0 (#430029) 2025-08-24 12:45:39 +02:00
Weijia WangandGitHub 648593d686 chatmcp: 0.0.71 -> 0.0.74 (#432997) 2025-08-24 12:28:09 +02:00
André SilvaandGitHub bde35972f5 claude-code: 1.0.88 -> 1.0.89 (#436141) 2025-08-24 11:27:54 +01:00
R. Ryantm 6d4e89ee08 go-xmlstruct: 1.11.1 -> 1.11.2 2025-08-24 10:25:27 +00:00
Franz PletzandGitHub 835260ee69 nginxMainline: 1.27.5 -> 1.29.1 (#436131) 2025-08-24 12:17:27 +02:00
Weijia WangandGitHub ab8c11255c icingaweb2: include schema dir in $out/ (#380065) 2025-08-24 12:15:12 +02:00
Weijia WangandGitHub ea4d3e10fe icingaweb2: 2.12.4 -> 2.12.5 (#425796) 2025-08-24 12:14:59 +02:00
Pavol RusnakandGitHub 1ca928d0df maintainers: remove shyim (#436426) 2025-08-24 12:14:52 +02:00
Wolfgang WaltherandGitHub 0b91796923 workflows/test: init (#435547) 2025-08-24 10:14:26 +00:00
Weijia WangandGitHub 76182f8bea ivpn{,-service,-ui}: 3.14.29 -> 3.14.34 (#435468) 2025-08-24 12:11:47 +02:00
Weijia WangandGitHub 02732e9046 vscode-extensions.cweijan.vscode-database-client2: 8.3.7 -> 8.3.9 (#434841) 2025-08-24 12:10:13 +02:00
Weijia WangandGitHub 56475805a5 vscode-extensions.betterthantomorrow.calva: 2.0.523 -> 2.0.524 (#434744) 2025-08-24 12:09:39 +02:00
Weijia WangandGitHub 9056ab1c03 vscode-extensions.rooveterinaryinc.roo-cline: 3.25.13 -> 3.25.16 (#434495) 2025-08-24 12:09:01 +02:00
Weijia WangandGitHub abdc750d1c vscode-extensions.amazonwebservices.amazon-q-vscode: 1.88.0 -> 1.90.0 (#434429) 2025-08-24 12:08:30 +02:00
Weijia WangandGitHub 5e186f7a54 vscode-extensions.ms-vsliveshare.vsliveshare: 1.0.5948 -> 1.0.5959 (#434422) 2025-08-24 12:07:52 +02:00
Wolfgang Walther 534d41ee9c workflows/test: test merge-group workflow
Changes to the merge-group workflow should also validate that the file
is hooked up correctly and works - otherwise we risk merging CI changes
that cause the merge queue to fail consistently.
2025-08-24 12:07:44 +02:00
Wolfgang Walther 06a0eba240 workflows/test: run push job on correct commit
Previously, the test for the push workflow was running on the HEAD
commit of the PR only. It would be better to run it on the merged result
instead, just like any other tests we run in a PR.
2025-08-24 12:07:43 +02:00
Wolfgang Walther 443f30f811 workflows/test: init
This workflow runs the PR and Push workflow files on a `pull_request`
trigger. The intent is to test changes to the workflow files
immediately. Previously, these were run directly from the respective
workflow files.

The new approach allows us to move the logic to run this only when
workflow files changed from the pull_request trigger into a job. This
has the advantage that older jobs are cleaned up, when the PR changes
from a state of "workflow files changed" to "no workflow files changed".
This can happen when changing a PR's base from staging to master, in
which case changes from master would temporarily appear in the PR as
changes. When these include changes to workflow files, this would
trigger the PR workflow via `pull_request`. Once the base is changed,
the PR is closed and re-opened, so CI runs again - but since it's on the
same commit and the new run doesn't trigger `pull_request`, the results
of the previous run are still kept and displayed. These results may
include cancelled or failed jobs, which are impossible to recover from
without another force-push.

Checking this condition at run-time is only possible, because we move it
into a separate workflow, turning the `pr.yml` workflow into a re-usable
workflow. This will make sure to skip the whole workflow at once, when
no change was detected, which will prevent the "no PR failures" job from
appearing as skipped - which would imply "success" and make the PR
mergeable immediately. Instead the "no PR failures" job is not shown at
all for this trigger, which is generally what we want.

Do the same for `push.yml` for consistency.
2025-08-24 12:07:39 +02:00
Weijia WangandGitHub 71bc8469fe vscode-extensions.danielsanmedium.dscodegpt: 3.14.3 -> 3.14.19 (#434418) 2025-08-24 12:07:23 +02:00
Weijia WangandGitHub ef5e7907a5 vscode-extensions.grapecity.gc-excelviewer: 4.2.63 -> 4.2.64 (#434410) 2025-08-24 12:06:48 +02:00
Weijia WangandGitHub 10cf8cdbb0 vscode-extensions.fstarlang.fstar-vscode-assistant: 0.19.1 -> 0.19.2 (#434408) 2025-08-24 12:06:16 +02:00
Weijia WangandGitHub 7d09c5973f vscode-extensions.unifiedjs.vscode-mdx: 1.8.15 -> 1.8.16 (#434406) 2025-08-24 12:05:52 +02:00
Weijia WangandGitHub 1cce253f55 vscode-extensions.coder.coder-remote: 1.10.0 -> 1.10.1 (#434403) 2025-08-24 12:05:21 +02:00
Soner Sayakci f38281ffaa maintainers: remove shyim 2025-08-24 12:05:19 +02:00
Weijia WangandGitHub 8fe0ec7125 vscode-extensions.marp-team.marp-vscode: 3.2.1 -> 3.3.0 (#432249) 2025-08-24 12:04:48 +02:00
Weijia WangandGitHub 95653eda7d vscode-extensions.gitlab.gitlab-workflow: 6.35.3 -> 6.36.0 (#432300) 2025-08-24 12:04:09 +02:00
Weijia WangandGitHub 74205499d6 vscode-extensions.xdebug.php-debug: 1.36.1 -> 1.37.0 (#432122) 2025-08-24 12:03:32 +02:00
Wolfgang WaltherandGitHub df117806ea workflows/eval.misc: run tasks in parallel (#436171) 2025-08-24 10:03:29 +00:00
Weijia WangandGitHub 32c4ce20b4 vscode-extensions.danielgavin.ols: 0.1.38 -> 0.1.43 (#432142) 2025-08-24 12:03:00 +02:00
Weijia WangandGitHub 966bb73ab5 vscode-extensions.scalameta.metals: 1.53.0 -> 1.55.0 (#432436) 2025-08-24 12:02:20 +02:00
Weijia WangandGitHub 0022ec2602 vscode-extensions.eamodio.gitlens: 17.3.3 -> 17.3.4 (#433176) 2025-08-24 12:01:35 +02:00
Weijia WangandGitHub 00b560e2ef vscode-extensions.pkief.material-icon-theme: 5.25.0 -> 5.26.0 (#436318) 2025-08-24 12:01:07 +02:00
Weijia WangandGitHub 8dffb8e3d4 vscode-extensions.redhat.java: 1.43.1 -> 1.44.0 (#432231) 2025-08-24 12:00:00 +02:00
isabelandGitHub 7e1ddc3a4c syncthingtray: 1.7.10 -> 2.0.0 (#435707) 2025-08-24 10:52:59 +01:00
Morgan JonesandGitHub db79c8a1b2 z3: 4.15.2 -> 4.15.3 (#434248) 2025-08-24 09:42:41 +00:00
isabelandGitHub 34b66522e6 vscode-extensions.catppuccin.catppuccin-vsc-icons: 1.23.0 -> 1.24.0 (#436398) 2025-08-24 10:28:02 +01:00
d235d3846b gambit-project: 16.3.0 -> 16.3.1 (#434973)
Co-authored-by: t4ccer <t4ccer@users.noreply.github.com>
2025-08-24 09:27:35 +00:00
isabelandGitHub 4005d299fa otree: 0.5.0 -> 0.5.1 (#436400) 2025-08-24 10:27:09 +01:00