- Jun 26, 2012
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
- Jun 24, 2012
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets 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
-
- Jun 23, 2012
-
-
Valeriy Sizov authored
-
Valeriy Sizov authored
-
Valeriy Sizov authored
-
Valeriy Sizov authored
-
- Jun 22, 2012
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets 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
- Jun 21, 2012
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Robb Kidd authored
- Jun 20, 2012
-
-
Zevs authored
-
Dmitriy Zaporozhets authored
Get rid of deprecated link_to_function
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets 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.
-