Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
9997c58f
Commit
9997c58f
authored
Apr 06, 2017
by
blackst0ne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add remove_concurrent_index to database helper
parent
d9aca741
Changes
55
Hide whitespace changes
Inline
Side-by-side
Showing
55 changed files
with
284 additions
and
21 deletions
+284
-21
changelogs/unreleased/add_remove_concurrent_index_to_database_helper.yml
...leased/add_remove_concurrent_index_to_database_helper.yml
+4
-0
db/migrate/20160615142710_add_index_on_requested_at_to_members.rb
...te/20160615142710_add_index_on_requested_at_to_members.rb
+1
-0
db/migrate/20160616103005_remove_keys_fingerprint_index_if_exists.rb
...20160616103005_remove_keys_fingerprint_index_if_exists.rb
+1
-0
db/migrate/20160616103948_add_unique_index_to_keys_fingerprint.rb
...te/20160616103948_add_unique_index_to_keys_fingerprint.rb
+1
-0
db/migrate/20160620115026_add_index_on_runners_locked.rb
db/migrate/20160620115026_add_index_on_runners_locked.rb
+1
-0
db/migrate/20160715134306_add_index_for_pipeline_user_id.rb
db/migrate/20160715134306_add_index_for_pipeline_user_id.rb
+1
-0
db/migrate/20160725104020_merge_request_diff_remove_uniq.rb
db/migrate/20160725104020_merge_request_diff_remove_uniq.rb
+1
-0
db/migrate/20160725104452_merge_request_diff_add_index.rb
db/migrate/20160725104452_merge_request_diff_add_index.rb
+1
-0
db/migrate/20160802010328_remove_builds_enable_index_on_projects.rb
.../20160802010328_remove_builds_enable_index_on_projects.rb
+1
-0
db/migrate/20160803161903_add_unique_index_to_lists_label_id.rb
...rate/20160803161903_add_unique_index_to_lists_label_id.rb
+1
-0
db/migrate/20160805041956_add_deleted_at_to_namespaces.rb
db/migrate/20160805041956_add_deleted_at_to_namespaces.rb
+1
-0
db/migrate/20160808085602_add_index_for_build_token.rb
db/migrate/20160808085602_add_index_for_build_token.rb
+1
-0
db/migrate/20160810142633_remove_redundant_indexes.rb
db/migrate/20160810142633_remove_redundant_indexes.rb
+1
-0
db/migrate/20160819221631_add_index_to_note_discussion_id.rb
db/migrate/20160819221631_add_index_to_note_discussion_id.rb
+1
-0
db/migrate/20160819232256_add_incoming_email_token_to_users.rb
...grate/20160819232256_add_incoming_email_token_to_users.rb
+1
-0
db/migrate/20160919145149_add_group_id_to_labels.rb
db/migrate/20160919145149_add_group_id_to_labels.rb
+1
-0
db/migrate/20160920160832_add_index_to_labels_title.rb
db/migrate/20160920160832_add_index_to_labels_title.rb
+1
-0
db/migrate/20161017125927_add_unique_index_to_labels.rb
db/migrate/20161017125927_add_unique_index_to_labels.rb
+1
-0
db/migrate/20161020083353_add_pipeline_id_to_merge_request_metrics.rb
...0161020083353_add_pipeline_id_to_merge_request_metrics.rb
+1
-0
db/migrate/20161031181638_add_unique_index_to_subscriptions.rb
...grate/20161031181638_add_unique_index_to_subscriptions.rb
+1
-0
db/migrate/20161106185620_add_project_import_data_project_index.rb
...e/20161106185620_add_project_import_data_project_index.rb
+1
-0
db/migrate/20161124111395_add_index_to_parent_id.rb
db/migrate/20161124111395_add_index_to_parent_id.rb
+1
-0
db/migrate/20161128142110_remove_unnecessary_indexes.rb
db/migrate/20161128142110_remove_unnecessary_indexes.rb
+1
-0
db/migrate/20161202152035_add_index_to_routes.rb
db/migrate/20161202152035_add_index_to_routes.rb
+1
-0
db/migrate/20161206153749_remove_uniq_path_index_from_namespace.rb
...e/20161206153749_remove_uniq_path_index_from_namespace.rb
+1
-0
db/migrate/20161206153751_add_path_index_to_namespace.rb
db/migrate/20161206153751_add_path_index_to_namespace.rb
+1
-0
db/migrate/20161206153753_remove_uniq_name_index_from_namespace.rb
...e/20161206153753_remove_uniq_name_index_from_namespace.rb
+1
-0
db/migrate/20161206153754_add_name_index_to_namespace.rb
db/migrate/20161206153754_add_name_index_to_namespace.rb
+1
-0
db/migrate/20161207231621_create_environment_name_unique_index.rb
...te/20161207231621_create_environment_name_unique_index.rb
+1
-0
db/migrate/20161209153400_add_unique_index_for_environment_slug.rb
...e/20161209153400_add_unique_index_for_environment_slug.rb
+1
-0
db/migrate/20161212142807_add_lower_path_index_to_routes.rb
db/migrate/20161212142807_add_lower_path_index_to_routes.rb
+1
-0
db/migrate/20170121123724_add_index_to_ci_builds_for_status_runner_id_and_type.rb
...4_add_index_to_ci_builds_for_status_runner_id_and_type.rb
+1
-0
db/migrate/20170121130655_add_index_to_ci_runners_for_is_shared.rb
...e/20170121130655_add_index_to_ci_runners_for_is_shared.rb
+1
-0
db/migrate/20170130204620_add_index_to_project_authorizations.rb
...ate/20170130204620_add_index_to_project_authorizations.rb
+1
-0
db/migrate/20170131221752_add_relative_position_to_issues.rb
db/migrate/20170131221752_add_relative_position_to_issues.rb
+1
-0
db/migrate/20170204181513_add_index_to_labels_for_type_and_project.rb
...0170204181513_add_index_to_labels_for_type_and_project.rb
+1
-0
db/migrate/20170210062829_add_index_to_labels_for_title_and_project.rb
...170210062829_add_index_to_labels_for_title_and_project.rb
+1
-0
db/migrate/20170210075922_add_index_to_ci_trigger_requests_for_commit_id.rb
...0075922_add_index_to_ci_trigger_requests_for_commit_id.rb
+1
-0
db/migrate/20170210103609_add_index_to_user_agent_detail.rb
db/migrate/20170210103609_add_index_to_user_agent_detail.rb
+1
-0
db/migrate/20170216135621_add_index_for_latest_successful_pipeline.rb
...0170216135621_add_index_for_latest_successful_pipeline.rb
+1
-0
db/migrate/20170216141440_drop_index_for_builds_project_status.rb
...te/20170216141440_drop_index_for_builds_project_status.rb
+1
-0
db/migrate/20170222143500_remove_old_project_id_columns.rb
db/migrate/20170222143500_remove_old_project_id_columns.rb
+1
-0
db/migrate/20170313213916_add_index_to_user_ghost.rb
db/migrate/20170313213916_add_index_to_user_ghost.rb
+1
-0
doc/development/migration_style_guide.md
doc/development/migration_style_guide.md
+14
-2
generator_templates/active_record/migration/create_table_migration.rb
...mplates/active_record/migration/create_table_migration.rb
+8
-6
generator_templates/active_record/migration/migration.rb
generator_templates/active_record/migration/migration.rb
+8
-6
generator_templates/rails/post_deployment_migration/migration.rb
...or_templates/rails/post_deployment_migration/migration.rb
+8
-6
lib/gitlab/database/migration_helpers.rb
lib/gitlab/database/migration_helpers.rb
+24
-0
rubocop/cop/migration/add_concurrent_index.rb
rubocop/cop/migration/add_concurrent_index.rb
+1
-1
rubocop/cop/migration/remove_concurrent_index.rb
rubocop/cop/migration/remove_concurrent_index.rb
+29
-0
rubocop/cop/migration/remove_index.rb
rubocop/cop/migration/remove_index.rb
+26
-0
rubocop/rubocop.rb
rubocop/rubocop.rb
+2
-0
spec/lib/gitlab/database/migration_helpers_spec.rb
spec/lib/gitlab/database/migration_helpers_spec.rb
+42
-0
spec/rubocop/cop/migration/remove_concurrent_index_spec.rb
spec/rubocop/cop/migration/remove_concurrent_index_spec.rb
+41
-0
spec/rubocop/cop/migration/remove_index_spec.rb
spec/rubocop/cop/migration/remove_index_spec.rb
+35
-0
No files found.
changelogs/unreleased/add_remove_concurrent_index_to_database_helper.yml
0 → 100644
View file @
9997c58f
---
title
:
Add remove_concurrent_index to database helper
merge_request
:
10441
author
:
blackst0ne
db/migrate/20160615142710_add_index_on_requested_at_to_members.rb
View file @
9997c58f
# rubocop:disable RemoveIndex
class
AddIndexOnRequestedAtToMembers
<
ActiveRecord
::
Migration
include
Gitlab
::
Database
::
MigrationHelpers
...
...
db/migrate/20160616103005_remove_keys_fingerprint_index_if_exists.rb
View file @
9997c58f
# rubocop:disable RemoveIndex
class
RemoveKeysFingerprintIndexIfExists
<
ActiveRecord
::
Migration
include
Gitlab
::
Database
::
MigrationHelpers
...
...
db/migrate/20160616103948_add_unique_index_to_keys_fingerprint.rb
View file @
9997c58f
# rubocop:disable RemoveIndex
class
AddUniqueIndexToKeysFingerprint
<
ActiveRecord
::
Migration
include
Gitlab
::
Database
::
MigrationHelpers
...
...
db/migrate/20160620115026_add_index_on_runners_locked.rb
View file @
9997c58f
# See http://doc.gitlab.com/ce/development/migration_style_guide.html
# for more information on how to write migrations for GitLab.
# rubocop:disable RemoveIndex
class
AddIndexOnRunnersLocked
<
ActiveRecord
::
Migration
include
Gitlab
::
Database
::
MigrationHelpers
...
...
db/migrate/20160715134306_add_index_for_pipeline_user_id.rb
View file @
9997c58f
# rubocop:disable RemoveIndex
class
AddIndexForPipelineUserId
<
ActiveRecord
::
Migration
include
Gitlab
::
Database
::
MigrationHelpers
...
...
db/migrate/20160725104020_merge_request_diff_remove_uniq.rb
View file @
9997c58f
# See http://doc.gitlab.com/ce/development/migration_style_guide.html
# for more information on how to write migrations for GitLab.
# rubocop:disable RemoveIndex
class
MergeRequestDiffRemoveUniq
<
ActiveRecord
::
Migration
include
Gitlab
::
Database
::
MigrationHelpers
disable_ddl_transaction!
...
...
db/migrate/20160725104452_merge_request_diff_add_index.rb
View file @
9997c58f
# rubocop:disable RemoveIndex
class
MergeRequestDiffAddIndex
<
ActiveRecord
::
Migration
include
Gitlab
::
Database
::
MigrationHelpers
disable_ddl_transaction!
...
...
db/migrate/20160802010328_remove_builds_enable_index_on_projects.rb
View file @
9997c58f
# rubocop:disable RemoveIndex
class
RemoveBuildsEnableIndexOnProjects
<
ActiveRecord
::
Migration
include
Gitlab
::
Database
::
MigrationHelpers
...
...
db/migrate/20160803161903_add_unique_index_to_lists_label_id.rb
View file @
9997c58f
# rubocop:disable RemoveIndex
class
AddUniqueIndexToListsLabelId
<
ActiveRecord
::
Migration
include
Gitlab
::
Database
::
MigrationHelpers
...
...
db/migrate/20160805041956_add_deleted_at_to_namespaces.rb
View file @
9997c58f
# rubocop:disable RemoveIndex
class
AddDeletedAtToNamespaces
<
ActiveRecord
::
Migration
include
Gitlab
::
Database
::
MigrationHelpers
...
...
db/migrate/20160808085602_add_index_for_build_token.rb
View file @
9997c58f
# rubocop:disable RemoveIndex
class
AddIndexForBuildToken
<
ActiveRecord
::
Migration
include
Gitlab
::
Database
::
MigrationHelpers
...
...
db/migrate/20160810142633_remove_redundant_indexes.rb
View file @
9997c58f
# See http://doc.gitlab.com/ce/development/migration_style_guide.html
# for more information on how to write migrations for GitLab.
# rubocop:disable RemoveIndex
class
RemoveRedundantIndexes
<
ActiveRecord
::
Migration
include
Gitlab
::
Database
::
MigrationHelpers
...
...
db/migrate/20160819221631_add_index_to_note_discussion_id.rb
View file @
9997c58f
# See http://doc.gitlab.com/ce/development/migration_style_guide.html
# for more information on how to write migrations for GitLab.
# rubocop:disable RemoveIndex
class
AddIndexToNoteDiscussionId
<
ActiveRecord
::
Migration
include
Gitlab
::
Database
::
MigrationHelpers
...
...
db/migrate/20160819232256_add_incoming_email_token_to_users.rb
View file @
9997c58f
# See http://doc.gitlab.com/ce/development/migration_style_guide.html
# for more information on how to write migrations for GitLab.
# rubocop:disable RemoveIndex
class
AddIncomingEmailTokenToUsers
<
ActiveRecord
::
Migration
include
Gitlab
::
Database
::
MigrationHelpers
...
...
db/migrate/20160919145149_add_group_id_to_labels.rb
View file @
9997c58f
# rubocop:disable RemoveIndex
class
AddGroupIdToLabels
<
ActiveRecord
::
Migration
include
Gitlab
::
Database
::
MigrationHelpers
...
...
db/migrate/20160920160832_add_index_to_labels_title.rb
View file @
9997c58f
# rubocop:disable RemoveIndex
class
AddIndexToLabelsTitle
<
ActiveRecord
::
Migration
include
Gitlab
::
Database
::
MigrationHelpers
...
...
db/migrate/20161017125927_add_unique_index_to_labels.rb
View file @
9997c58f
# rubocop:disable RemoveIndex
class
AddUniqueIndexToLabels
<
ActiveRecord
::
Migration
include
Gitlab
::
Database
::
MigrationHelpers
...
...
db/migrate/20161020083353_add_pipeline_id_to_merge_request_metrics.rb
View file @
9997c58f
# See http://doc.gitlab.com/ce/development/migration_style_guide.html
# for more information on how to write migrations for GitLab.
# rubocop:disable RemoveIndex
class
AddPipelineIdToMergeRequestMetrics
<
ActiveRecord
::
Migration
include
Gitlab
::
Database
::
MigrationHelpers
...
...
db/migrate/20161031181638_add_unique_index_to_subscriptions.rb
View file @
9997c58f
# rubocop:disable RemoveIndex
class
AddUniqueIndexToSubscriptions
<
ActiveRecord
::
Migration
include
Gitlab
::
Database
::
MigrationHelpers
...
...
db/migrate/20161106185620_add_project_import_data_project_index.rb
View file @
9997c58f
# rubocop:disable RemoveIndex
class
AddProjectImportDataProjectIndex
<
ActiveRecord
::
Migration
include
Gitlab
::
Database
::
MigrationHelpers
...
...
db/migrate/20161124111395_add_index_to_parent_id.rb
View file @
9997c58f
# See http://doc.gitlab.com/ce/development/migration_style_guide.html
# for more information on how to write migrations for GitLab.
# rubocop:disable RemoveIndex
class
AddIndexToParentId
<
ActiveRecord
::
Migration
include
Gitlab
::
Database
::
MigrationHelpers
...
...
db/migrate/20161128142110_remove_unnecessary_indexes.rb
View file @
9997c58f
# See http://doc.gitlab.com/ce/development/migration_style_guide.html
# for more information on how to write migrations for GitLab.
# rubocop:disable RemoveIndex
class
RemoveUnnecessaryIndexes
<
ActiveRecord
::
Migration
include
Gitlab
::
Database
::
MigrationHelpers
disable_ddl_transaction!
...
...
db/migrate/20161202152035_add_index_to_routes.rb
View file @
9997c58f
# See http://doc.gitlab.com/ce/development/migration_style_guide.html
# for more information on how to write migrations for GitLab.
# rubocop:disable RemoveIndex
class
AddIndexToRoutes
<
ActiveRecord
::
Migration
include
Gitlab
::
Database
::
MigrationHelpers
...
...
db/migrate/20161206153749_remove_uniq_path_index_from_namespace.rb
View file @
9997c58f
# See http://doc.gitlab.com/ce/development/migration_style_guide.html
# for more information on how to write migrations for GitLab.
# rubocop:disable RemoveIndex
class
RemoveUniqPathIndexFromNamespace
<
ActiveRecord
::
Migration
include
Gitlab
::
Database
::
MigrationHelpers
...
...
db/migrate/20161206153751_add_path_index_to_namespace.rb
View file @
9997c58f
# See http://doc.gitlab.com/ce/development/migration_style_guide.html
# for more information on how to write migrations for GitLab.
# rubocop:disable RemoveIndex
class
AddPathIndexToNamespace
<
ActiveRecord
::
Migration
include
Gitlab
::
Database
::
MigrationHelpers
...
...
db/migrate/20161206153753_remove_uniq_name_index_from_namespace.rb
View file @
9997c58f
# See http://doc.gitlab.com/ce/development/migration_style_guide.html
# for more information on how to write migrations for GitLab.
# rubocop:disable RemoveIndex
class
RemoveUniqNameIndexFromNamespace
<
ActiveRecord
::
Migration
include
Gitlab
::
Database
::
MigrationHelpers
...
...
db/migrate/20161206153754_add_name_index_to_namespace.rb
View file @
9997c58f
# See http://doc.gitlab.com/ce/development/migration_style_guide.html
# for more information on how to write migrations for GitLab.
# rubocop:disable RemoveIndex
class
AddNameIndexToNamespace
<
ActiveRecord
::
Migration
include
Gitlab
::
Database
::
MigrationHelpers
...
...
db/migrate/20161207231621_create_environment_name_unique_index.rb
View file @
9997c58f
# rubocop:disable RemoveIndex
class
CreateEnvironmentNameUniqueIndex
<
ActiveRecord
::
Migration
include
Gitlab
::
Database
::
MigrationHelpers
...
...
db/migrate/20161209153400_add_unique_index_for_environment_slug.rb
View file @
9997c58f
# See http://doc.gitlab.com/ce/development/migration_style_guide.html
# for more information on how to write migrations for GitLab.
# rubocop:disable RemoveIndex
class
AddUniqueIndexForEnvironmentSlug
<
ActiveRecord
::
Migration
include
Gitlab
::
Database
::
MigrationHelpers
...
...
db/migrate/20161212142807_add_lower_path_index_to_routes.rb
View file @
9997c58f
# See http://doc.gitlab.com/ce/development/migration_style_guide.html
# for more information on how to write migrations for GitLab.
# rubocop:disable RemoveIndex
class
AddLowerPathIndexToRoutes
<
ActiveRecord
::
Migration
include
Gitlab
::
Database
::
MigrationHelpers
...
...
db/migrate/20170121123724_add_index_to_ci_builds_for_status_runner_id_and_type.rb
View file @
9997c58f
# rubocop:disable RemoveIndex
class
AddIndexToCiBuildsForStatusRunnerIdAndType
<
ActiveRecord
::
Migration
include
Gitlab
::
Database
::
MigrationHelpers
...
...
db/migrate/20170121130655_add_index_to_ci_runners_for_is_shared.rb
View file @
9997c58f
# rubocop:disable RemoveIndex
class
AddIndexToCiRunnersForIsShared
<
ActiveRecord
::
Migration
include
Gitlab
::
Database
::
MigrationHelpers
...
...
db/migrate/20170130204620_add_index_to_project_authorizations.rb
View file @
9997c58f
# rubocop:disable RemoveIndex
class
AddIndexToProjectAuthorizations
<
ActiveRecord
::
Migration
include
Gitlab
::
Database
::
MigrationHelpers
...
...
db/migrate/20170131221752_add_relative_position_to_issues.rb
View file @
9997c58f
# See http://doc.gitlab.com/ce/development/migration_style_guide.html
# for more information on how to write migrations for GitLab.
# rubocop:disable RemoveIndex
class
AddRelativePositionToIssues
<
ActiveRecord
::
Migration
include
Gitlab
::
Database
::
MigrationHelpers
...
...
db/migrate/20170204181513_add_index_to_labels_for_type_and_project.rb
View file @
9997c58f
# rubocop:disable RemoveIndex
class
AddIndexToLabelsForTypeAndProject
<
ActiveRecord
::
Migration
include
Gitlab
::
Database
::
MigrationHelpers
...
...
db/migrate/20170210062829_add_index_to_labels_for_title_and_project.rb
View file @
9997c58f
# rubocop:disable RemoveIndex
class
AddIndexToLabelsForTitleAndProject
<
ActiveRecord
::
Migration
include
Gitlab
::
Database
::
MigrationHelpers
...
...
db/migrate/20170210075922_add_index_to_ci_trigger_requests_for_commit_id.rb
View file @
9997c58f
# rubocop:disable RemoveIndex
class
AddIndexToCiTriggerRequestsForCommitId
<
ActiveRecord
::
Migration
include
Gitlab
::
Database
::
MigrationHelpers
...
...
db/migrate/20170210103609_add_index_to_user_agent_detail.rb
View file @
9997c58f
# See http://doc.gitlab.com/ce/development/migration_style_guide.html
# for more information on how to write migrations for GitLab.
# rubocop:disable RemoveIndex
class
AddIndexToUserAgentDetail
<
ActiveRecord
::
Migration
include
Gitlab
::
Database
::
MigrationHelpers
...
...
db/migrate/20170216135621_add_index_for_latest_successful_pipeline.rb
View file @
9997c58f
# rubocop:disable RemoveIndex
class
AddIndexForLatestSuccessfulPipeline
<
ActiveRecord
::
Migration
include
Gitlab
::
Database
::
MigrationHelpers
DOWNTIME
=
false
...
...
db/migrate/20170216141440_drop_index_for_builds_project_status.rb
View file @
9997c58f
# rubocop:disable RemoveIndex
class
DropIndexForBuildsProjectStatus
<
ActiveRecord
::
Migration
include
Gitlab
::
Database
::
MigrationHelpers
DOWNTIME
=
false
...
...
db/migrate/20170222143500_remove_old_project_id_columns.rb
View file @
9997c58f
# rubocop:disable RemoveIndex
class
RemoveOldProjectIdColumns
<
ActiveRecord
::
Migration
include
Gitlab
::
Database
::
MigrationHelpers
disable_ddl_transaction!
...
...
db/migrate/20170313213916_add_index_to_user_ghost.rb
View file @
9997c58f
# See http://doc.gitlab.com/ce/development/migration_style_guide.html
# for more information on how to write migrations for GitLab.
# rubocop:disable RemoveIndex
class
AddIndexToUserGhost
<
ActiveRecord
::
Migration
include
Gitlab
::
Database
::
MigrationHelpers
...
...
doc/development/migration_style_guide.md
View file @
9997c58f
...
...
@@ -58,10 +58,22 @@ migration was tested.
## Removing indices
If you need to remove index, please add a condition like in following example:
When removing an index make sure to use the method
`remove_concurrent_index`
instead
of the regular
`remove_index`
method. The
`remove_concurrent_index`
method
automatically drops concurrent indexes when using PostgreSQL, removing the
need for downtime. To use this method you must disable transactions by calling
the method
`disable_ddl_transaction!`
in the body of your migration class like
so:
```
ruby
remove_index
:namespaces
,
column: :name
if
index_exists?
(
:namespaces
,
:name
)
class
MyMigration
<
ActiveRecord
::
Migration
include
Gitlab
::
Database
::
MigrationHelpers
disable_ddl_transaction!
def
up
remove_concurrent_index
:table_name
,
:column_name
if
index_exists?
(
:table_name
,
:column_name
)
end
end
```
## Adding indices
...
...
generator_templates/active_record/migration/create_table_migration.rb
View file @
9997c58f
...
...
@@ -12,12 +12,14 @@ class <%= migration_class_name %> < ActiveRecord::Migration
# migration requires downtime.
# DOWNTIME_REASON = ''
# When using the methods "add_concurrent_index" or "add_column_with_default"
# you must disable the use of transactions as these methods can not run in an
# existing transaction. When using "add_concurrent_index" make sure that this
# method is the _only_ method called in the migration, any other changes
# should go in a separate migration. This ensures that upon failure _only_ the
# index creation fails and can be retried or reverted easily.
# When using the methods "add_concurrent_index", "remove_concurrent_index" or
# "add_column_with_default" you must disable the use of transactions
# as these methods can not run in an existing transaction.
# When using "add_concurrent_index" or "remove_concurrent_index" methods make sure
# that either of them is the _only_ method called in the migration,
# any other changes should go in a separate migration.
# This ensures that upon failure _only_ the index creation or removing fails
# and can be retried or reverted easily.
#
# To disable transactions uncomment the following line and remove these
# comments:
...
...
generator_templates/active_record/migration/migration.rb
View file @
9997c58f
...
...
@@ -12,12 +12,14 @@ class <%= migration_class_name %> < ActiveRecord::Migration
# migration requires downtime.
# DOWNTIME_REASON = ''
# When using the methods "add_concurrent_index" or "add_column_with_default"
# you must disable the use of transactions as these methods can not run in an
# existing transaction. When using "add_concurrent_index" make sure that this
# method is the _only_ method called in the migration, any other changes
# should go in a separate migration. This ensures that upon failure _only_ the
# index creation fails and can be retried or reverted easily.
# When using the methods "add_concurrent_index", "remove_concurrent_index" or
# "add_column_with_default" you must disable the use of transactions
# as these methods can not run in an existing transaction.
# When using "add_concurrent_index" or "remove_concurrent_index" methods make sure
# that either of them is the _only_ method called in the migration,
# any other changes should go in a separate migration.
# This ensures that upon failure _only_ the index creation or removing fails
# and can be retried or reverted easily.
#
# To disable transactions uncomment the following line and remove these
# comments:
...
...
generator_templates/rails/post_deployment_migration/migration.rb
View file @
9997c58f
...
...
@@ -6,12 +6,14 @@ class <%= migration_class_name %> < ActiveRecord::Migration
DOWNTIME =
false
# When using the methods "add_concurrent_index" or "add_column_with_default"
# you must disable the use of transactions as these methods can not run in an
# existing transaction. When using "add_concurrent_index" make sure that this
# method is the _only_ method called in the migration, any other changes
# should go in a separate migration. This ensures that upon failure _only_ the
# index creation fails and can be retried or reverted easily.
# When using the methods "add_concurrent_index", "remove_concurrent_index" or
# "add_column_with_default" you must disable the use of transactions
# as these methods can not run in an existing transaction.
# When using "add_concurrent_index" or "remove_concurrent_index" methods make sure
# that either of them is the _only_ method called in the migration,
# any other changes should go in a separate migration.
# This ensures that upon failure _only_ the index creation or removing fails
# and can be retried or reverted easily.
#
# To disable transactions uncomment the following line and remove these
# comments:
...
...
lib/gitlab/database/migration_helpers.rb
View file @
9997c58f
...
...
@@ -26,6 +26,30 @@ module Gitlab
add_index
(
table_name
,
column_name
,
options
)
end
# Removes an existed index, concurrently when supported
#
# On PostgreSQL this method removes an index concurrently.
#
# Example:
#
# remove_concurrent_index :users, :some_column
#
# See Rails' `remove_index` for more info on the available arguments.
def
remove_concurrent_index
(
table_name
,
column_name
,
options
=
{})
if
transaction_open?
raise
'remove_concurrent_index can not be run inside a transaction, '
\
'you can disable transactions by calling disable_ddl_transaction! '
\
'in the body of your migration class'
end
if
Database
.
postgresql?
options
=
options
.
merge
({
algorithm: :concurrently
})
disable_statement_timeout
end
remove_index
(
table_name
,
options
.
merge
({
column:
column_name
}))
end
# Adds a foreign key with only minimal locking on the tables involved.
#
# This method only requires minimal locking when using PostgreSQL. When
...
...
rubocop/cop/migration/add_concurrent_index.rb
View file @
9997c58f
...
...
@@ -9,7 +9,7 @@ module RuboCop
include
MigrationHelpers
MSG
=
'`add_concurrent_index` is not reversible so you must manually define '
\
'the `up` and `down` methods in your migration class, using `remove_index` in `down`'
.
freeze
'the `up` and `down` methods in your migration class, using `remove_
concurrent_
index` in `down`'
.
freeze
def
on_send
(
node
)
return
unless
in_migration?
(
node
)
...
...
rubocop/cop/migration/remove_concurrent_index.rb
0 → 100644
View file @
9997c58f
require_relative
'../../migration_helpers'
module
RuboCop
module
Cop
module
Migration
# Cop that checks if `remove_concurrent_index` is used with `up`/`down` methods
# and not `change`.
class
RemoveConcurrentIndex
<
RuboCop
::
Cop
::
Cop
include
MigrationHelpers
MSG
=
'`remove_concurrent_index` is not reversible so you must manually define '
\
'the `up` and `down` methods in your migration class, using `add_concurrent_index` in `down`'
.
freeze
def
on_send
(
node
)
return
unless
in_migration?
(
node
)
return
unless
node
.
children
[
1
]
==
:remove_concurrent_index
node
.
each_ancestor
(
:def
)
do
|
def_node
|
add_offense
(
def_node
,
:name
)
if
method_name
(
def_node
)
==
:change
end
end
def
method_name
(
node
)
node
.
children
[
0
]
end
end
end
end
end
rubocop/cop/migration/remove_index.rb
0 → 100644
View file @
9997c58f
require_relative
'../../migration_helpers'
module
RuboCop
module
Cop
module
Migration
# Cop that checks if indexes are removed in a concurrent manner.
class
RemoveIndex
<
RuboCop
::
Cop
::
Cop
include
MigrationHelpers
MSG
=
'`remove_index` requires downtime, use `remove_concurrent_index` instead'
.
freeze
def
on_def
(
node
)
return
unless
in_migration?
(
node
)
node
.
each_descendant
(
:send
)
do
|
send_node
|
add_offense
(
send_node
,
:selector
)
if
method_name
(
send_node
)
==
:remove_index
end
end
def
method_name
(
node
)
node
.
children
[
1
]
end
end
end
end
end
rubocop/rubocop.rb
View file @
9997c58f
...
...
@@ -5,3 +5,5 @@ require_relative 'cop/migration/add_column_with_default'
require_relative
'cop/migration/add_concurrent_foreign_key'
require_relative
'cop/migration/add_concurrent_index'
require_relative
'cop/migration/add_index'
require_relative
'cop/migration/remove_concurrent_index'
require_relative
'cop/migration/remove_index'
spec/lib/gitlab/database/migration_helpers_spec.rb
View file @
9997c58f
...
...
@@ -58,6 +58,48 @@ describe Gitlab::Database::MigrationHelpers, lib: true do
end
end
describe
'#remove_concurrent_index'
do
context
'outside a transaction'
do
before
do
allow
(
model
).
to
receive
(
:transaction_open?
).
and_return
(
false
)
end
context
'using PostgreSQL'
do
before
do
allow
(
Gitlab
::
Database
).
to
receive
(
:postgresql?
).
and_return
(
true
)
allow
(
model
).
to
receive
(
:disable_statement_timeout
)
end
it
'removes the index concurrently'
do
expect
(
model
).
to
receive
(
:remove_index
).
with
(
:users
,
{
algorithm: :concurrently
,
column: :foo
})
model
.
remove_concurrent_index
(
:users
,
:foo
)
end
end
context
'using MySQL'
do
it
'removes an index'
do
expect
(
Gitlab
::
Database
).
to
receive
(
:postgresql?
).
and_return
(
false
)
expect
(
model
).
to
receive
(
:remove_index
).
with
(
:users
,
{
column: :foo
})
model
.
remove_concurrent_index
(
:users
,
:foo
)
end
end
end
context
'inside a transaction'
do
it
'raises RuntimeError'
do
expect
(
model
).
to
receive
(
:transaction_open?
).
and_return
(
true
)
expect
{
model
.
remove_concurrent_index
(
:users
,
:foo
)
}.
to
raise_error
(
RuntimeError
)
end
end
end
describe
'#add_concurrent_foreign_key'
do
context
'inside a transaction'
do
it
'raises an error'
do
...
...
spec/rubocop/cop/migration/remove_concurrent_index_spec.rb
0 → 100644
View file @
9997c58f
require
'spec_helper'
require
'rubocop'
require
'rubocop/rspec/support'
require_relative
'../../../../rubocop/cop/migration/remove_concurrent_index'
describe
RuboCop
::
Cop
::
Migration
::
RemoveConcurrentIndex
do
include
CopHelper
subject
(
:cop
)
{
described_class
.
new
}
context
'in migration'
do
before
do
allow
(
cop
).
to
receive
(
:in_migration?
).
and_return
(
true
)
end
it
'registers an offense when remove_concurrent_index is used inside a change method'
do
inspect_source
(
cop
,
'def change; remove_concurrent_index :table, :column; end'
)
aggregate_failures
do
expect
(
cop
.
offenses
.
size
).
to
eq
(
1
)
expect
(
cop
.
offenses
.
map
(
&
:line
)).
to
eq
([
1
])
end
end
it
'registers no offense when remove_concurrent_index is used inside an up method'
do
inspect_source
(
cop
,
'def up; remove_concurrent_index :table, :column; end'
)
expect
(
cop
.
offenses
.
size
).
to
eq
(
0
)
end
end
context
'outside of migration'
do
it
'registers no offense'
do
inspect_source
(
cop
,
'def change; remove_concurrent_index :table, :column; end'
)
expect
(
cop
.
offenses
.
size
).
to
eq
(
0
)
end
end
end
spec/rubocop/cop/migration/remove_index_spec.rb
0 → 100644
View file @
9997c58f
require
'spec_helper'
require
'rubocop'
require
'rubocop/rspec/support'
require_relative
'../../../../rubocop/cop/migration/remove_index'
describe
RuboCop
::
Cop
::
Migration
::
RemoveIndex
do
include
CopHelper
subject
(
:cop
)
{
described_class
.
new
}
context
'in migration'
do
before
do
allow
(
cop
).
to
receive
(
:in_migration?
).
and_return
(
true
)
end
it
'registers an offense when remove_index is used'
do
inspect_source
(
cop
,
'def change; remove_index :table, :column; end'
)
aggregate_failures
do
expect
(
cop
.
offenses
.
size
).
to
eq
(
1
)
expect
(
cop
.
offenses
.
map
(
&
:line
)).
to
eq
([
1
])
end
end
end
context
'outside of migration'
do
it
'registers no offense'
do
inspect_source
(
cop
,
'def change; remove_index :table, :column; end'
)
expect
(
cop
.
offenses
.
size
).
to
eq
(
0
)
end
end
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment