summaryrefslogtreecommitdiff
path: root/app/controllers/projects/pipeline_schedules_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Make Variable key not secret43316-controller-parameters-handling-sensitive-information-should-use-a-more-specific-nameMatija Čupić2018-03-221-1/+1
* Use secret_key and secret_value in Pipeline Schedule variablesMatija Čupić2018-03-171-1/+1
* Address review comments with playing pipeline schedulersh-add-schedule-pipeline-run-nowStan Hu2017-12-121-15/+15
* Fix Rubocop offense and use a symbol instead of a stringStan Hu2017-12-121-1/+1
* Add a spec for rate limiting pipeline schedulesStan Hu2017-12-121-2/+2
* Add rate limiting to guard against excessive scheduling of pipelinesStan Hu2017-12-121-0/+11
* 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-1/+5
* Address some comments with running a pipeline scheduleStan Hu2017-12-121-3/+3
* Add button to run scheduled pipeline immediatelyStan Hu2017-12-121-1/+15
* Remove update|admin_pipeline_schedule from Project, and grant it in PipelineS...Kamil Trzcinski2017-07-071-0/+4
* merge from masterShinya Maeda2017-07-071-1/+1
|\
| * Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-1/+1
* | Revert "Implement Ci::NestedUniquenessValidator"Shinya Maeda2017-07-061-2/+1
* | Implement Ci::NestedUniquenessValidatorShinya Maeda2017-07-051-1/+2
* | zj nice catchies 3Shinya Maeda2017-07-051-1/+1
* | zh nich catches 2Shinya Maeda2017-07-051-2/+2
* | Revert extra validation for duplication between same keys on a submitShinya Maeda2017-07-051-2/+1
* | Define authorize_update_pipeline_schedule and apply to :edit, :take_ownership...Shinya Maeda2017-07-051-4/+6
* | Add functionality and security.Shinya Maeda2017-07-051-0/+2
* | Implement variables_attributes create/update casesShinya Maeda2017-07-051-2/+3
* | Controller logic. Delete before modification. Halfway.Shinya Maeda2017-07-051-8/+4
* | zh nich catches 2Shinya Maeda2017-07-051-2/+2
* | Revert extra validation for duplication between same keys on a submitShinya Maeda2017-07-051-2/+1
* | Define authorize_update_pipeline_schedule and apply to :edit, :take_ownership...Shinya Maeda2017-07-051-4/+6
* | Add functionality and security.Shinya Maeda2017-07-051-0/+2
* | Implement variables_attributes create/update casesShinya Maeda2017-07-051-2/+3
* | Controller logic. Delete before modification. Halfway.Shinya Maeda2017-07-051-1/+2
|/
* Use authorize_update_pipeline_schedule in PipelineSchedulesControllerShinya Maeda2017-06-281-1/+2
* Allow translation of Pipeline SchedulesZ.J. van de Weg2017-06-081-2/+2
* Add a rubocop rule to check if a method 'redirect_to' is used without explici...31840-add-a-rubocop-that-forbids-redirect_to-inside-a-controller-destroy-action-without-an-explicit-statusblackst0ne2017-06-071-2/+4
* Add Pipeline Schedules that supersedes experimental Trigger ScheduleZeger-Jan van de Weg2017-05-071-0/+68