summaryrefslogtreecommitdiff
path: root/app/views/projects/pipelines_settings
Commit message (Expand)AuthorAgeFilesLines
* use Gitlab::UserSettings directly as a singleton instead of including/extendi...Mario de la Ossa2018-02-021-1/+1
* Hide runner token in CI/CD settings page38019-hide-runner-tokenEric Eastwood2017-12-151-2/+6
* Remove Auto DevOps checkboxes - frontend40761-remove-the-checkbox-for-starting-a-new-pipeline-in-auto-devops-settingsbikebilly2017-12-041-17/+6
* Add checkboxes to automatically run AutoDevops pipelineEric Eastwood2017-11-281-8/+18
* Fix auto devops typos in Pipeline Settings viewMark Fletcher2017-09-221-1/+2
* Update _show.html.hamlFabio Busatto2017-09-191-0/+1
* Add warning message if domain or cluster are not configuredbokebilly2017-09-191-9/+10
* Fix instance default option being true as valueZeger-Jan van de Weg2017-09-181-2/+2
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into zj/gitlab-ce-zj...Kamil Trzcinski2017-09-062-36/+31
|\
| * Add collapsable sections for Pipeline SettingsKamil Trzciński2017-09-062-36/+31
* | Merge branch 'master' into zj-auto-devops-tableZeger-Jan van de Weg2017-09-061-1/+14
|\ \ | |/
| * Update 'Visibility of pipelines'Fabio Busatto2017-09-061-1/+14
* | Updates settings sections to:Filipa Lacerda2017-09-041-28/+25
* | Form for setting project auto devops settingsZeger-Jan van de Weg2017-08-311-5/+39
|/
* Merge branch '32815--Add-Custom-CI-Config-Path' into 'master'Grzegorz Bizon2017-07-061-0/+8
|\
| * Rename ci_config_file to ci_config_pathLin Jen-Shin2017-07-051-3/+3
| * Fix various descriptions given the feedbackLin Jen-Shin2017-07-041-1/+1
| * Update wordings, allow only full path, add testsLin Jen-Shin2017-06-301-3/+3
| * Fix doc, test, and formLin Jen-Shin2017-06-282-87/+8
| * Merge remote-tracking branch 'upstream/master' into 15041-Add-Custom-CI-Confi...15041-Add-Custom-CI-Config-PathLin Jen-Shin2017-06-282-3/+115
| |\
| * | Add config option to project to allow custom .gitlab-ci.yml locationKeith Pope2016-10-081-0/+7
* | | Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-1/+1
| |/ |/|
* | Added limited width container to project settingsPhil Hughes2017-06-202-4/+4
* | Frontend implementation, tests, and changelogLin Jen-Shin2017-05-251-1/+1
* | Rename CI/CD Pipelines references to just Pipelines in docsdz-rename-pipelines-settings-tabDmitriy Zaporozhets2017-05-111-1/+1
* | 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-4/+13
* | Merge branch '26087-asciidoc-cicd-badges-snippet' into 'master'Rémy Coutable2017-02-221-0/+7
|\ \
| * | Add AsciiDoc snippet for CI/CD BadgesJan Christophersen2017-02-201-0/+7
* | | changed changelog text to be normal case28389-ux-problem-with-pipeline-coverage-placeholderdimitrieh2017-02-211-1/+1
* | | Changed coverage reg expression placeholder text to be more like a placeholderdimitrieh2017-02-211-1/+1
|/ /
* | Corrected titles on the triggers and pipelines sectionsJose Ivan Vargas2017-02-061-1/+1
* | Converted the views to partials that compose the menu item "pipelines"Jose Ivan Vargas2017-02-061-3/+1
* | Adds changelog entryFilipa Lacerda2017-02-031-1/+1
* | Add excoveralls examplePotHix2016-12-051-0/+3
* | Fixed row margins on Pipeline Settings page in order to unify stylesRyan Harris2016-12-011-1/+1
* | Use better wording for test coverage parsing help textAchilleas Pipinellis2016-10-271-2/+2
* | Rearrange the Pipelines settings page sections and link to docsAchilleas Pipinellis2016-10-271-19/+34
* | Fix name of feature that restricts builds tracesfix/fix-public-builds-name-in-pipeline-settingsGrzegorz Bizon2016-10-191-2/+2
* | Reload pipeline settings when saving new settingsGrzegorz Bizon2016-10-181-1/+1
|/
* Render collection of badges instead of using iteratorGrzegorz Bizon2016-08-153-29/+28
* Extract pipeline badges to the separate view partialGrzegorz Bizon2016-08-152-28/+29
* Expose coverage report badge in pipeline settingsGrzegorz Bizon2016-08-151-24/+28
* Create PipelinesSettingsController for showing settings pageKamil Trzcinski2016-07-201-0/+103