- 26 Mar, 2014 2 commits
-
-
Dmitriy Zaporozhets authored
EventCreateService class The goal is to collect all event creation logic in one place called EventCreateService. Because now its placed in observers, controllers, services etc
-
Dmitriy Zaporozhets authored
Remove author_id_of_changes To prevent confusion because we already have `current_user`
-
- 25 Mar, 2014 33 commits
-
-
Dmitriy Zaporozhets authored
Define Feature Request in Process doc
-
dosire authored
-
dosire authored
Conflicts: PROCESS.md
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Because it adds extra spaces at each project row on dashboard This reverts commit 2767abd9.
-
Dmitriy Zaporozhets authored
Update merge_request_observer_spec.rb
-
Dmitriy Zaporozhets authored
Remove Spork
-
Dmitriy Zaporozhets authored
Clearfix on .well-list
-
Dmitriy Zaporozhets authored
added api method to return labels of a given project
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Jacob Vosmaer authored
Changed sudo by su -c in init script
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Use humanize instead of titleize for MR title suggestion
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Proper message for archived projects at MR#show page Fixes #940
-
Dmitriy Zaporozhets authored
Print Styles
-
Dmitriy Zaporozhets authored
Sidekiq Load Check
-
Dmitriy Zaporozhets authored
External Issue Tracker Instructions
-
Dmitriy Zaporozhets authored
Inform people about the verify-none for webhooks. Fixes #980
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Fix the merge notification email not being sent
-
George Dewar authored
-
- 24 Mar, 2014 5 commits
-
-
Dmitriy Zaporozhets authored
Don't send an email for "mentioned in" notes Currently, an email is sent every time a mentionable is referenced by an issue, a commit or a merge request: if I comment "This MR is related to #5", the watchers get one email for the comment, and another one stating "Issue #5 was mentioned by issue #13". This is annoying — but the biggest issue is when pushing an existing branch. Every issue referenced by commit messages in this branch will get a new mention (which is fine), and dozens of emails will be sent for all these new mentions (which is not). This commit fixes the spam by avoiding to send an email when a new mention is added to an existing mentionable. In most cases the email notification sent by the mentioner is enough.
-
Dmitriy Zaporozhets authored
Applications js to coffee
-
dosire authored
-
Dmitriy Zaporozhets authored
Remove assignee/milestone selects from MR form Fixes #1079 and http://feedback.gitlab.com/forums/176466-general/suggestions/5663897-merge-request-assign-to-should-popule-with-membe
-
Jacob Vosmaer authored
Attribution For Shell Guide
-