Commit Graph

39458 Commits

Author SHA1 Message Date
github-actions[bot]
aa759748db
Merge master into staging-next 2024-11-10 18:03:58 +00:00
Maximilian Bosch
0644d3be87
Merge branch 'master' into staging-next 2024-11-10 18:34:57 +01:00
Martin Weinelt
8db0ec767e
home-assistant-custom-components.better_thermostat: 1.6.0 -> 1.6.1 (#355021) 2024-11-10 18:25:51 +01:00
Ryan Horiguchi
2544da75c5
home-assistant-custom-lovelace-modules.dirigera_platform: init at 2.6.4 (#350542) 2024-11-10 18:24:41 +01:00
Maximilian Güntner
8339db6766
home-assistant-custom-components.better_thermostat: 1.6.0 -> 1.6.1
add gitUpdater update script for stable versions
2024-11-10 17:51:15 +01:00
Maximilian Bosch
9a333460f5
Merge: postgresql: improve passthru.tests (#352966) 2024-11-10 15:34:04 +01:00
github-actions[bot]
48d4a0a6bd
Merge master into staging-next 2024-11-10 00:15:17 +00:00
9R
10a4498042 home-assistant-custom-components.moonraker: 1.3.7 -> 1.4.0 2024-11-09 22:45:33 +01:00
K900
7ebe9739ff Merge remote-tracking branch 'origin/master' into staging-next 2024-11-09 23:12:56 +03: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
Maximilian Bosch
3bf6a063b3
Merge: postgresqlPackages: fix some builds on darwin (#354748) 2024-11-09 18:21:30 +01:00
github-actions[bot]
a90280100f
Merge master into staging-next 2024-11-09 15:14:08 +00:00
Martin Weinelt
c98b0cad09
home-assistant-custom-lovelace-modules.mushroom: 4.0.8 -> 4.1.0
https://github.com/piitaya/lovelace-mushroom/releases/tag/v4.1.0
2024-11-09 16:02:58 +01:00
Theodore Ni
bc5b75eb11
mysql80: 8.0.39 -> 8.0.40 (#350248) 2024-11-09 05:42:24 -08:00
Maximilian Bosch
8091ea3f24
Merge: postgresql_17: fix build (#354571) 2024-11-09 14:09:03 +01:00
Emily
3b91a81423
treewide: remove redundant patches and locks (#354215) 2024-11-09 12:57:37 +00:00
Emily
ce788776a5 Merge master into staging-next 2024-11-09 12:51:01 +00:00
github-actions[bot]
8e80325e6b
Merge master into staging-next 2024-11-09 12:04:53 +00:00
aleksana
571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00
Wolfgang Walther
4801d0c2a3
postgresql17Packages.{pg_cron,pg_hll}: fix build on x86_64-darwin
This fixes the following error:

error: comparison of integers of different signs: 'ssize_t' (aka 'long')
and 'const size_t' (aka 'const unsigned long') [-Werror,-Wsign-compare]
                if (part < iov[i].iov_len)
                    ~~~~ ^ ~~~~~~~~~~~~~~
2024-11-09 12:16:58 +01:00
Masum Reza
112d505ce4
clickhouse: fix compilation on aarch64-linux (#353983) 2024-11-09 16:23:21 +05:30
Atemu
a1028f2fa4
jackett: 0.21.2831 -> 0.22.893 (#353606) 2024-11-09 07:55:40 +01:00
github-actions[bot]
ce1a535c19
Merge master into staging-next 2024-11-09 06:04:22 +00:00
Martin Weinelt
7acb30200b
home-assistant: 2024.11.0 -> 2024.11.1 (#354584) 2024-11-09 04:10:20 +01:00
Martin Weinelt
7234221a0e
python312Packages.homeassistant-stubs: 2024.11.0 -> 2024.11.1
https://github.com/KapJI/homeassistant-stubs/releases/tag/2024.11.1
2024-11-09 03:27:30 +01:00
github-actions[bot]
f3327c0d2a
Merge master into staging-next 2024-11-09 00:13:55 +00:00
Martin Weinelt
2581423bd4
evcc: 0.131.3 -> 0.131.4 (#352482) 2024-11-08 23:49:55 +01:00
Sefa Eyeoglu
1610bc14f2
mpd: enable cdio_paranoia. (#342358) 2024-11-08 22:45:08 +01:00
Martin Weinelt
f5ddf1a751
home-assistant: 2024.11.0 -> 2024.11.1
https://github.com/home-assistant/core/releases/tag/2024.11.1
2024-11-08 21:15:18 +01:00
Martin Weinelt
c71079125f
home-assistant.intents: 2024.11.4 -> 2024.11.6
https://github.com/home-assistant/intents/releases/tag/2024.11.6
2024-11-08 21:09:56 +01:00
Maximilian Bosch
676db52174
postgresql_17: fix build
Closes #354497

See https://www.postgresql.org/message-id/ba8e1bc0-8a99-45b7-8397-3f2e94415e03%40suse.de for context.
2024-11-08 20:36:48 +01:00
Nick Cao
407ff1729f
prometheus-consul-exporter: 0.12.1 -> 0.13.0 (#354360) 2024-11-08 14:32:47 -05:00
Wolfgang Walther
d1478e78c0
postgresqlPackages.system_stats: fix build on darwin
The build was failing with:

darwin/io_analysis.c:71:21: error: variable length array used
[-Werror,-Wvla]
                        char device_name[kMaxDiskNameSize];
                                         ^~~~~~~~~~~~~~~~
2024-11-08 19:48:39 +01:00
Martin Weinelt
2900723943
Merge remote-tracking branch 'origin/master' into staging-next 2024-11-08 18:40:48 +01:00
Tracy Wadleigh
c2933f4ca4
Enable cdio_paranoia in mpd. 2024-11-08 13:37:54 +01:00
github-actions[bot]
4dab54a2c8
Merge master into staging-next 2024-11-08 12:05:50 +00:00
Christoph Heiss
218ad1bf6a
mautrix-signal: add version test
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2024-11-08 11:13:04 +01:00
Christoph Heiss
9e15728241
mautrix-signal: enable checks
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2024-11-08 11:12:52 +01:00