1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-02 13:59:07 +03:00
Commit graph

11033 commits

Author SHA1 Message Date
Adam C. Stephens
274e0fd934
incus: support per-instance lxcfs
This was added in 6.4 and backported to LTS 6.0.2
2025-01-17 10:11:06 -05:00
Adam C. Stephens
9b660dff6d
incus: fix instance shutdown when softDaemonRestart enabled 2025-01-17 10:11:04 -05:00
nixpkgs-ci[bot]
6df44a359d
Merge master into staging-next 2025-01-17 14:32:26 +00:00
Philip Taron
31f1c93db9
mkBinaryCache: fix nixos/tests/binary-cache.nix (#370773) 2025-01-17 04:50:12 -08:00
K900
22a9d66d31 Merge remote-tracking branch 'origin/master' into staging-next 2025-01-17 15:30:31 +03:00
K900
0fd5f209c1 Merge remote-tracking branch 'origin/master' into staging-next 2025-01-17 11:30:03 +03:00
Alex Galvin
468bfcc486 nixos/autobrr: init 2025-01-16 22:48:07 -05:00
Wolfgang Walther
459db35f4a
nixos/wakapi: fix running under sqlite3; add stateDir; add sqlite test case (#370497) 2025-01-16 21:58:53 +01:00
Christian Theune
0640622eb1 nixos/varnish: fix stateDir to allow direct use of varnishadm 2025-01-16 18:47:16 +01:00
Niklas Korz
7c2e8f1b55 nixos/matomo: migrate tests from handleTest to runTest 2025-01-16 10:53:23 +01:00
Niklas Korz
83eb8d8020 matomo: refactor into single package file 2025-01-16 10:53:23 +01:00
nixpkgs-ci[bot]
d4a1995529
Merge master into staging-next 2025-01-16 00:14:11 +00:00
OPNA2608
057d0c76dc lomiri.lomiri-telephony-service: 0.5.3 -> 0.6.0, rename from lomiri.telephony-service 2025-01-15 22:45:08 +01:00
Niklas Korz
d7ac52bd81 matomo-beta: remove 2025-01-15 19:48:38 +01:00
Leona Maroni
c683d968be
nixos/matomo: fix service failure when not fully set up (#373894) 2025-01-15 19:05:47 +01:00
github-actions[bot]
9129b13110
Merge master into staging-next 2025-01-15 00:14:20 +00:00
Oliver Schmidt
fc6d9cc539 nixosTests.matomo: extend test coverage 2025-01-15 01:10:48 +01:00
Chuang Zhu
82daa4a2a5 nixosTests.ejabberd: add mod_matrix_gw 2025-01-15 05:08:03 +08:00
Adam C. Stephens
bb45501b6d
zfs_2_1: remove (#358811) 2025-01-14 14:37:08 -05:00
Adam C. Stephens
c44bf8b674
zfs_2_3: init at 2.3.0 (#373599) 2025-01-14 13:18:44 -05:00
github-actions[bot]
44e4abfaf6
Merge master into staging-next 2025-01-14 18:04:33 +00:00
Christian Theune
0129b83a02 varnish76: init at 7.6.1 2025-01-14 16:56:33 +01:00
Arne Keller
8042f9612e
pleroma: 2.7.0 -> 2.8.0 (#372324) 2025-01-14 16:46:01 +01:00
Picnoir
6d892712cf nixos/tests/pleroma: fix DB provision race condition
We originally used a systemd preStart command to provision the DB. We
recently extracted this to a proper systemd unit (to go around the
timeout issue). This created a race condition in the VM test.

Restarting explicitely the db provision unit to make sure the
migrations are applied.
2025-01-14 15:56:01 +01:00
Minijackson
3b3764df09
nixos/ferretdb: set default value for PostgreSQL URL
provides a nice default if the end user wants to use the PostgreSQL
backend
2025-01-14 10:38:23 +01:00
github-actions[bot]
ae7e95ed1d
Merge master into staging-next 2025-01-14 02:53:34 +00:00
Andrew Marshall
6477277a79 zfs_2_3: init at 2.3.0
Changelog: https://github.com/openzfs/zfs/releases/tag/zfs-2.3.0
2025-01-13 20:19:54 -05:00
Chris Dombroski
d7ba3b54d8 nixos/zwave-js-ui: init module
Provides systemd service and allows configuration of data directory
2025-01-13 16:21:23 -05:00
Sandro
a3feb24c0b
nixos/zipline: init module (#370878) 2025-01-13 19:39:57 +01:00
github-actions[bot]
51d152f300
Merge master into staging-next 2025-01-13 12:06:21 +00:00
Sandro
fa39fa603c
nixos/echoip: init module (#372970) 2025-01-13 11:39:44 +01:00
Sefa Eyeoglu
c41581136e
nixos/renovate: Fix ShellCheck issue (#373131) 2025-01-13 10:37:06 +01:00
eljamm
f70b3a2afa tests/taler: init basic test
Test build and services start, but libeufin-bank fails when trying to
access the database to change the admin's password.

We need to execute the command as the libeufin-bank user.

tests/taler: add master private key

tests/taler: rewrite `register_bank_account` to Nix

tests/taler: rename libeufin node to bank

tests/taler: use xtaler wire_type instead of iban

tests/taler: remove redundant data from conf files

tests/taler: enable exchange account

tests/taler: remove unused talerConfig

tests/taler: add client node and attempt a withdrawal

tests/taler: systemd_run optional user and group args

tests/taler: refactor and make a withdrawal

tests/taler: refactor tasks into subtests

tests/taler: properly read and test balance

tests/taler: refactor commands and add comments

nixos/taler: rename private key

tests/taler: enable nexus service in bank node

tests/taler: nexus fake incoming payment test

tests/taler: use correct path for nexus client keys

tests/taler: add merchant node

tests/taler: merchant register instance

tests/taler: init pay for order merchant

tests/taler: fix payto uri

tests/taler: withdraw smaller amount

This makes the test faster

tests/taler: verify balance

tests/nixos: debugging merchant payment, cleanup

tests/taler: fix libeufin command, use curl to register accounts

tests/taler: add basic online test

tests/taler: move nodes into separate directory

tests/taler: fix insufficient balance error

Turns out that the exchange wire fees need to be set up (even if they're
0) in order for the CLI wallet to deposit coins into the merchant's bank
account.

tests/taler: improve node importing, port forwarding

tests/taler: import scripts from a separate file

tests/taler: move tests into a sub-directory

tests/taler: manually start services, cleanup

This results in less overhead and conflict since components will not try
to prematurely connect to the ones that haven't finished their set up.

tests/taler: remove online test

This was used to debug the insufficient balance problem, but it's not
really that useful by itself.

tests/taler: add nexus keys

tests/taler: use bank initalAccounts option

taler/tests: use initialAccount

tests/taler: make nexus work

tests/taler: don't run nexus test if there is no internet

tests/taler: use openFirewall, remove manual package install

fix(test): evaluation errors

fix(test): create nexus role by enabling createLocalDatabase
2025-01-13 09:03:30 +01:00
Pol Dellaiera
c4ae74f269
mattermost: allow overriding the webapp easily (#373085) 2025-01-13 07:19:24 +01:00
Defelo
c48390017c
nixos/tests/zipline: init 2025-01-12 22:46:03 +01:00
Defelo
96dd35f07d
nixos/tests/echoip: init 2025-01-12 20:45:33 +01:00
Victor Engmark
9ec8ebf5ff
nixos/renovate: Add note about linting systemd scripts 2025-01-12 14:47:39 +01:00
github-actions[bot]
507f7fe91e
Merge master into staging-next 2025-01-12 12:05:15 +00:00
Bobby Rong
3cdbf0a9ec
Pantheon 8 (#312449) 2025-01-12 18:12:34 +08:00
Ramses
d24ca4701f
nixos/etc-overlay: make the etc overlay compatible with nixos-enter and nixos-install (#364239) 2025-01-12 09:05:57 +01:00
Morgan Jones
13cd3a1f32
mattermost: allow overriding the webapp easily
Add a test since users will often want to make patches to the webapp.
2025-01-11 17:24:41 -08:00
Bobby Rong
9e74210fa1
nixosTests.pantheon-wayland: init
It is unclear to me how to properly start apps so I am using autostart here.
2025-01-11 23:16:53 +08:00
Bobby Rong
1c26dec649
nixosTests.pantheon: Unbreak and restore test for closing multitasking view
* Closing multitasking view seems to work now.
* See the Pantheon 8 PR for session-settings packaging changes.
2025-01-11 23:09:11 +08:00
Bobby Rong
b1ebe0ae82
nixos/pantheon: Get rid of bamf
This is not needed with the latest gala and dock.
2025-01-11 23:09:11 +08:00
Bobby Rong
0c0404ee06
pantheon.elementary-dock: reinit at 8.0.1
This is completely rewritten.
2025-01-11 23:09:09 +08:00
github-actions[bot]
e0220561a9
Merge master into staging-next 2025-01-11 00:14:32 +00:00
Felix Bühler
5b37e2df1a
nixos/freshrss: organize tests (#372493) 2025-01-10 22:34:17 +01:00
github-actions[bot]
3fc2c8a91f
Merge master into staging-next 2025-01-10 06:05:08 +00:00
Donovan Glover
24a8c64c2b
nixos/caddy: Fix default log file for http:// hostnames (#371802) 2025-01-10 06:04:38 +00:00
github-actions[bot]
847f7c18fb
Merge master into staging-next 2025-01-10 00:14:48 +00:00