<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git, branch qa-allow-gitlab-qa-pat-env-var</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>Allow token env var from gitlab-qa</title>
<updated>2018-12-27T12:54:15+00:00</updated>
<author>
<name>Mark Lapierre</name>
<email>mlapierre@gitlab.com</email>
</author>
<published>2018-12-27T12:54:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a4958020b4445a6231f5e7ea811dccb31175ff1b'/>
<id>a4958020b4445a6231f5e7ea811dccb31175ff1b</id>
<content type='text'>
gitlab-qa accepts an env var named GITLAB_QA_ACCESS_TOKEN, but here we
only accepted PERSONAL_ACCESS_TOKEN.

This change allows either to be used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
gitlab-qa accepts an env var named GITLAB_QA_ACCESS_TOKEN, but here we
only accepted PERSONAL_ACCESS_TOKEN.

This change allows either to be used.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fj-remove-workhorse-set-content-type-feature-flag' into 'master'</title>
<updated>2018-12-27T10:27:41+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2018-12-27T10:27:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=77909a88460bbc864a5f95f3fa66053eb6cab5a8'/>
<id>77909a88460bbc864a5f95f3fa66053eb6cab5a8</id>
<content type='text'>
Removing workhorse_set_content_type feature flag

See merge request gitlab-org/gitlab-ce!23930</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removing workhorse_set_content_type feature flag

See merge request gitlab-org/gitlab-ce!23930</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'sh-use-system-path-for-appearance-logos' into 'master'</title>
<updated>2018-12-27T10:25:54+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2018-12-27T10:25:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d0848c085892f2e9504fcdc524c92b9e0156f2ce'/>
<id>d0848c085892f2e9504fcdc524c92b9e0156f2ce</id>
<content type='text'>
Use system paths for appearance logos

Closes gitlab-ee#6778

See merge request gitlab-org/gitlab-ce!24024</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use system paths for appearance logos

Closes gitlab-ee#6778

See merge request gitlab-org/gitlab-ce!24024</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'osw-cache-discussions-diff-highlighting' into 'master'</title>
<updated>2018-12-27T10:18:21+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2018-12-27T10:18:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5fabc1fd3b261d098bc8eb80b2750e14a2c979ea'/>
<id>5fabc1fd3b261d098bc8eb80b2750e14a2c979ea</id>
<content type='text'>
Considerably improve the loading time on merge request's discussion page

Closes #52950

See merge request gitlab-org/gitlab-ce!23857</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Considerably improve the loading time on merge request's discussion page

Closes #52950

See merge request gitlab-org/gitlab-ce!23857</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '55551-nomethoderror-undefined-method-for-nil-nilclass' into 'master'</title>
<updated>2018-12-27T09:58:41+00:00</updated>
<author>
<name>Kamil Trzciński</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2018-12-27T09:58:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6b02f502c84450d5e23866fef0d3da600d7c78ae'/>
<id>6b02f502c84450d5e23866fef0d3da600d7c78ae</id>
<content type='text'>
Handle nil terminals in Clusters::Platforms::Kubernetes

Closes #55551

See merge request gitlab-org/gitlab-ce!23925</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Handle nil terminals in Clusters::Platforms::Kubernetes

Closes #55551

See merge request gitlab-org/gitlab-ce!23925</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '53907-improve-milestone-links' into 'master'</title>
<updated>2018-12-27T09:58:32+00:00</updated>
<author>
<name>Kamil Trzciński</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2018-12-27T09:58:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2b6bdbe671d5b650ce38b8f2a6cfd814c8d519d7'/>
<id>2b6bdbe671d5b650ce38b8f2a6cfd814c8d519d7</id>
<content type='text'>
Add % prefix to milestone reference link text

Closes #53907

See merge request gitlab-org/gitlab-ce!23928</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add % prefix to milestone reference link text

Closes #53907

See merge request gitlab-org/gitlab-ce!23928</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'gt-reorder-group-sidebar-menu-items' into 'master'</title>
<updated>2018-12-27T08:56:38+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2018-12-27T08:56:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=35f463577d224f3ff64dda5bf6e03b96210cc898'/>
<id>35f463577d224f3ff64dda5bf6e03b96210cc898</id>
<content type='text'>
Reorder sidebar menu item for group clusters

Closes #55536

See merge request gitlab-org/gitlab-ce!24001</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reorder sidebar menu item for group clusters

Closes #55536

See merge request gitlab-org/gitlab-ce!24001</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'sh-bump-carrierwave-1.3.0' into 'master'</title>
<updated>2018-12-27T08:45:24+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2018-12-27T08:45:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=cb4ed147bb5b8460293f26fb07a9d255daed4c95'/>
<id>cb4ed147bb5b8460293f26fb07a9d255daed4c95</id>
<content type='text'>
Bump CarrierWave to 1.3.0 and remove monkey patches

See merge request gitlab-org/gitlab-ce!24019</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bump CarrierWave to 1.3.0 and remove monkey patches

See merge request gitlab-org/gitlab-ce!24019</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '54953-error-500-viewing-merge-request-due-to-nil-commit_email_hostname' into 'master'</title>
<updated>2018-12-27T05:42:24+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2018-12-27T05:42:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9c723bff6ad1088c2b46e67518e2a666cc51548e'/>
<id>9c723bff6ad1088c2b46e67518e2a666cc51548e</id>
<content type='text'>
Return an ApplicationSetting in CurrentSettings

See merge request gitlab-org/gitlab-ce!23766</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Return an ApplicationSetting in CurrentSettings

See merge request gitlab-org/gitlab-ce!23766</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'sh-fix-clone-geo-dropdown' into 'master'</title>
<updated>2018-12-26T13:54:51+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2018-12-26T13:54:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=68e312b20d7fa16ec924be7a7d10fc67ee0c4292'/>
<id>68e312b20d7fa16ec924be7a7d10fc67ee0c4292</id>
<content type='text'>
Fix clone dropdown parent inheritance issues in HAML

See merge request gitlab-org/gitlab-ce!24029</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix clone dropdown parent inheritance issues in HAML

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