Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-28Add close issue/mr methods to Notify. Refactored NotificationserviceDmitriy Zaporozhets
2013-03-28add watchers to email recipients list. Add emails for close/merge MRDmitriy Zaporozhets
2013-03-26refactor observers test since email logic moved to serviceDmitriy Zaporozhets
2013-03-26refactor observers. Added BaseObserver with helper methodsDmitriy Zaporozhets
2013-03-26Move new_note email logic to NotificationServiceDmitriy Zaporozhets
2013-03-26Use notificationService for MR reassignedDmitriy Zaporozhets
2013-03-26use NotificationService for handle notify logic when MR createdDmitriy Zaporozhets
2013-03-26Use NotificationService for observers pt1Dmitriy Zaporozhets
2013-03-21replace Gitolited mixin with Gitlab::ShellAdapterDmitriy Zaporozhets
2013-03-19refactor emails a bit. Add email on ssh key creationDmitriy Zaporozhets
2013-03-19wall comment does not create an event on dashboard any moreDmitriy Zaporozhets
2013-03-10Replace current Wiki system with Gollum Wikis.Dan Knox
2013-03-05Merge branch 'omniauth_no_email_1' of https://github.com/gliptak/gitlabhq int...Dmitriy Zaporozhets
2013-03-01Do not send issue status mail twice if author = assigneeSven Pachnit
2013-02-27Prevent duplicate merge eventsDmitriy Zaporozhets
2013-02-25correct indentation in activity observerDmitriy Zaporozhets
2013-02-20System hooks execution moved to System hook serviceAndrew8xx8
2013-02-20A little bit of codestyle improvmentsAndrew8xx8
2013-02-18Observer refactored to use StateMachine eventsAndrew8xx8
2013-02-18Issue uses StateMachine nowAndrew8xx8
2013-02-18Merge Request uses StateMachine nowAndrew8xx8
2013-02-13Constants in Events looks good nowAndrew8xx8
2013-02-11use proper name for gitlabshell workerDmitriy Zaporozhets
2013-02-05Fixed: post-receive, project remove, testsDmitriy Zaporozhets
2013-02-05add remove keys from gitlab-shell by idDmitriy Zaporozhets
2013-02-05Remove outdated specs and fixed key removeDmitriy Zaporozhets
2013-02-04Make gitlab works with gitlab-shellDmitriy Zaporozhets
2013-02-01fix app crash if author is missingDmitriy Zaporozhets
2013-02-01Fix sending commit note email to id instead emailDmitriy Zaporozhets
2013-01-29fix key observer testsDmitriy Zaporozhets
2013-01-28keys to gitolite via sidekiq nowDmitriy Zaporozhets
2013-01-28Do gitolite calls async. Remove satellite with project removeDmitriy Zaporozhets
2013-01-15Merge commit 'master' into discussionsRiyad Preukschas
2013-01-09email via sidekiq. start and stop rake tasksDmitriy Zaporozhets
2013-01-03more refactoring using models/concernsDmitriy Zaporozhets
2013-01-02Fix commit note notificationRiyad Preukschas
2012-12-28Fixed and improved enable_naamespace migration taskDmitriy Zaporozhets
2012-12-21Fix email send on close/reopen issue. Display project name with namespace. re...Dmitriy Zaporozhets
2012-12-21Send update instructions after project namespace id changed or namespace path...Dmitriy Zaporozhets
2012-12-15Uncommented test observing comment eventDmitriy Zaporozhets
2012-12-14Processing with note events. reformated dashboard for more events to handleDmitriy Zaporozhets
2012-12-14Create events on comments and milestoneDmitriy Zaporozhets
2012-12-07fix notify_team on wallJohannes Schleifenbaum
2012-11-27Fix user creation cause of dual namespace buildDmitriy Zaporozhets
2012-11-21Project -> update repo only on create and destroy. Fixtures Updated with name...Dmitriy Zaporozhets
2012-11-24Project can be transfered to namespace and out nowDmitriy Zaporozhets
2012-11-24Create namespace on username init. Raise exception if project cannot be movedDmitriy Zaporozhets
2012-11-24class for moving projectDmitriy Zaporozhets
2012-11-24Fixing requests after namespaces. Fixed admin bug with access to projectDmitriy Zaporozhets
2012-11-23Deprecate code for Project. Use title and pathDmitriy Zaporozhets