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
93e86da1
Commit
93e86da1
authored
Jun 16, 2017
by
Nick Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable Migration/Timestamps and Migration/Datetime cops on preexisting EE migrations
parent
249e6bcf
Changes
21
Show whitespace changes
Inline
Side-by-side
Showing
21 changed files
with
24 additions
and
0 deletions
+24
-0
db/migrate/20140319135450_create_git_hooks.rb
db/migrate/20140319135450_create_git_hooks.rb
+1
-0
db/migrate/20140414093351_create_appearances.rb
db/migrate/20140414093351_create_appearances.rb
+1
-0
db/migrate/20140811083829_add_unsubscribed_at_field_to_users.rb
...rate/20140811083829_add_unsubscribed_at_field_to_users.rb
+1
-0
db/migrate/20140813090117_add_ldap_groups_table.rb
db/migrate/20140813090117_add_ldap_groups_table.rb
+1
-0
db/migrate/20150501095306_create_licenses.rb
db/migrate/20150501095306_create_licenses.rb
+1
-0
db/migrate/20150507194350_create_historical_data.rb
db/migrate/20150507194350_create_historical_data.rb
+1
-0
db/migrate/20150609113337_create_approves.rb
db/migrate/20150609113337_create_approves.rb
+1
-0
db/migrate/20150707222220_add_approvers_table.rb
db/migrate/20150707222220_add_approvers_table.rb
+1
-0
db/migrate/20160129075828_create_index_statuses.rb
db/migrate/20160129075828_create_index_statuses.rb
+2
-0
db/migrate/20160321161032_create_remote_mirrors.rb
db/migrate/20160321161032_create_remote_mirrors.rb
+2
-0
db/migrate/20160601102211_create_path_locks_table.rb
db/migrate/20160601102211_create_path_locks_table.rb
+1
-0
db/migrate/20160718210912_add_ldap_sync_state_to_groups.rb
db/migrate/20160718210912_add_ldap_sync_state_to_groups.rb
+1
-0
db/migrate/20160718211059_remove_last_ldap_sync_status_from_groups.rb
...0160718211059_remove_last_ldap_sync_status_from_groups.rb
+1
-0
db/migrate/20160916101334_add_approver_groups.rb
db/migrate/20160916101334_add_approver_groups.rb
+1
-0
db/migrate/20161007073613_create_user_activities.rb
db/migrate/20161007073613_create_user_activities.rb
+2
-0
db/migrate/20161030020610_create_timelogs.rb
db/migrate/20161030020610_create_timelogs.rb
+1
-0
db/migrate/20170427180205_add_last_update_started_at_column_to_remote_mirrors.rb
...05_add_last_update_started_at_column_to_remote_mirrors.rb
+1
-0
db/migrate/20170517162048_create_issue_links_table.rb
db/migrate/20170517162048_create_issue_links_table.rb
+1
-0
db/migrate/20170522194603_create_geo_repository_updated_events.rb
...te/20170522194603_create_geo_repository_updated_events.rb
+1
-0
db/migrate/20170522201800_create_geo_event_log.rb
db/migrate/20170522201800_create_geo_event_log.rb
+1
-0
db/post_migrate/20161128170531_drop_user_activities_table.rb
db/post_migrate/20161128170531_drop_user_activities_table.rb
+1
-0
No files found.
db/migrate/20140319135450_create_git_hooks.rb
View file @
93e86da1
# rubocop:disable Migration/Timestamps
class
CreateGitHooks
<
ActiveRecord
::
Migration
DOWNTIME
=
false
...
...
db/migrate/20140414093351_create_appearances.rb
View file @
93e86da1
# rubocop:disable Migration/Timestamps
class
CreateAppearances
<
ActiveRecord
::
Migration
DOWNTIME
=
false
...
...
db/migrate/20140811083829_add_unsubscribed_at_field_to_users.rb
View file @
93e86da1
# rubocop:disable Migration/Datetime
class
AddUnsubscribedAtFieldToUsers
<
ActiveRecord
::
Migration
def
change
add_column
:users
,
:admin_email_unsubscribed_at
,
:datetime
...
...
db/migrate/20140813090117_add_ldap_groups_table.rb
View file @
93e86da1
# rubocop:disable Migration/Timestamps
class
AddLdapGroupsTable
<
ActiveRecord
::
Migration
DOWNTIME
=
false
...
...
db/migrate/20150501095306_create_licenses.rb
View file @
93e86da1
# rubocop:disable Migration/Timestamps
class
CreateLicenses
<
ActiveRecord
::
Migration
DOWNTIME
=
false
...
...
db/migrate/20150507194350_create_historical_data.rb
View file @
93e86da1
# rubocop:disable Migration/Timestamps
class
CreateHistoricalData
<
ActiveRecord
::
Migration
DOWNTIME
=
false
...
...
db/migrate/20150609113337_create_approves.rb
View file @
93e86da1
# rubocop:disable Migration/Timestamps
class
CreateApproves
<
ActiveRecord
::
Migration
DOWNTIME
=
false
...
...
db/migrate/20150707222220_add_approvers_table.rb
View file @
93e86da1
# rubocop:disable Migration/Timestamps
class
AddApproversTable
<
ActiveRecord
::
Migration
DOWNTIME
=
false
...
...
db/migrate/20160129075828_create_index_statuses.rb
View file @
93e86da1
# rubocop:disable Migration/Timestamps
# rubocop:disable Migration/Datetime
class
CreateIndexStatuses
<
ActiveRecord
::
Migration
def
change
create_table
:index_statuses
do
|
t
|
...
...
db/migrate/20160321161032_create_remote_mirrors.rb
View file @
93e86da1
# rubocop:disable Migration/Datetime
# rubocop:disable Migration/Timestamps
class
CreateRemoteMirrors
<
ActiveRecord
::
Migration
def
change
create_table
:remote_mirrors
do
|
t
|
...
...
db/migrate/20160601102211_create_path_locks_table.rb
View file @
93e86da1
# rubocop:disable Migration/Timestamps
class
CreatePathLocksTable
<
ActiveRecord
::
Migration
def
change
create_table
:path_locks
do
|
t
|
...
...
db/migrate/20160718210912_add_ldap_sync_state_to_groups.rb
View file @
93e86da1
# Migration type: online without errors (works on previous version and new one)
# rubocop:disable Migration/AddColumnWithDefaultToLargeTable
# rubocop:disable Migration/Datetime
class
AddLdapSyncStateToGroups
<
ActiveRecord
::
Migration
include
Gitlab
::
Database
::
MigrationHelpers
disable_ddl_transaction!
...
...
db/migrate/20160718211059_remove_last_ldap_sync_status_from_groups.rb
View file @
93e86da1
# Migration type: online without errors (works on previous version and new one)
# rubocop:disable Migration/Datetime
class
RemoveLastLdapSyncStatusFromGroups
<
ActiveRecord
::
Migration
DOWNTIME
=
false
...
...
db/migrate/20160916101334_add_approver_groups.rb
View file @
93e86da1
# See http://doc.gitlab.com/ce/development/migration_style_guide.html
# for more information on how to write migrations for GitLab.
# rubocop:disable Migration/Timestamps
class
AddApproverGroups
<
ActiveRecord
::
Migration
include
Gitlab
::
Database
::
MigrationHelpers
...
...
db/migrate/20161007073613_create_user_activities.rb
View file @
93e86da1
# rubocop:disable Migration/Timestamps
# rubocop:disable Migration/Datetime
class
CreateUserActivities
<
ActiveRecord
::
Migration
# Set this constant to true if this migration requires downtime.
DOWNTIME
=
true
...
...
db/migrate/20161030020610_create_timelogs.rb
View file @
93e86da1
# rubocop:disable Migration/Timestamps
class
CreateTimelogs
<
ActiveRecord
::
Migration
include
Gitlab
::
Database
::
MigrationHelpers
...
...
db/migrate/20170427180205_add_last_update_started_at_column_to_remote_mirrors.rb
View file @
93e86da1
# rubocop:disable Migration/Datetime
class
AddLastUpdateStartedAtColumnToRemoteMirrors
<
ActiveRecord
::
Migration
include
Gitlab
::
Database
::
MigrationHelpers
...
...
db/migrate/20170517162048_create_issue_links_table.rb
View file @
93e86da1
# rubocop:disable Migration/Timestamps
class
CreateIssueLinksTable
<
ActiveRecord
::
Migration
include
Gitlab
::
Database
::
MigrationHelpers
...
...
db/migrate/20170522194603_create_geo_repository_updated_events.rb
View file @
93e86da1
# rubocop:disable Migration/Datetime
class
CreateGeoRepositoryUpdatedEvents
<
ActiveRecord
::
Migration
DOWNTIME
=
false
...
...
db/migrate/20170522201800_create_geo_event_log.rb
View file @
93e86da1
# rubocop:disable Migration/Datetime
class
CreateGeoEventLog
<
ActiveRecord
::
Migration
DOWNTIME
=
false
...
...
db/post_migrate/20161128170531_drop_user_activities_table.rb
View file @
93e86da1
# See http://doc.gitlab.com/ce/development/migration_style_guide.html
# for more information on how to write migrations for GitLab.
# rubocop:disable Migration/Datetime
class
DropUserActivitiesTable
<
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