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-05-04[Multiple issue assignees] Resolving conflictsValery Sizov
2017-05-04Backport of multiple_assignees_feature [ci skip]Valery Sizov
2017-04-03Quiet pipeline emailsSean McGivern
1. Never send a pipeline email to anyone other than the user who created the pipeline. 2. Only send pipeline success emails to people with the custom notification setting for enabled. Watchers and participants will never receive this. 3. When custom settings are unset (for new settings and legacy ones), act as if failed_pipeline is set.
2017-03-18Merge branch 'master' into sh-bring-back-option-to-be-notified-of-own-activityStan Hu
2017-03-17Resolve "Extract logic of who should receive notification into separate classes"Dongqing Hu
2017-03-17Revert "Merge branch '8836-mr-revert' into 'master'Stan Hu
This reverts commit 68e40bd49fde7b790bb31b9ac85a249bedd817d2, reversing changes made to 2d1f823b4c8b60cee525384cb52e547d2be8925a.
2017-03-15Revert "Merge branch 'option-to-be-notified-of-own-activity' into 'master'Stan Hu
This reverts commit 5e9666880376b3f53edb95cba77b5642d3cc1810, reversing changes made to b35378a938e22f745b6c6ea32b53cb50f9b6c627.
2017-03-09use policies to protect sending emailhttp://jneen.net/
2017-03-01Update occurrences of MWBS to MWPSJames Lopez
Rename column in the database Rename fields related to import/export feature Rename API endpoints Rename documentation links Rename the rest of occurrences in the code Replace the images that contain the words "build succeeds" and docs referencing to them Make sure pipeline is green and nothing is missing. updated doc images renamed only_allow_merge_if_build_succeeds in projects and fixed references more updates fix some spec failures fix rubocop offences fix v3 api spec fix MR specs fixed issues with partials fix MR spec fix alignment add missing v3 to v4 doc wip - refactor v3 endpoints fix specs fix a few typos fix project specs copy entities fully to V3 fix entity error more fixes fix failing specs fixed missing entities in V3 API remove comment updated code based on feedback typo fix spec
2017-02-04Remove `try` from NotificationService#build_recipientsRichard Macklin
After refactoring pipeline_finished to avoid passing `nil` for current_user, we shouldn't need to use `try` here anymore.
2017-02-04Refactor NotificationService#pipeline_finished to use skip_current_userRichard Macklin
instead of passing nil for current_user
2017-02-01Update NotificationService to respect User#notified_of_own_activityRichard Macklin
2017-01-30Fix notification when global=disabled, group=watchamaia
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-01-25address commentsJarka Kadlecova
2017-01-19Support notes without projectJarka Kadlecova
2017-01-05Introduce EXCLUDED_WATCHER_EVENTS to exclude eventsLin Jen-Shin
for watchers. Feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/8176#note_20920905
2017-01-05Make successful pipeline emails off for watchersLin Jen-Shin
Closes #24845
2016-11-24Rephrase some system notes to be compatible with new system note styleDouwe Maan
2016-11-17Refactoring notification service to find subscriptions per projectDouglas Barbosa Alexandre
2016-11-17Fix small typo on NotificationServiceDouglas Barbosa Alexandre
2016-10-21Well pusher's privilege for read_build could be removedLin Jen-Shin
2016-10-21Send only to users have :read_build access, feedback:Lin Jen-Shin
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6342#note_17193335
2016-10-20Should send to notification_email instead, feedback:Lin Jen-Shin
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6342#note_17146325
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-17recipients should be a list of emailsLin Jen-Shin
2016-10-17Revert "Revert this until we do notifications"Lin Jen-Shin
This reverts commit c5e0305d5fe150acd74a66efa46e3ee741642978.
2016-10-17Revert "Split notification integration into another branch"Lin Jen-Shin
This reverts commit 1404aa8677969a03ed56e8f8350257f317f576d8.
2016-10-11Make guests unable to view MRsValery Sizov
2016-10-02Fix RuboCop failure in app/services/notification_service.rbRobert Speicher
2016-09-29Notify current_user about automatic merge after successful buildDimitris Karakasilis
Fixes: https://gitlab.com/gitlab-org/gitlab-ce/issues/14409
2016-08-19Fix notification_service argument error of declined invitation emailsPaco Guzman
Removing unused access_level parameter. Bug introduced here -> 6d103a2f4764441b1650ba6d790732056c9a8516 access_level parameter wasn’t needed since -> 88c2639356e6e4b4b05d96584768e07a9ce4b048
2016-08-18Merge branch 'master' into diff-line-comment-vuejsConnor Shea
2016-08-15Allow people to subscribe to mentions in updated MRs and IssuesNick Thomas
This slightly changes the semantics of the 'New Issue' and 'New MR' events to include new mentions in edited Mentionables. An alternative would be to introduce 'Issue updated' and 'MR updated' events, but that would lead to questions about why those events were only available to new mentions, and not existing mentions as well, so hold off for now.
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-06Services: code style fixes, minor refactoringValery Sizov
2016-06-18New Members::DestroyServiceRémy Coutable
This is to ensure we don't send unwanted notifications when deleting a project. In other words, stop abusing AR callbacks and use services. Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-06-18Merge branch 'issue_12758' into 'master' Douwe Maan
Implement custom notification level options ![Screen_Shot_2016-06-17_at_15.31.43](/uploads/3fc47d2f461b3e8b67bb8acaa304cf99/Screen_Shot_2016-06-17_at_15.31.43.png) ![Screenshot_from_2016-06-15_10-52-27](/uploads/88dbdd21d97e80ee772fe08fa0c9b393/Screenshot_from_2016-06-15_10-52-27.png) part of #12758 See merge request !4389
2016-06-17Fix a 'wrong number of arguments' errorRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-06-17Re-use notifications dropdown/modal for user profileFelipe Artur
2016-06-17Re-use notifications dropdown on user profileFelipe Artur
2016-06-16fixed merge conflicts on UI branchJames Lopez
2016-06-15Implement custom notification level optionsFelipe Artur
2016-06-14adding notifications stuff and more refactoring for exporting projectsJames Lopez
2016-06-14Refactor custom notifications controller code and add specsFelipe Artur
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