summaryrefslogtreecommitdiff
path: root/spec/controllers/projects/pipeline_schedules_controller_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* use go instead of let procShinya Maeda2017-06-281-45/+39
* Fixed typo and hash alighmentShinya Maeda2017-06-281-1/+3
* Fix static analysisShinya Maeda2017-06-281-1/+1
* IMprove access_matchersShinya Maeda2017-06-281-1/+2
* Fix static analysysShinya Maeda2017-06-281-3/+3
* Add changelog. Add AccessMatchersForControllerShinya Maeda2017-06-281-0/+58
* Add Pipeline Schedules that supersedes experimental Trigger ScheduleZeger-Jan van de Weg2017-05-071-0/+87