<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git, branch 4416-description-timestamp</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>Return last edited time instead of update time</title>
<updated>2018-01-11T16:27:28+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://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=720140c35347bc825ed39fe16de8c1a789d3043c'/>
<id>720140c35347bc825ed39fe16de8c1a789d3043c</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_updated_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_updated_by (used for 'who') is mistakenly combined with updated_at
(when), last_edited_at should be used instead.

Closes #41247
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'mk-add-geo-support-for-artifacts' into 'master'</title>
<updated>2018-01-10T20:20:47+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2018-01-10T20:20:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b84ab70a6301728197382196b398e0a4905d97d5'/>
<id>b84ab70a6301728197382196b398e0a4905d97d5</id>
<content type='text'>
Add Geo support for CI job artifacts

Closes #2388

See merge request gitlab-org/gitlab-ee!3935</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add Geo support for CI job artifacts

Closes #2388

See merge request gitlab-org/gitlab-ee!3935</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'ee-41491-fix-nil-blob-name-error' into 'master'</title>
<updated>2018-01-10T20:00:12+00:00</updated>
<author>
<name>Annabel Dunstone Gray</name>
<email>annabel.dunstone@gmail.com</email>
</author>
<published>2018-01-10T20:00:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2f566858fc4345494aa25cd32114e4e86fba37ce'/>
<id>2f566858fc4345494aa25cd32114e4e86fba37ce</id>
<content type='text'>
Fix 500 error when visiting a commit where the blobs do not exist (nil blobs) -- EE merge edition

Closes gitlab-ce#41491

See merge request gitlab-org/gitlab-ee!3987</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix 500 error when visiting a commit where the blobs do not exist (nil blobs) -- EE merge edition

Closes gitlab-ce#41491

See merge request gitlab-org/gitlab-ee!3987</pre>
</div>
</content>
</entry>
<entry>
<title>Fix 500  when visiting a commit where blobs do not exist (nil blobs)</title>
<updated>2018-01-10T19:05:44+00:00</updated>
<author>
<name>Eric Eastwood</name>
<email>contact@ericeastwood.com</email>
</author>
<published>2018-01-04T18:54:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1f6c7874f91e33c69c2d7515ec75bebcbe68a7e8'/>
<id>1f6c7874f91e33c69c2d7515ec75bebcbe68a7e8</id>
<content type='text'>
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/41491

Conflicts:
	app/assets/stylesheets/pages/diff.scss
	app/views/projects/diffs/_stats.html.haml
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/41491

Conflicts:
	app/assets/stylesheets/pages/diff.scss
	app/views/projects/diffs/_stats.html.haml
</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify in UI that only local files are synced</title>
<updated>2018-01-10T18:57:14+00:00</updated>
<author>
<name>Michael Kozono</name>
<email>mkozono@gmail.com</email>
</author>
<published>2018-01-09T23:29:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8163d54ca47783da803503eb4bd1efacba0a5fd1'/>
<id>8163d54ca47783da803503eb4bd1efacba0a5fd1</id>
<content type='text'>
as opposed to files in an object store.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
as opposed to files in an object store.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add changelog entry</title>
<updated>2018-01-10T18:56:07+00:00</updated>
<author>
<name>Michael Kozono</name>
<email>mkozono@gmail.com</email>
</author>
<published>2018-01-07T19:39:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7caec0449b4304480375eabf6cfa2932d388afcb'/>
<id>7caec0449b4304480375eabf6cfa2932d388afcb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add job artifacts to /admin/geo_nodes</title>
<updated>2018-01-10T18:56:07+00:00</updated>
<author>
<name>Michael Kozono</name>
<email>mkozono@gmail.com</email>
</author>
<published>2018-01-07T18:04:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0c77e63fa32fc49c7806d018e4398ab0b2259f49'/>
<id>0c77e63fa32fc49c7806d018e4398ab0b2259f49</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Create JobArtifactDeletedEvent on destroy artifact</title>
<updated>2018-01-10T18:54:19+00:00</updated>
<author>
<name>Michael Kozono</name>
<email>mkozono@gmail.com</email>
</author>
<published>2018-01-05T22:41:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e2aff3de1072334de1c1e4a1e199478bdafd56c8'/>
<id>e2aff3de1072334de1c1e4a1e199478bdafd56c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Delete job artifact on JobArtifactDeletedEvent</title>
<updated>2018-01-10T18:54:19+00:00</updated>
<author>
<name>Michael Kozono</name>
<email>mkozono@gmail.com</email>
</author>
<published>2018-01-04T01:37:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b7dd9dece5264748b428754446f126009abf610b'/>
<id>b7dd9dece5264748b428754446f126009abf610b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Primary supports api/transfers/job_artifact/:id</title>
<updated>2018-01-10T18:54:19+00:00</updated>
<author>
<name>Michael Kozono</name>
<email>mkozono@gmail.com</email>
</author>
<published>2017-12-22T22:50:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=708ebe3850918c2ea66dddba6cb61acd1aaecf72'/>
<id>708ebe3850918c2ea66dddba6cb61acd1aaecf72</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
