summaryrefslogtreecommitdiffstats
path: root/test/unit/committership_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Don't attempt to create a committership delete event when deleting a userJohan Sørensen2009-12-101-0/+10
|
* Don't rely on hash sort orderingJohan Sørensen2009-11-271-1/+1
|
* Don't blow up if Committership#build_permissions receives nilJohan Sørensen2009-11-261-0/+5
|
* Add controller+view code for setting permissions on a CommittershipJohan Sørensen2009-11-191-0/+5
|
* Be able to get a list of permissions out of a CommittershipJohan Sørensen2009-11-191-0/+5
|
* Create the proper initial Committership permissions when a repository is createdJohan Sørensen2009-11-191-0/+7
|
* Added auxiliary methods on Committership for checking and fetching based on ↵Johan Sørensen2009-11-191-1/+52
| | | | permission masks
* Add a permissions bitmask to CommittershipJohan Sørensen2009-11-191-18/+42
|
* In stead of destroying messages when their notifiablesMarius Mathiesen2009-06-021-0/+12
| | | | | | | | | are destroyed (which could lead to messages becoming invisible), we nullify the notifiable references. Since AR's dependent => nullify only nullifies the id, not the type, a before_destroy filter is introduced.
* Committerships should be unique for a repo and committer.Marius Mathiesen2009-05-131-0/+28
|
* Updated copyrights-blurb in all application filesJohan Sørensen2009-04-221-1/+1
|
* Create an event when a committer is added/removed from a repositoryJohan Sørensen2009-04-221-0/+22
|
* Sending a notification to a repository's owners (new method) when a ↵Marius Mathiesen2009-04-221-0/+10
| | | | | | committership is created. Fixed a bug where the subject provided through the controller would be replaced in the model (HashWithIndifferentAccess, yay).
* Make Repository#change_owner_to! run in a transaction aswell as save the ↵Johan Sørensen2009-04-221-0/+1
| | | | | | | record right away. This is needed in order to correctly update the committerships when changing owner (delete the old owner, add the new one)
* Clicking the "manage committers" link on a repository takes them to theJohan Sørensen2009-04-221-0/+10
| | | | committerships page
* [migration] Renamed participations to CommittershipsJohan Sørensen2009-04-221-0/+57