Lin Jian and GitHub
dada6ecde5
emacs: bump elisp packages ( #412569 )
2025-06-01 17:11:50 +08:00
Aleksana and GitHub
27f051c104
nixos/octoprint: fix setting host causing port to be unset ( #411942 )
2025-06-01 17:08:51 +08:00
Aleksana and GitHub
d460e0c365
python3Packages.pytensor: fix build dependency ( #411918 )
2025-06-01 17:07:45 +08:00
Aleksana and GitHub
622006b3e8
blucontrol: fix typo ( #412242 )
2025-06-01 17:03:32 +08:00
Aleksana and GitHub
7263b31db1
nixos/stalwart-mail: fix description of openFirewall ( #412873 )
2025-06-01 16:59:55 +08:00
Ramses and GitHub
35b348ccfe
restic: move to pkgs/by-name ( #412836 )
2025-06-01 10:54:08 +02:00
Marcus Ramberg and GitHub
deffa881a2
perlPackages.CryptOpenSSLRSA: 0.33 -> 0.35 ( #407475 )
2025-06-01 10:54:06 +02:00
Gaétan Lepage and GitHub
a31233042d
python3Packages.spsdk-mcu-link: 0.6.0 -> 0.6.4 ( #412821 )
2025-06-01 10:53:17 +02:00
Aleksana and GitHub
f84ae4e690
connman-ncurses: drop ( #411492 )
2025-06-01 16:50:59 +08:00
TornaxO7
7f29ce73cb
nixos/stalwart-mail: fix description of openFirewall
2025-06-01 10:49:56 +02:00
Ramses and GitHub
a344866718
skeema: use finalAttrs ( #412855 )
2025-06-01 10:49:47 +02:00
6bae9139e9
gittuf: 0.10.1 -> 0.10.2 ( #412866 )
...
Co-authored-by: flandweber <finn@landweber.xyz >
2025-06-01 08:47:24 +00:00
Marcus Ramberg and GitHub
b50a07db77
perlPackages.AppSqitch: 1.5.0 -> 1.5.1 ( #392732 )
2025-06-01 10:43:23 +02:00
Pol Dellaiera and GitHub
67081407d3
gh-dash: 4.15.0 -> 4.16.0 ( #412820 )
2025-06-01 08:43:11 +00:00
Pol Dellaiera and GitHub
ba582cfc53
vscode-extensions.vscodevim.vim: 1.29.2 -> 1.30.1 ( #412862 )
2025-06-01 08:42:45 +00:00
Marcus Ramberg and GitHub
7d23649156
perlPackages.SubHandlesVia: 0.050000 -> 0.050002 ( #396536 )
2025-06-01 10:39:58 +02:00
Marcus Ramberg and GitHub
2027346128
shipwright: add aarch64-linux support ( #412728 )
2025-06-01 10:35:43 +02:00
R. Ryantm
4d619a8ec6
gittuf: 0.10.1 -> 0.10.2
2025-06-01 08:27:18 +00:00
Gaétan Lepage and GitHub
a6d9968b5a
multiqc: 1.28 -> 1.29 ( #412392 )
2025-06-01 10:23:53 +02:00
Ramses and GitHub
be4bf2d53c
doc/udevCheckHook: init ( #412001 )
2025-06-01 10:23:27 +02:00
7c6f434c and GitHub
28bd341320
rizin: 0.7.4 -> 0.8.1, cutter: 2.3.4 -> 2.4.1, cutterPlugins.jsdec: 0.7.0 -> 0.8.0, cutterPlugins.rz-ghidra: 0.7.0 -> 0.8.0 ( #408117 )
2025-06-01 08:19:54 +00:00
7c6f434c and GitHub
d84c59deaf
opencsg: fix ( #411715 )
2025-06-01 08:15:35 +00:00
7c6f434c and GitHub
f646c51d4b
rlwrap: 0.46.1 -> 0.46.2 ( #410783 )
2025-06-01 08:08:34 +00:00
R. Ryantm
2cbb6b7416
vscode-extensions.vscodevim.vim: 1.29.2 -> 1.30.1
2025-06-01 07:54:30 +00:00
Leona Maroni and GitHub
a9c57c7ca5
radicle-node: disable flaky test ( #412622 )
2025-06-01 09:53:09 +02:00
Wolfgang Walther and GitHub
80e3aa39ef
workflows/check-cherry-picks: post review comments ( #412068 )
2025-06-01 07:41:51 +00:00
Michele Guerini Rocco and GitHub
21bfb6cd3f
qutebrowser: fix on darwin ( #411408 )
2025-06-01 09:40:28 +02:00
Alexis Praga
fd230b25b2
multiqc: 1.28 -> 1.29
...
Polars is now a dependencies.
Running it with nix in some configuration fails to remove temporary
directories. Before skipping this step, it retries 10 times and doubles the waiting
time each time. We set max retries to 2.
2025-06-01 09:38:59 +02:00
Wolfgang Walther
856792f93e
workflows/check-cherry-picks: truncate long diffs after 10k characters
...
GitHub comments have a length limit, so we can't just dump everything.
The 10k limit is arbitrary, but the assumption is that reviewing the
range-diff is not the sensible thing to do once it becomes a certain
size - reviewing the regular diff and treating the commit as "new" is
easier to do in that case. Thus, truncating should work out fine,
especially when the full range-diff is still available in the runner
log.
This could still end up in with an error, if a PR has multiple commits,
which all hit the limit. Let's get there first, before we try to fix
that hypothetical case, too.
2025-06-01 09:35:51 +02:00
Wolfgang Walther
515b174c42
workflows/check-cherry-picks: post review comments
...
Instead of failing the job, the workflow will now post review comments
as "Request Changes". This makes the feedback more readily visible and
avoids having to merge despite a failing CI job. It is also a
pre-requisite to enable required status checks / required workflows in
the future.
Committers are asked to confirm the differences by explicitly dismissing
the generated review. After dismissal, the related review comment will
automatically be marked as "resolved".
The comments only report warnings and errors. Reviews are automatically
dismissed when they have been addressed by the author and no problems
remain. If problems remain, existing, still pending, review comments
will be updated. If the same problems had already been dismissed
earlier, no new review comment will be created either.
2025-06-01 09:35:47 +02:00
Wolfgang Walther
3dff9c34c0
ci/check-cherry-picks: improve formatting of failure reports
2025-06-01 09:35:46 +02:00
Wolfgang Walther
6054a8f217
ci/check-cherry-picks: refactor output / logging
...
This way it's a bit more centralized and easier to extend.
2025-06-01 09:35:45 +02:00
Wolfgang Walther
30600ac6d1
ci/check-cherry-picks: set -u
2025-06-01 09:35:44 +02:00
Wolfgang Walther
4c345b2fb4
ci/check-cherry-picks: remove unused condition
...
The command substitution style we recently switched to strips trailing
newlines, so we don't need to check for empty lines anymore.
2025-06-01 09:35:42 +02:00
Aaron Jheng
dfaf6ef233
skeema: use finalAttrs
2025-06-01 15:32:49 +08:00
0d0bc640d3
lakectl: 1.56.1 -> 1.58.0 ( #412626 )
...
Co-authored-by: daspk04 <daspk04@users.noreply.github.com >
2025-06-01 07:21:03 +00:00
a52c7c0f33
swiftformat: 0.56.1 -> 0.56.2 ( #412310 )
...
Co-authored-by: DimitarNestorov <DimitarNestorov@users.noreply.github.com >
2025-06-01 07:20:45 +00:00
Franz Pletz and GitHub
1c05833c6c
prometheus: 3.1.0 -> 3.4.1 ( #412782 )
2025-06-01 09:20:00 +02:00
6117466f6d
glaze: 5.2.1 -> 5.3.0 ( #411286 )
...
Co-authored-by: moni-dz <lythe1107@gmail.com >
2025-06-01 07:13:59 +00:00
cdda65d044
bitrise: 2.31.1 -> 2.31.2 ( #412726 )
...
Co-authored-by: ofalvai <ofalvai@users.noreply.github.com >
2025-06-01 06:45:36 +00:00
Fabian Affolter and GitHub
d464187190
python3Packages.pytedee-async: 0.2.22 -> 0.2.23 ( #412627 )
2025-06-01 08:43:23 +02:00
Fabian Affolter and GitHub
5c0a3e01b9
python3Packages.oras: 0.2.31 -> 0.2.33 ( #412634 )
2025-06-01 08:42:55 +02:00
dotlambda and GitHub
52fb90f41a
python3Packages.python-linkplay: 0.2.5 -> 0.2.9 ( #412826 )
2025-05-31 23:42:44 -07:00
Fabian Affolter and GitHub
86b2111741
python3Packages.apkinspector: 1.3.4 -> 1.3.5 ( #412825 )
2025-06-01 08:39:25 +02:00
Fabian Affolter and GitHub
56d6439fc6
python313Packages.bloodyad: 2.1.9 -> 2.1.18 ( #412764 )
2025-06-01 08:33:53 +02:00
dotlambda and GitHub
35bfba9eef
restic-rest-server: 0.13.0 -> 0.14.0 ( #412807 )
2025-05-31 22:42:40 -07:00
582331420d
opnborg: 0.1.68 -> 0.1.71 ( #412818 )
...
Co-authored-by: paepckehh <git@paepcke.de >
2025-06-01 05:37:20 +00:00
Thiago Kenji Okada and GitHub
f74a14fbe7
libretro.fbneo: 0-unstable-2025-05-19 -> 0-unstable-2025-05-28 ( #412827 )
2025-06-01 06:31:21 +01:00
Sefa Eyeoglu and GitHub
129bbbf4c7
corectrl: Fixed typo in environment variable name ( #412770 )
2025-06-01 07:10:52 +02:00
Aleksana and GitHub
6b9e19cdcf
enroot: init at 3.5.0 ( #410375 )
2025-06-01 13:07:50 +08:00