<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/controllers, branch gitlab-git-spawn-env</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>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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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>
<entry>
<title>Merge branch '41247-timestamp' into 'master'</title>
<updated>2018-01-18T23:05:28+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2018-01-18T23:05:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=def2f1299512ce43370aa5b727a3d7f4733adf96'/>
<id>def2f1299512ce43370aa5b727a3d7f4733adf96</id>
<content type='text'>
Use last_edited_at instead of updated_at for displaying issuable last change

Closes #41247

See merge request gitlab-org/gitlab-ce!16406</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use last_edited_at instead of updated_at for displaying issuable last change

Closes #41247

See merge request gitlab-org/gitlab-ce!16406</pre>
</div>
</content>
</entry>
<entry>
<title>Retrieve commit signatures with Gitaly</title>
<updated>2018-01-18T14:10:17+00:00</updated>
<author>
<name>Jacob Vosmaer (GitLab)</name>
<email>jacob@gitlab.com</email>
</author>
<published>2018-01-18T14:10:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4d87f3bb37ae9db979d42c930603ce233f0565e6'/>
<id>4d87f3bb37ae9db979d42c930603ce233f0565e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Shows signin tab after new user email confirmation</title>
<updated>2018-01-18T13:32:44+00:00</updated>
<author>
<name>Jacopo</name>
<email>beschi.jacopo@gmail.com</email>
</author>
<published>2018-01-01T22:43:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=269594bf2277e14d8cd189cdbbeeee7db8ed23d7'/>
<id>269594bf2277e14d8cd189cdbbeeee7db8ed23d7</id>
<content type='text'>
When a new user confirm his email the signin tab is correctly shown.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When a new user confirm his email the signin tab is correctly shown.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'feature/merge-request-system-hook' into 'master'</title>
<updated>2018-01-18T11:37:16+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2018-01-18T11:37:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8e9c073a146f655cea2fd13f259bd68dc2c37259'/>
<id>8e9c073a146f655cea2fd13f259bd68dc2c37259</id>
<content type='text'>
System hooks for Merge Requests

See merge request gitlab-org/gitlab-ce!14387</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
System hooks for Merge Requests

See merge request gitlab-org/gitlab-ce!14387</pre>
</div>
</content>
</entry>
<entry>
<title>Return last edited time instead of update time</title>
<updated>2018-01-18T11:27:02+00:00</updated>
<author>
<name>Jan Provaznik</name>
<email>jprovaznik@gitlab.com</email>
</author>
<published>2018-01-11T16:22:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4b6b8eccedb49014d4cd329a336015fb8d7bcff9'/>
<id>4b6b8eccedb49014d4cd329a336015fb8d7bcff9</id>
<content type='text'>
For issuable models we keep two timestamps:
updated_at which is updated whenever any model attribute is changed,
last_edited_at which is changed when only title or description is
changed.

In UI bellow description we display who and when updated the item. But
last_edited_by (used for 'who') is mistakenly combined with updated_at
(when), last_edited_at should be used instead.

Closes #41247
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For issuable models we keep two timestamps:
updated_at which is updated whenever any model attribute is changed,
last_edited_at which is changed when only title or description is
changed.

In UI bellow description we display who and when updated the item. But
last_edited_by (used for 'who') is mistakenly combined with updated_at
(when), last_edited_at should be used instead.

Closes #41247
</pre>
</div>
</content>
</entry>
</feed>
