Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove trigger_schedule_attributes and factory :ci_trigger_for_trigger_schedulefix/sm/32032-remove-the-rest-of-trigger_schedule-related-codes | Shinya Maeda | 2017-07-13 | 1 | -2/+1 |
| | |||||
* | Create and use project path helpers that only need a project, no namespace | Douwe Maan | 2017-07-05 | 1 | -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-status | blackst0ne | 2017-06-07 | 1 | -1/+1 |
| | | | | explicitly set 'status' in 'destroy' actions of controllers | ||||
* | Fix ref reference | Kamil Trzcinski | 2017-04-07 | 1 | -3/+2 |
| | |||||
* | create_params and update_params into trigger_params | Shinya Maeda | 2017-04-07 | 1 | -11/+4 |
| | |||||
* | Add def trigger_schedule in Trigger. Use persisted? for checling existance | Shinya Maeda | 2017-04-07 | 1 | -1/+0 |
| | |||||
* | Use allow_destroy. Remove condtion from form.haml. | Shinya Maeda | 2017-04-07 | 1 | -4/+6 |
| | |||||
* | Add form for scheduled trigger | Shinya Maeda | 2017-04-07 | 1 | -2/+8 |
| | |||||
* | Improve pipeline triggers UI | Kamil Trzciński | 2017-03-07 | 1 | -8/+51 |
| | |||||
* | Improved code styling on the variables_controller_spec | Jose Ivan Vargas | 2017-02-06 | 1 | -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 Vargas | 2017-02-06 | 1 | -0/+4 |
| | | | | controllers | ||||
* | Added a flash message to the creation of triggers | Jose Ivan Vargas | 2017-02-06 | 1 | -2/+3 |
| | |||||
* | Changed the controller/route name to 'ci/cd' and renamed the corresponding files | Jose Ivan Vargas | 2017-02-06 | 1 | -6/+2 |
| | | | | Added tests to verify the access policy to the new controller | ||||
* | Corrected tests and changed trigger controller redirects to the ↵ | Jose Ivan Vargas | 2017-02-06 | 1 | -3/+3 |
| | | | | ci_cd_pipelines_settings controller | ||||
* | Converted the views to partials that compose the menu item "pipelines" | Jose Ivan Vargas | 2017-02-06 | 1 | -4/+3 |
| | |||||
* | Make the CI permission model simpler | Kamil Trzcinski | 2016-02-02 | 1 | -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 things | Kamil Trzcinski | 2015-12-11 | 1 | -4/+4 |
| | |||||
* | Migrate CI::Project to Project | Kamil Trzcinski | 2015-12-11 | 1 | -5/+4 |
| | |||||
* | Move CI triggers page to project settings areamove-triggers-page | Dmitriy Zaporozhets | 2015-09-29 | 1 | -0/+35 |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> |