summaryrefslogtreecommitdiff
path: root/app/controllers/projects/pipelines_settings_controller.rb
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '32815--Add-Custom-CI-Config-Path' into 'master'Grzegorz Bizon2017-07-061-1/+1
|\ | | | | | | | | | | | | Resolve "Project option to allow customizing CI/CD config path" Closes #32815 and #33130 See merge request !12509
| * Rename ci_config_file to ci_config_pathLin Jen-Shin2017-07-051-1/+1
| |
| * Merge remote-tracking branch 'upstream/master' into ↵15041-Add-Custom-CI-Config-PathLin Jen-Shin2017-06-281-12/+5
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 15041-Add-Custom-CI-Config-Path * upstream/master: (12506 commits) Update CHANGELOG.md for 9.3.2 Update architecture.md Fix changelog entry file extension Fix head pipeline stored in merge request for external pipelines updated gitlab-ci.yml to compile locale Ignore JSON files generated from PO files Update mmap2 gem tha disables mmap_obj.gsub! as current implementation uses method that is no longer part of Ruby API Disable rainbow during SimpleExecutor specs to have consistence Slightly refactor pipeline schedules form in preparation for additions Resolve "Submitting reply to existing diff discussion using Cmd/Ctrl+Enter submits twice and refreshes page" Make the SimpleExecutor rescue exceptions in the executing Checks Resolve "Unable to access edit comment from dropdown menu in certain screen sizes" Update changelog item revert removal of requestAnimationFrame and move to a separate MR/discussion rename getEmojiCategoryMap and remove unnecessary parameter Action Buttons on Prio Labels working again by setting pointer events to none on… Remove 'contains' option from Commit.find_all Remove Gitlab::Git::Repository#find_all Use latest chrome and chrome driver in GitLab QA Polish sidebar toggle ...
| * | Add config option to project to allow custom .gitlab-ci.yml locationKeith Pope2016-10-081-1/+1
| | |
* | | Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-2/+2
| |/ |/|
* | Rename CI/CD Pipelines to Pipelines in the project settingsDmitriy Zaporozhets2017-05-111-1/+1
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | add auto-cancel for pending pipelines on branch, if they are not HEADRydkin Maxim2017-04-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix changelog MR reference add non-HEAD builds finder and add `created` pipelines to scope add spec for auto-cancel non-HEAD pipelines and refactor create_pipeline_service_spec more refactoring for spec adds option for auto-cancel into CI/CD settings fix spec to new configuration fix rubocop fix schema.rb fix schema.rb replace Gitlab 9.0 with 9.1 in doc change wording on pipeline settings added auto_canceled_by field as identifier of autocancel subject remove unnecessary index replace service with retry_lock replace auto_cancel_pending_pipelines boolean setting with integer (and enum in model) fix schema.rb fix schema.rb remove projekt attribute and clean up spec clean up spec withcouple of shared examples added spec for "It does not cancel current pipeline" scenario add some specs to auto-cancel add spec for another branch pipelines
* | Changed the controller/route name to 'ci/cd' and renamed the corresponding filesJose Ivan Vargas2017-02-061-2/+2
| | | | | | | | Added tests to verify the access policy to the new controller
* | Fixed badges testJose Ivan Vargas2017-02-061-1/+1
| |
* | changed pipelines controller name to ci_cd_pipelinesJose Ivan Vargas2017-02-061-2/+2
| |
* | Converted the views to partials that compose the menu item "pipelines"Jose Ivan Vargas2017-02-061-9/+2
| |
* | Fix wrong template rendered when CI/CD settings aren't update successfullyRémy Coutable2016-11-221-1/+1
|/ | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Expose coverage report badge in pipeline settingsGrzegorz Bizon2016-08-151-1/+7
|
* Move badges to separate modules and add base classGrzegorz Bizon2016-08-151-1/+1
|
* Extract build status badge metadata to separate classGrzegorz Bizon2016-07-281-1/+1
|
* Change how we style redirect_toKamil Trzcinski2016-07-201-3/+1
|
* Use flash[:notice] onlyKamil Trzcinski2016-07-201-2/+1
|
* Create PipelinesSettingsController for showing settings pageKamil Trzcinski2016-07-201-0/+33