<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git, branch sh-pluck-merge-request-diff-commit-shas</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>Use pluck instead of map for loading commit SHAs</title>
<updated>2018-10-31T21:34:57+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2018-10-31T21:34:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f0bef249c73ea4352a937fe8a48bac013398e640'/>
<id>f0bef249c73ea4352a937fe8a48bac013398e640</id>
<content type='text'>
This saves some ActiveRecord overhead and memory.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This saves some ActiveRecord overhead and memory.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'rpereira2_improve-usage-ping-info' into 'master'</title>
<updated>2018-10-31T07:05:57+00:00</updated>
<author>
<name>Evan Read</name>
<email>eread@gitlab.com</email>
</author>
<published>2018-10-31T07:05:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=98a504ecbb45907517ae465018906af7ef4573de'/>
<id>98a504ecbb45907517ae465018906af7ef4573de</id>
<content type='text'>
Add instructions to find the usage ping payload

See merge request gitlab-org/gitlab-ce!22571</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add instructions to find the usage ping payload

See merge request gitlab-org/gitlab-ce!22571</pre>
</div>
</content>
</entry>
<entry>
<title>Add instructions to find the usage ping payload</title>
<updated>2018-10-31T07:05:57+00:00</updated>
<author>
<name>Reuben Pereira</name>
<email>rpereira@gitlab.com</email>
</author>
<published>2018-10-31T07:05:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=334829844f0c14845868a2685c5ee8a60f9d54b0'/>
<id>334829844f0c14845868a2685c5ee8a60f9d54b0</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 '52992-absorb-qa-product-qa' into 'master'</title>
<updated>2018-10-31T02:44:47+00:00</updated>
<author>
<name>Douglas Barbosa Alexandre</name>
<email>dbalexandre@gmail.com</email>
</author>
<published>2018-10-31T02:44:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f073035d0b680b39cf5e01e45a46459229dd2627'/>
<id>f073035d0b680b39cf5e01e45a46459229dd2627</id>
<content type='text'>
CE: Absorb product into factory

See merge request gitlab-org/gitlab-ce!22698</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CE: Absorb product into factory

See merge request gitlab-org/gitlab-ce!22698</pre>
</div>
</content>
</entry>
<entry>
<title>CE: Absorb product into factory</title>
<updated>2018-10-31T02:44:47+00:00</updated>
<author>
<name>Lin Jen-Shin</name>
<email>godfat@godfat.org</email>
</author>
<published>2018-10-31T02:44:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e7741b0e5247024998bad7de6ebba33933db266a'/>
<id>e7741b0e5247024998bad7de6ebba33933db266a</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 'docs/refactor-backup' into 'master'</title>
<updated>2018-10-31T01:29:07+00:00</updated>
<author>
<name>Evan Read</name>
<email>eread@gitlab.com</email>
</author>
<published>2018-10-31T01:29:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8bc8661499670160a183e78d416b581726619439'/>
<id>8bc8661499670160a183e78d416b581726619439</id>
<content type='text'>
Refactor the backup/restore docs

See merge request gitlab-org/gitlab-ce!22576</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refactor the backup/restore docs

See merge request gitlab-org/gitlab-ce!22576</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'docs-add-existing-k8s-integration-info' into 'master'</title>
<updated>2018-10-30T23:30:53+00:00</updated>
<author>
<name>Evan Read</name>
<email>eread@gitlab.com</email>
</author>
<published>2018-10-30T23:30:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=72319748314440ed918f5ad13dd7d10ac7afe2be'/>
<id>72319748314440ed918f5ad13dd7d10ac7afe2be</id>
<content type='text'>
Added info on getting k8s integration for existing cluster

See merge request gitlab-org/gitlab-ce!21783</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added info on getting k8s integration for existing cluster

See merge request gitlab-org/gitlab-ce!21783</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '53052-mg-fix-broken-ie11' into 'master'</title>
<updated>2018-10-30T21:17:25+00:00</updated>
<author>
<name>Clement Ho</name>
<email>clemmakesapps@gmail.com</email>
</author>
<published>2018-10-30T21:17:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0f62aeb405f7d5526b2403a97cbce77eb4e19b6b'/>
<id>0f62aeb405f7d5526b2403a97cbce77eb4e19b6b</id>
<content type='text'>
Fix broken ie11 due to non-transpiled components in gitlab-ui

Closes #53052

See merge request gitlab-org/gitlab-ce!22695</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix broken ie11 due to non-transpiled components in gitlab-ui

Closes #53052

See merge request gitlab-org/gitlab-ce!22695</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'add-language-param-to-highlight' into 'master'</title>
<updated>2018-10-30T20:44:03+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2018-10-30T20:44:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=571e651b21c7a618b8686a4b3f8a8c09c87a37f5'/>
<id>571e651b21c7a618b8686a4b3f8a8c09c87a37f5</id>
<content type='text'>
Add language param to highlight

See merge request gitlab-org/gitlab-ce!21584</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add language param to highlight

See merge request gitlab-org/gitlab-ce!21584</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'bvl-move-wrapped-gitaly-errors' into 'master'</title>
<updated>2018-10-30T20:43:27+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2018-10-30T20:43:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7bcd0dc19bfd31e79d52ae148d3edf15b054cb5a'/>
<id>7bcd0dc19bfd31e79d52ae148d3edf15b054cb5a</id>
<content type='text'>
Move Repository#wrapped_gitaly_errors into concern

See merge request gitlab-org/gitlab-ce!22691</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move Repository#wrapped_gitaly_errors into concern

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