<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git, branch mk/jej/commit-api-tracks-lfs</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>Refactor Lfs::FileModificationHandler</title>
<updated>2018-02-22T00:47:47+00:00</updated>
<author>
<name>Michael Kozono</name>
<email>mkozono@gmail.com</email>
</author>
<published>2018-02-22T00:40:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f634e3f73a125e14cdd1a78c82d4728fb212e2fc'/>
<id>f634e3f73a125e14cdd1a78c82d4728fb212e2fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Multi-file upload and Commit API obey LFS filters</title>
<updated>2018-02-21T15:07:59+00:00</updated>
<author>
<name>James Edwards-Jones</name>
<email>jedwardsjones@gitlab.com</email>
</author>
<published>2018-01-11T23:12:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=414445f233c2b3dba228cf2798d21a0ab7a450ca'/>
<id>414445f233c2b3dba228cf2798d21a0ab7a450ca</id>
<content type='text'>
Updates Files::MultiService for the commits API which is in turn used by the
multi-file upload web UI

Ensures that files which should be in LFS are transformed into LFS pointers
Uses Lfs::FileModificationHandler which then links LfsObjectProjects on success
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updates Files::MultiService for the commits API which is in turn used by the
multi-file upload web UI

Ensures that files which should be in LFS are transformed into LFS pointers
Uses Lfs::FileModificationHandler which then links LfsObjectProjects on success
</pre>
</div>
</content>
</entry>
<entry>
<title>Repository#attributes_at caches parser per ref</title>
<updated>2018-02-21T15:00:51+00:00</updated>
<author>
<name>James Edwards-Jones</name>
<email>jedwardsjones@gitlab.com</email>
</author>
<published>2018-02-21T13:09:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=63be6ae3b3941428c49ce73c27d2dc767deb09b2'/>
<id>63be6ae3b3941428c49ce73c27d2dc767deb09b2</id>
<content type='text'>
Prevents `.gitattributes` blob lookup being repeated for every file checked at a given ref</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Prevents `.gitattributes` blob lookup being repeated for every file checked at a given ref</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '32564-fix-double-system-closing-notes' into 'master'</title>
<updated>2018-02-19T11:50:28+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2018-02-19T11:50:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0b032daa11d5ea140f2eea99fa10b21da4b50f0b'/>
<id>0b032daa11d5ea140f2eea99fa10b21da4b50f0b</id>
<content type='text'>
Resolve "Double closing system  notes when closing issue with Merge Request"

Closes #32546 and #32564

See merge request gitlab-org/gitlab-ce!17035</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve "Double closing system  notes when closing issue with Merge Request"

Closes #32546 and #32564

See merge request gitlab-org/gitlab-ce!17035</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'sh-guard-read-only-user-updates' into 'master'</title>
<updated>2018-02-19T11:39:54+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2018-02-19T11:39:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4ff5b76689de5498b1aa5379b9551d6d35330354'/>
<id>4ff5b76689de5498b1aa5379b9551d6d35330354</id>
<content type='text'>
Don't attempt to update user tracked fields if database is in read-only

Closes gitlab-ee#4972

See merge request gitlab-org/gitlab-ce!17200</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't attempt to update user tracked fields if database is in read-only

Closes gitlab-ee#4972

See merge request gitlab-org/gitlab-ce!17200</pre>
</div>
</content>
</entry>
<entry>
<title>Convert Gitaly commit parent IDs to array as early as possible</title>
<updated>2018-02-19T11:21:23+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2018-02-19T11:21:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=23dd313d76f2254a7a5c58283cb76236a160647b'/>
<id>23dd313d76f2254a7a5c58283cb76236a160647b</id>
<content type='text'>
The tracking issue if this causes problems is
https://gitlab.com/gitlab-org/gitaly/issues/1028
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The tracking issue if this causes problems is
https://gitlab.com/gitlab-org/gitaly/issues/1028
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'docs-articles-layout-frontmatter' into 'master'</title>
<updated>2018-02-19T10:37:14+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axil@gitlab.com</email>
</author>
<published>2018-02-19T10:37:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=53f290b6f7802b6b56e36a1339100c0e67030b1c'/>
<id>53f290b6f7802b6b56e36a1339100c0e67030b1c</id>
<content type='text'>
Docs: Update all articles with the new layout (metadata from the frontmatter)

Closes #42831

See merge request gitlab-org/gitlab-ce!17187</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Docs: Update all articles with the new layout (metadata from the frontmatter)

Closes #42831

See merge request gitlab-org/gitlab-ce!17187</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'sh-fix-squash-rebase-utf8-data' into 'master'</title>
<updated>2018-02-19T10:11:08+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2018-02-19T10:11:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=fa0967179e7656dbd19915cfaabf0cb4ad3170c8'/>
<id>fa0967179e7656dbd19915cfaabf0cb4ad3170c8</id>
<content type='text'>
Fix squash rebase not working when diff contained encoded data

Closes gitlab-ee#4960

See merge request gitlab-org/gitlab-ce!17205</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix squash rebase not working when diff contained encoded data

Closes gitlab-ee#4960

See merge request gitlab-org/gitlab-ce!17205</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify changelog for squash encoding fix</title>
<updated>2018-02-19T10:09:49+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2018-02-19T10:09:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0c325ce8f5bb934033448ccee0ac3e4105d68385'/>
<id>0c325ce8f5bb934033448ccee0ac3e4105d68385</id>
<content type='text'>
[ci skip]</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[ci skip]</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'ee-webpack-backport' into 'master'</title>
<updated>2018-02-19T09:35:26+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>filipa@gitlab.com</email>
</author>
<published>2018-02-19T09:35:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5526458b4bd4cbba9216793429036155e7b7ea0c'/>
<id>5526458b4bd4cbba9216793429036155e7b7ea0c</id>
<content type='text'>
Backport webpack.config.js changes from EE

See merge request gitlab-org/gitlab-ce!17185</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport webpack.config.js changes from EE

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