rosa-build/db/migrate
Pavel Chipiga 76c5c86c27 Add db default value for build_lists field build_requires. Refs #2261 2011-11-30 21:03:58 +02:00
..
20110309144736_devise_create_users.rb Device users 2011-03-09 19:16:48 +03:00
20110309173339_create_platforms.rb Platform and Project core models 2011-03-09 20:38:21 +03:00
20110309173421_create_projects.rb Platform and Project core models 2011-03-09 20:38:21 +03:00
20110311154011_create_repositories.rb Trying to add repositories to my hierarchy 2011-03-11 19:08:41 +03:00
20110311154044_remove_platform_id_from_projects.rb Trying to add repositories to my hierarchy 2011-03-11 19:08:41 +03:00
20110311154136_add_repository_id_to_projects.rb Trying to add repositories to my hierarchy 2011-03-11 19:08:41 +03:00
20110311154929_add_unixname_to_repositories.rb Trying to add repositories to my hierarchy 2011-03-11 19:08:41 +03:00
20110312133121_create_containers.rb Container/Arch/Rpm 2011-03-16 00:52:27 +03:00
20110312133559_create_arches.rb Container/Arch/Rpm 2011-03-16 00:52:27 +03:00
20110312133948_create_rpms.rb Container/Arch/Rpm 2011-03-16 00:52:27 +03:00
20110317130503_add_released_to_platforms.rb freeze + spec 2011-03-17 17:47:16 +03:00
20110405161609_create_build_lists.rb fixes + build lists 2011-04-07 17:20:21 +04:00
20110407144147_add_is_circle_to_build_lists.rb more methods fot build lists, added is_circle build flag 2011-04-07 18:56:28 +04:00
20110408123808_create_build_list_items.rb build list items and more statuses 2011-04-11 14:47:57 +04:00
20110408132541_add_additional_repos_to_build_lists.rb build list items and more statuses 2011-04-11 14:47:57 +04:00
20110408134718_add_name_to_build_lists.rb build list items and more statuses 2011-04-11 14:47:57 +04:00
20110411082826_create_products.rb Product Builder xml-rpc and Product model 2011-04-11 12:35:08 +04:00
20110411125015_add_fields_to_products.rb Product management. Step 1 2011-04-11 20:55:52 +04:00
20110411160955_create_delayed_jobs.rb build list creation 2011-04-11 20:37:09 +04:00
20110412074038_add_attachment_tar_to_product.rb Product management. Step 2 2011-04-14 11:23:08 +04:00
20110414145300_add_template_columns_to_products.rb added platform cloning and system_wide flag 2011-04-14 21:04:32 +04:00
20110428132112_add_cron_tab_to_products.rb added crontab to products without translations and setting values to generator form for existing crontab line 2011-04-28 18:32:11 +04:00
20110428140753_add_use_cron_to_products.rb added crontab to products without translations and setting values to generator form for existing crontab line 2011-04-28 18:32:11 +04:00
20111011182847_add_extra_fields_to_users.rb Fix migration 2011-10-17 13:29:07 +03:00
20111011200645_create_authentications.rb Refactor gemfile and upgrade rails, devise and other gems, fix conflicts, remove deprecations. Implement user classic registration and registration through omniauth OpenId. Allow user enter correct nickname and change other info during registration through OpenId. Make login through nickname or email. Apply profile edit form. Dont ask current password for profile update. Fix layout and devise links. Refs #1954 2011-10-11 23:56:51 +03:00
20111012065448_create_downloads.rb [refs #1861] Add downloads statistics 2011-10-14 10:35:25 +04:00
20111012133633_create_event_logs.rb Develop and apply event logging mechanism without source code modification and with localization. Apply events log display with pagination. Apply XML RPC requests stub for local test. Refactor. Refs #1828 2011-10-17 11:04:36 +03:00
20111012223006_create_permissions.rb Created new models and provided relationships between them. 2011-10-13 19:55:03 +04:00
20111012223521_create_relations.rb add extension actions, model role_relations 2011-10-20 00:19:45 +04:00
20111012223944_create_groups.rb Created new models and provided relationships between them. 2011-10-13 19:55:03 +04:00
20111013150125_create_project_to_repositories.rb Created new models and provided relationships between them. 2011-10-13 19:55:03 +04:00
20111014150436_remove_repository_id_from_project.rb Changed DB structure. 2011-10-17 18:18:37 +04:00
20111016130557_add_uname_to_groups.rb Added groups representation. 2011-10-17 00:48:02 +04:00
20111016220428_platform_restruct.rb Changed DB structure. 2011-10-17 18:18:37 +04:00
20111016224709_project_restruct.rb Changed DB structure. 2011-10-17 18:18:37 +04:00
20111016225240_repositories_restruct.rb Changed DB structure. 2011-10-17 18:18:37 +04:00
20111017112255_create_private_users.rb [refs #1923] Add private repositories to project 2011-10-18 17:47:17 +04:00
20111017152936_create_categories.rb Add categories and apply basic CRUD actions. Add category link and description to project. Apply category assign to project. Apply categorization with platforms. Integrate to common design and layout. Import basic categories structure. Refs #1858 2011-10-19 23:58:31 +03:00
20111017172701_add_category_id_and_description_to_projects.rb Add categories and apply basic CRUD actions. Add category link and description to project. Apply category assign to project. Apply categorization with platforms. Integrate to common design and layout. Import basic categories structure. Refs #1858 2011-10-19 23:58:31 +03:00
20111018102655_add_uname_to_users.rb Finished models. 2011-10-18 19:07:09 +04:00
20111020160644_add_new_fields_to_build_lists.rb [refs #1832] Build Lists updates. Project updates and fixes. 2011-10-22 19:28:41 +04:00
20111021164945_delete_nickname_init_uname.rb Apply basic git repo functionality operation: add, change, destroy user ssh_key. Create, destroy, open/close project git repos. Calc project owner. Improve UI for users, groups and projects: fix links and routes, add actions refactor. Other minor fixes and refactoring. Add ssh_key uniqness check. Add uname uniqness check between User and Group. Check project owner ssh_key existance before project creation. Temporary disable uname and unixname change due to gitolite stranges. Refs #2136 2011-10-26 23:57:51 +03:00
20111022170400_create_rights.rb ACL for testing. 2011-10-24 01:39:44 +04:00
20111023154034_add_global_role_to_users.rb ACL for testing. 2011-10-24 01:39:44 +04:00
20111023154130_add_global_role_to_groups.rb ACL for testing. 2011-10-24 01:39:44 +04:00
20111023195205_add_can_see_to_roles.rb ACL for testing. 2011-10-24 01:39:44 +04:00
20111026135125_add_on_and_to_to_roles.rb Added lost migration, that adds on and to fields to roles 2011-10-26 18:09:35 +04:00
20111026152530_add_user_id_to_private_users.rb [refs #2106] Add personal repos to project. Some changes of private repos controller and logic 2011-10-27 17:04:03 +04:00
20111026200223_add_default_to_roles.rb Added use_default and use_default_for_owner to roles 2011-10-27 22:09:22 +04:00
20111027230610_change_roles_on_and_to.rb Fixed bug with roles seeding. 2011-10-28 03:37:07 +04:00
20111028070604_remove_visibility_from_repositories.rb [refs #2106] Move visibility logic to platforms 2011-10-28 11:20:13 +04:00
20111029135514_add_version_to_build_list_items.rb Update BuildListItems for new requirement 2011-10-29 18:05:40 +04:00
20111029150934_create_auto_build_lists.rb [refs #2161] Add auto build lists functional 2011-10-29 23:09:50 +04:00
20111107211538_create_product_build_lists.rb Improve build_lists time. Apply product build lists basic functionality. Move product build functionality to separate controller. Apply event logging for product build. Fix logging for project build list publishing. Code refactor and cleanup. Refs #2161 2011-11-11 19:13:09 +02:00
20111111184657_rename_products_build_to_build_script.rb Rename product field build to build_script. Change links. Refs #2161 2011-11-11 21:12:15 +02:00
20111116140040_add_roles_to_relations.rb [refs #2249] Remove bitmask. Add new rules. Add some authorize filters. Add some template can? helpers 2011-11-16 22:45:01 +04:00
20111122232244_add_ancestry_to_projects.rb Apply project fork button. Refactor and cleanup code. Refs #2243 2011-11-23 17:52:33 +02:00
20111123160010_drop_acl_tables.rb Great models refactoring. Refactor some cancan abilities and controllers authorization. Move some common parts to modules. Fix lots bugs. Remove unused files and code. Drop ACL tables. Add more can? helpers. Refs #2249 2011-11-24 23:48:58 +02:00
20111128140341_rename_name_and_unixname.rb [refs #2249] Global renames fixes 2011-11-29 14:51:14 +04:00
20111130181101_change_build_lists_build_requires_default_value.rb Add db default value for build_lists field build_requires. Refs #2261 2011-11-30 21:03:58 +02:00