summaryrefslogtreecommitdiffstats
path: root/nixos/tests
AgeCommit message (Collapse)Author
2021-04-03nixos/redis: add option unixSocketPermIzorkin
2021-04-03Merge pull request #118305 from Ma27/openldap-exporterMaximilian Bosch
prometheus-openldap-exporter: init at 2.1
2021-04-02nixos/tests/pomerium: stdenv.lib → libsternenseemann
Just to be safe doesn't seem to have broken any evaluation checks so far.
2021-04-02prometheus-openldap-exporter: init at 2.1Maximilian Bosch
2021-04-02Merge pull request #116677 from alexarice/agda-test-hello-worldDoron Behar
2021-04-01Merge pull request #118279 from SuperSandro2000/SuperSandro2000-patch-1Sandro
tests/croc: remove stdenv.lib
2021-04-01tests/croc: remove stdenv.libSandro
2021-04-01Merge pull request #117946 from andreisergiu98/ombi-initSandro
2021-04-01nixos/ombi: add test for ombi to ensure startupAndrei Pampu
2021-04-01Merge pull request #116639 from Ma27/pi-secretsLinus Heckemann
nixos/privacyidea: use envsubst to avoid leaking secrets to the store
2021-04-01Merge pull request #113988 from piegamesde/matrix-appservice-ircMartin Weinelt
2021-04-01nixos/tests/matrix-appservice-irc: initJamie McClymont
2021-03-31Merge pull request #113994 from pborzenkov/calibre-webGuillaume Girol
calibre-web: init at 0.6.11
2021-03-31Merge pull request #108745 from lukegb/pomeriumadisbladis
pomerium: init at 0.13.3
2021-03-31nixos/privacyidea: use envsubst to avoid leaking secrets to the storeMaximilian Bosch
2021-03-30nixos/tests/etebase-server: initFelix Tenley
2021-03-30gitlab.tests: Test backup and restoretalyz
Test the automatic backup and restore functionality by backing up the instance after running the initial tests, stopping GitLab and removing all state, running the restore rake task, then running the tests again, but without pushing data.
2021-03-30Merge pull request #116936 from hercules-ci/logstash-jdkSandro
2021-03-30bitwarden_rs: 1.19.0 -> 1.20.0 (#117931)Philip Munksgaard
* bitwarden_rs: 1.19.0 -> 1.20.0 * bitwarden_rs: Fix failing integration tests
2021-03-29nixos/tests/pomerium: initLuke Granger-Brown
2021-03-27Merge pull request #116738 from Ma27/wiki-jsMaximilian Bosch
wiki-js: init at 2.5.191
2021-03-27nixos/calibre-web: init modulePavel Borzenkov
2021-03-26nixos/hledger-web: set capabilites as booleanJustin Humm
2021-03-26nixos/hledger-web: add stateDir, use own user, fix ExecStartJustin Humm
This allows for shared hledger installations, where the web interface is available via network and multiple user share a SSH access to the hledger user. Also added `--serve` to the CLI options, as hledger-web tries to open a webbrowser otherwise: hledger-web: xdg-open: rawSystem: runInteractiveProcess: exec: does not exist (No such file or directory) Co-authored-by: Aaron Andersen <aaron@fosslib.net>
2021-03-25dockerTools.streamLayeredImage: resolve duplicate env varsLouis Blin
For images running on Kubernetes, there is no guarantee on how duplicate environment variables in the image config will be handled. This seems to be different from Docker, where the last environment variable value is consistently selected. The current code for `streamLayeredImage` was exploiting that assumption to easily propagate environment variables from the base image, leaving duplicates unchecked. It should rather resolve these duplicates to ensure consistent behavior on Docker and Kubernetes.
2021-03-23Merge pull request #115857 from lbpdt/feature/docker-tools-layered-base-imageBenjamin Hipple
dockerTools.buildLayeredImage: support fromImage
2021-03-23Merge pull request #116369 from m1cr0man/masterRobert Hensing
nixos/acme: Fix webroot issues
2021-03-23dockerTools.buildLayeredImage: support fromImageLouis Blin
It is now possible to pass a `fromImage` to `buildLayeredImage` and `streamLayeredImage`, similar to what `buildImage` currently supports. This will prepend the layers of the given base image to the resulting image, while ensuring that at most `maxLayers` are used. It will also ensure that environment variables from the base image are propagated to the final image.
2021-03-23logstash-*-oss: Add passthru.testsRobert Hensing
2021-03-23Merge pull request #117073 from sternenseemann/inspircd-3.9.0Profpatsch
inspircd: init at 3.9.0
2021-03-22Merge pull request #116455 from svanderburg/systemdunitpathSander van der Burg
systemd: allow custom unit folders to be configured with SYSTEMD_UNIT…
2021-03-22systemd: allow custom unit folders to be configured with SYSTEMD_UNIT_PATHSander van der Burg
2021-03-22Merge pull request #114821 from erosennin/catatonitadisbladis
catatonit: init at 0.1.5, fix podman --init
2021-03-22!fixup simplify zipListsWith callsternenseemann
2021-03-22!fixup get rid of trailing comment hacksternenseemann
2021-03-22nixos/modules/inspircd: add simplistic module and nixos teststernenseemann
2021-03-21restic: allow prune without backupMatt McHenry
fixes #97820
2021-03-21nixos/tests/podman: test podman run --initAndrey Golovizin
2021-03-20wiki-js: init at 2.5.191Maximilian Bosch
2021-03-19Merge master into staging-nextgithub-actions[bot]
2021-03-19Revert "nixos/systemd: Handle template overrides"Alexander Foremny
This reverts commit e3b90b6ccc4cf4147fd01df1ed8779b1c85744bd. This commit broke container tests and thus blocked channels from advancing.
2021-03-19Merge master into staging-nextgithub-actions[bot]
2021-03-19Merge pull request #116282 from nh2/programs-turbovncNiklas Hambüchen
turbovnc: Add programs.turbovnc, add test for headless software OpenGL
2021-03-18Merge branch 'master' into staging-nextJan Tojnar
2021-03-17agda nixos test: fix hello world programAlex Rice
2021-03-16Merge pull request #115549 from adrianparvino/new-nixos-unstableFlorian Klink
systemd: Handle template overrides
2021-03-15nixos/acme: Add permissions testsLucas Savva
2021-03-15nixos/acme: Fix webroot issuesLucas Savva
With the UMask set to 0023, the mkdir -p command which creates the webroot could end up unreadable if the web server changes, as surfaced by the test suite in #114751 On top of this, the following commands to chown the webroot + subdirectories was mostly unnecessary. I stripped it back to only fix the deepest part of the directory, resolving #115976, and reintroduced a human readable error message.
2021-03-14Merge master into staging-nextgithub-actions[bot]
2021-03-14nixos/tests/spike: Fix assertionLancelot SIX