about summary refs log tree commit diff
path: root/nixos/tests/graphite.nix
AgeCommit message (Collapse)AuthorFilesLines
2022-12-17nixos: fix typosfigsoda1-1/+1
2022-07-10python3.pkgs.graphite_api: removeAlyssa Ross1-10/+0
Due to lack of maintenance. It doesn't build, the last upstream commit was in 2017, and last significant change in Nixpkgs was in 2018.
2022-07-10python3.pkgs.graphite_beacon: removeAlyssa Ross1-2/+0
Due to lack of maintenance. It is not compatible with the default Python version (due to the tornado 5) dependency, and doesn't look like it will be any time soon.
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
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.