<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/javascripts/lib/utils, branch docs-avoid-CephFS-GlusterFS</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>Move some tests from Karma to Jest</title>
<updated>2019-03-23T16:53:46+00:00</updated>
<author>
<name>Winnie Hellmann</name>
<email>winnie@gitlab.com</email>
</author>
<published>2019-03-23T16:52:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=514ee63826e47229bfd03bdbb740f2dd1eae1d03'/>
<id>514ee63826e47229bfd03bdbb740f2dd1eae1d03</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Moves utility function into CE</title>
<updated>2019-03-01T11:27:39+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>filipa@gitlab.com</email>
</author>
<published>2019-03-01T10:22:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=700ae637d20a4c4f5754046e0f3a7bdb8931358b'/>
<id>700ae637d20a4c4f5754046e0f3a7bdb8931358b</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 'sh-fix-double-xhr-pipelines' into 'master'</title>
<updated>2019-02-25T09:39:18+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>filipa@gitlab.com</email>
</author>
<published>2019-02-25T09:39:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1c30b12b868ffc3d73589d42a811bc47f8f631c9'/>
<id>1c30b12b868ffc3d73589d42a811bc47f8f631c9</id>
<content type='text'>
Remove duplicate XHR request when requesting new pipeline page

Closes #58095

See merge request gitlab-org/gitlab-ce!25506</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove duplicate XHR request when requesting new pipeline page

Closes #58095

See merge request gitlab-org/gitlab-ce!25506</pre>
</div>
</content>
</entry>
<entry>
<title>Remove duplicate XHR request when requesting new pipeline page</title>
<updated>2019-02-24T05:27:53+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-02-23T19:00:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ec5bbd27f5b334a6e338574ebafe6b0cd39461bc'/>
<id>ec5bbd27f5b334a6e338574ebafe6b0cd39461bc</id>
<content type='text'>
When a user clicked on another page in the pipeline page, the following
would happen:

1. PipelinesService.getPipelines() would be called to fetch the new page
2. In the success handler, Poll.restart() would be called
3. This would invoke Poll.makeRequest(), which would fire off a new
request.

To fix this, we introduce a enable(), which will:

1. Update the request data accordingly
2. Clear the old timeout if necessary and start a new timer

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58095
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When a user clicked on another page in the pipeline page, the following
would happen:

1. PipelinesService.getPipelines() would be called to fetch the new page
2. In the success handler, Poll.restart() would be called
3. This would invoke Poll.makeRequest(), which would fire off a new
request.

To fix this, we introduce a enable(), which will:

1. Update the request data accordingly
2. Clear the old timeout if necessary and start a new timer

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58095
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove convertPermissionToBoolean() from common_utils.js</title>
<updated>2019-02-21T10:05:16+00:00</updated>
<author>
<name>Winnie Hellmann</name>
<email>winnie@gitlab.com</email>
</author>
<published>2019-02-21T10:05:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=532d43d52c24e8250c35095f587cbaf23992b9f2'/>
<id>532d43d52c24e8250c35095f587cbaf23992b9f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move ajax_cache_spec.js to Jest</title>
<updated>2019-02-21T08:39:59+00:00</updated>
<author>
<name>Winnie Hellmann</name>
<email>winnie@gitlab.com</email>
</author>
<published>2018-12-20T16:49:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=69f9ec77c208db4f07d0c5f7b1c7b59460d6cec7'/>
<id>69f9ec77c208db4f07d0c5f7b1c7b59460d6cec7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CE Port of fix for roadmap forward timeline scroll</title>
<updated>2019-02-13T19:37:08+00:00</updated>
<author>
<name>Constance Okoghenun</name>
<email>constanceokoghenun@gmail.com</email>
</author>
<published>2019-02-13T19:37:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=123da43182acbc571851dab2ec73ff73f704720e'/>
<id>123da43182acbc571851dab2ec73ff73f704720e</id>
<content type='text'>
EE MR: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/9530
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
EE MR: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/9530
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix-repo-settings-file-upload-error' into 'master'</title>
<updated>2019-02-07T12:27:08+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2019-02-07T12:27:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=041316636b594c15f3fde9839354e3f1309ec763'/>
<id>041316636b594c15f3fde9839354e3f1309ec763</id>
<content type='text'>
Fix bug causing repository mirror settings UI to break

Closes #55134

See merge request gitlab-org/gitlab-ce!23712</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix bug causing repository mirror settings UI to break

Closes #55134

See merge request gitlab-org/gitlab-ce!23712</pre>
</div>
</content>
</entry>
<entry>
<title>Use svg icon for deployment series</title>
<updated>2019-02-05T13:15:57+00:00</updated>
<author>
<name>Adriel Santiago</name>
<email>adriel@gitlab.com</email>
</author>
<published>2019-01-24T00:06:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b3bd24053e502da61557e2100fb19ae20e0b6dec'/>
<id>b3bd24053e502da61557e2100fb19ae20e0b6dec</id>
<content type='text'>
Use the rocket GitLab SVG to show deployment data
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use the rocket GitLab SVG to show deployment data
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fe-grammar-util' into 'master'</title>
<updated>2019-02-05T10:33:47+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2019-02-05T10:33:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=97041bb6c480e94593b1b7ee3102149ad30804dc'/>
<id>97041bb6c480e94593b1b7ee3102149ad30804dc</id>
<content type='text'>
FE grammar util

See merge request gitlab-org/gitlab-ce!24893</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
FE grammar util

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