summaryrefslogtreecommitdiff
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* WIPZeger-Jan van de Weg2017-12-031-0/+12
* Merge branch 'backstage/gb/build-pipeline-in-a-separate-class' into 'master'Kamil Trzciński2017-12-011-1/+0
|\
| * Do not set pipeline source after initializationGrzegorz Bizon2017-11-301-1/+0
* | Adds validation for Project#ci_config_path not to contain leading slashChristiaan Van den Poel2017-12-011-3/+3
|/
* Merge branch '38668-revert-copied-kubernetesservice-logic' into 'master'Grzegorz Bizon2017-11-306-56/+121
|\
| * 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
| * Replce kubernetes_service and deployment_service to deployment_platformShinya Maeda2017-11-283-23/+11
| * 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 '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 'remove-mr-diff-serialised-columns' into 'master'Yorick Peterse2017-11-292-84/+22
|\ \ \
| * | | Remove serialised diff and commit columnsSean McGivern2017-11-282-84/+22
| |/ /
* | | Add timeouts for Gitaly callsAndrew Newdigate2017-11-291-1/+25
* | | Merge branch 'dm-search-pattern' into 'master'Sean McGivern2017-11-2910-64/+28
|\ \ \
| * | | Use fuzzy search with minimum length of 3 characters where appropriatedm-search-patternDouwe Maan2017-11-279-48/+20
| * | | Rename to_fuzzy_arel to fuzzy_arel_matchDouwe Maan2017-11-241-3/+3
| * | | Use Gitlab::SQL::Pattern where appropriateDouwe Maan2017-11-247-23/+15
* | | | Merge branch '40530-merge-request-generates-wrong-diff-when-branch-and-tag-ha...Rémy Coutable2017-11-281-3/+15
|\ \ \ \ | |_|/ / |/| | |
| * | | Ensure MRs always use branch refs for comparisonSean McGivern2017-11-281-3/+15
* | | | Merge branch 'hashed-storage-attachments-migration-path' into 'master'Nick Thomas2017-11-282-3/+3
|\ \ \ \
| * | | | Improve storage migration rake taskGabriel Mazetto2017-11-231-2/+3
| * | | | Refactor Hashed Storage migration to add additional migration stepsGabriel Mazetto2017-11-231-1/+0
* | | | | Merge branch '40561-environment-scope-value-is-not-trimmed' into 'master'Kamil Trzciński2017-11-281-0/+4
|\ \ \ \ \
| * | | | | Strip leading & trailing whitespaces in CI/CD secret variable keys40561-environment-scope-value-is-not-trimmedRémy Coutable2017-11-271-0/+4
* | | | | | Merge branch '40226-refactor-the-issuable-s-webhooks-data-architecture' into ...Douwe Maan2017-11-281-3/+9
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Refactor the way we pass `old associations` to issuable's update services40226-refactor-the-issuable-s-webhooks-data-architectureRémy Coutable2017-11-241-3/+9
| | |_|/ / | |/| | |
* | | | | Merge branch '39601-create-issuable-destroy-service' into 'master'Rémy Coutable2017-11-272-2/+0
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Create issue and merge request destroy servicesGeorge Andrinopoulos2017-11-252-2/+0
| | |_|/ | |/| |
* | | | Allow to drop jobs for deleted projectsKamil Trzcinski2017-11-272-6/+11
|/ / /
* | | Merge branch 'jej/fix-protected-branch-validations-ce' into 'master'Rémy Coutable2017-11-243-31/+23
|\ \ \
| * | | Deduplicate protected ref human_access_levelsjej/fix-protected-branch-validations-ceJames Edwards-Jones2017-11-243-17/+7
| * | | Fix ProtectedBranch access level validationsJames Edwards-Jones2017-11-243-14/+16
| | |/ | |/|
* | | Merge branch 'dm-project-search-performance' into 'master'Sean McGivern2017-11-241-22/+8
|\ \ \ | |_|/ |/| |
| * | Drastically improve project search performance by no longer searching namespa...dm-project-search-performanceDouwe Maan2017-11-241-22/+8
* | | Merge branch 'issue_40374' into 'master'Sean McGivern2017-11-242-0/+13
|\ \ \ | |/ / |/| |
| * | Fix WIP system note not being createdissue_40374Felipe Artur2017-11-232-0/+13
| |/
* | Merge branch 'dm-cleanup-fetch-and-mirror-methods' into 'master'Sean McGivern2017-11-231-4/+17
|\ \
| * | Rename fetch_refs to refmapDouwe Maan2017-11-231-2/+2
| * | Clean up repository fetch and mirror methodsDouwe Maan2017-11-231-4/+17
| |/
* | Merge branch '39887-move-identical-check-to-merged-branches' into 'master'Douwe Maan2017-11-231-8/+2
|\ \
| * | Move identical merged branch check to merged_branch_namesLin Jen-Shin2017-11-231-8/+2
| |/