summaryrefslogtreecommitdiff
path: root/spec/controllers/projects/pipeline_schedules_controller_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/security/gitlab@14-8-stable-eeGitLab Bot2022-04-291-38/+66
* Add latest changes from gitlab-org/gitlab@14-4-stable-eev14.4.0-rc42GitLab Bot2021-10-201-1/+1
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-141-4/+24
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-281-5/+5
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-121-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-021-11/+3
* Implement support for CI variables of type fileKrasimir Angelov2019-05-061-1/+2
* Add some frozen string to spec/**/*.rbgfyoung2019-04-151-0/+2
* [master] Pipelines section is available to unauthorized usersKamil Trzciński2019-01-311-1/+10
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-191-12/+12
* Remove rails4 specific codeJasper Maes2018-12-161-13/+5
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-14/+14
* [Rails5] Fix pipeline_schedules_controller_specblackst0ne-rails5-fix-pipeline-schedules-controller-specblackst0ne2018-06-161-3/+13
* Make Variable key not secret43316-controller-parameters-handling-sensitive-information-should-use-a-more-specific-nameMatija Čupić2018-03-221-9/+9
* Use secret_key and secret_value in Pipeline Schedule variablesMatija Čupić2018-03-171-8/+10
* Address review comments with playing pipeline schedulersh-add-schedule-pipeline-run-nowStan Hu2017-12-121-3/+17
* Add a spec for rate limiting pipeline schedulesStan Hu2017-12-121-0/+10
* Add rate limiting to guard against excessive scheduling of pipelinesStan Hu2017-12-121-1/+1
* Avoid Gitaly N+1 calls by caching tag_namesStan Hu2017-12-121-0/+2
* Fix Sidekiq worker and make flash message return a link to the pipelines pageStan Hu2017-12-121-1/+1
* Create a play_pipeline_schedule policy and use itStan Hu2017-12-121-5/+16
* Address some comments with running a pipeline scheduleStan Hu2017-12-121-2/+2
* Add button to run scheduled pipeline immediatelyStan Hu2017-12-121-1/+25
* Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo2017-10-201-8/+8
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
* Remove validates :key, uniqueness due to new validator covers the casefeature/intermediate/32568-adding-variables-to-pipelines-schedulesShinya Maeda2017-07-071-34/+64
* Reduce less meaningful test suits from pipeline_schedules_controller_spec.rbShinya Maeda2017-07-061-108/+0
* Implement ayufan validatorShinya Maeda2017-07-061-2/+2
* Improve spec: use go instead of put :updateShinya Maeda2017-07-061-2/+1
* Revert "Implement Ci::NestedUniquenessValidator"Shinya Maeda2017-07-061-16/+2
* Implement Ci::NestedUniquenessValidatorShinya Maeda2017-07-051-2/+16
* zj nice catchies 3Shinya Maeda2017-07-051-25/+25
* Improve specShinya Maeda2017-07-051-10/+9
* Implement uniqueness_of_in_memory_validatorShinya Maeda2017-07-051-37/+30
* Improved AccessMatchers and testsShinya Maeda2017-07-051-3/+3
* Fix policy by new guild lineShinya Maeda2017-07-051-106/+81
* Fix StaticAnlysysShinya Maeda2017-07-051-108/+58
* Revert extra validation for duplication between same keys on a submitShinya Maeda2017-07-051-29/+31
* Add functionality and security.Shinya Maeda2017-07-051-223/+304
* Implement variables_attributes create/update casesShinya Maeda2017-07-051-284/+284
* Improve specShinya Maeda2017-07-051-10/+9
* Implement uniqueness_of_in_memory_validatorShinya Maeda2017-07-051-37/+30
* Improved AccessMatchers and testsShinya Maeda2017-07-051-3/+3
* Fix policy by new guild lineShinya Maeda2017-07-051-106/+81
* Fix StaticAnlysysShinya Maeda2017-07-051-108/+58
* Revert extra validation for duplication between same keys on a submitShinya Maeda2017-07-051-29/+31
* Add functionality and security.Shinya Maeda2017-07-051-223/+304
* Implement variables_attributes create/update casesShinya Maeda2017-07-051-8/+345
* Fix saShinya Maeda2017-06-281-3/+1