| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use update_column to set :last_activity_at for project | Dmitriy Zaporozhets | 2013-04-10 | 1 | -1/+1 |
| | | |||||
| * | Perfomance updating Project activity sort | Andrey Kumanyaev | 2013-04-03 | 1 | -0/+8 |
| | | |||||
| * | fix: wrong argument number | tsl0922 | 2013-04-01 | 1 | -1/+1 |
| | | |||||
| * | Add close issue/mr methods to Notify. Refactored Notificationservice | Dmitriy Zaporozhets | 2013-03-28 | 1 | -1/+1 |
| | | |||||
| * | add watchers to email recipients list. Add emails for close/merge MR | Dmitriy Zaporozhets | 2013-03-28 | 1 | -0/+6 |
| | | |||||
| * | refactor observers test since email logic moved to service | Dmitriy Zaporozhets | 2013-03-26 | 2 | -3/+1 |
| | | |||||
| * | refactor observers. Added BaseObserver with helper methods | Dmitriy Zaporozhets | 2013-03-26 | 9 | -45/+26 |
| | | |||||
| * | Move new_note email logic to NotificationService | Dmitriy Zaporozhets | 2013-03-26 | 2 | -34/+6 |
| | | |||||
| * | Use notificationService for MR reassigned | Dmitriy Zaporozhets | 2013-03-26 | 1 | -12/+3 |
| | | |||||
| * | use NotificationService for handle notify logic when MR created | Dmitriy Zaporozhets | 2013-03-26 | 1 | -3/+1 |
| | | |||||
| * | Use NotificationService for observers pt1 | Dmitriy Zaporozhets | 2013-03-26 | 3 | -17/+13 |
| | | |||||
| * | replace Gitolited mixin with Gitlab::ShellAdapter | Dmitriy Zaporozhets | 2013-03-21 | 1 | -1/+1 |
| | | |||||
| * | refactor emails a bit. Add email on ssh key creation | Dmitriy Zaporozhets | 2013-03-19 | 1 | -0/+3 |
| | | |||||
| * | wall comment does not create an event on dashboard any more | Dmitriy Zaporozhets | 2013-03-19 | 1 | -3/+6 |
| | | |||||
| * | Replace current Wiki system with Gollum Wikis. | Dan Knox | 2013-03-09 | 1 | -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 Zaporozhets | 2013-03-05 | 1 | -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 users | Gabor Liptak | 2012-09-19 | 1 | -2/+3 |
| | | | |||||
| * | | Do not send issue status mail twice if author = assignee | Sven Pachnit | 2013-03-01 | 1 | -1/+1 |
| | | | |||||
| * | | Prevent duplicate merge events | Dmitriy Zaporozhets | 2013-02-27 | 1 | -0/+14 |
| | | | |||||
| * | | correct indentation in activity observer | Dmitriy Zaporozhets | 2013-02-25 | 2 | -15/+14 |
| | | | |||||
| * | | System hooks execution moved to System hook service | Andrew8xx8 | 2013-02-20 | 1 | -57/+2 |
| | | | |||||
| * | | A little bit of codestyle improvments | Andrew8xx8 | 2013-02-20 | 1 | -10/+9 |
| | | | |||||
| * | | Observer refactored to use StateMachine events | Andrew8xx8 | 2013-02-18 | 1 | -4/+12 |
| | | | |||||
| * | | Issue uses StateMachine now | Andrew8xx8 | 2013-02-18 | 1 | -10/+19 |
| | | | |||||
| * | | Merge Request uses StateMachine now | Andrew8xx8 | 2013-02-18 | 1 | -7/+12 |
| | | | |||||
| * | | Constants in Events looks good now | Andrew8xx8 | 2013-02-13 | 2 | -3/+3 |
| | | | |||||
| * | | use proper name for gitlabshell worker | Dmitriy Zaporozhets | 2013-02-11 | 2 | -4/+4 |
| | | | |||||
| * | | Fixed: post-receive, project remove, tests | Dmitriy Zaporozhets | 2013-02-05 | 1 | -2/+1 |
| | | | |||||
| * | | add remove keys from gitlab-shell by id | Dmitriy Zaporozhets | 2013-02-05 | 1 | -2/+2 |
| | | | |||||
| * | | Remove outdated specs and fixed key remove | Dmitriy Zaporozhets | 2013-02-05 | 1 | -0/+1 |
| | | | |||||
| * | | Make gitlab works with gitlab-shell | Dmitriy Zaporozhets | 2013-02-04 | 2 | -13/+15 |
| | | | |||||
| * | | fix app crash if author is missing | Dmitriy Zaporozhets | 2013-02-01 | 1 | -1/+3 |
| | | | |||||
| * | | Fix sending commit note email to id instead email | Dmitriy Zaporozhets | 2013-02-01 | 1 | -1/+1 |
| | | | |||||
| * | | fix key observer tests | Dmitriy Zaporozhets | 2013-01-28 | 1 | -1/+1 |
| | | | |||||
| * | | keys to gitolite via sidekiq now | Dmitriy Zaporozhets | 2013-01-28 | 1 | -2/+12 |
| | | | |||||
| * | | Do gitolite calls async. Remove satellite with project remove | Dmitriy Zaporozhets | 2013-01-28 | 1 | -0/+1 |
| | | | |||||
| * | | Merge commit 'master' into discussions | Riyad Preukschas | 2013-01-15 | 6 | -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 tasks | Dmitriy Zaporozhets | 2013-01-09 | 5 | -9/+9 |
| | | | | |||||
| | * | | more refactoring using models/concerns | Dmitriy Zaporozhets | 2013-01-03 | 1 | -3/+3 |
| | | | | |||||
| | * | | Fixed and improved enable_naamespace migration task | Dmitriy Zaporozhets | 2012-12-28 | 1 | -1/+1 |
| | | | | |||||
| * | | | Fix commit note notification | Riyad Preukschas | 2013-01-02 | 1 | -1/+1 |
| |/ / | |||||
| * | | Fix email send on close/reopen issue. Display project name with namespace. ↵ | Dmitriy Zaporozhets | 2012-12-20 | 1 | -1/+1 |
| | | | | | | | | | remove css style | ||||
| * | | Send update instructions after project namespace id changed or namespace ↵ | Dmitriy Zaporozhets | 2012-12-20 | 1 | -1/+2 |
| | | | | | | | | | path changed | ||||
| * | | Uncommented test observing comment event | Dmitriy Zaporozhets | 2012-12-14 | 1 | -1/+1 |
| | | | |||||
| * | | Processing with note events. reformated dashboard for more events to handle | Dmitriy Zaporozhets | 2012-12-14 | 1 | -8/+17 |
| | | | |||||
| * | | Create events on comments and milestone | Dmitriy Zaporozhets | 2012-12-14 | 1 | -2/+2 |
| | | | |||||
| * | | fix notify_team on wall | Johannes Schleifenbaum | 2012-12-07 | 1 | -1/+1 |
| | | | |||||
| * | | Fix user creation cause of dual namespace build | Dmitriy Zaporozhets | 2012-11-27 | 1 | -2/+0 |
| | | | |||||
| * | | Project -> update repo only on create and destroy. Fixtures Updated with ↵ | Dmitriy Zaporozhets | 2012-11-21 | 1 | -1/+4 |
| | | | | | | | | | namespaces. Fixed moving repo | ||||
| * | | Project can be transfered to namespace and out now | Dmitriy Zaporozhets | 2012-11-24 | 1 | -9/+0 |
| | | | |||||
