summaryrefslogtreecommitdiff
path: root/spec/models
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '35793_fix_predicate_names' into 'master'Robert Speicher2017-08-292-14/+14
|\
| * replace `is_ancestor?` with `ancestor?`Maxim Rydkin2017-08-291-11/+11
| * replace `is_edited?` with `edited?`Maxim Rydkin2017-08-291-3/+3
* | Rename MergeRequest#async_merge to merge_asyncOswaldo Ferreira2017-08-281-2/+2
* | Track enqueued and ongoing MRsOswaldo Ferreira2017-08-281-20/+19
|/
* Merge branch 'fix/gb/fix-invalid-stage-status-transition' into 'master'Kamil Trzciński2017-08-251-0/+11
|\
| * Set a default CI/CD status when it is not knownfix/gb/fix-invalid-stage-status-transitionGrzegorz Bizon2017-08-221-0/+11
* | Merge branch 'git-operation-user' into 'master'Sean McGivern2017-08-241-18/+19
|\ \
| * | Move GitHooksService to Gitlab::GitJacob Vosmaer2017-08-231-8/+8
| * | Make gl_repository a G::G::Repository attributeJacob Vosmaer2017-08-231-2/+2
| * | Decouple GitOperationService from UserJacob Vosmaer2017-08-231-10/+11
* | | Merge branch 'backstage/gb/after-save-asynchronous-job-hooks' into 'master'Kamil Trzciński2017-08-241-0/+10
|\ \ \
| * \ \ Merge branch 'master' into backstage/gb/after-save-asynchronous-job-hooksGrzegorz Bizon2017-08-233-57/+259
| |\ \ \ | | | |/ | | |/|
| * | | Do not fire synrchonous hooks when creating a jobGrzegorz Bizon2017-08-221-0/+10
* | | | Delegate Repository::branch_exists? and ref_exists? to Gitlab::GitAndrew Newdigate2017-08-241-1/+1
* | | | Merge branch '36262_merge_request_reference_in_merge_commit_global' into 'mas...Sean McGivern2017-08-241-1/+1
|\ \ \ \
| * | | | fixes failing tests for full reference changehaseeb2017-08-131-1/+1
* | | | | Merge branch 'zj-add-pipeline-source-variable' into 'master'Grzegorz Bizon2017-08-241-1/+13
|\ \ \ \ \
| * | | | | Expose CI_PIPELINE_SOURCE on CI jobsZeger-Jan van de Weg2017-08-231-1/+13
| | |_|_|/ | |/| | |
* | | | | Merge branch 'cache-issue-and-mr-counts' into 'master'Douwe Maan2017-08-232-0/+27
|\ \ \ \ \
| * | | | | Cache the number of open issues and merge requestsYorick Peterse2017-08-232-0/+27
* | | | | | Merge branch 'fix-push-events-branch-removals' into 'master'Sean McGivern2017-08-231-0/+44
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fix display of push events for removed refsfix-push-events-branch-removalsYorick Peterse2017-08-221-0/+44
* | | | | | Merge branch 'fix/sm/34762-bad-validation-message' into 'master'Kamil Trzciński2017-08-221-1/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Update kubernetes_service_spec.rbfix/sm/34762-bad-validation-messageShinya Maeda2017-08-221-1/+1
| * | | | | Enfouce namespace for Kubernetes to lowercaseShinya Maeda2017-08-221-1/+2
* | | | | | Merge branch 'fix-broadcast-message-caching' into 'master'Sean McGivern2017-08-221-0/+23
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Fix caching of future broadcast messagesfix-broadcast-message-cachingYorick Peterse2017-08-211-0/+23
| |/ / / /
* | | | | Make sure repository's removal work for legacy and hashed storages28283-uuid-storageGabriel Mazetto2017-08-221-0/+8
* | | | | Use `@hashed` prefix for hashed paths on disk, to avoid collision with existi...Gabriel Mazetto2017-08-221-3/+3
* | | | | Refactor project and storage typesGabriel Mazetto2017-08-221-4/+4
* | | | | Some codestyle changes and fixes for GitLab pagesGabriel Mazetto2017-08-221-9/+18
* | | | | Removed some useless code, codestyle changes and removed an indexGabriel Mazetto2017-08-221-2/+2
* | | | | Moving away from the "extend" based factory to a more traditional one.Gabriel Mazetto2017-08-221-1/+2
* | | | | New storage is now "Hashed" instead of "UUID"Gabriel Mazetto2017-08-221-54/+159
|/ / / /
* | | | Merge branch 'backstage/gb/migrate-stages-statuses' into 'master'Kamil Trzciński2017-08-212-3/+82
|\ \ \ \ | |_|_|/ |/| | |
| * | | Use usual method to retrieve CI/CD stage statusesGrzegorz Bizon2017-08-161-2/+2
| * | | Merge branch 'master' into backstage/gb/migrate-stages-statusesGrzegorz Bizon2017-08-1693-555/+1224
| |\ \ \
| * \ \ \ Merge commit '9a3b283402b8cc1c86802c526f19a459ce09c2e3' into backstage/gb/mig...Grzegorz Bizon2017-07-31162-349/+656
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into backstage/gb/migrate-stages-statusesGrzegorz Bizon2017-07-2615-47/+137
| |\ \ \ \ \
| * | | | | | Rename method responsible for updating stage statusGrzegorz Bizon2017-07-261-4/+4
| * | | | | | Do not implement CI/CD job to stage association yetGrzegorz Bizon2017-07-241-12/+0
| * | | | | | Adds some specs for stage optimistic lockingGrzegorz Bizon2017-07-241-0/+19
| * | | | | | Merge branch 'master' into backstage/gb/migrate-stages-statusesGrzegorz Bizon2017-07-246-9/+92
| |\ \ \ \ \ \
| * | | | | | | Implement method that updates a stage statusGrzegorz Bizon2017-07-201-2/+20
| * | | | | | | Implement proper associations with a persisted stageGrzegorz Bizon2017-07-201-0/+21
| * | | | | | | Use a new stage_id reference to a persisted stageGrzegorz Bizon2017-07-201-3/+4
| * | | | | | | Merge branch 'master' into backstage/gb/migrate-stages-statusesGrzegorz Bizon2017-07-2017-78/+100
| |\ \ \ \ \ \ \
| * | | | | | | | Freeze mutable constants in stages migration codeGrzegorz Bizon2017-07-111-1/+0
| * | | | | | | | Merge branch 'master' into backstage/gb/migrate-stages-statusesGrzegorz Bizon2017-07-1027-180/+883
| |\ \ \ \ \ \ \ \