about summary refs log tree commit diff
path: root/nixos/tests/gitlab.nix
AgeCommit message (Collapse)AuthorFilesLines
2019-03-12nixos/gitlab: improved test to check download of repository archivesJohan Thomsen1-3/+33
2018-12-16gitlab: run test with 4096 bits if on 64bit, else the the maximum for 32bitFlorian Klink1-1/+1
2018-12-05pkgsi686Linux.nixosTests.gitlab: fix 32 bit testsFlorian Klink1-1/+1
GitLab 11.5.1 dropped the dependency to posix_spawn, which is broken on 32bit. (See https://gitlab.com/gitlab-org/gitlab-ce/issues/53525) The only part missing is decreasing virtualisation.memorySize to something that a 32 bit qemu still executes. The maximum seems to be 2047, and tests passed with that value for me.
2018-11-23gitlab tests: enable recommendedProxySettings, test redirection works as it ↵Florian Klink1-1/+3
should The nixos test is a bit misleading, as the given nginx configuration would always cause gitlab to redirect to localhost, which is clearly not what you want in a production setup. Instead we now enable services.nginx.recommendedProxySettings, curl against http://gitlab, and assure we get redirected to that same hostname, too.
2018-11-14gitlab: fix smtp settingRobin Gloster1-0/+1
fixes #50163
2018-11-02gitlab: refactor and fix testRobin Gloster1-5/+13
2018-07-20[bot] nixos/*: remove unused arguments in lambdasvolth1-1/+1
2017-11-06nixos/tests/gitlab.nix: Unbreak config, still times outSarah Brofeldt1-3/+51
2016-05-17rename iElectric to domenkozar to match GitHubDomen Kožar1-1/+1
2015-07-12all tests: added meta.maintainers sectionJoachim Schiele1-2/+5
2014-12-17nixos/tests/gitlab.nix: set TimeoutStartSec to 10minDomen Kožar1-0/+1
(cherry picked from commit 5bafb9cf0fea00470be4ff9b342849339297eeb4) Signed-off-by: Domen Kožar <domen@dev.si>
2014-12-14nixos/gitlab: imporove testsJaka Hudoklin1-1/+2
2014-12-12nixos/gitlab: fixesJaka Hudoklin1-0/+19
- fix timezone data not found - fix module, add simple test - allow to set port