<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/changelogs, branch docs-pages-https</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>[ci skip] Fix example commands to refer to the correct versions</title>
<updated>2018-01-31T17:02:50+00:00</updated>
<author>
<name>Alejandro Rodríguez</name>
<email>alejorro70@gmail.com</email>
</author>
<published>2018-01-31T17:02:50+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c01f81fa084284719dc305486980b5e6c58d429f'/>
<id>c01f81fa084284719dc305486980b5e6c58d429f</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 'sh-fix-project-members-api-perf' into 'master'</title>
<updated>2018-01-31T11:35:56+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2018-01-31T11:35:56+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=08e013431acb5238b4806260c4b9c304837097a3'/>
<id>08e013431acb5238b4806260c4b9c304837097a3</id>
<content type='text'>
Remove N+1 queries with /projects/:project_id/{access_requests,members} API endpoints

See merge request gitlab-org/gitlab-ce!16751</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove N+1 queries with /projects/:project_id/{access_requests,members} API endpoints

See merge request gitlab-org/gitlab-ce!16751</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'zj-gitaly-server-info' into 'master'</title>
<updated>2018-01-31T11:31:29+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2018-01-31T11:31:29+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5d8bb33d48826abc7cd348a7c151c5b6985f0ade'/>
<id>5d8bb33d48826abc7cd348a7c151c5b6985f0ade</id>
<content type='text'>
Gitaly Server info for admin panel

See merge request gitlab-org/gitlab-ce!16794</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Gitaly Server info for admin panel

See merge request gitlab-org/gitlab-ce!16794</pre>
</div>
</content>
</entry>
<entry>
<title>Gitaly Server info for admin panel</title>
<updated>2018-01-31T07:54:45+00:00</updated>
<author>
<name>Zeger-Jan van de Weg</name>
<email>git@zjvandeweg.nl</email>
</author>
<published>2018-01-30T10:11:47+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=94a3dbca33634dd4f6a1de8b14cd2a4f0a9a0abc'/>
<id>94a3dbca33634dd4f6a1de8b14cd2a4f0a9a0abc</id>
<content type='text'>
Implements the client side for gitlab-org/gitaly#819. Which is a server
info command. This checks the server version and git binairy version on
the server.

A small UI was added for administrators, so they can check the status of
the Gitaly server. This is done for each storage the monolith knows.

Because of this commit, gitlab-org/gitlab-ce!15580 is now closed. That
MR removed the Git version too, but didn't replace it with anything.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implements the client side for gitlab-org/gitaly#819. Which is a server
info command. This checks the server version and git binairy version on
the server.

A small UI was added for administrators, so they can check the status of
the Gitaly server. This is done for each storage the monolith knows.

Because of this commit, gitlab-org/gitlab-ce!15580 is now closed. That
MR removed the Git version too, but didn't replace it with anything.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove N+1 queries with /projects/:project_id/{access_requests,members} API endpoints</title>
<updated>2018-01-31T05:46:09+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2018-01-27T06:16:56+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=46a6edc7314ce8acab5d8ce04799bd3557bc26bc'/>
<id>46a6edc7314ce8acab5d8ce04799bd3557bc26bc</id>
<content type='text'>
We can simplify the code quite a bit and improve performance by using
grape-entity merge fields:

https://github.com/ruby-grape/grape-entity/tree/v0.6.0#merge-fields

Relates to #42030
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We can simplify the code quite a bit and improve performance by using
grape-entity merge fields:

https://github.com/ruby-grape/grape-entity/tree/v0.6.0#merge-fields

Relates to #42030
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix not all events being shown in group dashboard</title>
<updated>2018-01-31T01:04:22+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2018-01-30T23:45:23+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=30e6cfa05a361cbdc12ddb7c12061f4c7221c61b'/>
<id>30e6cfa05a361cbdc12ddb7c12061f4c7221c61b</id>
<content type='text'>
The group activity feed was limited to the first 20 projects found
in the group, which caused activity from some projects to be omitted.
A limit of 20 is applied to the query for events, so the
extra pagination does little in the way of performance.

Closes #42560
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The group activity feed was limited to the first 20 projects found
in the group, which caused activity from some projects to be omitted.
A limit of 20 is applied to the query for events, so the
extra pagination does little in the way of performance.

Closes #42560
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '41771-reduce-cardinality-of-metrics' into 'master'</title>
<updated>2018-01-30T20:58:28+00:00</updated>
<author>
<name>Grzegorz Bizon</name>
<email>grzegorz@gitlab.com</email>
</author>
<published>2018-01-30T20:58:28+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a74413980bd9fa2a9b5dd8dbee8307f14063fbcb'/>
<id>a74413980bd9fa2a9b5dd8dbee8307f14063fbcb</id>
<content type='text'>
Reduce the cardinality of GitLab metrics

Closes #41771

See merge request gitlab-org/gitlab-ce!16443</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reduce the cardinality of GitLab metrics

Closes #41771

See merge request gitlab-org/gitlab-ce!16443</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'cal-label-fix' into 'master'</title>
<updated>2018-01-30T20:53:29+00:00</updated>
<author>
<name>Annabel Dunstone Gray</name>
<email>annabel.m.gray@gmail.com</email>
</author>
<published>2018-01-30T20:53:29+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6f32fa6628785094e7bbf94f22272abe4991d14a'/>
<id>6f32fa6628785094e7bbf94f22272abe4991d14a</id>
<content type='text'>
Contribution calendar label cutoff fix

See merge request gitlab-org/gitlab-ce!16769</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Contribution calendar label cutoff fix

See merge request gitlab-org/gitlab-ce!16769</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '42591-update-nokogiri' into 'master'</title>
<updated>2018-01-30T19:00:47+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2018-01-30T19:00:47+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d2a2f22fe6b2e93630b32bc699d091720b01b6d3'/>
<id>d2a2f22fe6b2e93630b32bc699d091720b01b6d3</id>
<content type='text'>
Resolve "Update Nokogiri to 1.8.2"

Closes #42591

See merge request gitlab-org/gitlab-ce!16807</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve "Update Nokogiri to 1.8.2"

Closes #42591

See merge request gitlab-org/gitlab-ce!16807</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '21554-mark-new-user-as-external' into 'master'</title>
<updated>2018-01-30T18:32:56+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2018-01-30T18:32:56+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4752f629cdcc25fd7755dd73ccf3a8e78a37b476'/>
<id>4752f629cdcc25fd7755dd73ccf3a8e78a37b476</id>
<content type='text'>
Login via OAuth marked as "external" should only mark new users as "external", not existing ones

Closes #21554

See merge request gitlab-org/gitlab-ce!16672</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Login via OAuth marked as "external" should only mark new users as "external", not existing ones

Closes #21554

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