<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/javascripts/fixtures/clusters.rb, branch rs-basic-config-files</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>Remove example block parameters</title>
<updated>2019-05-10T12:12:19+00:00</updated>
<author>
<name>Winnie Hellmann</name>
<email>winnie@gitlab.com</email>
</author>
<published>2019-04-21T10:58:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d4bde8621cf5b10810508e6997674982fccf882b'/>
<id>d4bde8621cf5b10810508e6997674982fccf882b</id>
<content type='text'>
for f in $(find spec/javascripts/fixtures/ -name '*.rb')
do
  sed 's/do |example|/do/' &lt; $f &gt; $f.tmp; mv $f.tmp $f
done
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
for f in $(find spec/javascripts/fixtures/ -name '*.rb')
do
  sed 's/do |example|/do/' &lt; $f &gt; $f.tmp; mv $f.tmp $f
done
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove duplicate store_frontend_fixture() calls</title>
<updated>2019-05-10T12:12:19+00:00</updated>
<author>
<name>Winnie Hellmann</name>
<email>winnie@gitlab.com</email>
</author>
<published>2019-04-21T10:08:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=cf33353b702ac63a193addb73a3cc07a09fc1902'/>
<id>cf33353b702ac63a193addb73a3cc07a09fc1902</id>
<content type='text'>
for f in $(find spec/javascripts/fixtures/ -name '*.rb')
do
  grep -v store_frontend_fixture &lt; $f &gt; $f.tmp; mv $f.tmp $f
done
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
for f in $(find spec/javascripts/fixtures/ -name '*.rb')
do
  grep -v store_frontend_fixture &lt; $f &gt; $f.tmp; mv $f.tmp $f
done
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'winh-remove-sushi' into 'master'</title>
<updated>2019-03-26T16:03:28+00:00</updated>
<author>
<name>Winnie Hellmann</name>
<email>winnie@gitlab.com</email>
</author>
<published>2019-03-26T16:03:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ad985a7a28c19a085011afc7531f4f2c13783cb2'/>
<id>ad985a7a28c19a085011afc7531f4f2c13783cb2</id>
<content type='text'>
Remove .raw from JavaScript fixture file names

Closes #59201

See merge request gitlab-org/gitlab-ce!26430

(cherry picked from commit 79a45f7f02939a1c2fc1f378e43ec9b96630f918)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove .raw from JavaScript fixture file names

Closes #59201

See merge request gitlab-org/gitlab-ce!26430

(cherry picked from commit 79a45f7f02939a1c2fc1f378e43ec9b96630f918)
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Merge branch 'winh-remove-sushi' into 'master'"</title>
<updated>2019-03-22T11:03:15+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>filipa@gitlab.com</email>
</author>
<published>2019-03-22T11:03:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=022968764ced43c5de0c3291cfe2fbc7b068e944'/>
<id>022968764ced43c5de0c3291cfe2fbc7b068e944</id>
<content type='text'>
This reverts merge request !26430</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts merge request !26430</pre>
</div>
</content>
</entry>
<entry>
<title>Remove .raw from JavaScript fixture file names</title>
<updated>2019-03-21T16:16:53+00:00</updated>
<author>
<name>Winnie Hellmann</name>
<email>winnie@gitlab.com</email>
</author>
<published>2019-03-21T06:44:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3e9bb4ad314955c6d33db5d2f7dc8bab1df4e85f'/>
<id>3e9bb4ad314955c6d33db5d2f7dc8bab1df4e85f</id>
<content type='text'>
There is nothing more to say but

"Commits that change 30 or more lines across at least three files
must describe these changes in the commit body"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is nothing more to say but

"Commits that change 30 or more lines across at least three files
must describe these changes in the commit body"
</pre>
</div>
</content>
</entry>
<entry>
<title>convert specs in javascripts/ and support/ to new syntax</title>
<updated>2018-12-21T09:10:26+00:00</updated>
<author>
<name>Jasper Maes</name>
<email>jaspermaes.jm@gmail.com</email>
</author>
<published>2018-12-19T19:50:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=bf7352007920318ea361674a02fbff6823bbe5a8'/>
<id>bf7352007920318ea361674a02fbff6823bbe5a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Generalize toggle_buttons.js</title>
<updated>2018-01-26T18:46:38+00:00</updated>
<author>
<name>Eric Eastwood</name>
<email>contact@ericeastwood.com</email>
</author>
<published>2018-01-24T21:54:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=737236551fbf5c8d4e44a70d7012ac1331322cd8'/>
<id>737236551fbf5c8d4e44a70d7012ac1331322cd8</id>
<content type='text'>
Part of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/4110
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Part of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/4110
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds JS unit tests</title>
<updated>2017-11-27T17:28:33+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>filipa@gitlab.com</email>
</author>
<published>2017-11-27T17:18:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=074fcb56bb21f5e30711538df0c3bc6de013e21c'/>
<id>074fcb56bb21f5e30711538df0c3bc6de013e21c</id>
<content type='text'>
Finishes tabs &amp; table
Updates e2e tests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Finishes tabs &amp; table
Updates e2e tests
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle toggle button with API request</title>
<updated>2017-11-24T21:08:15+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>filipa@gitlab.com</email>
</author>
<published>2017-11-24T21:00:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1b40a9f803f33bc16852a907c1ff8269e956c1f6'/>
<id>1b40a9f803f33bc16852a907c1ff8269e956c1f6</id>
<content type='text'>
Add tests
Update empty state
[ci skip]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add tests
Update empty state
[ci skip]
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix tests. Remove NOT NULL constraint from cluster.user.</title>
<updated>2017-11-03T08:22:49+00:00</updated>
<author>
<name>Shinya Maeda</name>
<email>shinya@gitlab.com</email>
</author>
<published>2017-11-03T08:22:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=600d5f4fba4f73ef438db651d20da92080e5b3b0'/>
<id>600d5f4fba4f73ef438db651d20da92080e5b3b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
