..
20121220064453_init_schema.rb
Fix migrations for postgres on test environment
2015-12-07 19:06:28 +01:00
20130102143055_rename_owner_to_creator_for_project.rb
20130110172407_add_public_to_project.rb
20130123114545_add_issues_tracker_to_project.rb
20130125090214_add_user_permissions.rb
20130131070232_remove_private_flag_from_project.rb
20130206084024_add_description_to_namsespace.rb
20130207104426_add_description_to_teams.rb
20130211085435_add_issues_tracker_id_to_project.rb
20130214154045_rename_state_to_merge_status_in_milestone.rb
20130218140952_add_state_to_issue.rb
20130218141038_add_state_to_merge_request.rb
20130218141117_add_state_to_milestone.rb
20130218141258_convert_closed_to_state_in_issue.rb
Use raw SQL instead of Rails models in migrations where appropriate
2016-03-28 18:03:29 -04:00
20130218141327_convert_closed_to_state_in_merge_request.rb
Use raw SQL instead of Rails models in migrations where appropriate
2016-03-28 18:03:29 -04:00
20130218141344_convert_closed_to_state_in_milestone.rb
Use raw SQL instead of Rails models in migrations where appropriate
2016-03-28 18:03:29 -04:00
20130218141444_remove_merged_from_merge_request.rb
20130218141507_remove_closed_from_issue.rb
20130218141536_remove_closed_from_merge_request.rb
20130218141554_remove_closed_from_milestone.rb
20130220124204_add_new_merge_status_to_merge_request.rb
20130220125544_convert_merge_status_in_merge_request.rb
Use raw SQL instead of Rails models in migrations where appropriate
2016-03-28 18:03:29 -04:00
20130220125545_remove_merge_status_from_merge_request.rb
20130220133245_rename_new_merge_status_to_merge_status_in_milestone.rb
20130304104623_add_state_to_user.rb
20130304104740_convert_blocked_to_state.rb
20130304105317_remove_blocked_from_user.rb
20130315124931_user_color_scheme.rb
Fix more SQL migrations to use raw commands
2016-04-10 15:51:45 -07:00
20130318212250_add_snippets_to_features.rb
20130319214458_create_forked_project_links.rb
20130323174317_add_private_to_snippets.rb
20130324151736_add_type_to_snippets.rb
20130324172327_change_project_id_to_null_in_snipepts.rb
20130324203535_add_type_value_for_snippets.rb
20130325173941_add_notification_level_to_user.rb
20130326142630_add_index_to_users_authentication_token.rb
add db index for authentication_token column in users table
2013-06-14 22:07:09 +05:00
20130403003950_add_last_activity_column_into_project.rb
Use raw SQL instead of Rails models in 20130403003950 migration
2016-04-09 18:36:07 -07:00
20130404164628_add_notification_level_to_user_project.rb
20130410175022_remove_wiki_table.rb
20130419190306_allow_merges_for_forks.rb
Use raw SQL instead of Rails models in migrations where appropriate
2016-03-28 18:03:29 -04:00
20130506085413_add_type_to_key.rb
20130506090604_create_deploy_keys_projects.rb
20130506095501_remove_project_id_from_key.rb
Remove deprecated finders
2014-01-19 23:39:56 +04:00
20130522141856_add_more_fields_to_service.rb
20130528184641_add_system_to_notes.rb
Link issues from comments and automatically close them
2013-08-25 18:58:41 -04:00
20130611210815_increase_snippet_text_column_size.rb
20130613165816_add_password_expires_at_to_users.rb
Add password_expires_at to users table
2013-06-13 20:01:35 +03:00
20130613173246_add_created_by_id_to_user.rb
Force user password change for users created by admin
2013-06-13 21:06:27 +03:00
20130614132337_add_improted_to_project.rb
Add imported boolean to project. Prevent shell from creating repo after it was imported
2013-06-14 16:30:48 +03:00
20130617095603_create_users_groups.rb
create UsersGroup entity. Modify ability to check group owners instead one owner
2013-06-18 17:47:52 +03:00
20130621195223_add_notification_level_to_user_group.rb
Add notification level to group membership
2013-06-21 23:17:20 +03:00
20130622115340_add_more_db_index.rb
More db index
2013-06-22 15:01:08 +03:00
20130624162710_add_fingerprint_to_key.rb
store and display public key fingerprint
2013-06-24 20:07:21 +03:00
20130711063759_create_project_group_links.rb
Bring ProjectGroupLink model and migrations from EE
2016-03-11 17:47:05 +01:00
20130804151314_add_st_diff_to_note.rb
st_diff field for Note
2013-08-04 19:00:41 +03:00
20130809124851_add_permission_check_to_user.rb
Add User#last_credential_check_at
2014-03-11 10:07:22 +02:00
20130812143708_add_import_url_to_project.rb
Repository import during project creation often return timeout for medium and large repos.
2013-08-12 18:21:47 +03:00
20130819182730_add_internal_ids_to_issues_and_mr.rb
Add iid field to issues and MR
2013-08-19 22:10:21 +03:00
20130820102832_add_access_to_project_group_link.rb
Bring ProjectGroupLink model and migrations from EE
2016-03-11 17:47:05 +01:00
20130821090530_remove_deprecated_tables.rb
Drop deprecated tables
2013-08-21 12:08:10 +03:00
20130821090531_add_internal_ids_to_milestones.rb
Add iids to milestones. Moved iids logic to separate concern
2013-08-21 12:16:26 +03:00
20130909132950_add_description_to_merge_request.rb
Add description to MergeRequest model
2013-09-09 16:32:43 +03:00
20130926081215_change_owner_id_for_group.rb
Namespaces.owner_id can be null
2013-09-26 14:48:58 +03:00
20131005191208_add_avatar_to_users.rb
avatar upload on profile page
2013-10-09 09:05:09 +02:00
20131009115346_add_confirmable_to_users.rb
Enable confirmable and reconfirmable modules for User
2013-10-15 09:56:04 +03:00
20131106151520_remove_default_branch.rb
Project#default_branch use repo HEAD instead of DB value now
2013-11-06 18:45:39 +02:00
20131112114325_create_broadcast_messages.rb
Broadcast message model + migrations
2013-11-12 13:47:28 +02:00
20131112220935_add_visibility_level_to_projects.rb
Fix more SQL migrations to use raw commands
2016-04-10 15:51:45 -07:00
20131129154016_add_archived_to_projects.rb
Archiving old projects; archived projects aren't shown on dashboard
2013-12-16 14:39:14 +01:00
20131130165425_add_color_and_font_to_broadcast_messages.rb
Customization and previewing of broadcast messages
2013-12-18 17:43:45 -05:00
20131202192556_add_event_fields_for_web_hook.rb
Add new fields to web_hooks table.
2013-12-04 13:37:17 +02:00
20131214224427_add_hide_no_ssh_key_to_users.rb
Allow user to hide the message to add an ssh key permanently
2013-12-14 20:21:12 -06:00
20131217102743_add_recipients_to_service.rb
Create EmailsOnPushService model
2013-12-17 12:42:40 +02:00
20140116231608_add_website_url_to_users.rb
Add website url to user
2014-01-18 19:15:10 +00:00
20140122112253_create_merge_request_diffs.rb
Use up and down
2015-12-09 09:08:53 +01:00
20140122114406_migrate_mr_diffs.rb
Fix merge_request_diffs migrations for postgresql
2014-01-27 18:50:53 +04:00
20140122122549_remove_m_rdiff_fields.rb
Fix merge_request_diffs migrations for postgresql
2014-01-27 18:50:53 +04:00
20140125162722_add_avatar_to_projects.rb
adding avatar to project settings page added avatar removal show project avatar on dashboard, projects page, project page added rspec and feature tests added project avatar from repository new default project icon added added copying af avatar to forking of project added generated icon fixed avatar fork hound fix style fix test fix
2015-01-24 18:51:16 +01:00
20140127170938_add_group_avatars.rb
added group avatars
2014-01-28 08:38:00 +01:00
20140209025651_create_emails.rb
Add email aliases for users
2014-02-13 22:59:39 -06:00
20140214102325_add_api_key_to_services.rb
Add Gemnasium Service for Gitlab
2014-02-21 16:25:22 +01:00
20140304005354_add_index_merge_request_diffs_on_merge_request_id.rb
Add index_merge_request_diffs_on_merge_request_id
2014-03-04 10:38:09 +09:00
20140305193308_add_tag_push_hooks_to_project_hook.rb
Added tag_push_events to the web_hooks
2014-03-05 20:44:01 +01:00
20140312145357_add_import_status_to_project.rb
Add Project#import_status field
2014-03-12 17:14:28 +02:00
20140313092127_migrate_already_imported_projects.rb
Fix more SQL migrations to use raw commands
2016-04-10 15:51:45 -07:00
20140407135544_fix_namespaces.rb
Add trailing newline to all text files.
2014-06-21 11:20:22 +02:00
20140414131055_change_state_to_allow_empty_merge_request_diffs.rb
Fixed some hound notices
2014-04-14 15:24:37 +02:00
20140415124820_limits_to_mysql.rb
Adjust MySQL limits for existing installations
2014-04-23 11:07:36 +02:00
20140416074002_add_index_on_iid.rb
Migrate invalid rows with missing iids or duplicates
2014-04-24 19:39:33 +02:00
20140416185734_index_on_current_sign_in_at.rb
Add db index for active user display.
2014-04-16 21:05:13 +02:00
20140428105831_add_notes_index_updated_at.rb
Add an index for Note#updated_at
2014-04-28 13:02:05 +02:00
20140502115131_add_repo_size_to_db.rb
Save repository size to projects table
2014-05-02 16:05:08 +03:00
20140502125220_migrate_repo_size.rb
Use raw SQL commands for 20140502125220 MigrateRepoSize
2016-04-18 11:05:16 -07:00
20140611135229_add_position_to_merge_request.rb
Add sorting to merge requests on milestone page
2014-06-11 17:11:52 +03:00
20140625115202_create_users_star_projects.rb
Add star count, view logic, more tests.
2014-07-17 22:47:16 +02:00
20140729134820_create_labels.rb
Label and LabelLink models for implementing own GitLab labels
2014-07-29 17:10:15 +03:00
20140729140420_create_label_links.rb
Label and LabelLink models for implementing own GitLab labels
2014-07-29 17:10:15 +03:00
20140729145339_migrate_project_tags.rb
Replace project labels with tags to prevent name conflict with GitLab labels
2014-07-29 18:23:18 +03:00
20140729152420_migrate_taggable_labels.rb
Fixes #7571
2014-08-27 21:12:37 +01:00
20140730111702_add_index_to_labels.rb
Add indicies to labels
2014-07-30 14:25:27 +03:00
20140903115954_migrate_to_new_shell.rb
Fix migrations for postgres on test environment
2015-12-07 19:06:28 +01:00
20140907220153_serialize_service_properties.rb
Make services migration more reliable
2015-02-23 17:56:05 -08:00
20140914113604_add_members_table.rb
Fix migration and association for new members table
2014-09-14 20:38:57 +03:00
20140914145549_migrate_to_new_members_model.rb
Fix STI+polymorphic for Group <-> GroupMember
2014-09-14 21:52:54 +03:00
20140914173417_remove_old_member_tables.rb
Fix migration and association for new members table
2014-09-14 20:38:57 +03:00
20141006143943_move_slack_service_to_webhook.rb
Prevent another migration from failing.
2015-02-25 22:55:37 +01:00
20141007100818_add_visibility_level_to_snippet.rb
Use false/true mixin in migration from !3640
2016-04-10 22:04:24 -07:00
20141118150935_add_audit_event.rb
Audit log for user authentication
2015-07-06 12:36:08 +03:00
20141121133009_add_timestamps_to_members.rb
Add missing timestamps to the 'members' table
2014-11-21 15:02:23 +01:00
20141121161704_add_identity_table.rb
Remove index only if exists
2014-12-23 11:05:50 +02:00
20141205134006_add_locked_at_to_merge_request.rb
Add locked_at to merge request
2014-12-05 15:42:26 +02:00
20141216155758_create_doorkeeper_tables.rb
Doorkeeper integration
2014-12-24 15:38:07 +02:00
20141217125223_add_owner_to_application.rb
Doorkeeper integration
2014-12-24 15:38:07 +02:00
20141223135007_add_import_data_to_project_table.rb
Github Importer
2015-01-10 09:51:43 -08:00
20141226080412_add_developers_can_push_to_protected_branches.rb
Add migration for developers can push to protected branches flag.
2014-12-26 09:07:02 +01:00
20150108073740_create_application_settings.rb
Init ApplicationSettings resource with defaults from config file
2015-01-08 00:22:50 -08:00
20150116234544_add_home_page_url_for_application_settings.rb
Allow to specify home page for non logged-in users
2015-01-16 16:01:15 -08:00
20150116234545_add_gitlab_access_token_to_user.rb
an ability to clone project with oauth2 token
2015-01-28 15:57:31 -08:00
20150125163100_add_default_branch_protection_setting.rb
Allow configuring protection of the default branch upon first push
2015-01-25 17:09:10 +01:00
20150205211843_add_timestamps_to_identities.rb
Add timestamps to identity
2015-02-05 13:23:32 -08:00
20150206181414_add_index_to_created_at.rb
Add index on order columns
2015-02-06 10:21:48 -08:00
20150206222854_add_notification_email_to_user.rb
Allow notification email to be set separately from primary email.
2015-02-07 23:19:17 +01:00
20150209222013_add_missing_index.rb
Add index on order columns for services table
2015-02-09 14:21:52 -08:00
20150211172122_add_template_to_service.rb
Add template boolean to services.
2015-02-11 09:24:40 -08:00
20150211174341_allow_null_in_services_project_id.rb
Remove not null constraint on project_id in services.
2015-02-11 09:47:21 -08:00
20150213104043_add_twitter_sharing_enabled_to_application_settings.rb
Add link to share via twitter to "created project" event.
2015-02-13 12:07:59 +01:00
20150213114800_add_hide_no_password_to_user.rb
Allow users that signed up via OAuth to set their password in order to use Git over HTTP(S).
2015-02-13 14:44:42 +01:00
20150213121042_add_password_automatically_set_to_user.rb
Allow users that signed up via OAuth to set their password in order to use Git over HTTP(S).
2015-02-13 14:44:42 +01:00
20150217123345_add_bitbucket_access_token_and_secret_to_user.rb
Add Bitbucket importer.
2015-02-24 15:07:24 +01:00
20150219004514_add_events_to_services.rb
Issue #595 : Support Slack notifications upon issue and merge request events
2015-03-03 11:14:31 +01:00
20150223022001_set_missing_last_activity_at.rb
No need to block db:rollback for safe migration
2015-02-25 19:51:13 -08:00
20150225065047_add_note_events_to_services.rb
Added comment notification events to HipChat and Slack services.
2015-03-06 06:54:00 -08:00
20150301014758_add_restricted_visibility_levels_to_application_settings.rb
Move restricted visibility settings to the UI
2015-03-07 13:11:08 -07:00
20150306023106_fix_namespace_duplication.rb
remove duplication
2015-03-10 20:09:34 +02:00
20150306023112_add_unique_index_to_namespace.rb
remove duplication
2015-03-10 20:09:34 +02:00
20150310194358_add_version_check_to_application_settings.rb
Add feature to disable version check
2015-03-10 12:51:46 -07:00
20150313012111_create_subscriptions_table.rb
tests
2015-03-16 21:38:41 +02:00
20150320234437_add_location_to_user.rb
Add location to user profile
2015-03-20 16:52:23 -07:00
20150324155957_set_incorrect_assignee_id_to_null.rb
Add migration.
2015-03-24 17:00:56 +01:00
20150327122227_add_public_to_key.rb
Allow admin to create public deploy keys that are accessible to any project.
2015-04-03 12:23:20 +02:00
20150327150017_add_import_data_to_project.rb
Allow projects to be imported from Google Code.
2015-04-03 15:29:27 +02:00
20150327223628_add_devise_two_factor_to_users.rb
Init 2 factor authentication for user model
2015-05-09 17:31:07 -04:00
20150328132231_add_max_attachment_size_to_application_settings.rb
Support configurable attachment size via Application Settings
2015-04-02 00:04:08 -07:00
20150331183602_add_devise_two_factor_backupable_to_users.rb
Make otp_backup_codes a text field
2015-05-09 17:32:46 -04:00
20150406133311_add_invite_data_to_member.rb
Make more migrations reversible
2015-05-13 11:03:29 -04:00
20150411000035_fix_identities.rb
Remove unnecessary semicolons
2015-04-14 15:45:15 +02:00
20150411180045_rename_buildbox_service.rb
Add migration to rename BuildboxService to BuildkiteService
2015-04-11 14:05:23 -04:00
20150413192223_add_public_email_to_users.rb
Allow user to choose which email to be public
2015-04-14 19:42:48 +08:00
20150417121913_create_project_import_data.rb
Move import data out of project so it doesn't take ages to load.
2015-04-17 14:49:00 +02:00
20150417122318_remove_import_data_from_project.rb
Make more migrations reversible
2015-05-13 11:03:29 -04:00
20150421120000_remove_periods_at_ends_of_usernames.rb
Explain namespace clearn regex.
2015-04-24 14:49:23 +02:00
20150423033240_add_default_project_visibililty_to_application_settings.rb
Make migrations reversible
2015-05-07 17:29:15 +03:00
20150425164646_gitlab_change_collation_for_tag_names.acts_as_taggable_on_engine.rb
Change the MySQL collation type to utf8_bin to ensure case-sensitive tags are supported
2015-05-07 16:33:11 -07:00
20150425164647_remove_duplicate_tags.rb
Adding quote_string to migration
2015-05-08 16:54:45 +03:00
20150425164648_add_missing_unique_indices.acts_as_taggable_on_engine.rb
Conditionally remove indices that may not exist in pre-GitLab v6.7 installations
2015-05-08 00:43:19 -07:00
20150425164649_add_taggings_counter_cache_to_tags.acts_as_taggable_on_engine.rb
Fix DB error when trying to tag a repository
2015-04-27 06:09:20 -07:00
20150425164650_add_missing_taggable_index.acts_as_taggable_on_engine.rb
Fix DB error when trying to tag a repository
2015-04-27 06:09:20 -07:00
20150425164651_change_collation_for_tag_names.acts_as_taggable_on_engine.rb
Fix DB error when trying to tag a repository
2015-04-27 06:09:20 -07:00
20150425173433_add_default_snippet_visibility_to_app_settings.rb
Make more migrations reversible
2015-05-13 11:03:29 -04:00
20150429002313_remove_abandoned_group_members_records.rb
Make migrations reversible
2015-05-07 17:29:15 +03:00
20150502064022_add_restricted_signup_domains_to_application_settings.rb
Add application setting to restrict user signups to e-mail domains
2015-05-02 09:36:52 -07:00
20150509180749_convert_legacy_reference_notes.rb
Add migration to convert legacy system notes
2015-05-11 00:01:15 -04:00
20150516060434_add_note_events_to_web_hooks.rb
Add support for Webhook note events
2015-05-21 23:48:16 -04:00
20150529111607_add_user_oauth_applications_to_application_settings.rb
Add option to disallow users from registering any application to use GitLab as an OAuth provider
2015-05-29 13:29:16 +02:00
20150529150354_add_after_sign_out_path_for_application_settings.rb
Allow to configure a URL to show after sign out
2015-05-29 18:20:15 +02:00
20150609141121_add_session_expire_delay_for_application_settings.rb
Check if session_expire_delay column exists before adding the column.
2015-07-22 17:04:49 +02:00
20150610065936_add_dashboard_to_users.rb
Add dashboard
attribute to User model
2015-06-13 17:59:11 -04:00
20150620233230_add_default_otp_required_for_login_value.rb
Correct AddDefaultOtpRequiredForLoginValue migration
2015-06-22 11:36:11 -04:00
20150713160110_add_project_view_to_users.rb
Allow user to specify content he wants to see on project page
2015-07-13 18:24:15 +02:00
20150717130904_add_commits_count_to_project.rb
Store commit count in project table
2015-07-17 15:22:56 +02:00
20150730122406_add_updated_by_to_issuables_and_notes.rb
Show who last edited a comment if it wasn't the original author
2015-07-30 14:45:54 +02:00
20150806104937_create_abuse_reports.rb
Allow users to send abuse reports
2015-08-06 14:03:27 +02:00
20150812080800_add_settings_import_sources.rb
Import sources: settings in the admin interface
2015-08-20 11:28:27 +02:00
20150814065925_remove_oauth_tokens_from_users.rb
Remove user OAuth tokens stored in database for Bitbucket, GitHub, and GitLab
2015-08-23 09:23:44 -07:00
20150817163600_deduplicate_user_identities.rb
fix failing migration on mysql
2015-09-18 19:49:04 +02:00
20150818213832_add_sent_notifications.rb
Reply by email POC
2015-08-18 15:46:36 -07:00
20150824002011_add_enable_ssl_verification.rb
Enable SSL verification for Webhooks
2015-08-26 15:48:31 +03:00
20150826001931_add_ci_tables.rb
Groundwork for merging CI into CE
2015-08-25 18:42:46 -07:00
20150902001023_add_template_to_label.rb
CRUD for admin labels
2015-09-03 15:50:23 +03:00
20150914215247_add_ci_tags.rb
Add rake task to migrate CI tags
2015-09-15 00:29:20 +02:00
20150915001905_enable_ssl_verification_by_default.rb
enable SSL by default
2015-09-17 09:51:24 +03:00
20150916000405_enable_ssl_verification_for_web_hooks.rb
enable SSL by default
2015-09-17 09:51:24 +03:00
20150916114643_add_help_page_text_to_application_settings.rb
Allow custom info to be added to Help page
2015-09-18 10:15:40 +02:00
20150916145038_add_index_for_committed_at_and_id.rb
Fix ordering issue
2015-09-16 16:59:54 +02:00
20150918084513_add_ci_enabled_to_application_settings.rb
Allow to disable GitLab CI
2015-09-18 12:46:47 +02:00
20150918161719_remove_invalid_milestones_from_merge_requests.rb
Remove deleted milestones from merge requests
2015-09-21 12:05:01 -07:00
20150920010715_add_consumed_timestep_to_users.rb
Bump devise-two-factor to 2.0.0
2015-09-19 21:16:18 -04:00
20150920161119_add_line_code_to_sent_notification.rb
Fix reply by email for comments on a specific line in a diff/commit.
2015-09-20 18:18:39 +02:00
20150924125150_add_project_id_to_ci_commit.rb
Fix migrations
2015-09-29 10:47:03 +02:00
20150924125436_migrate_project_id_for_ci_commits.rb
Fix migrations
2015-09-29 10:47:04 +02:00
20150930001110_merge_request_error_field.rb
Improve error message when merging fails
2015-10-01 09:45:47 +03:00
20150930095736_add_null_to_name_for_ci_projects.rb
Fix migration
2015-09-30 19:43:29 +02:00
20150930110012_add_group_share_lock.rb
Add share project from group lock
2016-03-11 19:03:19 +01:00
20151002112914_add_stage_idx_to_builds.rb
Refactor commit and build
2015-10-05 09:52:35 +02:00
20151002121400_add_index_for_builds.rb
Add user to Ci::Build to have pusher email address
2015-10-05 10:15:40 +02:00
20151002122929_add_ref_and_tag_to_builds.rb
Add user to Ci::Build to have pusher email address
2015-10-05 10:15:40 +02:00
20151002122943_migrate_ref_and_tag_to_build.rb
Add user to Ci::Build to have pusher email address
2015-10-05 10:15:40 +02:00
20151005075649_add_user_id_to_build.rb
Add user to Ci::Build to have pusher email address
2015-10-05 10:15:40 +02:00
20151005150751_add_layout_option_for_users.rb
improved code style and layout option naming
2015-10-05 18:09:05 +02:00
20151005162154_remove_ci_enabled_from_application_settings.rb
Remove the option to disable CI
2015-10-05 12:23:38 -04:00
20151007120511_namespaces_projects_path_lower_indexes.rb
Revamp finding projects by namespaces
2015-10-08 14:35:32 +02:00
20151008110232_add_users_lower_username_email_indexes.rb
Improve performance of User.by_login
2015-10-15 11:58:25 +02:00
20151008123042_add_type_and_description_to_builds.rb
Implement Commit Status API
2015-10-12 11:53:49 +02:00
20151008130321_migrate_name_to_description_for_builds.rb
Implement Commit Status API
2015-10-12 11:53:49 +02:00
20151008143519_add_admin_notification_email_setting.rb
Send an email (to support) when a user is reported for spam
2015-10-08 17:33:57 -04:00
20151012173029_set_jira_service_api_url.rb
Backport JIRA service
2015-12-18 14:19:48 -06:00
20151013092124_add_artifacts_file_to_builds.rb
Implement Build Artifacts
2015-11-10 12:51:50 +01:00
20151016131433_add_ci_projects_gl_project_id_index.rb
Add index on ci_commits.gl_project_id
2015-10-16 15:29:50 +02:00
20151016195451_add_ci_builds_and_projects_indexes.rb
Added indexes for notes.line_code and CI columns
2015-10-16 21:58:30 +02:00
20151016195706_add_notes_line_code_index.rb
Added indexes for notes.line_code and CI columns
2015-10-16 21:58:30 +02:00
20151019111551_fix_build_tags.rb
make migrations reversible
2015-11-05 16:47:25 +02:00
20151019111703_fail_build_without_names.rb
make migrations reversible
2015-11-05 16:47:25 +02:00
20151020145526_add_services_template_index.rb
Added index on services.template
2015-10-29 12:09:25 +01:00
20151020173516_ci_limits_to_mysql.rb
Ensure MySQL CI limits DB migrations occur after the fields have been created
2015-10-21 00:11:06 -07:00
20151020173906_add_ci_builds_index_for_status.rb
Added extra index for faster enumeration of CI builds
2015-10-20 19:41:45 +02:00
20151023112551_fail_build_with_empty_name.rb
make migrations reversible
2015-11-05 16:47:25 +02:00
20151023144219_remove_satellites.rb
Remove the contents of the satellites dir
2015-10-23 17:39:22 +02:00
20151026182941_add_project_path_index.rb
Add projects path index
2015-10-26 20:21:26 +01:00
20151028152939_add_merge_when_build_succeeds_to_merge_request.rb
Merge when build succeeds
2015-11-02 17:27:38 +01:00
20151103001141_add_public_to_group.rb
Allow groups to appear in the search results if the group owner allows it
2015-11-05 13:18:51 +02:00
20151103133339_add_shared_runners_setting.rb
Enable shared runners for all new projects
2015-11-05 17:02:02 +01:00
20151103134857_create_lfs_objects.rb
Add support for git lfs.
2015-11-16 12:39:13 +01:00
20151103134958_create_lfs_objects_projects.rb
Add support for git lfs.
2015-11-16 12:39:13 +01:00
20151104105513_add_file_to_lfs_objects.rb
Add support for git lfs.
2015-11-16 12:39:13 +01:00
20151105094515_create_releases.rb
Add release model
2015-11-05 11:03:02 +01:00
20151106000015_add_is_award_to_notes.rb
addressing comments
2015-11-19 01:26:00 +02:00
20151109100728_add_max_artifacts_size_to_application_settings.rb
Implement Build Artifacts
2015-11-10 12:51:50 +01:00
20151109134526_add_issues_state_index.rb
Added index on issues.state
2015-11-19 11:46:38 +01:00
20151109134916_add_projects_visibility_level_index.rb
Added index on projects.visibility_level
2015-11-19 11:46:38 +01:00
20151110125604_add_import_error_to_project.rb
Add import_error to project.
2015-11-18 12:00:48 +01:00
20151114113410_add_index_for_lfs_oid_and_size.rb
Add support for git lfs.
2015-11-16 12:39:13 +01:00
20151116144118_add_unique_for_lfs_oid_index.rb
Add unique to oid index for lfs object.
2015-11-16 15:59:15 +01:00
20151118162244_add_projects_public_index.rb
Added an index on namespaces.public
2015-11-18 17:24:51 +01:00
20151201203948_raise_hook_url_limit.rb
Raise hook url limit
2016-01-15 00:35:12 +03:00
20151203162133_add_hide_project_limit_to_users.rb
Notify user if they cannot create projects
2015-12-05 11:32:08 -05:00
20151203162134_add_build_events_to_services.rb
Make migrations reversible
2015-12-23 19:39:59 +01:00
20151209144329_migrate_ci_web_hooks.rb
Make migrations reversible
2015-12-23 19:39:59 +01:00
20151209145909_migrate_ci_emails.rb
Fix MySQL migration of CI emails [ci skip]
2015-12-14 12:04:26 +01:00
20151210030143_add_unlock_token_to_user.rb
Allow account unlock via email
2015-12-14 15:35:02 -06:00
20151210072243_add_runners_registration_token_to_application_settings.rb
Add runners_registration_token
to ApplicationSettings
2015-12-11 10:39:39 +01:00
20151210125232_migrate_ci_slack_service.rb
Fix migrations [ci skip]
2015-12-14 11:30:32 +01:00
20151210125927_migrate_ci_hip_chat_service.rb
Fix migrations [ci skip]
2015-12-14 11:30:32 +01:00
20151210125928_add_ci_to_project.rb
Make migrations reversible
2015-12-23 19:39:59 +01:00
20151210125929_add_project_id_to_ci.rb
Make migrations reversible
2015-12-23 19:39:59 +01:00
20151210125930_migrate_ci_to_project.rb
Make migrations reversible
2015-12-23 19:39:59 +01:00
20151210125931_add_index_to_ci_tables.rb
Make migrations reversible
2015-12-23 19:39:59 +01:00
20151210125932_drop_null_for_ci_tables.rb
Make migrations reversible
2015-12-23 19:39:59 +01:00
20151218154042_add_tfa_to_application_settings.rb
WIP require two factor authentication
2015-12-24 19:00:18 -02:00
20151221234414_add_tfa_additional_fields.rb
Grace period support for TFA
2015-12-24 19:01:30 -02:00
20151224123230_rename_emojis.rb
Emoji picker: better alias handling
2015-12-24 11:28:55 +02:00
20151228111122_remove_public_from_namespace.rb
remove public field from namespace and refactoring
2016-01-04 16:00:29 +02:00
20151228150906_influxdb_settings.rb
Move InfluxDB settings to ApplicationSetting
2015-12-28 18:00:32 +01:00
20151228175719_add_recaptcha_to_application_settings.rb
reCAPTCHA is configurable through Admin Settings, no reload needed.
2015-12-28 18:50:29 -02:00
20151229102248_influxdb_udp_port_setting.rb
Write to InfluxDB directly via UDP
2015-12-29 14:53:45 +01:00
20151229112614_influxdb_remote_database_setting.rb
Write to InfluxDB directly via UDP
2015-12-29 14:53:45 +01:00
20151230132518_add_artifacts_metadata_to_ci_build.rb
Add artifacts metadata uploader filed
2016-01-14 12:48:14 +01:00
20151231152326_add_akismet_to_application_settings.rb
Support Akismet spam checking for creation of issues via API
2016-02-02 11:25:44 -02:00
20151231202530_remove_alert_type_from_broadcast_messages.rb
Remove alert_type attribute from BroadcastMessage
2016-01-13 11:34:57 -05:00
20160106162223_add_index_milestones_title.rb
Added an index on milestones.title
2016-01-07 14:53:02 +01:00
20160106164438_remove_influxdb_credentials.rb
Remove InfluxDB username/password
2016-01-06 17:49:56 +01:00
20160109054846_create_spam_logs.rb
Support Akismet spam checking for creation of issues via API
2016-02-02 11:25:44 -02:00
20160113111034_add_metrics_sample_interval.rb
Make the metrics sampler interval configurable
2016-01-13 12:29:48 +01:00
20160118155830_add_sentry_to_application_settings.rb
Add sentry integration
2016-01-18 17:15:10 +01:00
20160118232755_add_ip_blocking_settings_to_application_settings.rb
Add IP blocking against DNSBL at sign-up
2016-01-20 15:28:19 +01:00
20160119111158_add_services_category.rb
Greatly improve external_issue_tracker performance
2016-01-19 14:03:20 +01:00
20160119112418_add_services_default.rb
Greatly improve external_issue_tracker performance
2016-01-19 14:03:20 +01:00
20160119145451_add_ldap_email_to_users.rb
Allow LDAP users to change their email if it was not set by the LDAP server
2016-01-19 16:25:38 +01:00
20160120172143_add_base_commit_sha_to_merge_request_diffs.rb
Save and use actual diff base commit for MR diff highlighting
2016-01-20 18:44:27 +01:00
20160121030729_add_email_author_in_body_to_application_settings.rb
Add option to include the sender name in body of Notify email. fix #7824
2016-02-09 12:58:13 +01:00
20160122185421_add_pending_delete_to_project.rb
Update CHANGELOG
2016-01-29 09:23:24 -05:00
20160128212447_remove_ip_blocking_settings_from_application_settings.rb
Partially revert "Add IP check against DNSBLs at account sign-up"
2016-01-28 16:28:19 -05:00
20160128233227_change_lfs_objects_size_column.rb
Increase LFS objects size column
2016-01-29 08:28:58 -06:00
20160129135155_remove_dot_atom_path_ending_of_projects.rb
remove unnecessary lower function on SQL
2016-02-04 18:38:11 +01:00
20160129155512_add_merge_commit_sha_to_merge_requests.rb
Save merge commit id when MR is merged
2016-02-19 13:14:49 -05:00
20160202091601_add_erasable_to_ci_build.rb
Fix name of build erasable, remove superfluous method from it
2016-02-19 17:24:59 +01:00
20160202164642_add_allow_guest_to_access_builds_project.rb
Rename allow_guest_to_access_builds to public_builds
2016-02-04 12:57:46 +01:00
20160204144558_add_real_size_to_merge_request_diffs.rb
Use Gitlab::Git::DiffCollections
2016-03-03 18:38:44 +01:00
20160209130428_add_index_to_snippet.rb
Add index for snippet's updated_at
2016-02-09 15:10:22 +02:00
20160212123307_create_tasks.rb
Add task model
2016-02-20 12:10:26 -02:00
20160217100506_add_description_to_label.rb
Label description and Label row
2016-02-17 21:52:12 +08:00
20160217174422_add_note_to_tasks.rb
Create a pending task when a user is mentioned on a note
2016-02-20 12:12:05 -02:00
20160220123949_rename_tasks_to_todos.rb
Rename Tasks to Todos
2016-02-20 12:39:27 -02:00
20160222153918_create_appearances_ce.rb
Fix broken migration
2016-02-29 16:41:45 +01:00
20160223192159_add_confidential_to_issues.rb
Add a confidential flag to issues
2016-03-17 20:55:38 -03:00
20160225090018_add_delete_at_to_issues.rb
Soft delete issuables
2016-03-19 21:23:03 +01:00
20160225101956_add_delete_at_to_merge_requests.rb
Soft delete issuables
2016-03-19 21:23:03 +01:00
20160226114608_add_trigram_indexes_for_searching.rb
Attempt to create pg_trgm extension in migration for test/dev environments
2016-04-20 20:59:01 -07:00
20160227120001_add_event_field_for_web_hook.rb
add slack notifications for wiki pages
2016-04-20 08:25:40 +08:00
20160227120047_add_event_to_services.rb
formatting and test structure
2016-04-20 08:25:41 +08:00
20160229193553_add_main_language_to_repository.rb
adds swp and swo to gitignore and improves migration for project main_language
2016-03-07 21:59:39 +01:00
20160301124843_add_visibility_level_to_groups.rb
Fix specs
2016-03-22 00:23:58 +01:00
20160302151724_add_import_credentials_to_project_import_data.rb
changed a few things based on feedback
2016-04-11 11:13:51 +02:00
20160302152808_remove_wrong_import_url_from_projects.rb
fix rescue block on migration
2016-05-27 17:20:15 +02:00
20160305220806_remove_expires_at_from_snippets.rb
Remove Snippet#expires_at
2016-03-05 18:12:17 -05:00
20160307221555_disallow_blank_line_code_on_note.rb
Disallow blank (non-null) values for a Note's line_code
attribute
2016-03-11 17:46:50 -05:00
20160308212903_add_default_group_visibility_to_application_settings.rb
Fix group visibility level migration in case all visibility levels are restricted
2016-05-19 20:08:08 -04:00
20160309140734_fix_todos.rb
Remove invalid todos from database
2016-03-09 11:18:13 -03:00
20160310124959_add_due_date_to_issues.rb
Address MR feedback
2016-04-20 15:43:32 -04:00
20160310185910_add_external_flag_to_users.rb
External Users
2016-03-13 19:08:04 +01:00
20160314143402_projects_add_pushes_since_gc.rb
Run 'git gc' every 10 pushes
2016-03-14 16:49:24 +01:00
20160315135439_project_add_repository_check.rb
Schema improvements suggested by Yorick
2016-04-13 17:07:12 +02:00
20160316123110_ci_runners_token_index.rb
Added an index on ci_runners.token
2016-03-16 13:38:47 +01:00
20160316192622_change_target_id_to_null_on_todos.rb
Change target_id to null on todos
2016-03-18 11:00:53 -03:00
20160316204731_add_commit_id_to_todos.rb
Add commit_id to todos
2016-03-18 11:00:53 -03:00
20160317092222_add_moved_to_to_issue.rb
Improvements in issue move feaure (refactoring)
2016-03-19 18:46:01 +01:00
20160320204112_index_namespaces_on_visibility_level.rb
Check if index exists before adding it. [ci skip]
2016-03-21 21:17:23 -05:00
20160324020319_remove_todos_for_deleted_issues.rb
Destroy related todos when an issue is deleted
2016-03-30 12:09:34 -03:00
20160328112808_create_notification_settings.rb
Improve db migrations for notification settings
2016-03-30 10:44:20 +02:00
20160328115649_migrate_new_notification_setting.rb
Fix datetime format when migrating new notification settings on MySQL
2016-04-14 18:46:18 -03:00
20160328121138_add_notification_setting_index.rb
Migrate notification setting from members table
2016-03-30 10:44:20 +02:00
20160329144452_add_index_on_pending_delete_projects.rb
Exclude projects pending deletion from all results
2016-03-31 20:20:18 +02:00
20160331133914_remove_todos_for_deleted_merge_requests.rb
Remove todos for deleted merge requests
2016-03-31 10:46:06 -03:00
20160331223143_remove_twitter_sharing_enabled_from_application_settings.rb
Remove "Congratulations!" tweet button on newly-created project.
2016-03-31 17:09:36 -06:00
20160407120251_add_images_enabled_for_project.rb
Rename images
to container_registry
2016-05-09 20:29:57 +03:00
20160412140240_add_repository_checks_enabled_setting.rb
Add repository_checks_enabled setting
2016-04-12 16:21:23 +02:00
20160412173416_add_fields_to_ci_commit.rb
Cleanup required migrations
2016-04-13 15:46:35 +02:00
20160412173417_update_ci_commit.rb
Cleanup required migrations
2016-04-13 15:46:35 +02:00
20160412173418_add_ci_commit_indexes.rb
Fix migrations on MySQL
2016-04-13 16:14:27 +02:00
20160413115152_add_token_to_web_hooks.rb
Backported minimal safewebhook implementation to GitLab CE
2016-04-30 05:04:10 -03:00
20160415133440_add_shared_runners_text_to_application_settings.rb
Add configurable shared runners text
2016-04-18 09:54:52 -04:00
20160419120017_add_metrics_packet_size.rb
Configuring of points per UDP packet
2016-04-19 14:35:25 +02:00
20160421130527_disable_repository_checks.rb
Disable 'repository check' feature in 8.7.0
2016-04-21 16:50:26 +02:00
20160504091942_add_disabled_oauth_sign_in_sources_to_application_settings.rb
disabled_oauth_sign_in_sources column
2016-05-12 13:44:46 +03:00
20160504112519_add_run_untagged_to_ci_runner.rb
Use migration helper to prevent downtime migration
2016-05-19 22:11:40 +02:00
20160508194200_remove_wall_enabled_from_projects.rb
Remove wall_enabled
field from Project
2016-05-08 15:47:42 -04:00
20160508215820_add_type_to_notes.rb
Extract LegacyDiffNote out of Note
2016-05-13 17:31:43 -05:00
20160508221410_set_type_on_legacy_diff_notes.rb
Extract LegacyDiffNote out of Note
2016-05-13 17:31:43 -05:00
20160509201028_add_health_check_access_token_to_application_settings.rb
Add health_check access token, and enforce on the health_check endpoint
2016-05-10 08:46:02 -07:00
20160516174813_add_send_user_confirmation_email_to_application_settings.rb
fix default send confirmation value
2016-05-16 16:53:11 -03:00
20160525205328_remove_main_language_from_projects.rb
Remove main_language and tests
2016-05-25 17:16:42 -04:00
20160527020117_remove_notification_settings_for_deleted_projects.rb
Remove project notification settings associated with deleted projects
2016-05-31 08:50:18 -07:00
20160528043124_add_users_state_index.rb
Add DB index on users.state
2016-05-29 23:03:08 -07:00
20160530150109_add_container_registry_token_expire_delay_to_application_settings.rb
Remove update of container_registry_token_expire_delay
2016-05-31 15:51:45 +02:00
limits_to_mysql.rb
Add limit change for 'data' column in 'events' when using MySQL
2016-01-18 21:27:56 +01:00