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
1ed16716
Commit
1ed16716
authored
Apr 06, 2017
by
Nick Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix rubocop in EE following
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10441
parent
a100cc52
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
10 additions
and
0 deletions
+10
-0
db/migrate/20160718210939_add_ldap_sync_state_indices_to_groups.rb
...e/20160718210939_add_ldap_sync_state_indices_to_groups.rb
+2
-0
db/migrate/20160718211006_remove_last_ldap_sync_status_index_from_groups.rb
...8211006_remove_last_ldap_sync_status_index_from_groups.rb
+2
-0
db/migrate/20160810153405_remove_geo_node_key_id_index.rb
db/migrate/20160810153405_remove_geo_node_key_id_index.rb
+1
-0
db/migrate/20170207150212_add_indexes_to_mirrors.rb
db/migrate/20170207150212_add_indexes_to_mirrors.rb
+1
-0
db/migrate/20170208144550_add_index_to_mirrors_last_update_at_fields.rb
...70208144550_add_index_to_mirrors_last_update_at_fields.rb
+1
-0
db/migrate/20170224075132_add_access_keys_to_geo_nodes.rb
db/migrate/20170224075132_add_access_keys_to_geo_nodes.rb
+1
-0
db/migrate/20170306180725_add_index_to_milestone_id_on_boards.rb
...ate/20170306180725_add_index_to_milestone_id_on_boards.rb
+1
-0
db/migrate/20170402231018_remove_index_for_users_current_sign_in_at.rb
...170402231018_remove_index_for_users_current_sign_in_at.rb
+1
-0
No files found.
db/migrate/20160718210939_add_ldap_sync_state_indices_to_groups.rb
View file @
1ed16716
# Migration type: online without errors (works on previous version and new one)
# rubocop:disable RemoveIndex
class
AddLdapSyncStateIndicesToGroups
<
ActiveRecord
::
Migration
include
Gitlab
::
Database
::
MigrationHelpers
disable_ddl_transaction!
...
...
db/migrate/20160718211006_remove_last_ldap_sync_status_index_from_groups.rb
View file @
1ed16716
# Migration type: online without errors (works on previous version and new one)
# rubocop:disable RemoveIndex
class
RemoveLastLdapSyncStatusIndexFromGroups
<
ActiveRecord
::
Migration
include
Gitlab
::
Database
::
MigrationHelpers
disable_ddl_transaction!
...
...
db/migrate/20160810153405_remove_geo_node_key_id_index.rb
View file @
1ed16716
# 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
RemoveGeoNodeKeyIdIndex
<
ActiveRecord
::
Migration
include
Gitlab
::
Database
::
MigrationHelpers
...
...
db/migrate/20170207150212_add_indexes_to_mirrors.rb
View file @
1ed16716
# rubocop:disable RemoveIndex
class
AddIndexesToMirrors
<
ActiveRecord
::
Migration
include
Gitlab
::
Database
::
MigrationHelpers
...
...
db/migrate/20170208144550_add_index_to_mirrors_last_update_at_fields.rb
View file @
1ed16716
# rubocop:disable RemoveIndex
class
AddIndexToMirrorsLastUpdateAtFields
<
ActiveRecord
::
Migration
include
Gitlab
::
Database
::
MigrationHelpers
...
...
db/migrate/20170224075132_add_access_keys_to_geo_nodes.rb
View file @
1ed16716
# rubocop:disable RemoveIndex
class
AddAccessKeysToGeoNodes
<
ActiveRecord
::
Migration
include
Gitlab
::
Database
::
MigrationHelpers
...
...
db/migrate/20170306180725_add_index_to_milestone_id_on_boards.rb
View file @
1ed16716
# rubocop:disable RemoveIndex
class
AddIndexToMilestoneIdOnBoards
<
ActiveRecord
::
Migration
include
Gitlab
::
Database
::
MigrationHelpers
...
...
db/migrate/20170402231018_remove_index_for_users_current_sign_in_at.rb
View file @
1ed16716
# 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
RemoveIndexForUsersCurrentSignInAt
<
ActiveRecord
::
Migration
include
Gitlab
::
Database
::
MigrationHelpers
...
...
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