<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/helpers, branch scripts-differences</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>Add tests for starrers views</title>
<updated>2019-08-07T18:49:17+00:00</updated>
<author>
<name>Camil Staps</name>
<email>info@camilstaps.nl</email>
</author>
<published>2019-02-05T11:49:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3123be9fbbc494e45a638f21ed3dcff942cb97c4'/>
<id>3123be9fbbc494e45a638f21ed3dcff942cb97c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add top navigation analytics link</title>
<updated>2019-08-06T06:13:13+00:00</updated>
<author>
<name>Luke Bennett</name>
<email>lbennett@gitlab.com</email>
</author>
<published>2019-07-03T18:29:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=941f2e36ee3947f6a695698331bcedd6e5e4e29e'/>
<id>941f2e36ee3947f6a695698331bcedd6e5e4e29e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change qa-reverse-sort class references to rspec-reverse-sort</title>
<updated>2019-07-29T19:19:44+00:00</updated>
<author>
<name>Tanya Pazitny</name>
<email>tpazitny@gitlab.com</email>
</author>
<published>2019-07-29T19:19:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=67e1dd4c0a3a356631b3c4e852f19d9734504f77'/>
<id>67e1dd4c0a3a356631b3c4e852f19d9734504f77</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 'remove-nested-groups-checks' into 'master'</title>
<updated>2019-07-26T14:57:12+00:00</updated>
<author>
<name>Lin Jen-Shin</name>
<email>godfat@godfat.org</email>
</author>
<published>2019-07-26T14:57:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=bd1a5a9f422df267725bd5fbd254f3c1f16fd596'/>
<id>bd1a5a9f422df267725bd5fbd254f3c1f16fd596</id>
<content type='text'>
Remove code related to object hierarchy and MySQL

Closes #65056 and #65055

See merge request gitlab-org/gitlab-ce!31095</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove code related to object hierarchy and MySQL

Closes #65056 and #65055

See merge request gitlab-org/gitlab-ce!31095</pre>
</div>
</content>
</entry>
<entry>
<title>Fix error rendering submodules in MR diffs when there is no .gitmodules</title>
<updated>2019-07-26T10:05:56+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@selenight.nl</email>
</author>
<published>2019-07-25T22:01:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=cfef1e8e99c275386d3680b90e95ba0cdf137f7c'/>
<id>cfef1e8e99c275386d3680b90e95ba0cdf137f7c</id>
<content type='text'>
Without this change, we get a NoMethodError on nil
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Without this change, we get a NoMethodError on nil
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove code related to object hierarchy in MySQL</title>
<updated>2019-07-25T07:35:06+00:00</updated>
<author>
<name>Heinrich Lee Yu</name>
<email>heinrich@gitlab.com</email>
</author>
<published>2019-07-24T09:20:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1ce5bcacdbf56682e05fa63875203bf4d10584bc'/>
<id>1ce5bcacdbf56682e05fa63875203bf4d10584bc</id>
<content type='text'>
These are not required because MySQL is not
supported anymore
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These are not required because MySQL is not
supported anymore
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '62217-follow-up-from-fix-display-of-promote-to-group-label' into 'master'</title>
<updated>2019-07-24T18:41:55+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2019-07-24T18:41:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=60701f5c52077b4aafd87012a4beb3d6fcc6ad37'/>
<id>60701f5c52077b4aafd87012a4beb3d6fcc6ad37</id>
<content type='text'>
Remove project param from `#show_label_issuables_link?`

Closes #62217

See merge request gitlab-org/gitlab-ce!31038</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove project param from `#show_label_issuables_link?`

Closes #62217

See merge request gitlab-org/gitlab-ce!31038</pre>
</div>
</content>
</entry>
<entry>
<title>Add links in admin area overview</title>
<updated>2019-07-24T04:33:08+00:00</updated>
<author>
<name>Illya Klymov</name>
<email>xanf@xanf.me</email>
</author>
<published>2019-04-19T09:44:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a6ac0a2765f07348f618076b8e550e29c9675b77'/>
<id>a6ac0a2765f07348f618076b8e550e29c9675b77</id>
<content type='text'>
Introduces new `feature_entry` helper for dashboard.
This helper reduces code duplication when listing available features
and relevant links to configuration sections
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Introduces new `feature_entry` helper for dashboard.
This helper reduces code duplication when listing available features
and relevant links to configuration sections
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove project from show_label_issuables_link?</title>
<updated>2019-07-23T09:30:25+00:00</updated>
<author>
<name>Heinrich Lee Yu</name>
<email>heinrich@gitlab.com</email>
</author>
<published>2019-07-23T09:30:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f5ec6b4e1296475aa4930b504ed2e3d329631fcb'/>
<id>f5ec6b4e1296475aa4930b504ed2e3d329631fcb</id>
<content type='text'>
The project param is unnecessary here
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The project param is unnecessary here
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure SubmoduleHelper works outside view context</title>
<updated>2019-07-22T12:31:40+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@selenight.nl</email>
</author>
<published>2019-07-22T12:25:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=26ac53b3536b641a8875b9b41047e8154ed58f1c'/>
<id>26ac53b3536b641a8875b9b41047e8154ed58f1c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
