summaryrefslogtreecommitdiff
path: root/app/observers
Commit message (Expand)AuthorAgeFilesLines
* Update project last_activity_at on creationDmitriy Zaporozhets2013-08-151-0/+2
* Fix passign full user object instead of id to Event.createDmitriy Zaporozhets2013-08-142-2/+2
* Fixed bug with invalid event author for MRDmitriy Zaporozhets2013-08-141-2/+1
* Fixed bug with invalid event authorDmitriy Zaporozhets2013-08-141-5/+5
* Repository import during project creation often return timeout for medium and...Dmitriy Zaporozhets2013-08-121-8/+12
* Merge branch 'mr-on-fork' of https://github.com/karlhungus/gitlabhq into karl...Dmitriy Zaporozhets2013-07-303-35/+45
|\
| * Style changes from review with @randxIzaak Alpert2013-07-171-13/+11
| * Rebase on masterIzaak Alpert2013-07-171-1/+0
| * Merge Request on forked projectsIzaak Alpert2013-07-173-35/+48
* | Fix typosJohannes Schleifenbaum2013-07-291-1/+1
|/
* Update repository head when change default project branchDmitriy Zaporozhets2013-06-251-0/+6
* Fix key observerDmitriy Zaporozhets2013-06-251-1/+1
* 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