summaryrefslogtreecommitdiff
path: root/app/controllers/projects/triggers_controller.rb
Commit message (Collapse)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 ↵31840-add-a-rubocop-that-forbids-redirect_to-inside-a-controller-destroy-action-without-an-explicit-statusblackst0ne2017-06-071-1/+1
| | | | explicitly set 'status' in 'destroy' actions of controllers
* 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
| | | | | Also updated the #update action inside the variables controller as to render the show and not redirect back to the settings route
* Added redirections to the index actions for the variables and triggers ↵Jose Ivan Vargas2017-02-061-0/+4
| | | | controllers
* 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
| | | | Added tests to verify the access policy to the new controller
* Corrected tests and changed trigger controller redirects to the ↵Jose Ivan Vargas2017-02-061-3/+3
| | | | ci_cd_pipelines_settings controller
* 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
| | | | | | | | | | | | | This MR simplifies CI permission model: - read_build: allows to read a list of builds, artifacts and trace - update_build: allows to cancel and retry builds - create_build: allows to create builds from gitlab-ci.yml (not yet implemented) - admin_build: allows to manage triggers, runners and variables - read_commit_status: allows to read a list of commit statuses (including the overall of builds) - create_commit_status: allows to create a new commit status using API Remove all extra methods to manage permission. Made all controllers to use explicitly the new permissions.
* 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
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>