| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Fixed missing current user for issue observer | Dmitriy Zaporozhets | 2013-01-02 | 1 | -24/+23 | |
| | | | ||||||
| * | | Fix api specs. Use id instead path | Dmitriy Zaporozhets | 2013-01-02 | 2 | -17/+5 | |
| | | | ||||||
| * | | Fixed tests | Dmitriy Zaporozhets | 2012-12-21 | 1 | -4/+4 | |
| | | | ||||||
| * | | Uncommented test observing comment event | Dmitriy Zaporozhets | 2012-12-14 | 1 | -11/+13 | |
| | | | ||||||
| * | | Fixing requests after namespaces. Fixed admin bug with access to project | Dmitriy Zaporozhets | 2012-11-23 | 2 | -4/+7 | |
| | | | ||||||
| * | | Deprecate code for Project. Use title and path | Dmitriy Zaporozhets | 2012-11-23 | 1 | -1/+1 | |
| | | | ||||||
| * | | Remove backward compatibility of factories. | Vincent Bonmalais | 2012-11-13 | 6 | -22/+22 | |
| | | | ||||||
| * | | Rename NoteObserver methods and clarify things | Riyad Preukschas | 2012-10-18 | 1 | -19/+38 | |
| | | | ||||||
| * | | Fix notification for notes on a wall. | Robb Kidd | 2012-10-13 | 1 | -1/+1 | |
| | | | | | | | | | | | The fact that Notes on Walls have a noteable_type value of "nil" got lost in the refactoring of the observer. | |||||
| * | | Reduce complexity: replace case statement with method lookup. | Robb Kidd | 2012-10-11 | 1 | -1/+1 | |
| | | | ||||||
| * | | Separate observing of Note and MergeRequests | Robb Kidd | 2012-10-10 | 2 | -0/+302 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Move is_assigned? and is_being_xx? methods to IssueCommonality This is behavior merge requests have in common with issues. Moved methods to IssueCommonality role. Put specs directly into merge_request_spec because setup differs for issues and MRs specifically in the "closed" factory to use. * Add MergeRequestObserver. Parallels IssueObserver in almost every way. Ripe for refactoring. * Rename MailerObserver to NoteObserver With merge request observing moved out of MailerObserver, all that was left was Note logic. Renamed to NoteObserver, added tests and updated application config for new observer names. Refactored NoteObserver to use the note's author and not rely on current_user. * Set current_user for MergeRequestObserver IssueObserver and MergeRequestObserver are the only observers that need a reference to the current_user that they cannot look up on the objects they are observing. | |||||
| * | | Comment removed | Alex Denisov | 2012-09-26 | 1 | -1/+0 | |
| | | | ||||||
| * | | master merged | Alex Denisov | 2012-09-20 | 2 | -13/+22 | |
| |\ \ | |/ | ||||||
| | * | A bit of test refactoring | randx | 2012-09-15 | 1 | -20/+21 | |
| | | | ||||||
| | * | Fix observer test | randx | 2012-09-12 | 1 | -1/+6 | |
| | | | ||||||
| * | | Merge 'master' branch | Alex Denisov | 2012-09-10 | 1 | -0/+30 | |
| |\ \ | |/ | ||||||
| | * | User left project event added | Alex Denisov | 2012-09-10 | 1 | -0/+19 | |
| | | | ||||||
| | * | User joined project event added | Alex Denisov | 2012-09-09 | 1 | -0/+8 | |
| | | | ||||||
| * | | test_after_commit gem added | Alex Denisov | 2012-09-03 | 1 | -6/+9 | |
| | | | ||||||
| * | | After commit instead of after_update | Alex Denisov | 2012-09-03 | 1 | -4/+4 | |
| |/ | ||||||
| * | Notification sends to issue author and assignee if issue being reopened or ↵ | Alex Denisov | 2012-08-29 | 1 | -7/+62 | |
| | | | | | closed | |||||
| * | Use similar interface to access gitolite | randx | 2012-08-29 | 1 | -0/+34 | |
| | | | | | | | | | | Simplified gitolite handle logic Stubn over monkeypatch Stub only specific methods in Gitlab:Gitolite Moved grach auth to lib added specs for keys observer removes SshKey role | |||||
| * | Send notification on update UserProject relation (access changed) | Alex Denisov | 2012-08-27 | 1 | -2/+15 | |
| | | ||||||
| * | Send notifiation on create UserProject relation (access granted) | Alex Denisov | 2012-08-27 | 1 | -0/+27 | |
| | | ||||||
| * | Move observer specs out of spec/models into spec/observers | Robert Speicher | 2012-08-25 | 3 | -0/+218 | |
