<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/lib/api, branch document-lambda-deploy</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>Extract /internal/allowed API Actor logic out</title>
<updated>2019-09-05T03:11:29+00:00</updated>
<author>
<name>Ash McKenzie</name>
<email>amckenzie@gitlab.com</email>
</author>
<published>2019-08-07T07:51:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=37cfaf27abf714252c48765b0e78f25dc4bcf641'/>
<id>37cfaf27abf714252c48765b0e78f25dc4bcf641</id>
<content type='text'>
Created new API::Support::GitAccessActor class to
encapsulate some of the more edge logic, making
the /internal/allowed route much cleaner.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Created new API::Support::GitAccessActor class to
encapsulate some of the more edge logic, making
the /internal/allowed route much cleaner.
</pre>
</div>
</content>
</entry>
<entry>
<title>Let project reporters create issue from group boards</title>
<updated>2019-09-04T16:33:02+00:00</updated>
<author>
<name>Felipe Artur</name>
<email>fcardozo@gitlab.com</email>
</author>
<published>2019-09-04T16:33:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=13fc0efa5725d94cda527dc487d8dfdb7e90ed21'/>
<id>13fc0efa5725d94cda527dc487d8dfdb7e90ed21</id>
<content type='text'>
The current state of group issue boards does not show the "Add issues"
button on the UI for users that are reporters of group child projects.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The current state of group issue boards does not show the "Add issues"
button on the UI for users that are reporters of group child projects.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add epic_iid to issue API entity</title>
<updated>2019-09-04T14:44:37+00:00</updated>
<author>
<name>Winnie Hellmann</name>
<email>winnie@gitlab.com</email>
</author>
<published>2019-09-04T14:44:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=61515737a5a0e95891e169b20e9492553c11c620'/>
<id>61515737a5a0e95891e169b20e9492553c11c620</id>
<content type='text'>
(cherry picked from commit 0bf7fecdee5a200eeb4f27b4888a57ceee63bde9)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 0bf7fecdee5a200eeb4f27b4888a57ceee63bde9)
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename API::Internal class to API::Internal::Base</title>
<updated>2019-09-03T22:07:49+00:00</updated>
<author>
<name>Krasimir Angelov</name>
<email>kangelov@gitlab.com</email>
</author>
<published>2019-09-03T22:07:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c4b804c6dbf0183e0cec1cb95b7da743b21ff2c4'/>
<id>c4b804c6dbf0183e0cec1cb95b7da743b21ff2c4</id>
<content type='text'>
so that we can use API::Internal namespace.

Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/61927.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
so that we can use API::Internal namespace.

Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/61927.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '66464-typo-in-release_endpoint_requiremets-constant' into 'master'</title>
<updated>2019-09-03T18:37:09+00:00</updated>
<author>
<name>Michael Kozono</name>
<email>mkozono@gmail.com</email>
</author>
<published>2019-09-03T18:37:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5256f011834ae020f1957ae56e48b7bb57cafb0f'/>
<id>5256f011834ae020f1957ae56e48b7bb57cafb0f</id>
<content type='text'>
Resolve "Typo in RELEASE_ENDPOINT_REQUIREMETS constant"

Closes #66464

See merge request gitlab-org/gitlab-ce!32468</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve "Typo in RELEASE_ENDPOINT_REQUIREMETS constant"

Closes #66464

See merge request gitlab-org/gitlab-ce!32468</pre>
</div>
</content>
</entry>
<entry>
<title>Added relationships between Release and Milestone</title>
<updated>2019-09-03T09:38:59+00:00</updated>
<author>
<name>Etienne Baqué</name>
<email>ebaque@gitlab.com</email>
</author>
<published>2019-09-03T09:38:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a43ab8d6a430014e875deb3bff3fd8d8da256747'/>
<id>a43ab8d6a430014e875deb3bff3fd8d8da256747</id>
<content type='text'>
Modified schema via migrations.
Added one-to-one relationship between the two models.
Added changelog file
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Modified schema via migrations.
Added one-to-one relationship between the two models.
Added changelog file
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct typo in constant</title>
<updated>2019-09-02T07:03:07+00:00</updated>
<author>
<name>Sean Carroll</name>
<email>scarroll@gitlab.com</email>
</author>
<published>2019-09-02T07:03:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=fc9f3894e8a02aeaba5fb2d5893805f36c03e820'/>
<id>fc9f3894e8a02aeaba5fb2d5893805f36c03e820</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq</title>
<updated>2019-08-29T22:17:37+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2019-08-29T22:17:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7698d405506bc10dfd7fb2e6e02b419dd5925725'/>
<id>7698d405506bc10dfd7fb2e6e02b419dd5925725</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'security-enable-image-proxy' into 'master'</title>
<updated>2019-08-29T21:34:29+00:00</updated>
<author>
<name>GitLab Release Tools Bot</name>
<email>robert+release-tools@gitlab.com</email>
</author>
<published>2019-08-29T21:34:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=090956259c47d839b136f9391c3f74255764da81'/>
<id>090956259c47d839b136f9391c3f74255764da81</id>
<content type='text'>
Use image proxy to mitigate stealing ip addresses

Closes #2812

See merge request gitlab/gitlabhq!2926</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use image proxy to mitigate stealing ip addresses

Closes #2812

See merge request gitlab/gitlabhq!2926</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'security-epic-notes-api-reveals-historical-info-ce-master' into 'master'</title>
<updated>2019-08-29T21:34:24+00:00</updated>
<author>
<name>GitLab Release Tools Bot</name>
<email>robert+release-tools@gitlab.com</email>
</author>
<published>2019-08-29T21:34:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5a008d136840b5c7fd5688060efa73dd1b5491ab'/>
<id>5a008d136840b5c7fd5688060efa73dd1b5491ab</id>
<content type='text'>
Filter out old system notes for epics in notes api endpoint response

See merge request gitlab/gitlabhq!3224</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Filter out old system notes for epics in notes api endpoint response

See merge request gitlab/gitlabhq!3224</pre>
</div>
</content>
</entry>
</feed>
