<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec, branch refactor_auto_devops_enabled</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Refactor RedisCounter and WebIdeCommitsCounter</title>
<updated>2019-07-17T23:45:35+00:00</updated>
<author>
<name>Francisco Javier López</name>
<email>fjlopez@gitlab.com</email>
</author>
<published>2019-07-17T23:45:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=bcd2458076512ad80c6e470d9434618f27dfec3c'/>
<id>bcd2458076512ad80c6e470d9434618f27dfec3c</id>
<content type='text'>
This MR refactor RedisCounter and WebIdeCommitsCounter
to be reused by other components.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This MR refactor RedisCounter and WebIdeCommitsCounter
to be reused by other components.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'jc-wrap-rugged-calls-with-disk-access' into 'master'</title>
<updated>2019-07-17T22:23:20+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-07-17T22:23:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ddf2dcf7fdad69135cee590307773b255d2fe0b5'/>
<id>ddf2dcf7fdad69135cee590307773b255d2fe0b5</id>
<content type='text'>
Wrap rugged calls with access disk block

See merge request gitlab-org/gitlab-ce!30592</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Wrap rugged calls with access disk block

See merge request gitlab-org/gitlab-ce!30592</pre>
</div>
</content>
</entry>
<entry>
<title>Move boards switcher partial</title>
<updated>2019-07-17T20:42:33+00:00</updated>
<author>
<name>Winnie Hellmann</name>
<email>winnie@gitlab.com</email>
</author>
<published>2019-07-17T20:42:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7e87990ecd8d1c1ac0a7a32661552a44c95b89d0'/>
<id>7e87990ecd8d1c1ac0a7a32661552a44c95b89d0</id>
<content type='text'>
(cherry picked from commit a82e4d57a6fbba840a8a944e372b80866a1e48cc)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit a82e4d57a6fbba840a8a944e372b80866a1e48cc)
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tests for when deploy token usernames are not unique</title>
<updated>2019-07-17T20:08:58+00:00</updated>
<author>
<name>Krasimir Angelov</name>
<email>kangelov@gitlab.com</email>
</author>
<published>2019-07-17T20:08:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=67b0c419be85639f246154c96f131a2c1b0622c5'/>
<id>67b0c419be85639f246154c96f131a2c1b0622c5</id>
<content type='text'>
Ensure correct behaviour when deploy tokens have the same username or
deploy token and user have the same username.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ensure correct behaviour when deploy tokens have the same username or
deploy token and user have the same username.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix factory default for pages_access_level</title>
<updated>2019-07-17T19:52:03+00:00</updated>
<author>
<name>Vladimir Shushlin</name>
<email>vshushlin@gitlab.com</email>
</author>
<published>2019-07-17T19:52:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0e62440722b14db14f54498d1fb3c389cbfe367f'/>
<id>0e62440722b14db14f54498d1fb3c389cbfe367f</id>
<content type='text'>
Pages access level currently depends on project visibilty
which is ignored by factory, this commit fixes that
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pages access level currently depends on project visibilty
which is ignored by factory, this commit fixes that
</pre>
</div>
</content>
</entry>
<entry>
<title>Mockify jquery and axios packages</title>
<updated>2019-07-17T17:47:39+00:00</updated>
<author>
<name>Martin Hanzel</name>
<email>mhanzel@gitlab.com</email>
</author>
<published>2019-07-17T17:47:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=eb45cb8c99f4232da90c26b307eff35c926d1975'/>
<id>eb45cb8c99f4232da90c26b307eff35c926d1975</id>
<content type='text'>
Moved the block that fails tests on unmocked axios requests from
test_setup to its own mock, and added a jQuery mock that fails
tests if they use unmocked $.ajax().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Moved the block that fails tests on unmocked axios requests from
test_setup to its own mock, and added a jQuery mock that fails
tests if they use unmocked $.ajax().
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'issue-64645-asciidoctor-footnote-links' into 'master'</title>
<updated>2019-07-17T15:19:07+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2019-07-17T15:19:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2860cfaaff0a435792081b72a5f97de85e0d4f70'/>
<id>2860cfaaff0a435792081b72a5f97de85e0d4f70</id>
<content type='text'>
Preserve footnote link ids

Closes #64645

See merge request gitlab-org/gitlab-ce!30790</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Preserve footnote link ids

Closes #64645

See merge request gitlab-org/gitlab-ce!30790</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'remove_clusters_cte_feature_flag' into 'master'</title>
<updated>2019-07-17T14:44:23+00:00</updated>
<author>
<name>Douglas Barbosa Alexandre</name>
<email>dbalexandre@gmail.com</email>
</author>
<published>2019-07-17T14:44:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4e457ebf824603ec2f76523345211360272ff98e'/>
<id>4e457ebf824603ec2f76523345211360272ff98e</id>
<content type='text'>
Removes clusters_cte feature flag

Closes #64259

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

Closes #64259

See merge request gitlab-org/gitlab-ce!30827</pre>
</div>
</content>
</entry>
<entry>
<title>Resolve "Label picker: Line break on long label titles"</title>
<updated>2019-07-17T14:18:12+00:00</updated>
<author>
<name>Ammar Alakkad</name>
<email>aalakkad@gitlab.com</email>
</author>
<published>2019-07-17T14:18:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8ba48310af448d5e03601dc153cff1d66609280b'/>
<id>8ba48310af448d5e03601dc153cff1d66609280b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added submodule links to Submodule type in GraphQL API</title>
<updated>2019-07-17T13:06:19+00:00</updated>
<author>
<name>Igor</name>
<email>idrozdov@gitlab.com</email>
</author>
<published>2019-07-17T13:06:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0f46886880e46344856ede52dd3b500e4d6737ac'/>
<id>0f46886880e46344856ede52dd3b500e4d6737ac</id>
<content type='text'>
This is part of migration of Folder View to Vue
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is part of migration of Folder View to Vue
</pre>
</div>
</content>
</entry>
</feed>
