Commit Graph
709640 Commits
Author SHA1 Message Date
R. Ryantm b323e1c5c4 komga: 1.14.0 -> 1.14.1 2024-11-09 18:30:58 +00:00
Tomo c04d7170e0 team-list: establish java team
As discussed in #jdk:nixos.org on Matrix, the maintainers of the
Java ecosystem in Nixpkgs feel that a team for Java would be helpful.
2024-11-09 18:26:59 +00:00
Pol Dellaiera 8b2a02dc9d vscode-extensions.ms-windows-ai-studio.windows-ai-studio: init at 0.6.1 2024-11-09 19:25:03 +01:00
Pol Dellaiera 146c62ba33 vscode-extensions.ms-vscode-remote.vscode-remote-extensionpack: init at 0.26.0 2024-11-09 19:25:03 +01:00
nixpkgs-merge-bot[bot]andGitHub 5c44f6f77c nanoflann: 1.6.1 -> 1.6.2 (#354423) 2024-11-09 18:23:41 +00:00
R. RyantmandKerstin 21069db14d python312Packages.weblate-language-data: 2024.8 -> 2024.13 2024-11-09 19:22:13 +01:00
fliiiix bcf8a7f4e0 python312Packages.radish-bdd: disable 3.9 and older since it breaks 2024-11-09 19:21:03 +01:00
Theodore NiandGitHub b71a8b49f5 live-server: 0.8.0 -> 0.9.0 (#354395) 2024-11-09 10:14:20 -08:00
Theodore NiandGitHub f5e91559fd python312Packages.cmsdials: 1.3.0 -> 1.4.0 (#354397) 2024-11-09 10:08:29 -08:00
Theodore NiandGitHub 286db1ef23 wasmtime: 26.0.0 -> 26.0.1 (#354412) 2024-11-09 10:04:03 -08:00
R. Ryantm 9393180297 erg: 0.6.45 -> 0.6.47 2024-11-09 17:38:17 +00:00
Wolfgang Walther 45cef36e39 nixosTests.postgresql: run nixfmt
Because with as many changes as in here anybody working on those test
files will have merge conflicts anyway.
2024-11-09 18:24:52 +01:00
Wolfgang Walther 128244b598 nixosTests.postgresql: use a common pattern throughout all tests
Avoiding "with", using the same names and basic structure in each test.

Consistency is key!
2024-11-09 18:24:52 +01:00
Wolfgang Walther 9035573855 nixosTests.postgresql: move all postgresql related nixosTests into one folder
This makes it possible to run all those tests at once by building
nixosTests.postgresql and allow a simple entry to ci/OWNERS for all
tests.
2024-11-09 18:24:52 +01:00
Wolfgang Walther db2d6a00ab postgresqlPackages.anonymizer: make passthru.tests work with correct package
Same reasoning as commit before.
2024-11-09 18:24:52 +01:00
Wolfgang Walther 23c19a255f postgresqlPackages.timescaledb: make passthru.tests work with correct package
Same reasoning as commit before.
2024-11-09 18:24:52 +01:00
Wolfgang Walther 6d7da20a90 postgresqlPackages.tsja: make passthru.tests work with correct package
Same reasoning as commit before.
2024-11-09 18:24:52 +01:00
Wolfgang Walther a5c41ae80a postgresqlPackages.pgvecto-rs: make passthru.tests work with correct package
Same reasoning as commit before.
2024-11-09 18:24:51 +01:00
Wolfgang Walther 0af934adf7 postgresqlPackages.pgjwt: make passthru.tests work with correct package
Same reasoning as commit before.
2024-11-09 18:24:51 +01:00
Wolfgang Walther ecffab1fda postgresqlPackages.postgis: move nixosTests.postgis into package
Same reasoning as commit before.
2024-11-09 18:24:51 +01:00
Wolfgang Walther aded718a98 postgresqlPackages.apache_datasketches: move nixosTests.apache_datasketches into package
There is no need to fire up a whole VM just to run a two line test of
creating the extension. We can use postgresqlTestExtension for that.
This has the advantage that it runs with postgresqlTestHook, so without
a VM, making it more portable.
2024-11-09 18:24:51 +01:00
Wolfgang Walther 139c546676 postgresql: add passthru.tests.postgresql-tls-client-cert
Same reasoning as commit before.
2024-11-09 18:24:51 +01:00
Wolfgang Walther f6c2de9262 postgresql: add passthru.tests.postgresql
Restructuring the nixosTests.postgresql test a little bit to allow
calling it with the specific versioned package from generic.nix.
2024-11-09 18:24:51 +01:00
Wolfgang Walther 319d82d5c2 nixosTests.postgresql-wal2json: avoid manual imports
Same reasoning as commit before.
2024-11-09 18:24:51 +01:00
Wolfgang Walther 65ef7381c8 nixosTests.postgresql-jit: avoid manual imports
Same reasoning as commit before.
2024-11-09 18:24:50 +01:00
Wolfgang Walther a1ae4377e0 nixosTests.postgresql-wal-receiver: avoid manual imports
Manually importing postgresql packages from the /pkgs/ folder or
manually importing the test from /nixos/tests/ in generic.nix is not
only ugly, but also forbidden should we ever move to pkgs/by-name.

We can achieve almost the same with a slightly different setup. We allow
overriding the postgresql package for the test via passthru.override, to
make sure that each postgresql_xx.tests.postgresql-wal-receiver is
properly teted with the right version.
2024-11-09 18:24:50 +01:00
Wolfgang Walther 75d51c5889 postgresqlVersions: init
Allows building all PostgreSQL versions at once with:

  nix-build -A postgresqlVersions

Also makes it possible for nixosTests to target all PostgreSQL versions
without importing the postgresql folder across the whole repo.
2024-11-09 18:24:50 +01:00
Wolfgang Walther d3feaaebea nixosTests.pgjwt: fix test
This seems to have broken years ago, because "CREATE EXTENSION
pgcrypto;" etc. were added to the upstream file about 6 years ago.
2024-11-09 18:23:58 +01:00
R. Ryantm e2636cf342 python312Packages.msgraph-sdk: 1.11.0 -> 1.12.0 2024-11-09 17:23:45 +00:00
Maximilian BoschandGitHub 3bf6a063b3 Merge: postgresqlPackages: fix some builds on darwin (#354748) 2024-11-09 18:21:30 +01:00
R. Ryantm 059fc0f2de gh-dash: 4.7.0 -> 4.7.1 2024-11-09 17:14:18 +00:00
fliiiix e4525288a6 python312Packages.radish-bdd: re-enable all tests 2024-11-09 18:12:33 +01:00
R. Ryantm 8f55df5aa8 krabby: 0.2.0 -> 0.2.1 2024-11-09 17:11:12 +00:00
fliiiix 7e47960599 python312Packages.radish-bdd: remove unused dependencies 2024-11-09 18:05:16 +01:00
Maximilian BoschandGitHub f11b5ff8a2 Merge: pg-dump-anon: use latest postgresql available (#354526) 2024-11-09 17:57:17 +01:00
Dionysis Grigoropoulos 0a7544a423 python312Packages.anthropic: 0.35.0 -> 0.39.0 2024-11-09 18:55:44 +02:00
SomeoneSerge b01d3ee023 python312Packages.polars: 1.9.0 -> 1.12.0 2024-11-09 16:53:53 +00:00
Fabian Affolter 8f3dad550f python312Packages.lacuscore: 1.11.3 -> 1.12.1
Diff: ail-project/LacusCore@refs/tags/v1.11.3...v1.12.1

Changelog: https://github.com/ail-project/LacusCore/releases/tag/v1.12.1
2024-11-09 17:49:07 +01:00
Fabian Affolter 446aa3f0b2 python312Packages.playwrightcapture: 1.26.3 -> 1.27.0
Diff: Lookyloo/PlaywrightCapture@refs/tags/v1.26.3...v1.27.0

Changelog: https://github.com/Lookyloo/PlaywrightCapture/releases/tag/v1.27.0
2024-11-09 17:48:34 +01:00
fliiiix 116732a915 python312Packages.radish-bdd: fix missing yaml dependency
```
Traceback (most recent call last):
  File "/nix/store/m7wyckhw6ll6q2azfpivb0jqk9q9fm8z-python3.12-radish-bdd-0.17.1/bin/.radish-test-wrapped", line 6, in <module>
    from radish.testing.__main__ import main
  File "/nix/store/m7wyckhw6ll6q2azfpivb0jqk9q9fm8z-python3.12-radish-bdd-0.17.1/lib/python3.12/site-packages/radish/testing/__main__.py", line 15, in <module>
    from radish.testing.matches import test_step_matches_configs
  File "/nix/store/m7wyckhw6ll6q2azfpivb0jqk9q9fm8z-python3.12-radish-bdd-0.17.1/lib/python3.12/site-packages/radish/testing/matches.py", line 12, in <module>
    import yaml
ModuleNotFoundError: No module named 'yaml'
```

radish-test requires pyyaml at runtime.
2024-11-09 17:43:34 +01:00
John Chadwick 938fc7c681 ruffle: nightly-2024-09-12 -> nightly-2024-11-07 2024-11-09 11:30:41 -05:00
Doron Behar 635e9d2ebb sile: switch to the zstd based source 2024-11-09 18:24:14 +02:00
Nick CaoandGitHub 172cb3ef53 openpgp-card-tools: Add shell completions and man pages (#354287) 2024-11-09 11:18:56 -05:00
Caleb MaclennanandDoron Behar 91e4660ed8 git-warp-time: init at 0.8.4 2024-11-09 18:17:15 +02:00
R. Ryantm d60f27f889 ov: 0.36.0 -> 0.37.0 2024-11-09 16:16:30 +00:00
Robert SchützandGitHub b35c45a2c1 python312Packages.imap-tools: 1.7.3 -> 1.7.4 (#354754) 2024-11-09 08:10:39 -08:00
Robert SchützandGitHub 31aa6f6edf python312Packages.nice-go: 0.3.9 -> 0.3.10 (#354750) 2024-11-09 08:09:32 -08:00
Nick CaoandGitHub bba140c5a3 python312Packages.free-proxy: 1.1.2 -> 1.1.3 (#354539) 2024-11-09 11:03:35 -05:00
R. Ryantm c61adda6be python312Packages.dinghy: 1.3.2 -> 1.3.3 2024-11-09 16:03:16 +00:00
Nick CaoandGitHub 6430e02e54 cotp: 1.9.1 -> 1.9.2 (#354558) 2024-11-09 11:02:58 -05:00