<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/lib, branch cleanup-issues-schema</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>Clean up schema of the "issues" table</title>
<updated>2017-11-09T17:00:30+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2017-11-06T13:46:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d825c9cb5d89d18685a196789b477df83998fed2'/>
<id>d825c9cb5d89d18685a196789b477df83998fed2</id>
<content type='text'>
This adds various foreign key constraints, indexes, missing NOT NULL
constraints, and changes some column types from timestamp to
timestamptz.

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/31811
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds various foreign key constraints, indexes, missing NOT NULL
constraints, and changes some column types from timestamp to
timestamptz.

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/31811
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'github-rake-task-rate-limiting' into 'master'</title>
<updated>2017-11-09T08:37:41+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2017-11-09T08:37:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=760b2c75ef9d2c6acb655860dceae4c04cd8e5a7'/>
<id>760b2c75ef9d2c6acb655860dceae4c04cd8e5a7</id>
<content type='text'>
Add GitHub enterprise support to the GitHub Rake task and better handle rate limiting being disabled

See merge request gitlab-org/gitlab-ce!15284</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add GitHub enterprise support to the GitHub Rake task and better handle rate limiting being disabled

See merge request gitlab-org/gitlab-ce!15284</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '36099-api-responses-missing-x-content-type-options-header' into '10-1-stable'</title>
<updated>2017-11-09T04:11:18+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2017-11-01T09:25:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=20ac30a705f4edd22efd934ecf68b58557f868db'/>
<id>20ac30a705f4edd22efd934ecf68b58557f868db</id>
<content type='text'>
Include X-Content-Type-Options (XCTO) header into API responses

See merge request gitlab/gitlabhq!2211

(cherry picked from commit 6c818e77f2abeef2dd7b17a269611b018701fa79)

e087e075 Include X-Content-Type-Options (XCTO) header into API responses</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Include X-Content-Type-Options (XCTO) header into API responses

See merge request gitlab/gitlabhq!2211

(cherry picked from commit 6c818e77f2abeef2dd7b17a269611b018701fa79)

e087e075 Include X-Content-Type-Options (XCTO) header into API responses</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'ssrf-protections-round-2' into 'security-10-1'</title>
<updated>2017-11-09T04:11:08+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2017-11-07T08:30:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=89bd78352e4c575a0293f9c431dd677d288d28d2'/>
<id>89bd78352e4c575a0293f9c431dd677d288d28d2</id>
<content type='text'>
Replace SSRF resolver with Addrinfo.getaddrinfo to include alternative localhost versions

See merge request gitlab/gitlabhq!2219

(cherry picked from commit 4a1e73783d5480aa514db7b53e10c075f95580b5)

1bffa0c3 Replace SSRF resolver with Addrinfo.getaddrinfo to include alternative localhost versions</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace SSRF resolver with Addrinfo.getaddrinfo to include alternative localhost versions

See merge request gitlab/gitlabhq!2219

(cherry picked from commit 4a1e73783d5480aa514db7b53e10c075f95580b5)

1bffa0c3 Replace SSRF resolver with Addrinfo.getaddrinfo to include alternative localhost versions</pre>
</div>
</content>
</entry>
<entry>
<title>Support importing GH projects without rate limits</title>
<updated>2017-11-08T20:37:01+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2017-11-08T20:37:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f37fe2edc80b83513cb9d30b6c97e85c9ccca29c'/>
<id>f37fe2edc80b83513cb9d30b6c97e85c9ccca29c</id>
<content type='text'>
GitHub Enterprise disables rate limiting for the API, resulting in HTTP
404 errors when requesting rate limiting details. This changes
Gitlab::GithubImport::Client so it can deal with rate limiting being
disabled.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GitHub Enterprise disables rate limiting for the API, resulting in HTTP
404 errors when requesting rate limiting details. This changes
Gitlab::GithubImport::Client so it can deal with rate limiting being
disabled.
</pre>
</div>
</content>
</entry>
<entry>
<title>Restore GH enterprise support in the Rake task</title>
<updated>2017-11-08T20:20:46+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2017-11-08T20:20:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=48cb1c509686fc40f65ad153f36ab5d22feb63ac'/>
<id>48cb1c509686fc40f65ad153f36ab5d22feb63ac</id>
<content type='text'>
This restores GH enterprise support in the GH import Rake task.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This restores GH enterprise support in the GH import Rake task.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix-issues-api-list-performance' into 'master'</title>
<updated>2017-11-08T19:37:21+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2017-11-08T19:37:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0c3877a48827b587b407174410196993bec79f73'/>
<id>0c3877a48827b587b407174410196993bec79f73</id>
<content type='text'>
Fail when issuable_meta_data is called on an unlimited collection

Closes #39845

See merge request gitlab-org/gitlab-ce!15249</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fail when issuable_meta_data is called on an unlimited collection

Closes #39845

See merge request gitlab-org/gitlab-ce!15249</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'github-enterprise-support-importer' into 'master'</title>
<updated>2017-11-08T18:06:01+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2017-11-08T18:06:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1d7e2a961aec86e50f3159ad3b82524e86b007c2'/>
<id>1d7e2a961aec86e50f3159ad3b82524e86b007c2</id>
<content type='text'>
Github enterprise support importer

Closes #39931

See merge request gitlab-org/gitlab-ce!15281</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Github enterprise support importer

Closes #39931

See merge request gitlab-org/gitlab-ce!15281</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the GH importer Rake task</title>
<updated>2017-11-08T17:17:27+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2017-11-08T17:17:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ff082a003d103736cef8a4d58213f8366f45bdcd'/>
<id>ff082a003d103736cef8a4d58213f8366f45bdcd</id>
<content type='text'>
This task was broken in a few areas with the removal of the old GitHub
importer code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This task was broken in a few areas with the removal of the old GitHub
importer code.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'gitaly-700-wiki-update-page' into 'master'</title>
<updated>2017-11-08T17:07:55+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2017-11-08T17:07:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ce06415cb6af38b5dab88d1babfe1888213a0684'/>
<id>ce06415cb6af38b5dab88d1babfe1888213a0684</id>
<content type='text'>
Migrate GitLab::Git::Wiki.update_page to Gitaly

Closes gitaly#700

See merge request gitlab-org/gitlab-ce!15268</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Migrate GitLab::Git::Wiki.update_page to Gitaly

Closes gitaly#700

See merge request gitlab-org/gitlab-ce!15268</pre>
</div>
</content>
</entry>
</feed>
