summaryrefslogtreecommitdiff
path: root/app/controllers/projects/pipelines_settings_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '32815--Add-Custom-CI-Config-Path' into 'master'Grzegorz Bizon2017-07-061-1/+1
|\
| * 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-Confi...15041-Add-Custom-CI-Config-PathLin Jen-Shin2017-06-281-12/+5
| |\
| * | 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
* | add auto-cancel for pending pipelines on branch, if they are not HEADRydkin Maxim2017-04-041-1/+1
* | Changed the controller/route name to 'ci/cd' and renamed the corresponding filesJose Ivan Vargas2017-02-061-2/+2
* | 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
|/
* 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