<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/lib/api, branch 35177-dropdown-padding</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>Merge branch 'fixes-for-internal-auth-disabled' into 'master'</title>
<updated>2017-07-14T08:49:36+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2017-07-14T08:49:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1afdbe320e60aa227dfd75ae1f1f128106660c8a'/>
<id>1afdbe320e60aa227dfd75ae1f1f128106660c8a</id>
<content type='text'>
Fixes needed when GitLab sign-in is not enabled

See merge request !12491</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes needed when GitLab sign-in is not enabled

See merge request !12491</pre>
</div>
</content>
</entry>
<entry>
<title>Handle case when BroadcastMessage.current is nil</title>
<updated>2017-07-14T04:38:26+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2017-07-14T04:38:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0e23d1a74ff6283076e9a1d74eccfc5ba6419fd8'/>
<id>0e23d1a74ff6283076e9a1d74eccfc5ba6419fd8</id>
<content type='text'>
Somehow Rails.cache.fetch occasionally returns `nil` values, which causes
this endpoint to crash.

Closes #35094
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Somehow Rails.cache.fetch occasionally returns `nil` values, which causes
this endpoint to crash.

Closes #35094
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes needed when GitLab sign-in is not enabled</title>
<updated>2017-07-13T14:08:27+00:00</updated>
<author>
<name>Robin Bobbitt</name>
<email>ryehle@us.ibm.com</email>
</author>
<published>2017-06-27T18:02:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=672a68d3724bcae676d18244c85566e7d664a169'/>
<id>672a68d3724bcae676d18244c85566e7d664a169</id>
<content type='text'>
When sign-in is disabled:
 - skip password expiration checks
 - prevent password reset requests
 - don’t show Password tab in User Settings
 - don’t allow login with username/password for Git over HTTP requests
 - render 404 on requests to Profiles::PasswordsController
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When sign-in is disabled:
 - skip password expiration checks
 - prevent password reset requests
 - don’t show Password tab in User Settings
 - don’t allow login with username/password for Git over HTTP requests
 - render 404 on requests to Profiles::PasswordsController
</pre>
</div>
</content>
</entry>
<entry>
<title>Return `is_admin` attribute in the GET /user endpoint for admins</title>
<updated>2017-07-12T10:45:46+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2017-07-12T10:18:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=91f63820a540e7f3e7206dc8044e257cf28527dc'/>
<id>91f63820a540e7f3e7206dc8044e257cf28527dc</id>
<content type='text'>
Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Use view=simple for simplifying merge requests API</title>
<updated>2017-07-11T15:02:13+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2017-07-11T15:01:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=faf9543827450fcdeb463c8461ef4d483b03f84e'/>
<id>faf9543827450fcdeb463c8461ef4d483b03f84e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a simple mode to merge request API</title>
<updated>2017-07-11T13:32:13+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2017-07-10T21:58:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e17ac5705dd84ede3ae079051adcb66200457338'/>
<id>e17ac5705dd84ede3ae079051adcb66200457338</id>
<content type='text'>
The current "basic" merge request API still loads too much data. For integrations
like the Trello Power-up, we just need the basics.

Closes #34920
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The current "basic" merge request API still loads too much data. For integrations
like the Trello Power-up, we just need the basics.

Closes #34920
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix sort ordering with merge request API</title>
<updated>2017-07-10T22:08:07+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2017-07-10T22:05:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1f0ee9ca1912e6ea73015c5edd910b489e9c21a0'/>
<id>1f0ee9ca1912e6ea73015c5edd910b489e9c21a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Paginate the merge requests API earlier to avoid eager loading every merge request</title>
<updated>2017-07-10T20:56:46+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2017-07-10T20:56:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ef526ff33c01d75af5d24e4f13630213815d74d3'/>
<id>ef526ff33c01d75af5d24e4f13630213815d74d3</id>
<content type='text'>
Fixes a performance regression introduced in !12732
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes a performance regression introduced in !12732
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove remaining N+1 queries in merge requests API with emojis and labels</title>
<updated>2017-07-09T05:19:34+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2017-07-08T06:21:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=88c4248ac72ab1e520edddfa184000d59c509e8f'/>
<id>88c4248ac72ab1e520edddfa184000d59c509e8f</id>
<content type='text'>
Closes #34159
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #34159
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'sh-optimize-mr-api' into 'master'</title>
<updated>2017-07-08T06:22:09+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2017-07-08T06:22:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=43b9141c365930326d50c8c8566d67722172d2ec'/>
<id>43b9141c365930326d50c8c8566d67722172d2ec</id>
<content type='text'>
Remove many N+1 queries with merge requests API

See merge request !12726</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove many N+1 queries with merge requests API

See merge request !12726</pre>
</div>
</content>
</entry>
</feed>
