summaryrefslogtreecommitdiff
path: root/app/observers
Commit message (Expand)AuthorAgeFilesLines
* Add imported boolean to project. Prevent shell from creating repo after it wa...Dmitriy Zaporozhets2013-06-141-8/+8
* cattr_accessor is not threadsafe!Dmitriy Zaporozhets2013-06-113-4/+4
* Keep namespace name/username synced with userDmitriy Zaporozhets2013-06-111-6/+5
* Remove project cache before project.destroyDmitriy Zaporozhets2013-06-041-0/+4
* Rename repo featureDmitriy Zaporozhets2013-05-251-0/+1
* updated fork feature to use gitlab-shell for v5 of gitlabAngus MacArthur2013-04-151-5/+7
* Use update_column to set :last_activity_at for projectDmitriy Zaporozhets2013-04-101-1/+1
* Perfomance updating Project activity sortAndrey Kumanyaev2013-04-031-0/+8
* fix: wrong argument numbertsl09222013-04-011-1/+1
* Add close issue/mr methods to Notify. Refactored NotificationserviceDmitriy Zaporozhets2013-03-281-1/+1
* add watchers to email recipients list. Add emails for close/merge MRDmitriy Zaporozhets2013-03-281-0/+6
* refactor observers test since email logic moved to serviceDmitriy Zaporozhets2013-03-262-3/+1
* refactor observers. Added BaseObserver with helper methodsDmitriy Zaporozhets2013-03-269-45/+26
* Move new_note email logic to NotificationServiceDmitriy Zaporozhets2013-03-262-34/+6
* Use notificationService for MR reassignedDmitriy Zaporozhets2013-03-261-12/+3
* use NotificationService for handle notify logic when MR createdDmitriy Zaporozhets2013-03-261-3/+1
* Use NotificationService for observers pt1Dmitriy Zaporozhets2013-03-263-17/+13
* replace Gitolited mixin with Gitlab::ShellAdapterDmitriy Zaporozhets2013-03-211-1/+1
* refactor emails a bit. Add email on ssh key creationDmitriy Zaporozhets2013-03-191-0/+3
* wall comment does not create an event on dashboard any moreDmitriy Zaporozhets2013-03-191-3/+6
* Replace current Wiki system with Gollum Wikis.Dan Knox2013-03-091-0/+5
* Merge branch 'omniauth_no_email_1' of https://github.com/gliptak/gitlabhq int...Dmitriy Zaporozhets2013-03-051-1/+2
|\
| * Don't email omniauth created usersGabor Liptak2012-09-191-2/+3
* | Do not send issue status mail twice if author = assigneeSven Pachnit2013-03-011-1/+1
* | Prevent duplicate merge eventsDmitriy Zaporozhets2013-02-271-0/+14
* | correct indentation in activity observerDmitriy Zaporozhets2013-02-252-15/+14
* | System hooks execution moved to System hook serviceAndrew8xx82013-02-201-57/+2
* | A little bit of codestyle improvmentsAndrew8xx82013-02-201-10/+9
* | Observer refactored to use StateMachine eventsAndrew8xx82013-02-181-4/+12
* | Issue uses StateMachine nowAndrew8xx82013-02-181-10/+19
* | Merge Request uses StateMachine nowAndrew8xx82013-02-181-7/+12
* | Constants in Events looks good nowAndrew8xx82013-02-132-3/+3
* | use proper name for gitlabshell workerDmitriy Zaporozhets2013-02-112-4/+4
* | Fixed: post-receive, project remove, testsDmitriy Zaporozhets2013-02-051-2/+1
* | add remove keys from gitlab-shell by idDmitriy Zaporozhets2013-02-051-2/+2
* | Remove outdated specs and fixed key removeDmitriy Zaporozhets2013-02-051-0/+1
* | Make gitlab works with gitlab-shellDmitriy Zaporozhets2013-02-042-13/+15
* | fix app crash if author is missingDmitriy Zaporozhets2013-02-011-1/+3
* | Fix sending commit note email to id instead emailDmitriy Zaporozhets2013-02-011-1/+1
* | fix key observer testsDmitriy Zaporozhets2013-01-281-1/+1
* | keys to gitolite via sidekiq nowDmitriy Zaporozhets2013-01-281-2/+12
* | Do gitolite calls async. Remove satellite with project removeDmitriy Zaporozhets2013-01-281-0/+1
* | Merge commit 'master' into discussionsRiyad Preukschas2013-01-156-13/+13
|\ \
| * | email via sidekiq. start and stop rake tasksDmitriy Zaporozhets2013-01-095-9/+9
| * | more refactoring using models/concernsDmitriy Zaporozhets2013-01-031-3/+3
| * | Fixed and improved enable_naamespace migration taskDmitriy Zaporozhets2012-12-281-1/+1
* | | Fix commit note notificationRiyad Preukschas2013-01-021-1/+1
|/ /
* | Fix email send on close/reopen issue. Display project name with namespace. re...Dmitriy Zaporozhets2012-12-201-1/+1
* | Send update instructions after project namespace id changed or namespace path...Dmitriy Zaporozhets2012-12-201-1/+2
* | Uncommented test observing comment eventDmitriy Zaporozhets2012-12-141-1/+1