summaryrefslogtreecommitdiff
path: root/app/observers
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | | | | | | | | This commit replaces the old database backed Wiki system with the excellent Gollum git based Wiki system. The UI has been updated to allow for utilizing the extra features that Gollum provides. Specifically: * Edit page now allows you to choose the content format. * Edit page allows you to provide a commit message for the change. * History page now shows Format, Commit Message, and Commit Hash. * A new Git Access page has been added with the Wiki Repo URL. * The default page has been changed to Home from Index to match the Gollum standard. The old Wiki model has been left in tact to provide for the development of a migration script that will move all content stored in the old Wiki system into new Gollum Wikis.
* Merge branch 'omniauth_no_email_1' of https://github.com/gliptak/gitlabhq ↵Dmitriy Zaporozhets2013-03-051-1/+2
|\ | | | | | | | | | | | | | | into gliptak-omniauth_no_email_1 Conflicts: app/observers/user_observer.rb spec/observers/user_observer_spec.rb
| * 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
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: app/assets/stylesheets/sections/notes.scss app/contexts/notes/load_context.rb app/models/project.rb app/observers/note_observer.rb app/roles/votes.rb app/views/commit/show.html.haml app/views/merge_requests/_show.html.haml app/views/merge_requests/diffs.js.haml app/views/merge_requests/show.js.haml app/views/notes/_note.html.haml features/steps/project/project_merge_requests.rb spec/models/note_spec.rb
| * | 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. ↵Dmitriy Zaporozhets2012-12-201-1/+1
| | | | | | | | remove css style
* | Send update instructions after project namespace id changed or namespace ↵Dmitriy Zaporozhets2012-12-201-1/+2
| | | | | | | | path changed
* | Uncommented test observing comment eventDmitriy Zaporozhets2012-12-141-1/+1
| |
* | Processing with note events. reformated dashboard for more events to handleDmitriy Zaporozhets2012-12-141-8/+17
| |
* | Create events on comments and milestoneDmitriy Zaporozhets2012-12-141-2/+2
| |
* | fix notify_team on wallJohannes Schleifenbaum2012-12-071-1/+1
| |
* | Fix user creation cause of dual namespace buildDmitriy Zaporozhets2012-11-271-2/+0
| |
* | Project -> update repo only on create and destroy. Fixtures Updated with ↵Dmitriy Zaporozhets2012-11-211-1/+4
| | | | | | | | namespaces. Fixed moving repo
* | Project can be transfered to namespace and out nowDmitriy Zaporozhets2012-11-241-9/+0
| |