<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app, branch sh-backport-groups-api-optimization</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>Merge branch 'fix/remove-duplicated-logic-between-model-and-lib-in-find-branch' into 'master'</title>
<updated>2018-02-03T21:47:28+00:00</updated>
<author>
<name>Grzegorz Bizon</name>
<email>grzegorz@gitlab.com</email>
</author>
<published>2018-02-03T21:47:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5aea8dc1a6dc17d4a73e65f3c3a0f8b7e29686eb'/>
<id>5aea8dc1a6dc17d4a73e65f3c3a0f8b7e29686eb</id>
<content type='text'>
Remove repo reloading logic from Repository#find_branch

Closes #42609

See merge request gitlab-org/gitlab-ce!16815</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove repo reloading logic from Repository#find_branch

Closes #42609

See merge request gitlab-org/gitlab-ce!16815</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'refactor-ci-variable-list-for-future-usage-in-4110' into 'master'</title>
<updated>2018-02-02T22:07:58+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>filipa@gitlab.com</email>
</author>
<published>2018-02-02T22:07:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a3166376bb50d84540ba2c60f5f5131ee211ffa8'/>
<id>a3166376bb50d84540ba2c60f5f5131ee211ffa8</id>
<content type='text'>
Refactor CI variable list code for usage with CI/CD settings page secret variables

See merge request gitlab-org/gitlab-ce!16729</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refactor CI variable list code for usage with CI/CD settings page secret variables

See merge request gitlab-org/gitlab-ce!16729</pre>
</div>
</content>
</entry>
<entry>
<title>Remove repo reloading logic from Repository#find_branch</title>
<updated>2018-02-02T21:24:54+00:00</updated>
<author>
<name>Ahmad Sherif</name>
<email>me@ahmadsherif.com</email>
</author>
<published>2018-01-30T21:33:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=05f17e4d720756cb5aea9e7697a6fa549372e536'/>
<id>05f17e4d720756cb5aea9e7697a6fa549372e536</id>
<content type='text'>
Gitlab::Git::Repository#find_branch has a similar logic.

Fixes #42609
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Gitlab::Git::Repository#find_branch has a similar logic.

Fixes #42609
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix-eslint-axios' into 'master'</title>
<updated>2018-02-02T19:40:54+00:00</updated>
<author>
<name>Jacob Schatz</name>
<email>jschatz@gitlab.com</email>
</author>
<published>2018-02-02T19:40:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a00aed74af67dd72a2aa7bf7e485ff7bdb949ea4'/>
<id>a00aed74af67dd72a2aa7bf7e485ff7bdb949ea4</id>
<content type='text'>
Remove duplicate axios import

Closes #42722

See merge request gitlab-org/gitlab-ce!16891</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove duplicate axios import

Closes #42722

See merge request gitlab-org/gitlab-ce!16891</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '24167__color_label' into 'master'</title>
<updated>2018-02-02T19:26:14+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2018-02-02T19:26:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=974bb446bf834bcf3ead9b69b0809e62b28a1bc9'/>
<id>974bb446bf834bcf3ead9b69b0809e62b28a1bc9</id>
<content type='text'>
Add Colors to GitLab Flavored Markdown

Closes #24167

See merge request gitlab-org/gitlab-ce!16095</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add Colors to GitLab Flavored Markdown

Closes #24167

See merge request gitlab-org/gitlab-ce!16095</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'webpack-auto-config' into 'master'</title>
<updated>2018-02-02T19:21:52+00:00</updated>
<author>
<name>Jacob Schatz</name>
<email>jschatz@gitlab.com</email>
</author>
<published>2018-02-02T19:21:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ee600a84d29d1ecbfdb3e9cb1a55c610ed65ab10'/>
<id>ee600a84d29d1ecbfdb3e9cb1a55c610ed65ab10</id>
<content type='text'>
Automatically Generate Webpack Entry Points

See merge request gitlab-org/gitlab-ce!16865</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Automatically Generate Webpack Entry Points

See merge request gitlab-org/gitlab-ce!16865</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'rd-40552-gitlab-should-check-if-keys-are-valid-before-saving' into 'master'</title>
<updated>2018-02-02T19:18:12+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2018-02-02T19:18:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a58f8c32c62bcf5824d1fe1d0de53e9bda974d65'/>
<id>a58f8c32c62bcf5824d1fe1d0de53e9bda974d65</id>
<content type='text'>
Sanitize extra blank spaces used when uploading a SSH key

Closes #40552

See merge request gitlab-org/gitlab-ce!16821</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sanitize extra blank spaces used when uploading a SSH key

Closes #40552

See merge request gitlab-org/gitlab-ce!16821</pre>
</div>
</content>
</entry>
<entry>
<title>use Gitlab::UserSettings directly as a singleton instead of including/extending it</title>
<updated>2018-02-02T18:39:55+00:00</updated>
<author>
<name>Mario de la Ossa</name>
<email>mdelaossa@gitlab.com</email>
</author>
<published>2018-02-02T18:39:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=eaada9d7066a20b5af815f723e09cde60a5c8c10'/>
<id>eaada9d7066a20b5af815f723e09cde60a5c8c10</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove duplicate axios import</title>
<updated>2018-02-02T18:28:13+00:00</updated>
<author>
<name>Clement Ho</name>
<email>ClemMakesApps@gmail.com</email>
</author>
<published>2018-02-02T18:28:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0cc87e5f6d689c8f86a6c739da1dc5df17f13947'/>
<id>0cc87e5f6d689c8f86a6c739da1dc5df17f13947</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 'ph-axios-2' into 'master'</title>
<updated>2018-02-02T18:12:12+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>filipa@gitlab.com</email>
</author>
<published>2018-02-02T18:12:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8fa2932dc5cc7687e7d85ae7b00c07fd9bcc24a4'/>
<id>8fa2932dc5cc7687e7d85ae7b00c07fd9bcc24a4</id>
<content type='text'>
More conversions to axios

See merge request gitlab-org/gitlab-ce!16800</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
More conversions to axios

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