summaryrefslogtreecommitdiff
path: root/spec/models
Commit message (Expand)AuthorAgeFilesLines
* Adds validation for Project#ci_config_path not to contain leading slashChristiaan Van den Poel2017-12-011-2/+3
* Merge branch '38668-revert-copied-kubernetesservice-logic' into 'master'Grzegorz Bizon2017-11-306-80/+229
|\
| * Fix integraetion testsShinya Maeda2017-11-281-1/+0
| * Fix unit testsShinya Maeda2017-11-282-1/+3
| * Aling shared_exmaples to "same behavior between KubernetesService and Platfor...Shinya Maeda2017-11-284-61/+12
| * Replce kubernetes_service and deployment_service to deployment_platformShinya Maeda2017-11-284-57/+88
| * Duplicate spec for Platform::Kubernetes with kubernetes_projectShinya Maeda2017-11-282-9/+35
| * Add test suit for platform::kubernetesShinya Maeda2017-11-281-5/+18
| * Fix tests for Clusters::Platforms::KubernetesShinya Maeda2017-11-281-12/+4
| * Revert KubernetesService logic in Platforms::KubernetesShinya Maeda2017-11-281-0/+135
* | Merge branch 'remove-mr-diff-serialised-columns' into 'master'Yorick Peterse2017-11-291-56/+20
|\ \
| * | Remove serialised diff and commit columnsSean McGivern2017-11-281-56/+20
* | | Add timeouts for Gitaly callsAndrew Newdigate2017-11-291-0/+59
* | | Merge branch 'dm-search-pattern' into 'master'Sean McGivern2017-11-293-6/+8
|\ \ \
| * | | Use fuzzy search with minimum length of 3 characters where appropriatedm-search-patternDouwe Maan2017-11-273-6/+8
| | |/ | |/|
* | | Merge branch '40530-merge-request-generates-wrong-diff-when-branch-and-tag-ha...Rémy Coutable2017-11-281-3/+18
|\ \ \ | |_|/ |/| |
| * | Ensure MRs always use branch refs for comparisonSean McGivern2017-11-281-3/+18
* | | Merge branch '40561-environment-scope-value-is-not-trimmed' into 'master'Kamil Trzciński2017-11-281-0/+18
|\ \ \
| * | | Strip leading & trailing whitespaces in CI/CD secret variable keys40561-environment-scope-value-is-not-trimmedRémy Coutable2017-11-271-0/+18
| | |/ | |/|
* | | Merge branch '40226-refactor-the-issuable-s-webhooks-data-architecture' into ...Douwe Maan2017-11-281-4/+4
|\ \ \ | |/ / |/| |
| * | Refactor the way we pass `old associations` to issuable's update services40226-refactor-the-issuable-s-webhooks-data-architectureRémy Coutable2017-11-241-4/+4
| |/
* | Drastically improve project search performance by no longer searching namespa...dm-project-search-performanceDouwe Maan2017-11-241-18/+0
|/
* Merge branch '39887-move-identical-check-to-merged-branches' into 'master'Douwe Maan2017-11-231-18/+0
|\
| * Move identical merged branch check to merged_branch_namesLin Jen-Shin2017-11-231-18/+0
* | Merge branch 'use-merge-requests-diff-id-column' into 'master'Douwe Maan2017-11-233-3/+91
|\ \
| * | Use latest_merge_request_diff associationSean McGivern2017-11-233-3/+91
| |/
* | Allow password authentication to be disabled entirelyMarkus Koller2017-11-232-8/+49
|/
* Use Redis cache for branch existence checksJacob Vosmaer (GitLab)2017-11-211-0/+25
* Merge branch 'reduce-queries-for-artifacts-button' into 'master'Kamil Trzciński2017-11-211-0/+4
|\
| * Use arrays in Pipeline#latest_builds_with_artifactsreduce-queries-for-artifacts-buttonYorick Peterse2017-11-211-0/+4
* | Merge branch '39461-notes-api-for-issues-no-longer-returns-label-additions-re...Sean McGivern2017-11-211-0/+31
|\ \ | |/ |/|
| * add the missing specmicael.bergeron2017-11-201-0/+31
| * reverting to the simpler approachmicael.bergeron2017-11-161-23/+0
| * fix the commit reference pattern from matching other entitiesmicael.bergeron2017-11-151-0/+23
* | Batchload blobs for diff generationZeger-Jan van de Weg2017-11-213-19/+29
* | Merge branch '38393-Milestone-duration-error-message-is-not-accurate-enough' ...Sean McGivern2017-11-201-1/+1
|\ \
| * | Changed validation error message on wrong milestone datesXurxo Méndez Pérez2017-11-181-1/+1
* | | Merge branch '18040-rubocop-line-break-after-guard-clause' into 'master'Rémy Coutable2017-11-201-0/+1
|\ \ \ | |/ / |/| |
| * | Adds Rubocop rule for line break after guard clauseJacopo2017-11-161-0/+1
| |/
* | Changing OAuth lookup to be case insensitiveFrancisco Javier López2017-11-171-0/+10
* | Merge branch 'bvl-delete-empty-fork-networks' into 'master'Douwe Maan2017-11-171-0/+18
|\ \
| * | Delete the fork network when removing the last membershipBob Van Landuyt2017-11-171-0/+18
* | | Merge branch 'ci-pipeline-status-query' into 'master'Kamil Trzciński2017-11-173-40/+152
|\ \ \
| * | | Optimise getting the pipeline status of commitsci-pipeline-status-queryYorick Peterse2017-11-163-40/+152
| | |/ | |/|
* | | Resolve "Performance issues when loading large number of wiki pages"Francisco Javier López2017-11-171-1/+1
| |/ |/|
* | Merge branch 'cache-user-keys-count' into 'master'Douwe Maan2017-11-162-1/+30
|\ \
| * | Cache the number of user SSH keyscache-user-keys-countYorick Peterse2017-11-162-1/+30
| |/
* | Merge branch '40122-only-one-note-webhook-is-triggered-when-a-comment-with-ti...Douwe Maan2017-11-151-11/+26
|\ \
| * | Add total_time_spent to the `changes` hash in issuable Webhook payloads40122-only-one-note-webhook-is-triggered-when-a-comment-with-time-spent-is-addedRémy Coutable2017-11-151-11/+26
| |/
* | Fix dumping hashed storage based repositoryGabriel Mazetto2017-11-151-0/+4
|/