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 (Collapse)Author
2017-03-18Merge branch 'all-ci-offline-migrations' into 'master' Robert Speicher
All CI offline migrations See merge request !9730
2017-02-22extract pipeline mails layoutAlexis Reigel
2017-01-19Support notes without projectJarka Kadlecova
2016-11-25Add new template to handle both commit & mr noteshhoopes
Currently comments on commits and merge requests do not require merge request- or commit-specific information, but can use the same template. Rather than change the method which calls the template, I opted to keep the templates separate and create a new template to highlight their identicality, while preserving the option to distinguish them from each other in the future. Also removed some of the inconsistencies between text and html email versions. Still needed is a text-only version of git diffs and testing.
2016-10-18Use bcc for pipeline emails because:Lin Jen-Shin
We use bcc here because we don't want to generate this emails for a thousand times. This could be potentially expensive in a loop, and recipients would contain all project watchers so it could be a lot.
2016-10-14Just show the first merge request we found, feedback:Lin Jen-Shin
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6019#note_16963209
2016-10-14Introduce Pipeline#merge_requests_with_active_first,Lin Jen-Shin
Feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6019#note_16956802
2016-10-08skip the premailer compilation step since css is already inlined for the ↵Mike Greiling
pipeline emails
2016-10-08prevent pipeline emails from using the normal layout wrapperMike Greiling
2016-10-06include pipeline ref in subject lineMike Greiling
2016-10-06update subject and email header messageMike Greiling
2016-10-03Merge remote-tracking branch 'upstream/master' into pipeline-emailsLin Jen-Shin
* upstream/master: (372 commits) Enable Lint/StringConversionInInterpolation cop and autocorrect offenses resolve duplicated changelog entry credit myself :smile: change determine conditions override subject method in devise mailer follow the styleguide: Don't use parentheses around a literal wrap subject with method subject move spec back into shared example `an email sent from GitLab` stub config settings in spec remove empty line at block body end remove extra entry create new test in `spec/mailers/notify_spec.rb` move changelog to 8.13 add configurable email subject suffix Fixes sidebar navigation. Convert "SSH Keys" Spinach features to RSpec Enable import/export back for non-admins Update gitlab-shell to 3.6.3 Updated artwork of empty group state. Better empty state for Groups view. ...
2016-10-03wrap subject with method subjectFu Xu
2016-09-26Show open merge request against default branch if existsLin Jen-Shin
2016-09-13Try to integrate the email into notification systemLin Jen-Shin
2016-08-31no longer TODOLin Jen-Shin
2016-08-31Add mock email templatesLin Jen-Shin
2016-08-31Fix copy pastaLin Jen-Shin
2016-08-26Add a new pipeline email service. TODO: email templates and testsLin Jen-Shin
2016-08-18Merge branch 'master' into diff-line-comment-vuejsConnor Shea
2016-08-15Add notifications for new user mentions in merge requestsNick Thomas
2016-08-13Send notification emails when users are newly mentioned in issue editsNick Thomas
2016-07-29Send notification email when all discussions are resolvedDouwe Maan
2016-07-16Allow build email service to be testedFelipe Artur
2016-07-06Simplify HAML code using unless condition and nestingPaco Guzman
Extract diff line data attributes to helper methods
2016-07-06Diffs will create button/diff form on demand no on server sideJacob Schatz
2016-06-20Fallback to group's owners/masters when a project has noneRémy Coutable
A project in a group can have no explicit owners/masters, in that case we fallbacks to the group's owners/masters. Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-06-16fixed merge conflicts on UI branchJames Lopez
2016-06-14adding notifications stuff and more refactoring for exporting projectsJames Lopez
2016-06-14UI and copywriting improvementsRémy Coutable
+ Move 'Edit Project/Group' out of membership-related partial + Show the access request buttons only to logged-in users + Put the request access buttons out of in a more visible button + Improve the copy in the #remove_member_message helper Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-06-14Factorize members mails into a new Emails::Members moduleRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-06-14Add request access for groupsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-06-14Initial implementation of user access request to projectsDavid Alexander
2016-05-17Syntax-highlight diffs in push emailsSean McGivern
Based on: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/151
2016-05-11Only generate repository push email onceSean McGivern
The repository push email can be very expensive to generate, especially with syntax-highlighted diffs. Instead of generating the email for each recipient, generate one email object and reset the Message-Id and To headers for each recipient. (Cloning would also be expensive in the case of large emails, although probably not as bad as generating from scratch.)
2016-05-02Support e-mail notifications for comments on project snippetsStan Hu
Closes #2334
2016-04-19format merge request references properlyBen Bodenmiller
2016-03-17Add new notifications for issue move actionGrzegorz Bizon
[ci skip]
2016-03-15Create a SentNotification record for #relabeled_issue_email / ↵Rémy Coutable
#relabeled_merge_request_email
2016-03-15Improving the original label-subscribing implementationRémy Coutable
1. Make the "subscribed" text in Issuable sidebar reflect the labels subscription status 2. Current user mut be logged-in to toggle issue/MR/label subscription
2016-03-15Original implementation to allow users to subscribe to labelsTimothy Andrew
1. Allow subscribing (the current user) to a label - Refactor the `Subscription` coffeescript class - The main change is that it accepts a container, and conducts all DOM queries within its scope. We need this because the labels page has multiple instances of `Subscription` on the same page. 2. Creating an issue or MR with labels notifies users subscribed to those labels - Label `has_many` subscribers through subscriptions. 3. Adding a label to an issue or MR notifies users subscribed to those labels - This only applies to subscribers of the label that has just been added, not all labels for the issue.
2016-03-15Ensure "new SSH key" email do not ends up as dead Sidekiq jobsRémy Coutable
Related to #2235. This is done by: 1. Delaying the notification sending after the SSH key is commited in DB 2. Gracefully exit the mailer method if the record cannot be found
2016-02-12Fix broken link in CI build notification emailsGrzegorz Bizon
Closes #13199
2016-01-19Added X-GitLab-... headers to emails from CI and Email On Push servicesAnton Baklanov
Fixes #2098
2016-01-09Minor improvements, unsubscribe from email footerZeger-Jan van de Weg
2016-01-09Unsubscribe from thread through link in email footerZeger-Jan van de Weg
2016-01-04Merge pull request GH-9938 from huacnlee/hotfix/note_mail_with_notificationDouwe Maan
Hotfix note mail with notification
2015-12-14Merge branch 'ci-services-migrate' into 'master' Kamil Trzciński
Ci Services migrate See merge request !1985
2015-12-10Migrate CI::Services and CI::WebHooks to Services and WebHooksKamil Trzcinski
2015-12-08Fix specs by adding forgotten instance variableGrzegorz Bizon