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
2021-12-20Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot
2021-09-20Add latest changes from gitlab-org/gitlab@14-3-stable-eev14.3.0-rc42GitLab Bot
2021-07-20Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot
2021-05-19Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot
2019-09-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-01-03Fix already initialized constant constant warningBrett Walker
2019-01-03Move constant definitionBrett Walker
2019-01-03Refactoring and review commentsBrett Walker
including verifying the project_slug
2019-01-03Use new issue email address formatBrett Walker
We now use `-issue` in order to support catch all email addresses
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
2018-09-03Add frozen_string_literal: true to email handlersSean McGivern
2018-06-21Don't expose project names in various countersYorick Peterse
Various counters would expose either project names, or full project paths (e.g. "gitlab-org/gitlab-ce"). This commit changes various places where we use "add_event" so we no longer expose (potentially) private information.
2018-05-23skip email trim when email is creating new issueCameron Crockett
Updates from MR discussion 1. Added test for ReplyParser 2. Changed param to trim_reply with default set as true Removed keyword param in favor of normal options param updates for MR discussion Resolutions for code review comments more code review fixes
2018-04-09Make email handler clearerRiccardo Padovani
2017-05-05Fix email receiver metrics eventsSean McGivern
`Project#inspect` isn't very useful for examining usage of these features.
2017-04-21Make handler metric params more explicitSean McGivern
2017-02-03replace `find_with_namespace` with `find_by_full_path`Adam Pahlevi
add complete changelog for !8949
2017-01-13Handles unsubscribe from notifications via emailPawel Chojnacki
- allows unsubscription processing of email in format "reply+%{key}+unsubscribe@acme.com" (example) - if config.address includes %{key} and replies are enabled every unsubscriable message will include mailto: link in its List-Unsubscribe header
2016-11-07Use separate email-friendly token for incoming email and let incomingDouwe Maan
email token be reset
2016-06-20Use keyword args to be more clear:Lin Jen-Shin
Feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3363#note_12566374
2016-06-15Only pass item nameLin Jen-Shin
2016-06-15More space for private concernLin Jen-Shin
2016-06-15A blank line to separate exception raisingLin Jen-Shin
2016-06-15Avoid using bang bangLin Jen-Shin
2016-06-15Rename to project_path which is more accurateLin Jen-Shin
2016-05-23Merge the places where exceptions could be raisedLin Jen-Shin
2016-05-23use split and try to unify error raisingLin Jen-Shin
2016-05-21Add ! for verify_record! because it could raiseLin Jen-Shin
2016-05-21Rename handlers and introduce Handler.forLin Jen-Shin