summaryrefslogtreecommitdiff
path: root/lib/gitlab/database/rename_reserved_paths_migration
Commit message (Expand)AuthorAgeFilesLines
* Remove rails4 specific codeJasper Maes2018-12-161-3/+1
* Enable even more frozen string in lib/gitlabgfyoung2018-11-065-0/+10
* [Rails5] Disable inheritance_column for Gitlab::Database::RenameReservedPaths...blackst0ne-rails5-invalid-single-table-inheritance-type-group-is-not-a-subclass-of-namespaceblackst0ne2018-06-161-0/+1
* [Rails5] Fix Arel::UpdateManagerblackst0ne2018-04-291-4/+6
* Gitlab::Shell works on shard name, not pathZeger-Jan van de Weg2018-04-252-8/+7
* Route path lookups through legacy_disk_pathmark-legacy-git-accessJacob Vosmaer2018-03-211-1/+1
* Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉2018-01-111-0/+1
* Merge remote-tracking branch 'upstream/master' into no-ivar-in-modulesLin Jen-Shin2017-11-222-3/+17
|\
| * Don't move project repository/attachments when using hashed storageBob Van Landuyt2017-11-202-3/+17
* | Move ModuleWithInstanceVariables to Gitlab namespaceLin Jen-Shin2017-11-221-2/+2
* | Use StrongMemoize and enable/disable cops properlyLin Jen-Shin2017-11-181-3/+2
* | Add cop to make sure we don't use ivar in a moduleLin Jen-Shin2017-09-181-0/+1
|/
* Support multiple Redis instances based on queue typePaul Charlton2017-07-111-2/+2
* 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