about summary refs log tree commit diff
path: root/nixos/tests/vaultwarden.nix
AgeCommit message (Collapse)AuthorFilesLines
2024-06-16nixos/vaultwarden: harden systemd unitMartin Weinelt1-6/+9
Drops the capability to bind to privileged ports.
2024-06-12nixos/tests/vaultwarden: check for attachments, tooSandro1-0/+1
2024-06-11nixos/vaultwarden: add test for backup script, fix flaky sqlite testh7x41-126/+137
2024-04-09tests/vaultwarden: adjust to changes in frontendSandro Jäckel1-1/+1
2023-11-08Merge pull request #266093 from K900/pipe-systemd-catK9001-1/+1
treewide: replace `<command> | systemd-cat` with `systemd-cat <command>`
2023-11-07treewide: replace `<command> | systemd-cat` with `systemd-cat <command>`K9001-1/+1
The former swallows exit codes, the latter doesn't.
2023-11-07nixos/tests/vaultwarden: fix database creationK9001-2/+1
2023-03-28vaultwarden: 1.27.0 -> 1.28.0Robert Schütz1-2/+4
Diff: https://github.com/dani-garcia/vaultwarden/compare/1.27.0..1.28.0 Changelog: https://github.com/dani-garcia/vaultwarden/releases/tag/1.28.0
2023-01-12nixos/vaultwarden: fix testRhys Davies1-6/+8
2022-12-17nixos: fix typosfigsoda1-1/+1
2022-12-14nixos/tests/vaultwarden: Update selenium tests for 2022.10.0Martin Weinelt1-13/+16
A few form element ids were changed around and a button was renamed.
2022-07-28nixos/tests/vaultwarden: updateMartin Weinelt1-13/+18
New web builds required updated title information to look for. Rocket by default only listens on localhost, set to 0.0.0.0 to be reachable by the client. Selenium/Webdriver API changes required updates to function calls.
2022-04-04nixos/vaultwarden: fix testRyan Mulligan1-1/+0
The accept policies checkbox is no longer present on the user creation screen.
2021-11-21nixos/qemu-vm: default memorySize 384 -> 1024Artturin1-1/+0
the default hasn't been changed since 2009 this can improve our test performances nixos/tests: remove explicit memorySize <1024 1024MiB is now the default
2021-07-01vaultwarden: update to 1.22.1, rename from bitwarden_rsK9001-0/+189
I tried to make this as non-breaking as possible, but it will still break things slightly for people expecting certain file names in the packages themselves.