<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/lib, branch github-rake-task-rate-limiting</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/'/>
<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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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>
<entry>
<title>Restore Enterprise support in the GH importer</title>
<updated>2017-11-08T17:06:03+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2017-11-08T17:06:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2b886a7815fc6e717e6aabc92380679e1dcaf0ee'/>
<id>2b886a7815fc6e717e6aabc92380679e1dcaf0ee</id>
<content type='text'>
This was removed by accident as the old GitHub importer handled this
deep down the codebase, making it easy to miss.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was removed by accident as the old GitHub importer handled this
deep down the codebase, making it easy to miss.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Error 500 when pushing LFS objects with a write deploy key</title>
<updated>2017-11-08T16:21:39+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2017-11-08T16:21:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0232450c8aee08a656275caf7b990e0bcbbb1cf4'/>
<id>0232450c8aee08a656275caf7b990e0bcbbb1cf4</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 'dm-notes-for-commit-id' into 'master'</title>
<updated>2017-11-08T16:04:15+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2017-11-08T16:04:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=bf13746fd8c7af1ef2e28e8a5a46cf0229b31eb8'/>
<id>bf13746fd8c7af1ef2e28e8a5a46cf0229b31eb8</id>
<content type='text'>
Use Commit#notes and Note.for_commit_id when possible to make sure we use all indexes available to us

Closes #34509

See merge request gitlab-org/gitlab-ce!15253</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use Commit#notes and Note.for_commit_id when possible to make sure we use all indexes available to us

Closes #34509

See merge request gitlab-org/gitlab-ce!15253</pre>
</div>
</content>
</entry>
<entry>
<title>Migrate GitLab::Git::Wiki.update_page to Gitaly</title>
<updated>2017-11-08T15:11:10+00:00</updated>
<author>
<name>Kim "BKC" Carlbäcker</name>
<email>kim.carlbacker@gmail.com</email>
</author>
<published>2017-11-02T14:08:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=00ce8756ad18987eee622c9aaaa888bc0207ed1d'/>
<id>00ce8756ad18987eee622c9aaaa888bc0207ed1d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
