summary refs log tree commit diff
path: root/nixos/tests/graphite.nix
AgeCommit message (Collapse)AuthorFilesLines
2020-06-29nixos/graphite: ensure graphite-api is properly testedJamie McClymont1-1/+5
Until now, it was failing to start in the test, as it was searching for an influxdb database
2020-06-29nixos/graphite: unmark test as brokenJamie McClymont1-5/+0
2020-03-22nixos/griphite: Migrate to python3, drop graphite-pagerLancelot SIX1-7/+11
2019-12-27nixosTests.graphite: port to python.Niklas Hambüchen1-13/+18
The test did not succeed for me before this commit because the dependencies fail their tests (see added comment).
2018-08-02graphite: 1.0.2 -> 1.1.3 & moved dependencies to python-modules (#44276)Bas van Dijk1-1/+4
Fixes #30891 * Upgrade `graphite-web`, `carbon` and `whisper` from 1.0.2 -> 1.1.3. * Replaced the deprecated `pythonPackages.graphite_influxdb` with `pythonPackages.influxgraph.` * Renamed `pythonPackages.graphite_web` to `pythonPackages.graphite-web` to be consistent with the Python package name. * Replaced the unmaintained `pythonPackages.graphite_pager` with `pythonPackages.graphitepager` * Moved all new packages from `python-packages.nix` to `pkgs/development/python-modules`
2018-07-20[bot] nixos/*: remove unused arguments in lambdasvolth1-2/+2
2018-05-10nixos/tests/graphite: fix testUli Baum1-7/+13
- adapt netcat options to libressl-nc - wait for services to be started and accepting connections
2017-10-31graphite: fix the graphiteApi serviceBas van Dijk1-5/+11
2017-10-08graphite: 0.9.15 -> 1.0.2Bas van Dijk1-0/+26
Fixes: #29961 Also added the option: services.graphite.web.extraConfig for configuring graphite_web.