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 (Expand)Author
2019-04-17Fix unexpected extra notification mailsPatrick Derichs
2019-04-09[CE] Support multiple assignees for merge requestsOswaldo Ferreira
2019-02-14Reduce remaining diff with EE in app/servicesRémy Coutable
2018-12-12Send a notification email on mirror update errorsAlejandro Rodríguez
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
2018-08-14Allow extensible mention type action for EEMark Chao
2018-08-14Allow NotificationRecipientService::Builder::Default to handle target without...Mark Chao
2018-08-14Add email_events to replace EMAIL_EVENTS because it needs to be dynamic,Mark Chao
2018-07-16Enable frozen string in apps/uploaders/*.rbgfyoung
2018-07-09Resolve Naming/UncommunicativeMethodLin Jen-Shin
2018-07-09Use stable gitlab-styles and eliminate offensesLin Jen-Shin
2018-07-09Updates from `rubocop -a`Lin Jen-Shin
2018-05-17Notify with email when merge request became unmergeablelulalala
2018-05-07Backport 5480-epic-notifications from EEMario de la Ossa
2018-04-10Merge branch 'master' into 'stuartnelson3/gitlab-ce-stn/issue-due-email'Sean McGivern
2018-04-09Refactor `add_recipients`blackst0ne
2018-04-07[Rails5] Fix spec/requests/projects/cycle_analytics_events_spec.rbblackst0ne
2018-03-30Only send issue due emails to participants and custom subscribersSean McGivern
2018-03-30Send issue due emails to all participantsSean McGivern
2018-03-26Send email to recipientsStuart Nelson
2018-03-07Add discussion APIJan Provaznik
2018-01-17Initial work to add notification reason to emailsMario de la Ossa
2017-12-04Fix watch level for mentions in descriptionSean McGivern
2017-08-22actually use the :participating notification typehttp://jneen.net/
2017-08-03rubocop style fixhttp://jneen.net/
2017-08-03add a comment warning that note.project may be nilhttp://jneen.net/
2017-08-03remove build_relabeled_recipientshttp://jneen.net/
2017-08-03move the read_ability logic into NotificationRecipienthttp://jneen.net/
2017-08-03rm unused methodshttp://jneen.net/
2017-08-03disable the delegate cophttp://jneen.net/
2017-08-03deparameterize `project`http://jneen.net/
2017-08-03unmemoize read_abilityhttp://jneen.net/
2017-08-03rm unused NewNote#subjecthttp://jneen.net/
2017-08-03clearer argument namehttp://jneen.net/
2017-08-03short-circuit if there is no policy, and add :read_project checkhttp://jneen.net/
2017-08-03force queries to include notification settingshttp://jneen.net/
2017-08-03use a simple pluck, since equivalent filtering happens laterhttp://jneen.net/
2017-08-03style fixeshttp://jneen.net/
2017-08-03.notifiable_users: compact the passed-in usershttp://jneen.net/
2017-08-03default the project to target.projecthttp://jneen.net/
2017-08-03use intersection and diff operators instead of eachhttp://jneen.net/
2017-08-03make sure #custom_action is always definedhttp://jneen.net/
2017-08-03move Recipient to its own NotificationRecipient filehttp://jneen.net/
2017-08-03move the #build_* methods to static, parameterize the projecthttp://jneen.net/
2017-08-03factor out .notifiable_usershttp://jneen.net/
2017-08-03don't elevate to :watch if no @custom_action is providedhttp://jneen.net/
2017-08-03rm the @builder argument and factor out .notifiable_usershttp://jneen.net/
2017-08-03move filtering logic into Recipient classhttp://jneen.net/
2017-08-03add builder helpers with levels and start to separate out #filter!http://jneen.net/
2017-08-03make recipients mutative during the buildhttp://jneen.net/