..
20110913200833_devise_create_users.rb
fix devise migrations issue
2012-07-06 20:46:26 +05:00
20110913204141_create_projects.rb
init commit
2011-10-09 00:36:38 +03:00
20110914221600_create_users_projects.rb
init commit
2011-10-09 00:36:38 +03:00
20110915205627_add_private_flag_to_project.rb
init commit
2011-10-09 00:36:38 +03:00
20110915213352_create_keys.rb
init commit
2011-10-09 00:36:38 +03:00
20110916123731_add_name_to_user.rb
init commit
2011-10-09 00:36:38 +03:00
20110916162511_add_key_title_to_key.rb
init commit
2011-10-09 00:36:38 +03:00
20110917212932_add_identifier_to_key.rb
init commit
2011-10-09 00:36:38 +03:00
20110921192501_create_issues.rb
init commit
2011-10-09 00:36:38 +03:00
20110922110156_add_code_to_project.rb
init commit
2011-10-09 00:36:38 +03:00
20110923211333_add_status_to_issue.rb
init commit
2011-10-09 00:36:38 +03:00
20110924214549_create_rails_admin_histories_table.rb
init commit
2011-10-09 00:36:38 +03:00
20110924215658_add_admin_field_to_user.rb
init commit
2011-10-09 00:36:38 +03:00
20110926082616_remove_admin.rb
init commit
2011-10-09 00:36:38 +03:00
20110927130352_create_notes.rb
init commit
2011-10-09 00:36:38 +03:00
20110928140106_add_project_id_for_note.rb
init commit
2011-10-09 00:36:38 +03:00
20110928142747_change_noteable_id_for_note.rb
init commit
2011-10-09 00:36:38 +03:00
20110928161328_add_attachment_to_note.rb
init commit
2011-10-09 00:36:38 +03:00
20111005193700_add_allow_repo_creation_for_user.rb
init commit
2011-10-09 00:36:38 +03:00
20111009101738_add_ownerto_project.rb
Issue #82 - Add owner to project
2011-10-09 04:05:31 -07:00
20111009110913_add_projects_limit_to_user.rb
Issue #83 - Project limit
2011-10-09 11:15:01 -07:00
20111009111204_remove_allow_create_repo_from_user.rb
Issue #83 - Project limit
2011-10-09 11:15:01 -07:00
20111015154310_add_position_to_issues.rb
icon for handler of sortable
2011-10-15 20:41:38 +03:00
20111016183422_create_snippets.rb
snippets are ready
2011-10-17 00:07:10 +03:00
20111016193417_add_content_type_to_snippets.rb
snippets are ready
2011-10-17 00:07:10 +03:00
20111016195506_add_file_name_to_snippets.rb
snippets are ready
2011-10-17 00:07:10 +03:00
20111019212429_add_social_to_user.rb
extended user profile with social fields
2011-10-20 01:34:05 +03:00
20111021101550_change_social_fields_in_users.rb
corrected last migration
2011-10-22 14:08:03 +03:00
20111025134235_add_high_label_to_issue.rb
Add critical status to issues
2011-10-25 07:34:02 +03:00
20111027051828_add_expires_at_to_snippets.rb
add expires_at column to snippets
2011-10-27 10:20:45 +05:00
20111027142641_change_note_note_to_text.rb
Fixed a bug in the bundle exec rake db:migrate RAILS_ENV=production that causes the rake to fail and the system not properly install the default user and password.
2012-04-30 11:33:00 -03:00
20111027152724_issue_conten_to_note.rb
clean up whitespace from project
2011-11-15 12:34:30 +04:00
20111101222453_acts_as_taggable_on_migration.rb
integrate tags plugins
2011-11-04 09:44:43 +02:00
20111111093150_remove_content_from_issues.rb
remove content column from issues
2011-11-11 13:35:02 +04:00
20111115063954_add_authentication_token_to_users.rb
add auth token for users
2011-11-15 11:08:05 +04:00
20111124115339_add_extra_field_to_issue.rb
ability to attach branch to issue
2011-11-24 08:08:20 -05:00
20111127155345_create_merge_requests.rb
merge request entity
2011-11-28 09:39:43 +02:00
20111206213842_add_advanced_rights_to_team_member.rb
repo & project access separated. critical gitolite bugfix
2011-12-07 01:27:07 +02:00
20111206222316_migrate_to_new_rights.rb
repo & project access separated. critical gitolite bugfix
2011-12-07 01:27:07 +02:00
20111207211728_add_default_branch_to_project.rb
default_branch for project & fixed project destroy
2011-12-07 23:56:57 +02:00
20111214091851_create_web_hooks.rb
Added web hooks functionality
2011-12-14 17:38:52 +01:00
20111220190817_add_coloscheme_option_to_user.rb
Design tab for profile. Colorscheme as db value
2011-12-20 22:47:09 +02:00
20111231111825_add_project_id_to_key.rb
DeployKey moved to Key model
2011-12-31 16:24:10 +02:00
20120110180749_add_line_number_to_note.rb
per line comments display
2012-01-10 22:08:46 +02:00
20120119202326_add_indexes.rb
add db indexes
2012-01-19 22:54:22 +02:00
20120121122616_fix_noteable_id.rb
removed broken migration
2012-01-22 20:52:06 +02:00
20120206170141_add_modularity_fields_to_project.rb
Issues, MR, Wall can be enabled/disabled per project
2012-02-06 19:40:32 +02:00
20120215182305_create_protected_branches.rb
ProtectedBranches model, Master permission for repo\n Allow push to protected branch for masters only
2012-02-15 22:02:33 +02:00
20120216085842_move_to_roles_permissions.rb
Fixed mistype in permissions, Fixed migration
2012-02-16 09:04:56 +02:00
20120216215008_create_wikis.rb
wiki base sceleton
2012-02-19 19:50:13 +02:00
20120219130957_add_slug_to_wiki.rb
wiki base sceleton
2012-02-19 19:50:13 +02:00
20120219140810_add_wiki_enabled_to_project.rb
wiki base sceleton
2012-02-19 19:50:13 +02:00
20120219193300_add_user_to_wiki.rb
Wiki: history
2012-02-19 21:52:05 +02:00
20120228130210_create_events.rb
Observe issue, merge request, note creation - create event
2012-02-28 16:01:14 +02:00
20120228134252_add_action_to_event.rb
Observe issue, merge request, note creation - create event
2012-02-28 16:01:14 +02:00
20120301185805_add_theme_to_user.rb
design tab improved. Themes added
2012-03-01 21:23:50 +02:00
20120307095918_add_author_id_to_event.rb
Events improved. Open/close issue, merge request events displayed
2012-03-07 00:13:43 -08:00
20120315111711_add_commits_diff_store_to_merge_request.rb
Persist Merge Request diff. Auto merge request close on push
2012-03-15 00:57:43 +02:00
20120315132931_add_merged_to_merge_request.rb
Fixed migration, test for MR
2012-03-15 19:39:03 +02:00
20120317095543_add_description_to_issues.rb
db migrate file
2012-03-17 01:17:37 -03:00
20120323221339_add_bio_field_to_user.rb
Improved profile & team member show
2012-03-24 01:01:36 +02:00
20120329170745_add_automerge_to_merge_request.rb
Better merge handling. show if MR can be accepted or not
2012-03-30 08:05:04 +03:00
20120405211750_increase_mr_text_column_size.rb
Fix mysql issue fix broken diff for Merge Request
2012-04-06 00:22:48 +03:00
20120408180246_create_milestones.rb
Milestone basic scaffold
2012-04-09 00:28:58 +03:00
20120408181910_add_milestone_id_to_issue.rb
Milestone basic scaffold
2012-04-09 00:28:58 +03:00
20120413135904_add_blocked_field_to_user.rb
Ability to block user
2012-04-13 08:12:34 +03:00
20120627145613_remove_critical_from_issue.rb
Remove critical status from Issue. Move sort instead
2012-06-27 21:30:35 +03:00
20120706065612_add_lockable_to_users.rb
enable lockable strategy for users
2012-07-06 00:05:31 -07:00
20120712080407_add_type_to_web_hook.rb
Refactoring of hook functionality & bootsrap system hooks
2012-07-19 00:25:10 +03:00
20120729131232_add_extern_auth_provider_to_users.rb
Change identification of users with extern auth provider (LDAP)
2012-07-29 16:15:52 +02:00
20120905043334_set_default_branch_default_to_nil.rb
Add SetDefaultBranchDefaultToNil migration
2012-09-05 01:00:07 -04:00
20121002150926_create_groups.rb
Group entity. Group has many projects
2012-10-02 18:17:12 +03:00
20121002151033_add_group_id_to_project.rb
Group entity. Group has many projects
2012-10-02 18:17:12 +03:00
20121009205010_postgres_create_integer_cast.rb
add support use string FK with integer PK
2012-10-10 03:58:34 +04:00
20121026114600_add_milestone_id_to_merge_requests.rb
Add Milestone information in Merge Requests
2012-10-26 16:12:40 +02:00