summaryrefslogtreecommitdiff
path: root/lib/gitlab/database/rename_reserved_paths_migration
Commit message (Expand)AuthorAgeFilesLines
* Adjust for new static-analysis failuresbvl-rename-all-reserved-paths-mysqlBob Van Landuyt2017-06-271-2/+2
* Only do one query for updating routesBob Van Landuyt2017-06-271-5/+15
* Update routes directly by ID instead of filtering by pathBob Van Landuyt2017-06-261-4/+12
* Clear the cache for projects one-by-oneBob Van Landuyt2017-06-261-14/+16
* Add punctuation to log messagesBob Van Landuyt2017-06-263-4/+6
* Keep failed renames in redisBob Van Landuyt2017-06-261-1/+13
* Use the migration name as a key in redisBob Van Landuyt2017-06-261-1/+1
* Don't break rolling back when a namespace or project was renamedBob Van Landuyt2017-06-262-5/+7
* More logging so we know we have the rename in redisBob Van Landuyt2017-06-261-1/+5
* Revert renames from a migrationBob Van Landuyt2017-06-261-0/+5
* Revert namespace renamesBob Van Landuyt2017-06-262-1/+23
* Add methods to revert project renamesBob Van Landuyt2017-06-262-6/+49
* Track all renames in redisBob Van Landuyt2017-06-263-0/+9
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-212-9/+9
* Fixes for the rename reserved paths helpersBob Van Landuyt2017-05-183-1/+16
* Update rename_base.rbJames Lopez2017-05-121-1/+1
* Only rename namespaces and projects with an invalid pathBob Van Landuyt2017-05-121-1/+1
* Update commentsBob Van Landuyt2017-05-021-0/+8
* Rename child namespaces in migrationhelpersBob Van Landuyt2017-05-012-2/+7
* Clear html cache for a projects milestonesBob Van Landuyt2017-05-011-0/+4
* Remove dependecy on `User`Bob Van Landuyt2017-05-011-20/+0
* Move ReservedPathsMigration into V1 namespaceBob Van Landuyt2017-05-019-332/+362
* Minor style adjustmentsBob Van Landuyt2017-05-011-3/+4
* Clear cached markdown after renaming projectsBob Van Landuyt2017-05-013-3/+24
* Rename Projects & Namespaces based on entire pathsBob Van Landuyt2017-05-013-8/+13
* Use objects for renaming namespaces and projectsBob Van Landuyt2017-05-014-9/+113
* Rename projects in a migrationhelperBob Van Landuyt2017-05-012-23/+43
* Make renaming records in the database reusableBob Van Landuyt2017-05-012-47/+31
* Rename namespace-paths in a migration helperBob Van Landuyt2017-05-012-0/+197