about summary refs log tree commit diff
path: root/nixos/tests/wordpress.nix
AgeCommit message (Collapse)AuthorFilesLines
2023-11-14nixos/wordpress: Add test for wordpress6_4Jonas Heinrich1-1/+1
2023-10-10wordpress6_1, wordpress6_2: dropWeijia Wang1-1/+1
2023-09-17wordpress: 6.2.2 -> 6.3.1Weijia Wang1-1/+1
2023-05-03wordpress: 6.1.1 -> 6.2; wordpress6_2: initJonas Heinrich1-1/+1
2023-01-05nixosTests.wordpress: iterate over versionsColin Arnott1-11/+22
As a follow up to f9d1f80045d3ae01741896127837eba9f1559603, we should add the ability to test explicit versions of the wordpress derivation. Since we are currently only supporting wordpress6_1 in unstable, this change is a noop. Updates #209051
2022-01-23nixos/wordpress: Drop old deprecated interface (#152674)Jonas Heinrich1-6/+3
2021-09-17nixos/wordpress: caddy supportJonas Heinrich1-1/+17
2021-07-16nixos/wordpress: nginx supportJean-Philippe Braun1-23/+43
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-10-25nixos/tests/wordpress: Use curl --failScott Worley1-1/+1
2019-11-25nixosTests.wordpress: fix assertionsMartin Milata1-3/+3
2019-11-24nixosTests.wordpress: add flokli and mmilataFlorian Klink1-1/+5
2019-11-24nixosTests.wordpress: port to pythonFlorian Klink1-12/+24
2019-09-22nixos/wordpress: generate secrets locallyMartin Milata1-6/+5
Use /dev/urandom to generate keys and salts instead of downloading them from https://api.wordpress.org/secret-key/1.1/salt/
2019-07-03nixos/wordpress: create module to replace the httpd subserviceAaron Andersen1-38/+27
2018-08-24nixos/tests/wordpress: fix testUli Baum1-4/+1
- explicitly add dbHost to fix test - remove unnecessary options that are set by default anyway
2018-07-20[bot] nixos/*: remove unused arguments in lambdasvolth1-2/+2
2017-03-14wordpress: security upgrade: 4.7.2 -> 4.7.3 & other improvements (#23837)Bas van Dijk1-8/+4
* Moved the wordpress sources derivation to the attribute pkgs.wordpress. This makes it easier to override. * Also introduce the `package` option for the wordpress virtual host config which defaults to pkgs.wordpress. * Also fixed the test in nixos/tests/wordpress.nix.
2016-09-26wordpress: 4.3.1 -> 4.6.1 + add a testGraham Christensen1-0/+60