summary refs log tree commit diff
path: root/nixos/tests/rabbitmq.nix
Commit message (Collapse)AuthorAge
* nixosTests.rabbitmq: Test config decryption (fails)Robert Hensing2022-09-28
|
* nixos/tests: fix type mismatch in wait_for_open_portrnhmjoj2022-06-11
| | | | Fix some fallout from de3e423 (PR #171280).
* treewide: machine -> nodes.machineRobert Hensing2022-03-28
|
* rabbitmq: add option to enable management pluginhappysalada2021-08-30
|
* rabbitmq-server: 3.8.9 -> 3.9.1Manuel Bärenz2021-08-02
|
* treewide: simplify pkgs.stdenv.lib -> pkgs.libDominik Xaver Hörl2021-01-10
| | | | | The library does not depend on stdenv, that `stdenv` exposes `lib` is an artifact of the ancient origins of nixpkgs.
* treewide: use runtimeShell in nixos/Jörg Thalheim2020-04-07
| | | | This is needed for cross-compilation.
* nixosTests.rabbitmq: port to pythonOleksii Filonenko2019-11-25
|
* Remove myself as maintainer from packagesFlorian Friesdorf2019-02-22
| | | | I'm currently not maintaining any packages.
* [bot] nixos/*: remove unused arguments in lambdasvolth2018-07-20
|
* all tests: added meta.maintainers sectionJoachim Schiele2015-07-12
|
* name nixos tests, close #3078Florian Friesdorf2014-06-28
|
* Make it easier to run the testsEelco Dolstra2014-04-14
| | | | | | | | | | | You can now run a test in the nixos/tests directory directly using nix-build, e.g. $ nix-build '<nixos/tests/login.nix>' -A test This gets rid of having to add the test to nixos/tests/default.nix. (Of course, you still need to add it to nixos/release.nix if you want Hydra to run the test.)
* nixos/rabbitmq: rewriteJaka Hudoklin2014-03-29
- rewrite from old jobs options to new services - add simple test - add dataDir option