<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/fixtures/emails, branch docs/fix-commit-api-render</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Use new issue email address format</title>
<updated>2019-01-03T20:37:35+00:00</updated>
<author>
<name>Brett Walker</name>
<email>bwalker@gitlab.com</email>
</author>
<published>2018-12-14T18:37:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2e514314031f1722db45e2440eb1c7df105218dd'/>
<id>2e514314031f1722db45e2440eb1c7df105218dd</id>
<content type='text'>
We now use `-issue` in order to support catch all email addresses
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We now use `-issue` in order to support catch all email addresses
</pre>
</div>
</content>
</entry>
<entry>
<title>Use new merge request email address format</title>
<updated>2019-01-03T20:37:35+00:00</updated>
<author>
<name>Brett Walker</name>
<email>bwalker@gitlab.com</email>
</author>
<published>2018-12-13T00:35:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=34dd6196e31b248dc614edd531105ee6b6551060'/>
<id>34dd6196e31b248dc614edd531105ee6b6551060</id>
<content type='text'>
We now use `-merge-request` instead of `+merge-request+`
in order to support catch all email addresses
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We now use `-merge-request` instead of `+merge-request+`
in order to support catch all email addresses
</pre>
</div>
</content>
</entry>
<entry>
<title>Eliminate duplicated words</title>
<updated>2018-11-21T16:01:23+00:00</updated>
<author>
<name>Takuya Noguchi</name>
<email>takninnovationresearch@gmail.com</email>
</author>
<published>2018-11-19T14:08:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e902f462c213d1bb0cc56f298c7bef01befa0616'/>
<id>e902f462c213d1bb0cc56f298c7bef01befa0616</id>
<content type='text'>
Signed-off-by: Takuya Noguchi &lt;takninnovationresearch@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Takuya Noguchi &lt;takninnovationresearch@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Apply patches when creating MR via email</title>
<updated>2018-11-07T15:27:55+00:00</updated>
<author>
<name>Bob Van Landuyt</name>
<email>bob@vanlanduyt.co</email>
</author>
<published>2018-10-24T16:01:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6fbdc5ed5224154b89cf351e11a8f9db48e6d7f0'/>
<id>6fbdc5ed5224154b89cf351e11a8f9db48e6d7f0</id>
<content type='text'>
This allows users to add patches as attachments to merge request
created via email.

When an email to create a merge request is sent, all the attachments
ending in `.patch` will be applied to the branch specified in the
subject of the email. If the branch did not exist, it will be created
from the HEAD of the repository.

When the patches could not be applied, the error message will be
replied to the user.

The patches can have a maximum combined size of 2MB for now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows users to add patches as attachments to merge request
created via email.

When an email to create a merge request is sent, all the attachments
ending in `.patch` will be applied to the branch specified in the
subject of the email. If the branch did not exist, it will be created
from the HEAD of the repository.

When the patches could not be applied, the error message will be
replied to the user.

The patches can have a maximum combined size of 2MB for now.
</pre>
</div>
</content>
</entry>
<entry>
<title>Put fallback reply-key address first in the References header</title>
<updated>2018-07-27T13:12:52+00:00</updated>
<author>
<name>Toon Claes</name>
<email>toon@gitlab.com</email>
</author>
<published>2018-07-27T12:10:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b1f236164e835a8d21bc19c343c9e211fdcb65b6'/>
<id>b1f236164e835a8d21bc19c343c9e211fdcb65b6</id>
<content type='text'>
The References header is an ordered list of mails, and some clients
only look at the last mail in the list to determine to which mail the
mail is in reply to.

Therefore, to be a less obtrusive as possible, put the fallback
address first.

Some info about the reply key lookup in the References header:
https://docs.gitlab.com/ee/administration/reply_by_email.html#how-it-works
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The References header is an ordered list of mails, and some clients
only look at the last mail in the list to determine to which mail the
mail is in reply to.

