summaryrefslogtreecommitdiff
path: root/app/controllers/projects/triggers_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove trigger_schedule_attributes and factory :ci_trigger_for_trigger_schedulefix/sm/32032-remove-the-rest-of-trigger_schedule-related-codesShinya Maeda2017-07-131-2/+1
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-5/+5
* 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-1/+1
* Fix ref referenceKamil Trzcinski2017-04-071-3/+2
* create_params and update_params into trigger_paramsShinya Maeda2017-04-071-11/+4
* Add def trigger_schedule in Trigger. Use persisted? for checling existanceShinya Maeda2017-04-071-1/+0
* Use allow_destroy. Remove condtion from form.haml.Shinya Maeda2017-04-071-4/+6
* Add form for scheduled triggerShinya Maeda2017-04-071-2/+8
* Improve pipeline triggers UIKamil TrzciƄski2017-03-071-8/+51
* Improved code styling on the variables_controller_specJose Ivan Vargas2017-02-061-2/+2
* Added redirections to the index actions for the variables and triggers contro...Jose Ivan Vargas2017-02-061-0/+4
* Added a flash message to the creation of triggersJose Ivan Vargas2017-02-061-2/+3
* Changed the controller/route name to 'ci/cd' and renamed the corresponding filesJose Ivan Vargas2017-02-061-6/+2
* Corrected tests and changed trigger controller redirects to the ci_cd_pipelin...Jose Ivan Vargas2017-02-061-3/+3
* Converted the views to partials that compose the menu item "pipelines"Jose Ivan Vargas2017-02-061-4/+3
* Make the CI permission model simplerKamil Trzcinski2016-02-021-1/+1
* Remove ci_ prefix from all ci related thingsKamil Trzcinski2015-12-111-4/+4
* Migrate CI::Project to ProjectKamil Trzcinski2015-12-111-5/+4
* Move CI triggers page to project settings areamove-triggers-pageDmitriy Zaporozhets2015-09-291-0/+35