<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/controllers, 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>refactor groups controller to match EE</title>
<updated>2018-01-31T15:23:15+00:00</updated>
<author>
<name>James Lopez</name>
<email>james@jameslopez.es</email>
</author>
<published>2018-01-31T15:23:15+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=406e10b89c41db709217367d8093d80ad00b02df'/>
<id>406e10b89c41db709217367d8093d80ad00b02df</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 '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>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>Make pagination optional for issuables</title>
<updated>2018-01-30T14:43:44+00:00</updated>
<author>
<name>Jan Provaznik</name>
<email>jprovaznik@gitlab.com</email>
</author>
<published>2018-01-29T15:22:58+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b02a6bed85000db63189b68fe8ce6154c283bc39'/>
<id>b02a6bed85000db63189b68fe8ce6154c283bc39</id>
<content type='text'>
On epics roadmap page we list all epics in the given time frame
without pagination (at least for the first iteration), in this
case it would be nice to use the existing issuables index logic
except pagination (see MR gitlab-ee!4281). For this reason this
patch allows to easily disable pagination.

Related gitlab-ee!4281
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On epics roadmap page we list all epics in the given time frame
without pagination (at least for the first iteration), in this
case it would be nice to use the existing issuables index logic
except pagination (see MR gitlab-ee!4281). For this reason this
patch allows to easily disable pagination.

Related gitlab-ee!4281
</pre>
</div>
</content>
</entry>
<entry>
<title>Add modal for deleting a milestone</title>
<updated>2018-01-25T10:07:32+00:00</updated>
<author>
<name>Winnie Hellmann</name>
<email>winnie@gitlab.com</email>
</author>
<published>2018-01-04T13:15:27+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b8506500f9d0c3314ff1faf23e16e1e4940fec9e'/>
<id>b8506500f9d0c3314ff1faf23e16e1e4940fec9e</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 gRPC health check to ensure Gitaly is up</title>
<updated>2018-01-24T23:47:27+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2018-01-21T23:34:09+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=867126130946a9d3c3da7ff8e64b59b14da13599'/>
<id>867126130946a9d3c3da7ff8e64b59b14da13599</id>
<content type='text'>
This will enable Geo to skip shards that not operational.

Relates to gitlab-org/gitlab-ee#4329
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will enable Geo to skip shards that not operational.

Relates to gitlab-org/gitlab-ee#4329
</pre>
</div>
</content>
</entry>
<entry>
<title>Return a blank JSON response for a missing .js file to prevent Rails CSRF errors</title>
<updated>2018-01-24T06:24:30+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2018-01-24T06:02:33+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=79a829a0372a974bb3d40e66ca3fdc213200db40'/>
<id>79a829a0372a974bb3d40e66ca3fdc213200db40</id>
<content type='text'>
The default 404 handler would return the Content-Type format based on the
given format extension. This would cause the Rails CSRF protection to flag an
error, since the .js extension gets mapped to text/javascript format.

Closes #40771
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The default 404 handler would return the Content-Type format based on the
given format extension. This would cause the Rails CSRF protection to flag an
error, since the .js extension gets mapped to text/javascript format.

Closes #40771
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix filter on `dashboard/groups` &amp; `explore/groups</title>
<updated>2018-01-22T16:02:04+00:00</updated>
<author>
<name>Bob Van Landuyt</name>
<email>bob@vanlanduyt.co</email>
</author>
<published>2018-01-19T15:10:27+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c56326fc3ef75767abf324f614a4be46153efbb3'/>
<id>c56326fc3ef75767abf324f614a4be46153efbb3</id>
<content type='text'>
When searching we would limit the scope of ancestors to load because
the filter would be applied to the ancestors. Instead, we need to load
_all_ ancestors for matching projects.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When searching we would limit the scope of ancestors to load because
the filter would be applied to the ancestors. Instead, we need to load
_all_ ancestors for matching projects.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '41206-show-signin-pane-after-email-confirmation' into 'master'</title>
<updated>2018-01-20T01:03:14+00:00</updated>
<author>
<name>Clement Ho</name>
<email>clemmakesapps@gmail.com</email>
</author>
<published>2018-01-20T01:03:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8d6b029e25ab07283be0bb25b0a1667df9207009'/>
<id>8d6b029e25ab07283be0bb25b0a1667df9207009</id>
<content type='text'>
Resolve "New user is sent back to Register tab after confirming email"

Closes #41206

See merge request gitlab-org/gitlab-ce!16174</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve "New user is sent back to Register tab after confirming email"

Closes #41206

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