about summary refs log tree commit diff
path: root/nixos/tests/radicale.nix
AgeCommit message (Collapse)AuthorFilesLines
2024-03-31calendar-cli: add meta.mainProgramRobert Schütz1-1/+1
2022-03-28treewide: machine -> nodes.machineRobert Hensing1-1/+1
2021-05-04nixos/radicale: harden systemd unitRobert Schütz1-0/+5
2021-05-04nixos/radicale: add settings optionRobert Schütz1-127/+77
The radicale version is no longer chosen automatically based on system.stateVersion because that gave the impression that old versions are still supported.
2020-06-23nixos/radicale: use radicale3Robert Schütz1-5/+23
2019-12-01nixosTests.radicale: port to pythonMartin Milata1-36/+52
2019-06-03nixos/tests/radicale: be a bit more permissive when matching logsAndreas Rammhold1-1/+1
With the systemd update to v242 five lines are not longer sufficient to verify that the storage was verified. In order to reduce future test failures increasing it to 10 lines sounds like a sane amount.
2018-07-28Revert "nixos: rename system.{stateVersion,defaultChannel} -> system.nixos.\1"Tuomas Tynkkynen1-2/+2
This reverts commit 095fe5b43def40279a243e663c662b02caac5318. Pointless renames considered harmful. All they do is force people to spend extra work updating their configs for no benefit, and hindering the ability to switch between unstable and stable versions of NixOS. Like, what was the value of having the "nixos." there? I mean, by definition anything in a NixOS module has something to do with NixOS...
2018-07-20[bot] nixos/*: remove unused arguments in lambdasvolth1-1/+1
2018-05-12nixos: rename system.{stateVersion,defaultChannel} -> system.nixos.\1Jan Malakhovski1-2/+2
2017-12-11nixos/tests: correct comment in radicale.nix (#32574)Linus Heckemann1-1/+1
The secrets are in fact also stored unhashed, as part of the .drv file which produces the htpasswd.
2017-09-25nixos/radicale: fix default version (#29743)Silvan Mosberger1-0/+1
2017-09-18radicale: Test migration functionalityAneesh Agrawal1-12/+78
This also provides an example of how to migrate.
2017-08-13radicale: 1.1.4 -> 2.1.2Silvan Mosberger1-62/+21
This commit readds and updates the 1.x package from 1.1.4 to 1.1.6 which also includes the needed command for migrating to 2.x The module is adjusted to the version change, defaulting to radicale2 if stateVersion >= 17.09 and radicale1 otherwise. It also now uses ExecStart instead of the script service attribute. Some missing dots at the end of sentences were also added. I added a paragraph in the release notes on how to update to a newer version.
2017-04-10radicale: Add aneeshusa as maintainerAneesh Agrawal1-2/+3
2017-04-10radicale: Also run NixOS test on Python 3Aneesh Agrawal1-1/+10
2017-04-10radicale: Add NixOS test with Python 2Aneesh Agrawal1-0/+70
Includes testing bcrypt authentication.