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-07-27Remove superfluous lib: true, type: redis, service: true, models: true, ↵Rémy Coutable
services: true, no_db: true, api: true Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-17Cache Note#notable for commits and fix testsLin Jen-Shin
2017-06-15Deserialise existing custom notification settingsSean McGivern
Create a post-deployment migration to update all existing notification settings with at least one custom level enabled to the new format. Also handle the same conversion when updating settings, to catch any stragglers.
2017-05-10Enable the Style/TrailingCommaInLiteral copRémy Coutable
Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-04Backport of multiple_assignees_feature [ci skip]Valery Sizov
2017-04-09Fix email not being sent after project exportmhasbini
2017-04-05Don't use original_discussion_idDouwe Maan
2017-04-05Add option to start a new discussion on an MRDouwe Maan
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-28Use `:empty_project` where possible in service specsRobert Speicher
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-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-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-27Merge branch ↵Rémy Coutable
'get-rid-of-water-from-notification_service_spec-to-make-it-DRY' into 'master' Make notification_service spec DRYer by making some tests reusable See merge request !7794
2017-01-19make mentions working when project not specifiedJarka Kadlecova
2017-01-19Support notes without projectJarka Kadlecova
2016-12-12Make notification_service spec DRYer by making some tests reusableYarNayar
The spec for 'participatns' notifications in notification_service for both issue and merge_request is pretty simple but it was fully copied without sagnificant changes 8 times (!!!) for EVERY situation you need to notify this group of user which caused to file to extra growth and not being very DRY. And I love DRY. Since the spec is already too messy and most likely gonna to increase the size nearest time, I decided to refactor those parts.
2016-12-01Only include EmailHelpers in mailer specs and specs using themRobert Speicher
2016-11-18Add shortcuts for adding users to a project team with a specific roleRobert Speicher
This also updates _some_ specs to use these new methods, just to serve as an example for others going forward, but by no means is this exhaustive. Original implementations at !5992 and !6012. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/20944
2016-11-17Allow subscriptions to be created without a projectDouglas Barbosa Alexandre
2016-11-17Remove default value for `project` argument on subscribable concernDouglas Barbosa Alexandre
2016-11-17Refactoring notification service to find subscriptions per projectDouglas Barbosa Alexandre
2016-10-17should_email_no_one -> should_not_email_anyone, feedback:Lin Jen-Shin
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6342/diffs#note_17039876
2016-10-17Update the other sites for reset_delivered_emails! as wellLin Jen-Shin
2016-10-11Make guests unable to view MRsValery Sizov
2016-09-29Notify current_user about automatic merge after successful buildDimitris Karakasilis
Fixes: https://gitlab.com/gitlab-org/gitlab-ce/issues/14409
2016-09-21Reload issues in spec to ensure label<->issue mapping properly loadedStan Hu
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-16DRY up the additions to notification_service_spec.rbNick Thomas
2016-08-16Address minor review comments for testsNick Thomas
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-15Remove superfluous parens on a method callNick Thomas
2016-08-13Merge branch 'master' into diff-line-comment-vuejsDouwe Maan
2016-08-13Send notification emails when users are newly mentioned in issue editsNick Thomas
2016-08-13Add specs for system note and email when all discussions are resolvedDouwe Maan
2016-08-09adds second batch of tests changed to active tensetiagonbotelho
2016-07-12Avoid `describe`-ing symbols in specsRobert Speicher
2016-07-11Allow SentNotification#position to be set as string or hashDouwe Maan
2016-07-01Enable Style/EmptyLines cop, remove redundant onesGrzegorz Bizon
2016-06-17Allow users to set custom notifications in projects they don't own and ↵Felipe Artur
several fixes to code
2016-06-17Re-use notifications dropdown/modal for user profileFelipe Artur
2016-06-17Re-use notifications dropdown on user profileFelipe Artur
2016-06-15Implement custom notification level optionsFelipe Artur
2016-06-14Project members with guest role can't access confidential issuesDouglas Barbosa Alexandre