25 Mar, 2014
22 commits
-
Update merge_request_observer_spec.rb
-
Remove Spork
-
Clearfix on .well-list
-
added api method to return labels of a given project
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Changed sudo by su -c in init script
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Use humanize instead of titleize for MR title suggestion
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Proper message for archived projects at MR#show page Fixes #940
-
Print Styles
-
Sidekiq Load Check
-
External Issue Tracker Instructions
-
Inform people about the verify-none for webhooks. Fixes #980
-
Fix the merge notification email not being sent
24 Mar, 2014
18 commits
-
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.
-
Applications js to coffee
-
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
-
Attribution For Shell Guide
-
Advise In Upgrade Guide Is Outdated
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
The 'author_id_of_changes' attribute is not persisted in the database. As we retrieve the merge request from the DB just before sending the email, this attribute was always nil. Also there was no tests for the merge notification code - tests have been added. Fix #6605
-
Add gzip compression for assets to nginx example
-
Update user_management.md
-
Show emoji in autocomplete when assets gzip compression is on
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>