- 26 Jun, 2012 2 commits
-
-
randx authored
-
Dmitriy Zaporozhets authored
-
- 24 Jun, 2012 2 commits
-
-
randx authored
-
randx authored
Merge branch 'separate_user_and_issue_observer_from_mail_observer' of https://github.com/robbkidd/gitlabhq into robbkidd-separate_user_and_issue_observer_from_mail_observer
-
- 23 Jun, 2012 4 commits
-
-
Valeriy Sizov authored
-
Valeriy Sizov authored
-
Valeriy Sizov authored
-
Valeriy Sizov authored
-
- 22 Jun, 2012 10 commits
-
-
randx authored
-
randx authored
-
randx authored
-
randx authored
-
randx authored
-
Dmitriy Zaporozhets authored
load assets group to allow lazy compilation in production
-
Nihad Abbasov authored
-
Dmitriy Zaporozhets authored
Downgrade Raphael.js
-
Nihad Abbasov authored
-
Nihad Abbasov authored
-
- 21 Jun, 2012 10 commits
- 20 Jun, 2012 12 commits
-
-
Zevs authored
-
Dmitriy Zaporozhets authored
Get rid of deprecated link_to_function
-
randx authored
-
randx authored
-
Robb Kidd authored
:issue snuck back in during rebasing.
-
Robb Kidd authored
Must have snuck in during one of the multiple rebases while observers were being refactored.
-
Robb Kidd authored
-
Robb Kidd authored
It helps to actually deliver messages.
-
Robb Kidd authored
Used the built-in observer enable/disable feature in ActiveModel[1]. ActiveRecord::Base includes ActiveModel::Observing which provides this behavior. Simple wraps to enable the observer under test were added to the specs for: ActivityObserver, IssueObserver, Admin::Users and Issues. The spec for Project.last_activity was refactored to separate the tests for #last_activity and #last_activity_date. Each had doubles added to isolate the spec from the hidden dependency on the ActivityObserver action to create an Event for the project when an Issue is created. This ActivityObserver behavior is already tested by its spec. [1] http://api.rubyonrails.org/classes/ActiveModel/ObserverArray.html
-
Robb Kidd authored
-
Robb Kidd authored
-
Robb Kidd authored
Update IssueObserver to create a Note on the issue its being closed.
-