about summary refs log tree commit diff
path: root/nixos/tests/gotify-server.nix
AgeCommit message (Collapse)AuthorFilesLines
2023-10-18treewide: remove myself (ma27) from a few packagesMaximilian Bosch1-1/+1
It's time again, I guess :> Main motivation is to stop being pinged about software that I maintained for work now that I'm about to switch jobs. There's no point in pinging me to review/test updates or to debug issues in e.g. the Atlassian stack or on mailman since I use neither personally. But there's also a bunch of other stuff that I stopped using personally. While at it I realized that I'm still maintainer of a few tests & modules related to packages I stopped maintaining in the past already.
2023-05-19nixos/tests: fix typosfigsoda1-1/+1
2022-03-28treewide: machine -> nodes.machineRobert Hensing1-1/+1
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-09-12gotify-server: fix UIMaximilian Bosch1-0/+5
In version 2.0.15 `gotify` switched to `packr` at 2.x which is why the UI can't be served properly via HTTP and causes an empty 500 response and the following errors in `journald`: ``` 2020/09/12 19:18:33 [Recovery] 2020/09/12 - 19:18:33 panic recovered: GET / HTTP/1.1 Host: localhost:8080 Accept: */* User-Agent: curl/7.72.0 stat /home/ma27/Projects/ui/build/index.html: no such file or directory ``` This wasn't caught by the VM-test as it only tested the REST and push APIs. Using their internal `packr.go` script in our build as it's the case in the upstream build-system[1] fixes the issue. [1] https://github.com/gotify/server/pull/277/files#diff-b67911656ef5d18c4ae36cb6741b7965R48
2019-11-24nixos/gotify-server: port test to python test-driverMaximilian Bosch1-22/+22
2019-10-25nixos/gotify: init module and testMaximilian Bosch1-0/+45