Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/db
Commit message (Expand)AuthorAgeFilesLines
* Fix db migrationAleksey Lim2013-02-033-15/+1
* Add an index of feed_items' event_id columnMarius Mathiesen2012-11-302-1/+11
* Wiki git path is a text attributeMarius Mathiesen2012-10-311-1/+1
* Resolve an issue where migrations would be canceled in production Rails.envMarius Mathiesen2012-10-311-13/+2
* Extracted rest of Team actions from controller, created LdapGroupThomas Kjeldahl Nilsson2012-10-082-4/+37
* Add project approval workflowThomas Kjeldahl Nilsson2012-06-302-1/+23
* Repository-level authorization for merge request versionsChristian Johansen2012-02-281-3/+18
* Refactor project memberships to content membershipsChristian Johansen2012-02-282-11/+40
* Limit project access through project membershipsChristian Johansen2012-02-282-14/+24
* Now persisting wiki git repo path in site model, also persisting default site.Thomas Kjeldahl Nilsson2012-02-092-1/+11
* Fix some errors due to moving to the ActsAsTaggableOn gemMarius Mathiesen2011-05-302-1/+9
* refactoring: Replaces vendored acts_as_taggable_on_steroids plugin with acts-...Rodrigo Rosenfeld Rosas2011-05-142-1/+17
* Merge commit 'refs/merge-requests/130' of gitorious.org:gitorious/mainline in...Christian Johansen2011-05-101-3/+2
|\
| * Fix error with migration on PostgreSQLRobin Stocker2010-10-061-3/+2
* | Fix db:setup task to allow team creationRodrigo Rosenfeld Rosas2011-04-261-0/+5
* | Fix a bug where db:migrate on a fresh install would fail.Marius Mathiesen2011-03-042-0/+6
* | Adding support for suspending projects.Marius Mathiesen2011-02-232-1/+11
|/
* Don't fetch objects we don't use in Site#public_indexJohan Sørensen2010-05-191-8/+1
* Adding support for archiving events in order to control the size of the event...Marius Mathiesen2010-03-172-1/+33
* Keep a counter of successful and failed requests for web hooksMarius Mathiesen2010-03-012-1/+14
* Adding Hook modelMarius Mathiesen2010-03-012-1/+28
* Adding a counter of pushes since last garbage collection, incremented when pu...Marius Mathiesen2010-02-032-1/+14
* Allow user to have new favorites by default fire notificationsMarius Mathiesen2010-01-262-9/+26
* Added a UI for managing whether to receive email when a feed item appears or notJohan Sørensen2010-01-072-9/+12
* Change the AddObjectOwnersAsWatchers to only include repositories and merge r...Johan Sørensen2009-12-141-21/+7
* Added another field - last_activity_at - to messages, used in sorting message...Marius Mathiesen2009-12-102-1/+12
* No bang in creation of favoritesMarius Mathiesen2009-12-102-5/+5
* Migration that adds objects owner as having favorited the objectJohan Sørensen2009-12-101-0/+42
* Change the way reviewers are notified about new merge requestsMarius Mathiesen2009-12-101-1/+7
* Create a FeedItem model for the User which is responsible for populating his ...Johan Sørensen2009-12-092-1/+24
* Paginate newsfeed events better on the ~user pageJohan Sørensen2009-12-081-11/+1
* Add index to the favorites tableJohan Sørensen2009-12-072-2/+24
* Fixed 1.8 syntax error in UserTestJohan Sørensen2009-12-071-1/+10
* Adding basic favorite modelMarius Mathiesen2009-12-031-0/+16
* Fixed 1.8 syntax error in the MergeRequestProcessorTestJohan Sørensen2009-11-301-3/+3
* Make the index on sequence number unique for each target_repository_idMarius Mathiesen2009-11-301-1/+1
* Adding an index for sequence numbers in merge requestMarius Mathiesen2009-11-302-1/+11
* Adding sequence number to merge requests, will replace id in URLs etc.Marius Mathiesen2009-11-302-1/+12
* Speed the AddPermissionsToCommitterships migration upJohan Sørensen2009-11-242-12/+1
* Updated the add_permissions_to_committerships migration to set proper base pe...Johan Sørensen2009-11-191-1/+11
* Add a permissions bitmask to CommittershipJohan Sørensen2009-11-192-0/+26
* Specify whether a repository accepts merge requestsMarius Mathiesen2009-11-172-1/+11
* Store affected lines of an inline diff comment correctlyJohan Sørensen2009-11-043-2/+21
* Extract the inline-diff comment diff context when the comment is createdJohan Sørensen2009-11-042-1/+11
* Add a `legacy` column to merge requests so we can identify themJohan Sørensen2009-11-042-12/+24
* Hooking comments to merge request versionsMarius Mathiesen2009-11-042-3/+37
* Adding schema.rb to git (see ac3b6281288b5390135d1ec446008ef438d7c17c). It wa...August Lilleaas2009-10-011-0/+346
* Implement a more conservative way of running git-gcJohan Sørensen2009-09-141-0/+9
* Add migration to migrate existing merge request proposals into summariesJohan Sørensen2009-08-271-0/+22
* Merge commit 'qt/add-summary-to-merge-requests' into add-merge-request-summeryJohan Sørensen2009-08-271-0/+9
|\