summaryrefslogtreecommitdiff
path: root/spec/models
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into backstage/gb/after-save-asynchronous-job-hooksGrzegorz Bizon2017-08-233-57/+259
|\
| * 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
* | | | | | | | | Do not fire synrchonous hooks when creating a jobGrzegorz Bizon2017-08-221-0/+10
|/ / / / / / / /
* | | | | | | | 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
* | | | | | | | Remove a wat in NamespacelessProjectDestroyWorkerNick Thomas2017-08-171-0/+23
* | | | | | | | Merge branch 'rs-more-public-send-whitelists' into 'master'Rémy Coutable2017-08-161-0/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | Whitelist or fix additional `Gitlab/PublicSend` cop violationsrs-more-public-send-whitelistsRobert Speicher2017-08-141-0/+7
* | | | | | | | | Merge branch '34643-fix-project-path-slugify' into 'master'Rémy Coutable2017-08-161-1/+1
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Fix CI_PROJECT_PATH_SLUG slugifyvanadium232017-08-151-1/+1
* | | | | | | | | Merge branch 'forks-count-cache' into 'master'Douwe Maan2017-08-151-0/+10
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Cache the number of forks of a projectforks-count-cacheYorick Peterse2017-08-141-0/+10
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch '34533-speed-up-group-project-authorizations' into 'master'Douwe Maan2017-08-151-0/+30
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Speed up Group#user_ids_for_project_authorizationsNick Thomas2017-08-141-0/+30
| |/ / / / / / /
* | | | | | | | Merge remote-tracking branch 'upstream/master' into 36089-handle-ref-failure-...Lin Jen-Shin2017-08-1410-39/+358
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge branch '32004-use-timecop-safe-mode' into 'master'Robert Speicher2017-08-111-7/+3
| |\ \ \ \ \ \ \
| | * | | | | | | Enable Timecop safe mode32004-use-timecop-safe-modeRémy Coutable2017-08-111-7/+3
| * | | | | | | | Better caching and indexing of broadcast messagesYorick Peterse2017-08-111-1/+19
| * | | | | | | | Merge branch 'split-events-into-push-events' into 'master'Sean McGivern2017-08-117-31/+301
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Use a specialized class for querying eventsYorick Peterse2017-08-101-0/+51
| | * | | | | | | | Migrate events into a new formatYorick Peterse2017-08-106-31/+250
| * | | | | | | | | Merge branch 'appearances-caching-and-schema' into 'master'Sean McGivern2017-08-111-0/+35
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
| | * | | | | | | | Cache Appearance instances in Redisappearances-caching-and-schemaYorick Peterse2017-08-101-0/+35
* | | | | | | | | | Merge remote-tracking branch 'upstream/master' into 36089-handle-ref-failure-...Lin Jen-Shin2017-08-116-7/+7
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /