summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Fix legacy migration testZeger-Jan van de Weg2017-12-031-3/+1
* JobArtifactsUploader does not inherrit from ArtifactsUploaderZeger-Jan van de Weg2017-12-031-6/+20
* Fix most test failuresZeger-Jan van de Weg2017-12-034-16/+10
* Fix creation of job_artifact_uploaderKamil Trzcinski2017-12-032-8/+2
* Rename Artifact to JobArtifact, split metadata outZeger-Jan van de Weg2017-12-037-50/+101
* Create Ci::ArtifactsZeger-Jan van de Weg2017-12-034-22/+70
* WIPZeger-Jan van de Weg2017-12-031-0/+12
* Merge branch '40286-hide-full-namespace-groups-tree' into 'master'Phil Hughes2017-12-012-2/+18
|\
| * Show only group name by default and put full namespace in tooltipKushal Pandya2017-12-012-2/+18
* | Merge branch 'backstage/gb/build-pipeline-in-a-separate-class' into 'master'Kamil TrzciƄski2017-12-012-44/+12
|\ \
| * | Do not set pipeline source after initializationGrzegorz Bizon2017-11-301-1/+0
| * | Merge branch 'master' into backstage/gb/build-pipeline-in-a-separate-classGrzegorz Bizon2017-11-30968-12831/+20497
| |\ \
| * | | Extract class responsible for building a pipelineGrzegorz Bizon2017-10-091-43/+12
* | | | Adds validation for Project#ci_config_path not to contain leading slashChristiaan Van den Poel2017-12-011-3/+3
* | | | issue note storeSimon Knox2017-11-3012-34/+34
* | | | Merge branch 'winh-select2-search-padding' into 'master'Mike Greiling2017-11-301-5/+13
|\ \ \ \
| * | | | Fix padding for Select2 search fieldWinnie Hellmann2017-11-291-5/+13
* | | | | allow caching options to be specified for counting servicesBrett Walker2017-11-301-1/+7
* | | | | Merge branch '40642-members-tab-not-signed-in' into 'master'Mike Greiling2017-11-301-1/+1
|\ \ \ \ \
| * | | | | Add project_members controller when not signed in40642-members-tab-not-signed-inAnnabel Dunstone Gray2017-11-291-1/+1
* | | | | | Merge branch '13634-broadcast-message' into 'master'Tim Zallmann2017-11-302-1/+6
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Fix broadcast message not showing up on login pageKushal Pandya2017-11-282-1/+6
| | |_|_|/ | |/| | |
* | | | | Merge branch '38668-revert-copied-kubernetesservice-logic' into 'master'Grzegorz Bizon2017-11-3011-61/+126
|\ \ \ \ \
| * | | | | Fix feature spec38668-revert-copied-kubernetesservice-logicShinya Maeda2017-11-281-1/+0
| * | | | | Fix static analysysShinya Maeda2017-11-282-1/+2
| * | | | | Fix unit testsShinya Maeda2017-11-281-1/+3
| * | | | | Aling shared_exmaples to "same behavior between KubernetesService and Platfor...Shinya Maeda2017-11-281-1/+1
| * | | | | Replce kubernetes_service and deployment_service to deployment_platformShinya Maeda2017-11-288-28/+16
| * | | | | Add test suit for platform::kubernetesShinya Maeda2017-11-281-7/+7
| * | | | | Remove logic which glues with KubernetesService, from Platforms::KubernetesShinya Maeda2017-11-282-57/+3
| * | | | | Fix commentsShinya Maeda2017-11-281-0/+1
| * | | | | Add deployment platform selectorShinya Maeda2017-11-281-2/+12
| * | | | | Check diff between KubernetesService and Platforms::Kubernetes. Synchronize a...Shinya Maeda2017-11-282-67/+62
| * | | | | Revert KubernetesService logic in Platforms::KubernetesShinya Maeda2017-11-281-0/+123
| |/ / / /
* | | | | Merge branch 'master' into multi-file-editor-dirty-diff-indicatorPhil Hughes2017-11-3093-975/+1790
|\ \ \ \ \
| * \ \ \ \ Merge branch 'use-count_commits-directly' into 'master'Douwe Maan2017-11-301-1/+2
| |\ \ \ \ \
| | * | | | | We could simply count the commitsLin Jen-Shin2017-11-301-1/+2
| * | | | | | Merge branch 'protected-branches-names' into 'master'Douwe Maan2017-11-302-2/+6
| |\ \ \ \ \ \
| | * | | | | | Only load branch names for protected branch checksprotected-branches-namesYorick Peterse2017-11-292-2/+6
| * | | | | | | Merge branch '39455-clone-dropdown-should-not-have-a-tooltip' into 'master'Tim Zallmann2017-11-305-35/+42
| |\ \ \ \ \ \ \
| | * | | | | | | Added ssh_button helper specs and addressed ruby code observationsJose Ivan Vargas2017-11-272-22/+26
| | * | | | | | | UX adjustments and spec correctionsJose Ivan Vargas2017-11-274-34/+8
| | * | | | | | | Change dropdown button background colorJose Ivan Vargas2017-11-272-1/+5
| | * | | | | | | Removed tooltip from clone dropdownJose Ivan Vargas2017-11-272-26/+51
| * | | | | | | | Merge branch '40671-fix-empty-blank-flash-messages' into 'master'Phil Hughes2017-11-301-3/+5
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| | * | | | | | | Remove blank flash messages caused by nil40671-fix-empty-blank-flash-messagesEric Eastwood2017-11-291-3/+5
| * | | | | | | | Merge branch 'es-module-copy-to-clipboard' into 'master'Tim Zallmann2017-11-304-75/+75
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| | * | | | | | | clarify safari browser supportMike Greiling2017-11-281-4/+4
| | * | | | | | | move copy_to_clipboard to behaviors directory as it is needed on all pagesMike Greiling2017-11-283-3/+4
| | * | | | | | | fix eslint errorsMike Greiling2017-11-281-33/+32