about summary refs log tree commit diff
path: root/nixos/tests/mongodb.nix
AgeCommit message (Collapse)AuthorFilesLines
2024-04-12mongodb-4_4: dropWeijia Wang1-2/+0
2023-12-09nixos/tests/mongodb: Remove self from maintainersRodney Lorrimar1-1/+1
2023-10-07nixos/tests/mongodb: remove non-existent maintainerK9001-1/+1
2023-06-06mongodb-4_2: dropWeijia Wang1-2/+0
2023-01-05mongodb-4_0: dropWeijia Wang1-2/+0
2022-12-27mongodb-3_4, mongodb-3_6: dropWeijia Wang1-4/+0
2022-04-09mongodb: add 4.4Doro Rose1-0/+4
2021-01-10treewide: simplify pkgs.stdenv.lib -> pkgs.libDominik Xaver Hörl1-1/+1
The library does not depend on stdenv, that `stdenv` exposes `lib` is an artifact of the ancient origins of nixpkgs.
2020-08-04nixos/tests/*: editorconfig fixeszowoq1-1/+1
2020-07-24mongodb: 4.0.12 -> 4.2.8Peter Woodman1-1/+3
Not strictly an upgrade, but adds a new mongodb-4_2 target with the current mongodb from that branch. Use matching client and server versions in mongodb tests- tests were using the mongo 3.4 client to connect, and this finally doesn't work with server 4.2. Per reviewer suggestion, adding myself as cheetah3 maintainer. Additionally, reestore comments describing the purpose of the build-dependencies patch
2020-03-29nixos/tests/mongodb: also test mongodb-3_4Maximilian Bosch1-2/+2
2020-03-26nixos/tests/mongodb: rewrite with pythonMaximilian Bosch1-9/+19
perl-based VM tests are deprecated.
2020-03-26nixos/tests/mongodb: test against mongodb versions 3.4, 3.6, 4.0Nathan Smyth1-37/+37
Now has tests for 3.4, 3.6, 4.0. Has some duplication, but it appears to work on my machine.
2019-11-22nixosTests.mongodb: port to pythonFlorian Klink1-4/+6
2019-05-25mongodb: Add authentication supportphile314-fh1-2/+8
* nixos/mongodb: Add authentication support * nixos/mongodb: Add initial script option * nixos/mongodb: Make initial root password configurable * nixos/mongodb: Start only on loopback interface for setup procedure * nixos/mongodb: Test auth/initial script * nixos/mongodb: Code formatting Co-Authored-By: Lassulus <github@lassul.us>
2019-01-26treewide: remove wkennington as maintainerJörg Thalheim1-1/+1
He prefers to contribute to his own nixpkgs fork triton. Since he is still marked as maintainer in many packages this leaves the wrong impression he still maintains those.
2018-07-20[bot] nixos/*: remove unused arguments in lambdasvolth1-1/+1
2016-09-17mongodb service: add test caseRodney Lorrimar1-0/+34