An error occurred fetching the project authors.
- 17 Jun, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 18 Feb, 2013 1 commit
-
-
Andrew8xx8 authored
-
- 12 Feb, 2013 1 commit
-
-
Andrew8xx8 authored
-
- 24 Jan, 2013 1 commit
-
-
Andrey Kumanyaev authored
-
- 03 Jan, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 02 Jan, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 30 Dec, 2012 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 30 Oct, 2012 1 commit
-
-
randx authored
-
- 10 Oct, 2012 1 commit
-
-
Robb Kidd authored
* 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.
-
- 09 Oct, 2012 3 commits
-
-
randx authored
-
randx authored
-
Andrey Kumanyaev authored
-
- 04 Oct, 2012 2 commits
-
-
Valeriy Sizov authored
-
Dmitriy Zaporozhets authored
-
- 26 Sep, 2012 1 commit
-
-
Nihad Abbasov authored
-
- 05 Sep, 2012 1 commit
-
-
Nihad Abbasov authored
-
- 10 Aug, 2012 1 commit
-
-
Robert Speicher authored
Didn't bother with files in db/, config/, or features/
-
- 09 Aug, 2012 3 commits
-
-
Robert Speicher authored
Also adds specs to the two affected classes that would have caught my dumb mistake.
-
Robert Speicher authored
Any associations, validations, delegates, scopes and methods that were exactly the same in both Issue and MergeRequest models have been moved to a new IssueCommonality module (role) that gets included by each class. There was actually quite a bit of duplication, because MergeRequests are basically just specialized Issues.
-
Robert Speicher authored
-