Therefore, to be a less obtrusive as possible, put the fallback
address first.

Some info about the reply key lookup in the References header:
https://docs.gitlab.com/ee/administration/reply_by_email.html#how-it-works
</pre>
</div>
</content>
</entry>
<entry>
<title>skip email trim when email is creating new issue</title>
<updated>2018-05-23T04:05:51+00:00</updated>
<author>
<name>Cameron Crockett</name>
<email>cameron@ccrockett.com</email>
</author>
<published>2018-05-09T20:19:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=421dbb1746e7944a578d2dc894ae3975dac94ac8'/>
<id>421dbb1746e7944a578d2dc894ae3975dac94ac8</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix quick actions for users who cannot update issues and MRs</title>
<updated>2018-03-02T16:16:13+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2018-03-02T12:03:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=daeeb7f8480d747d500ea3aeddb479a29e890562'/>
<id>daeeb7f8480d747d500ea3aeddb479a29e890562</id>
<content type='text'>
There are several quick actions now that don't need this access - /todo and
/unsubscribe for instance - but when these were first added, there
weren't. Quick actions are now responsible for checking their own permissions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There are several quick actions now that don't need this access - /todo and
/unsubscribe for instance - but when these were first added, there
weren't. Quick actions are now responsible for checking their own permissions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Default to HTTPS for all Gravatar URLs</title>
<updated>2018-01-25T09:00:46+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axil@gitlab.com</email>
</author>
<published>2018-01-24T09:11:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=85940d766a30edb707b3e5154f38ae90c935e0a2'/>
<id>85940d766a30edb707b3e5154f38ae90c935e0a2</id>
<content type='text'>
If using gravatar.com, both plain_url and ssl_url in settings are now
served via HTTPS. Make this the default.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If using gravatar.com, both plain_url and ssl_url in settings are now
served via HTTPS. Make this the default.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use message body for merge request description</title>
<updated>2017-12-11T10:46:21+00:00</updated>
<author>
<name>Jan Provaznik</name>
<email>jprovaznik@gitlab.com</email>
</author>
<published>2017-12-11T09:14:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b39b5524f28f550420b9833f5dbc4a0c300a0dfb'/>
<id>b39b5524f28f550420b9833f5dbc4a0c300a0dfb</id>
<content type='text'>
When a merge request is created from email, use message body
as merge request description. If message body is empty then
merge request description is still created from the source
branch commit (if there is only single commit in the merge
request).

If message body is empty and there are multiple commits in
the source branch, then merge request description is left empty.

Closes #40968
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When a merge request is created from email, use message body
as merge request description. If message body is empty then
merge request description is still created from the source
branch commit (if there is only single commit in the merge
request).

If message body is empty and there are multiple commits in
the source branch, then merge request description is left empty.

Closes #40968
</pre>
</div>
</content>
</entry>
<entry>
<title>Create merge request from email</title>
<updated>2017-12-05T07:41:58+00:00</updated>
<author>
<name>Jan Provaznik</name>
<email>jprovaznik@gitlab.com</email>
</author>
<published>2017-08-24T06:20:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8cce70730c2fb9c705e1f1177f6d1effc665b3c7'/>
<id>8cce70730c2fb9c705e1f1177f6d1effc665b3c7</id>
<content type='text'>
* new merge request can be created by sending an email to the specific
email address (similar to creating issues by email)
* for the first iteration, source branch must be specified in the mail
subject, other merge request parameters can not be set yet
* user should enable "Receive notifications about your own activity" in
user settings to receive a notification about created merge request

Part of #32878
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* new merge request can be created by sending an email to the specific
email address (similar to creating issues by email)
* for the first iteration, source branch must be specified in the mail
subject, other merge request parameters can not be set yet
* user should enable "Receive notifications about your own activity" in
user settings to receive a notification about created merge request

Part of #32878
</pre>
</div>
</content>
</entry>
</feed>
