Tree of krawek-gitorious-clone repository in Gitorious

001_create_users.rb 14 Aug 22:31 * added restful_authentication plugin * added rspec_autotest plugin…
002_create_projects.rb 19 Aug 15:00 removed sessions migration and added Project migration
003_rename_project_name_to_title.rb 19 Aug 22:21 - renamed Project#name to Project#title - Added some view specs
004_create_repositories.rb 18 Nov 10:26 added repository model and User#ssh_key
005_add_ssh_key_to_users.rb 18 Nov 10:26 added repository model and User#ssh_key
006_add_slug_to_projects.rb 02 Dec 18:19 Project#slug must be unique
007_add_mainline_to_projects.rb 19 Nov 18:07 - add new repository views - set the first project repos as mainline
008_create_permissions.rb 19 Nov 23:26 added permissions to repositories
009_add_more_info_to_projects.rb 20 Nov 23:17 more project details to fill out
010_create_ssh_keys.rb 27 Nov 20:41 User can has many SshKey's
011_add_ready_status_to_repositories.rb 26 Feb 04:32 FIXED: use false instead of 0
012_acts_as_taggable_migration.rb 12 Dec 21:56 tags (labels) for projects
013_add_fullname_to_users.rb 12 Dec 23:28 allow users to set their full/real name
014_rename_permissions_to_committerships.rb 13 Dec 22:07 rename Permission to Committership
015_add_ready_to_ssh_key.rb 15 Dec 23:26 Add ready? to SshKey
016_create_tasks.rb 16 Dec 17:12 Task system for async repos and ssh keys handling
017_add_target_id_to_tasks.rb 26 Dec 18:15 add a target_id to Task that is responsible for setting the target …
018_add_url_to_users.rb 03 Jan 21:29 add an url to User
019_create_comments.rb 02 Mar 18:29 Finished postgres support
020_add_project_id_to_comments.rb 26 Jan 21:37 add a project_id to comments and the beginnings of a dashboard for …
021_create_merge_requests.rb 02 Mar 15:04 Added MergeRequest views and related
022_add_branches_to_merge_requests.rb 18 Mar 10:04 MergeRequests suports non- master<=>master requests
023_create_cloners.rb 18 Apr 21:40 move cloners migration into place
024_create_events.rb 20 Apr 22:11 Moved events to be primarily pivoting around the project.
025_add_indices_to_events.rb 27 Apr 14:55 add some indexes to the events table
026_add_indexes_to_cloners.rb 27 Apr 20:36 add indexes to cloners table