summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/database/rename_reserved_paths_migration/v1/rename_namespaces_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate duplicated wordsTakuya Noguchi2018-11-221-1/+1
| | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* Updates from `rubocop -a`Lin Jen-Shin2018-07-091-1/+1
|
* Use hashed storage in the specs40744-hashed-storage-specsNick Thomas2018-02-071-7/+7
|
* Use the DatabaseCleaner 'deletion' strategy instead of 'truncation'Nick Thomas2018-01-241-1/+1
|
* Replaces `tag: true` into `:tag` in the specsJacopo2017-10-071-1/+1
| | | | | | Replaces all the explicit include metadata syntax in the specs (tag: true) into the implicit one (:tag). Added a cop to prevent future errors and handle autocorrection.
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
|
* Ensure all project factories use `:repository` trait or `:empty_project`rs-empty_project-cleanupRobert Speicher2017-08-011-6/+6
|
* Don't break rolling back when a namespace or project was renamedBob Van Landuyt2017-06-261-0/+7
|
* Revert namespace renamesBob Van Landuyt2017-06-261-15/+63
|
* Track all renames in redisBob Van Landuyt2017-06-261-0/+7
|
* Merge branch 'master' into fix/gb/improve-updating-column-in-batches-helperGrzegorz Bizon2017-06-221-17/+17
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (56 commits) File view buttons Don't reset the session when the example failed, because we need capybara-screenshot to have access to it Resolve "MR comment + system note highlight don't have the same width" Add feature spec for dashboard state filter tabs Wording of Mysql support. a new feature checklist and more elaborate documentation requirements Filter archived project in API v3 only if param present Revert to using links instead of buttons in Issuable Index tabs. Do not run the codeclimate job on docs-only changes Only show gray footer space if environment actions exist Migrate Gitlab::Git::Blob.find to Gitaly Backport filtered search lazy token consistent state fix Add a comment explaining how the branch clean up happens Fix Github::Representation::PullRequest#source_branch_exists? Add CHANGELOG Fix GitHub importer performance on branch existence check Rebuild the dynamic path before validating it Rename stage ref migration specs to match a class name Enable Style/DotPosition Rubocop :cop: Revert "Merge branch 'winh-merge-request-related-issues' into 'master'" ... Conflicts: db/post_migrate/20170526185921_migrate_build_stage_reference.rb
| * Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-17/+17
| |
* | Disable transaction in specs for some migrationsGrzegorz Bizon2017-06-221-1/+1
|/
* Revert "Remove changes that are not absolutely necessary"Douwe Maan2017-05-241-26/+26
| | | This reverts commit b0498c176fa134761d899c9b369be12f1ca789c5
* Fixes for the rename reserved paths helpersBob Van Landuyt2017-05-181-1/+26
|
* Only rename namespaces and projects with an invalid pathBob Van Landuyt2017-05-121-0/+31
| | | | For exact matches, not namespaces that end with an invalid path
* Rename child namespaces in migrationhelpersBob Van Landuyt2017-05-011-4/+4
|
* Move ReservedPathsMigration into V1 namespaceBob Van Landuyt2017-05-011-0/+171