summaryrefslogtreecommitdiff
path: root/spec/migrations
Commit message (Expand)AuthorAgeFilesLines
* Add missing specsKamil Trzcinski2017-06-011-8/+8
* Fix data inconsistency issue for old artifacts by moving them to a currently ...Kamil Trzcinski2017-06-011-0/+117
* Merge branch '32677-migrations-using-update_column_in_batches-must-have-a-spe...Robert Speicher2017-05-291-0/+0
|\
| * Disable Migration/UpdateColumnInBatches for old migrations32677-migrations-using-update_column_in_batches-must-have-a-specRémy Coutable2017-05-291-0/+0
* | Merge branch 'rework-authorizations-performance' into 'master'Douwe Maan2017-05-292-18/+66
|\ \ | |/ |/|
| * Convert nested groups to regular ones for MySQLYorick Peterse2017-05-171-0/+66
| * Use CTEs for nested groups and authorizationsYorick Peterse2017-05-171-18/+0
* | Fix migrations for older PostgreSQL versionsfix-retried-for-postgresKamil Trzcinski2017-05-231-2/+2
* | Respect the typo as rubocop saidLin Jen-Shin2017-05-221-0/+0
* | Add a test to ensure this works on MySQLLin Jen-Shin2017-05-221-0/+17
* | Merge branch 'bvl-fix-already-renamed-paths' into 'master'Douwe Maan2017-05-192-0/+95
|\ \
| * | Simpler way of renaming usersBob Van Landuyt2017-05-191-1/+4
| * | Fix incorrectly renamed routesBob Van Landuyt2017-05-191-0/+73
| * | Rename users that had their namespace renamedBob Van Landuyt2017-05-191-0/+19
* | | Remove readme project_view optionDouwe Maan2017-05-191-1/+6
|/ /
* | Merge branch 'bvl-rename-build-events-to-job-events' into 'master' cherry-pick-0663458cDouwe Maan2017-05-161-74/+0
* | Revert "Merge branch 'bvl-rename-build-events-to-job-events' into 'master'"Douwe Maan2017-05-151-0/+74
* | Remove old migration spec.bvl-rename-build-events-to-job-eventsBob Van Landuyt2017-05-151-74/+0
|/
* Fix MySQL build failuredm-fix-mysql-failureDouwe Maan2017-05-101-1/+1
* No user needed to cleanup namespaceless pending delete projectsToon Claes2017-05-101-2/+10
* Use worker to destroy namespaceless projects in post-deployToon Claes2017-05-102-72/+24
* Add post-deploy migrate to cleanup projects in pending delete stateToon Claes2017-05-101-0/+72
* Small code improvements and add migration specFelipe Artur2017-05-081-0/+33
* Enable RSpec/FilePath copenable-spec-file-name-copSean McGivern2017-04-261-0/+0
* Add a post-deploy migration to migrate from former Redis activity to DBRémy Coutable2017-04-141-0/+49
* Change project view default for existing users and anonymous visitors to file...dz-fix-project-viewDmitriy Zaporozhets2017-04-101-0/+17
* Add spec for schema.rbblackst0ne2017-04-101-0/+23
* Use Project `:repository` trait where necessary in migration specsRobert Speicher2017-03-271-1/+1
* All CI offline migrationsKamil Trzciński2017-03-171-0/+74
* Reserve few project and nested group pathsDmitriy Zaporozhets2017-03-131-0/+47
* Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-231-27/+27
* Prefer leading style for Style/DotPositionDouwe Maan2017-02-231-27/+27
* Enable Security/JSONLoadDouwe Maan2017-02-231-2/+2
* fix typo, added relevant specfix/rc-migration-typoJames Lopez2017-01-162-29/+57
* Fill missing authorized projects rowsfill-authorized-projectsYorick Peterse2017-01-111-0/+18
* Merge branch 'master' into 'dz-rename-reserved-project-names'Dmitriy Zaporozhets2016-12-271-0/+29
|\
| * Rename users with namespace ending with .gitdz-rename-invalid-usersDmitriy Zaporozhets2016-12-261-0/+29
* | Fix rename projects spec so it doesn't hangdz-rename-reserved-project-namesYorick Peterse2016-12-271-3/+5
* | Rename projects with reserved path namesDmitriy Zaporozhets2016-12-241-0/+45
|/
* Encode when migrating ProcessCommitWorker jobsprocess-commit-worker-migration-encodingYorick Peterse2016-12-131-2/+25
* Pass commit data to ProcessCommitWorkerprocess-commit-worker-improvementsYorick Peterse2016-12-011-0/+194