<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/javascripts, branch variable-table-styles</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>Issue Title Vue: convert to .vue - use 'render' with 'createElement' in index</title>
<updated>2017-04-15T15:11:04+00:00</updated>
<author>
<name>Regis Boudinot</name>
<email>boudinot.regis@yahoo.com</email>
</author>
<published>2017-04-15T15:11:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8918433af66b77ab101bd5ba3b4a3c716be0f864'/>
<id>8918433af66b77ab101bd5ba3b4a3c716be0f864</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>frontend prevent authored votes</title>
<updated>2017-04-14T08:33:28+00:00</updated>
<author>
<name>barthc</name>
<email>mackintosh02@gmail.com</email>
</author>
<published>2016-09-08T10:08:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=04e2dde538b7a91de0ffdd09d355e9c990b4c7b1'/>
<id>04e2dde538b7a91de0ffdd09d355e9c990b4c7b1</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 '30188-handle-remove-branch-failure' into 'master'</title>
<updated>2017-04-13T15:27:59+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>filipa@gitlab.com</email>
</author>
<published>2017-04-13T15:27:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2beabafaada98db4d45d25d42ebe373ad3d690e4'/>
<id>2beabafaada98db4d45d25d42ebe373ad3d690e4</id>
<content type='text'>

fix js error in MR remove branch failure handler

Closes #30188

See merge request !10304</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

fix js error in MR remove branch failure handler

Closes #30188

See merge request !10304</pre>
</div>
</content>
</entry>
<entry>
<title>tests for success and failure of deleting branch from MR page</title>
<updated>2017-04-13T12:25:08+00:00</updated>
<author>
<name>Simon Knox</name>
<email>psimyn@gmail.com</email>
</author>
<published>2017-04-12T07:03:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3cc806ee13844395b3ec16bbf071b7b3bf6da31b'/>
<id>3cc806ee13844395b3ec16bbf071b7b3bf6da31b</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-iife-cycle-analytics-bundle' into 'master'</title>
<updated>2017-04-13T10:55:51+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>filipa@gitlab.com</email>
</author>
<published>2017-04-13T10:55:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7629c9ec57cb9b14f41c1163b61df1e6ea6b0ca1'/>
<id>7629c9ec57cb9b14f41c1163b61df1e6ea6b0ca1</id>
<content type='text'>

Remove IIFEs from files in cycle_analytics_bundle.js

See merge request !10613</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Remove IIFEs from files in cycle_analytics_bundle.js

See merge request !10613</pre>
</div>
</content>
</entry>
<entry>
<title>Reset New branch button when issue state changes</title>
<updated>2017-04-12T19:40:35+00:00</updated>
<author>
<name>💃 Winnie 💃</name>
<email>gitlab@winniehell.de</email>
</author>
<published>2017-04-12T19:40:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=83c9d8cf86f3c9b35a70e3e9c4bef81bb4fc41b0'/>
<id>83c9d8cf86f3c9b35a70e3e9c4bef81bb4fc41b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed random failures with Poll spec</title>
<updated>2017-04-12T12:42:01+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2017-04-12T12:42:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=194955fe514638e86d4192267f7c4b6054190ea3'/>
<id>194955fe514638e86d4192267f7c4b6054190ea3</id>
<content type='text'>
Correctly waits for requests to finish before testing anything.
Previously it was waiting for a set amount of time which could possibly
cause failures dependant on how quickly these execute

Stops any polling requests once done so that the error callback doesn't
get called with a 404

Closes #30824
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Correctly waits for requests to finish before testing anything.
Previously it was waiting for a set amount of time which could possibly
cause failures dependant on how quickly these execute

Stops any polling requests once done so that the error callback doesn't
get called with a 404

Closes #30824
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove IIFEs from files in cycle_analytics_bundle.js</title>
<updated>2017-04-11T01:02:55+00:00</updated>
<author>
<name>Alfredo Sumaran</name>
<email>alfredo@gitlab.com</email>
</author>
<published>2017-04-11T01:02:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e1e6e946d8cf889c487a3d10cbbae09d04ec3b6e'/>
<id>e1e6e946d8cf889c487a3d10cbbae09d04ec3b6e</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 '1595-ee-backport-environments-tests' into 'master'</title>
<updated>2017-04-10T20:22:02+00:00</updated>
<author>
<name>Clement Ho</name>
<email>clemmakesapps@gmail.com</email>
</author>
<published>2017-04-10T20:22:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9c2b0f5477366d1e6cfc2c42a037b5e894e0aba7'/>
<id>9c2b0f5477366d1e6cfc2c42a037b5e894e0aba7</id>
<content type='text'>

Backport of EE changes in environments tests

See merge request !10528</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Backport of EE changes in environments tests

See merge request !10528</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'add-vue-loader' into 'master'</title>
<updated>2017-04-10T16:11:10+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>filipa@gitlab.com</email>
</author>
<published>2017-04-10T16:11:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d38eae3bf496207b6909216ed5365714af9c868b'/>
<id>d38eae3bf496207b6909216ed5365714af9c868b</id>
<content type='text'>

Add vue loader

Closes #29519

See merge request !10517</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Add vue loader

Closes #29519

See merge request !10517</pre>
</div>
</content>
</entry>
</feed>
