GitLab Bot
638e2f1c5f
Add latest changes from gitlab-org/gitlab@master
2023-06-06 15:09:27 +00:00
GitLab Bot
12166c0faf
Add latest changes from gitlab-org/gitlab@master
2023-02-16 12:08:03 +00:00
GitLab Bot
fdd5c2a476
Add latest changes from gitlab-org/gitlab@master
2022-12-03 15:07:15 +00:00
GitLab Bot
a3759fc2e1
Add latest changes from gitlab-org/gitlab@master
2022-12-03 06:07:06 +00:00
GitLab Bot
4938925517
Add latest changes from gitlab-org/gitlab@master
2022-11-04 15:07:23 +00:00
GitLab Bot
1862f4a83e
Add latest changes from gitlab-org/gitlab@master
2022-09-22 18:11:12 +00:00
GitLab Bot
94ecc00f47
Add latest changes from gitlab-org/gitlab@master
2021-11-19 09:13:48 +00:00
GitLab Bot
ae27cd3c88
Add latest changes from gitlab-org/gitlab@master
2021-09-15 12:11:13 +00:00
GitLab Bot
d4c968c95c
Add latest changes from gitlab-org/gitlab@master
2021-06-21 12:07:45 +00:00
GitLab Bot
3e7f2f00ca
Add latest changes from gitlab-org/gitlab@master
2021-05-12 03:10:21 +00:00
GitLab Bot
b7dfe2ae40
Add latest changes from gitlab-org/gitlab@master
2019-09-13 13:26:31 +00:00
Brett Walker
4a0801b9c0
Fix already initialized constant constant warning
2019-01-03 14:37:35 -06:00
Brett Walker
496c6165d1
Move constant definition
2019-01-03 14:37:35 -06:00
Brett Walker
a4f2de7964
Refactoring and review comments
...
including verifying the project_slug
2019-01-03 14:37:35 -06:00
Brett Walker
2e51431403
Use new issue email address format
...
We now use `-issue` in order to support catch all email addresses
2019-01-03 14:37:35 -06:00
Yorick Peterse
2039c8280d
Disable existing offenses for the CodeReuse cops
...
This whitelists all existing offenses for the various CodeReuse cops, of
which most are triggered by the CodeReuse/ActiveRecord cop.
2018-09-11 17:32:00 +02:00
Sean McGivern
55465747aa
Add frozen_string_literal: true to email handlers
2018-09-03 10:33:48 +01:00
Yorick Peterse
9e29408ee6
Don't expose project names in various counters
...
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-06-21 16:56:40 +02:00
Cameron Crockett
421dbb1746
skip email trim when email is creating new issue
...
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-05-22 23:05:51 -05:00
Riccardo Padovani
f68aab1945
Make email handler clearer
2018-04-09 09:39:03 +00:00
Sean McGivern
7af4c0c4f7
Fix email receiver metrics events
...
`Project#inspect` isn't very useful for examining usage of these features.
2017-05-05 10:37:54 +01:00
Sean McGivern
0bb31e54d1
Make handler metric params more explicit
2017-04-21 16:11:21 +01:00
Adam Pahlevi
a0586dbc16
replace `find_with_namespace` with `find_by_full_path`
...
add complete changelog for !8949
2017-02-03 07:14:04 +07:00
Pawel Chojnacki
c3a940000e
Handles unsubscribe from notifications via email
...
- 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
2017-01-13 10:11:46 -05:00
Douwe Maan
9d51421346
Use separate email-friendly token for incoming email and let incoming
...
email token be reset
2016-11-07 15:55:42 +00:00
Lin Jen-Shin
0671db52a8
Use keyword args to be more clear:
...
Feedback:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3363#note_12566374
2016-06-20 19:11:42 +08:00
Lin Jen-Shin
09c38e46e5
Only pass item name
2016-06-15 20:10:16 +08:00
Lin Jen-Shin
9417814970
More space for private concern
2016-06-15 19:41:31 +08:00
Lin Jen-Shin
3b64c4f9d6
A blank line to separate exception raising
2016-06-15 16:16:44 +08:00
Lin Jen-Shin
4c09871450
Avoid using bang bang
2016-06-15 16:15:49 +08:00
Lin Jen-Shin
72184c16ab
Rename to project_path which is more accurate
2016-06-15 15:54:04 +08:00
Lin Jen-Shin
1f5d55907a
Merge the places where exceptions could be raised
2016-05-24 01:23:07 +08:00
Lin Jen-Shin
863d8e5ae5
use split and try to unify error raising
2016-05-23 22:16:40 +08:00
Lin Jen-Shin
c64cd113cc
Add ! for verify_record! because it could raise
2016-05-21 09:46:27 -07:00
Lin Jen-Shin
75415663f8
Rename handlers and introduce Handler.for
2016-05-21 09:40:08 -07:00