<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/javascripts, branch fix/import-export-arguments</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 'multiple-query-prometheus-graphs' into 'master'</title>
<updated>2017-11-07T07:18:13+00:00</updated>
<author>
<name>Tim Zallmann</name>
<email>tzallmann@gitlab.com</email>
</author>
<published>2017-11-07T07:18:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d7224c81601638dae1dab6fbf72942a19a44074b'/>
<id>d7224c81601638dae1dab6fbf72942a19a44074b</id>
<content type='text'>
Enable multiple queries per Prometheus graph

See merge request gitlab-org/gitlab-ce!15201</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enable multiple queries per Prometheus graph

See merge request gitlab-org/gitlab-ce!15201</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'es-module-copy_as_gfm' into 'master'</title>
<updated>2017-11-06T22:55:30+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>filipa@gitlab.com</email>
</author>
<published>2017-11-06T22:55:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=df7eaa85cb5fe9f2d2d42a226fc7f7bf8c19b775'/>
<id>df7eaa85cb5fe9f2d2d42a226fc7f7bf8c19b775</id>
<content type='text'>
Convert copy_as_gfm into ES module and move to behaviors

See merge request gitlab-org/gitlab-ce!14859</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Convert copy_as_gfm into ES module and move to behaviors

See merge request gitlab-org/gitlab-ce!14859</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '20666-404-error-issue-assigned-with-issues-disabled' into 'master'</title>
<updated>2017-11-06T22:39:07+00:00</updated>
<author>
<name>Clement Ho</name>
<email>clemmakesapps@gmail.com</email>
</author>
<published>2017-11-06T22:39:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b22f4d2aad4eb1f57502ce9700367d77a92997aa'/>
<id>b22f4d2aad4eb1f57502ce9700367d77a92997aa</id>
<content type='text'>
Fixes 404 error to `Issues assigned to me` and `Issues I've created` when issues are disabled

Closes #20666

See merge request gitlab-org/gitlab-ce!15021</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes 404 error to `Issues assigned to me` and `Issues I've created` when issues are disabled

Closes #20666

See merge request gitlab-org/gitlab-ce!15021</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'refactor-clusters' into 'master'</title>
<updated>2017-11-06T21:21:27+00:00</updated>
<author>
<name>Grzegorz Bizon</name>
<email>grzegorz@gitlab.com</email>
</author>
<published>2017-11-06T21:21:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c71cf908cd4f289248598d9ea1c144c7b65cbb94'/>
<id>c71cf908cd4f289248598d9ea1c144c7b65cbb94</id>
<content type='text'>
Refactor Clusters to be consisted from GcpProvider and KubernetesPlatform

See merge request gitlab-org/gitlab-ce!14879</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refactor Clusters to be consisted from GcpProvider and KubernetesPlatform

See merge request gitlab-org/gitlab-ce!14879</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes 404 error to `Issues assigned to me` and `Issues I've created` when issues are disabled</title>
<updated>2017-11-06T20:30:18+00:00</updated>
<author>
<name>Jacopo</name>
<email>beschi.jacopo@gmail.com</email>
</author>
<published>2017-10-24T17:49:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d4a9aedf55793670e40b570b10a1aae6a805d956'/>
<id>d4a9aedf55793670e40b570b10a1aae6a805d956</id>
<content type='text'>
The dropdown options `Issues assigned to me` and `Issues I've created` in project search are now
hidden when issues are disabled on the project.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The dropdown options `Issues assigned to me` and `Issues I've created` in project search are now
hidden when issues are disabled on the project.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix-md-form-tabs-double-click-toggle' into 'master'</title>
<updated>2017-11-06T20:20:28+00:00</updated>
<author>
<name>Clement Ho</name>
<email>clemmakesapps@gmail.com</email>
</author>
<published>2017-11-06T20:20:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=21d8ec1537c0a6d756ea86d001f30f2d62a52247'/>
<id>21d8ec1537c0a6d756ea86d001f30f2d62a52247</id>
<content type='text'>
Fix md form tab double click toggle

Closes #39624

See merge request gitlab-org/gitlab-ce!15119</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix md form tab double click toggle

Closes #39624

See merge request gitlab-org/gitlab-ce!15119</pre>
</div>
</content>
</entry>
<entry>
<title>fix karma failures</title>
<updated>2017-11-06T20:07:10+00:00</updated>
<author>
<name>Mike Greiling</name>
<email>mike@pixelcog.com</email>
</author>
<published>2017-11-06T17:21:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=75c1a27c47cbb126c1ac5c7f28d42f5f73dfc8b1'/>
<id>75c1a27c47cbb126c1ac5c7f28d42f5f73dfc8b1</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 'winh-skip-parsePikadayDate-test' into 'master'</title>
<updated>2017-11-06T15:01:11+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>filipa@gitlab.com</email>
</author>
<published>2017-11-06T15:01:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0d18f35fbdb493ba38955657c37dacefed48621a'/>
<id>0d18f35fbdb493ba38955657c37dacefed48621a</id>
<content type='text'>
Temporarily remove parsePikadayDate test

Closes #39834

See merge request gitlab-org/gitlab-ce!15217</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Temporarily remove parsePikadayDate test

Closes #39834

See merge request gitlab-org/gitlab-ce!15217</pre>
</div>
</content>
</entry>
<entry>
<title>Remove parsePikadayDate test</title>
<updated>2017-11-06T13:54:33+00:00</updated>
<author>
<name>Winnie Hellmann</name>
<email>winnie@gitlab.com</email>
</author>
<published>2017-11-06T13:32:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=19737aeaa9bfacff47873e9e8dcfeb06dd71153a'/>
<id>19737aeaa9bfacff47873e9e8dcfeb06dd71153a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use Vue warnhandler</title>
<updated>2017-11-06T12:36:07+00:00</updated>
<author>
<name>Winnie Hellmann</name>
<email>winnie@gitlab.com</email>
</author>
<published>2017-11-02T14:17:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=51f73b86adbde0fc041abd57f7fc469eb32a1d90'/>
<id>51f73b86adbde0fc041abd57f7fc469eb32a1d90</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
