Wolfgang Walther
034613f860
ci/request-reviews: request reviewers 1-by-1
...
This is to be able to ignore the odd failure for some users, who are
listed as collaborators, but still fail to be requested properly.
2025-01-04 18:34:19 +01:00
Wolfgang Walther
62779fbfa4
ci/request-reviews: share code to request reviewers from gh api
...
This makes it easier to add ofborg's request-1-by-1 logic, where failed
requests are OK for edge cases.
2025-01-04 18:34:17 +01:00
Wolfgang Walther
2e6119462e
workflows/eval: make "requesting maintainer reviews" separate step
...
Odd to have this in the "Tagging pull request" step, which is only about
labels otherwise.
2025-01-04 14:40:03 +01:00
Wolfgang Walther
ffb0ace1e7
ci/request-reviews: use generic wording instead of "code owner"
...
This is now re-used for both code owners and maintainers.
2025-01-04 14:28:14 +01:00
Wolfgang Walther
cf0616fec6
ci/request-reviews: rename code-owner related files
...
Now that we have maintainer reviews as well, be a bit more explicit
about naming.
2025-01-04 13:54:05 +01:00
Jörg Thalheim
92de48d8b2
nixpkgs-review: 3.0.0 -> 3.0.1 ( #370816 )
2025-01-04 12:57:43 +01:00
Gaétan Lepage
e29b27fbc9
python3Packages.zephyr-python-api: modernize code ( #363928 )
2025-01-04 12:52:05 +01:00
Silvan Mosberger
11f4f699fc
ci/request-reviews: lowercase handles consistently ( #370824 )
2025-01-04 12:48:55 +01:00
Mauricio Collares
57293471d3
sage.lib, sage.test: clang-19 / darwin fixes ( #370822 )
2025-01-04 12:41:25 +01:00
Gaétan Lepage
001db3e8cb
nix-update: 1.7.0 -> 1.9.0 ( #370820 )
2025-01-04 12:38:32 +01:00
Thomas Gerbet
04c5bc33f4
iterm2: 3.5.10 -> 3.5.11 ( #370402 )
2025-01-04 12:35:23 +01:00
Gaétan Lepage
3bb0efd495
slackdump: 2.6.1 -> 3.0.0 ( #370596 )
2025-01-04 12:08:47 +01:00
misuzu
20b1ca70a2
fluidd: 1.31.2 -> 1.31.4 ( #370512 )
2025-01-04 13:08:27 +02:00
Wolfgang Walther
213dbf1774
ci/request-reviews: lowercase handles consistently
...
This script assumed to get lowercased input before, but with the
addition of pinging maintainers that's not necessarily true anymore.
Since the checks for prAuthor and already-reviewed-by already lowercase,
make sure to lowercase the handles in the users array, too.
2025-01-04 12:07:49 +01:00
misuzu
79e9209c7e
tenv: 4.0.3 -> 4.1.0 ( #370428 )
2025-01-04 13:07:46 +02:00
misuzu
3284e76996
bosh-cli: 7.8.5 -> 7.8.6 ( #370423 )
2025-01-04 13:07:21 +02:00
misuzu
e987a6e098
gatus: 5.14.0 -> 5.15.0 ( #369457 )
2025-01-04 13:06:17 +02:00
Gaétan Lepage
d7d5f5ce0b
textual: 0.86.1 -> 1.0.0 ( #370103 )
2025-01-04 12:04:59 +01:00
Gaétan Lepage
4f9ad9a512
betterdisplay: init at 3.2.1 ( #369172 )
2025-01-04 11:53:24 +01:00
Gaetan Lepage
8f1da4b3ae
nix-update: 1.7.0 -> 1.9.0
...
Diff: https://github.com/Mic92/nix-update/compare/refs/tags/1.7.0...1.9.0
Changelog: https://github.com/Mic92/nix-update/releases/tag/1.9.0
2025-01-04 11:52:25 +01:00
Gaétan Lepage
ae6f5e06bd
shadps4: 0.4.0-unstable-2024-12-23 > 0.5.0-unstable-2025-01-02 ( #369750 )
2025-01-04 11:39:51 +01:00
Gaetan Lepage
dc208d2952
nixpkgs-review: 3.0.0 -> 3.0.1
...
Diff: https://github.com/Mic92/nixpkgs-review/compare/refs/tags/3.0.0...3.0.1
Changelog: https://github.com/Mic92/nixpkgs-review/releases/tag/3.0.1
2025-01-04 11:35:41 +01:00
nixpkgs-merge-bot[bot]
450382bdd4
kazumi: 1.4.8 -> 1.5.0 ( #370815 )
2025-01-04 10:34:06 +00:00
liberodark
676d6e0364
shadps4: add liberodark to maintainers
2025-01-04 11:23:18 +01:00
misuzu
fd152bc101
termusic: move to pkgs/by-name, use new apple sdk pattern ( #370723 )
2025-01-04 12:21:43 +02:00
Reno Dakota
01299c081f
sage.tests: darwin sandbox fixes
2025-01-04 02:18:59 -08:00
wxt
f7d6e4ae13
slackdump: 2.6.1 -> 3.0.0
2025-01-04 18:18:50 +08:00
misuzu
786710e6c2
jogl: use new apple sdk pattern ( #370655 )
2025-01-04 12:17:20 +02:00
liberodark
f0b18d819b
shadps4: 0.4.0-unstable-2024-12-23 > 0.5.0-unstable-2025-01-02
2025-01-04 11:14:34 +01:00
R. Ryantm
7978ab2557
kazumi: 1.4.8 -> 1.5.0
2025-01-04 10:14:17 +00:00
Reno Dakota
9e6475352d
sage.lib: ignore narrowing error on clang-19
...
`https://github.com/sagemath/sage/pull/39249 `
The v_index type is an integer and in the code there are lots of places where
the significant bytes of an 8 byte type are lost in assignment. However, this
is the only one which causes an error. A workaround is to ignore the error or
to preform the assignment outside of the initializer list.
2025-01-04 02:13:22 -08:00
nixpkgs-merge-bot[bot]
b570d4bbf7
sqlboiler: 4.17.1 -> 4.18.0 ( #370788 )
2025-01-04 10:08:27 +00:00
zowoq
942ea8c7af
Revert "buildbot: add patch for compatibility with twisted 24.11.0"
...
This reverts commit 0dd7250c73 .
fixed in 4.2.0 edb59b6d8e
2025-01-04 20:08:03 +10:00
Thomas Gerbet
02c4f6e5d3
navidrome: 0.53.3 -> 0.54.3 ( #369995 )
2025-01-04 10:55:24 +01:00
Gaétan Lepage
9a5e386e74
zinit: refactor and modernize; fix {manpage,_zinit} not found; ( #358234 )
2025-01-04 10:54:51 +01:00
K900
322a0fbd83
paperless-ngx: fix eval ( #370809 )
2025-01-04 12:53:09 +03:00
K900
8defe4cd76
paperless-ngx: fix eval
2025-01-04 12:52:12 +03:00
nixpkgs-merge-bot[bot]
01d38f8ff3
comrak: 0.32.0 -> 0.33.0 ( #370803 )
2025-01-04 09:51:24 +00:00
Jörg Thalheim
1720332faf
buildbot: 4.1.0 -> 4.2.0 ( #364052 )
2025-01-04 10:49:35 +01:00
Thomas Gerbet
be325b3a29
godns: 3.2.0 -> 3.2.1 ( #370800 )
2025-01-04 10:42:58 +01:00
Pol Dellaiera
7f916a7046
python3Packages.mariadb: 1.1.10 -> 1.1.11 ( #370721 )
2025-01-04 10:40:44 +01:00
Gaétan Lepage
c34ae6f549
nezha-theme-user: init at 1.12.1 ( #364145 )
2025-01-04 10:25:18 +01:00
Сухарик
43aaf362cf
python3Packages.mariadb: 1.1.10 -> 1.1.11
2025-01-04 12:23:23 +03:00
Gaétan Lepage
fd751b0e00
nezha-theme-nazhua: init at 0.4.19 ( #364820 )
2025-01-04 10:08:11 +01:00
R. Ryantm
26dce2b538
comrak: 0.32.0 -> 0.33.0
2025-01-04 08:50:20 +00:00
pcboy
a5d01f718e
memray: 1.14.0 -> 1.15.0
2025-01-04 17:47:58 +09:00
pcboy
34ba1df713
textual: 0.86.1 -> 1.0.0
2025-01-04 17:47:58 +09:00
Gaétan Lepage
eeae747fb7
python312Packages.databricks-sdk: 0.38.0 -> 0.40.0 ( #370425 )
2025-01-04 09:44:55 +01:00
Gaétan Lepage
98b95a33e2
python312Packages.sagemaker: 2.232.3 -> 2.237.2 ( #370747 )
2025-01-04 09:36:26 +01:00
Pol Dellaiera
76b11b7eab
timg: 1.6.0 -> 1.6.1 ( #370321 )
2025-01-04 09:05:20 +01:00