summaryrefslogtreecommitdiff
path: root/spec/models
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Add a workaround for a tmp job -> stage relationGrzegorz Bizon2017-07-041-3/+15
| * | | | | | | | | Use enumerated status in persisted stage classGrzegorz Bizon2017-07-041-0/+21
* | | | | | | | | | Add namespace errors from User#after_updatemk-fix-user-namespace-renameMichael Kozono2017-08-181-1/+6
* | | | | | | | | | Make username update fail if namespace part failsMichael Kozono2017-08-171-0/+56
| |_|_|_|_|_|_|/ / |/| | | | | | | |
* | | | | | | | | Merge branch 'ee-2628-backport-to-ce' into 'master'Douwe Maan2017-08-171-9/+18
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Backports EE mirror stuck handling feature (https://gitlab.com/gitlab-org/git...ee-2628-backport-to-ceTiago Botelho2017-08-171-9/+18
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Run remove_pages in a run_after_commit blockNick Thomas2017-08-171-0/+15