summaryrefslogtreecommitdiff
path: root/spec/services/projects/update_pages_service_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-0-stable-eev15.0.0-rc42GitLab Bot2022-05-191-0/+12
* Add latest changes from gitlab-org/gitlab@14-9-stable-eev14.9.0-rc42GitLab Bot2022-03-181-1/+0
* Add latest changes from gitlab-org/gitlab@14-4-stable-eev14.4.0-rc42GitLab Bot2021-10-201-16/+0
* Add latest changes from gitlab-org/gitlab@14-3-stable-eev14.3.0-rc42GitLab Bot2021-09-201-157/+1
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-191-24/+87
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-0/+1
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-1/+18
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-0/+35
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-1/+10
* Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher2021-01-201-0/+13
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-16/+14
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-2/+57
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-9/+25
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-1/+3
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-15/+7
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-0/+17
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-211-0/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-301-1/+27
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-231-29/+0
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-211-0/+29
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-171-5/+7
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-101-3/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-201-44/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-251-0/+15
* Remove legacy artifact related coderemove-legacy-artifacts-related-codeShinya Maeda2019-05-311-56/+3
* Add frozen_string_literal to spec/servicesfrozen_string_literal_spec_servicesThong Kuah2019-04-121-0/+2
* Extract GitLab Pages using RubyZipKamil Trzciński2019-01-311-9/+26
* Squashed commit of the following:Shinya Maeda2018-07-271-1/+1
* Updates from `rubocop -a`Lin Jen-Shin2018-07-091-8/+8
* Correct more usages of non-relative `fixture_file_upload` pathsRobert Speicher2018-06-071-1/+1
* Make all uses of `fixture_file_upload` use relative pathsRobert Speicher2018-06-071-5/+5
* Fix file_store for artifacts and lfs when savingKamil Trzciński2018-05-011-4/+6
* Don't automatically remove artifacts for pages jobs after pages:deploy has runNick Thomas2018-04-271-42/+9
* Remove support for legacy tar.gz pages artifactsJacob Vosmaer2018-04-031-54/+50
* missing the public folder is InvaildStateErrorfix/sm/fix-wrong-error-handling-in-update-page-serviceShinya Maeda2018-03-301-5/+8
* Fix wrong error handling in update page serviceShinya Maeda2018-03-301-2/+33
* Add test for ensuring the file remains after socker errorShinya Maeda2018-03-061-0/+3
* Fix staticanalysysfix/sm/fix_pages_workerShinya Maeda2018-03-061-1/+1
* Introduce FailedToExtractError. Fix spec. Add DNS test mock.Shinya Maeda2018-03-061-0/+13
* Use `job_artifacts_archive|metadata`Kamil Trzcinski2017-12-031-1/+1
* Remove Ci::Build#artifacts_file?Zeger-Jan van de Weg2017-12-031-4/+4
* Test new artifacts for pages deployZeger-Jan van de Weg2017-12-031-16/+92
* Rename artifacts_* to legacy_artifacts_*Kamil Trzcinski2017-12-031-7/+7
* Include a .hidden directory in pages artifact extraction testsNick Thomas2017-10-121-0/+5
* Use script_failure. Add runner_system_failure. Improve spec.feature/sm/37239-implement-failure_reason-on-ci_buildsShinya Maeda2017-09-051-1/+1
* Fix enum listsShinya Maeda2017-09-051-1/+1
* Implement `failure_reason` on `ci_builds`Shinya Maeda2017-09-051-0/+1
* Fix rubocop offense in update pages service specsGrzegorz Bizon2017-07-251-1/+1
* Handle maximum pages artifacts size correctlyGrzegorz Bizon2017-07-251-0/+72