<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/javascripts/fixtures, branch docs-instance_level_clusters</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>Remove trailing empty lines</title>
<updated>2019-05-10T12:12:19+00:00</updated>
<author>
<name>Winnie Hellmann</name>
<email>winnie@gitlab.com</email>
</author>
<published>2019-04-24T20:11:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8c7c68a5ebbe448e6ef9cff14ea2931d192eea93'/>
<id>8c7c68a5ebbe448e6ef9cff14ea2931d192eea93</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused fixture_file_name 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-23T10:21:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3ee2226b992ae2c801885d03e2818f6709cc5a65'/>
<id>3ee2226b992ae2c801885d03e2818f6709cc5a65</id>
<content type='text'>
for f in $(find spec/javascripts/fixtures/ -name '*.rb')
do
  sed -E -e 's/(, ){0,1}(fixture_file_name|
  example\.description)(, ){0,1}//' &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 -E -e 's/(, ){0,1}(fixture_file_name|
  example\.description)(, ){0,1}//' &lt; $f &gt; $f.tmp; mv $f.tmp $f
done
</pre>
</div>
</content>
</entry>
<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://91.123.203.49/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://91.123.203.49/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 balsamiq fixture into raw file fixtures</title>
<updated>2019-05-10T12:12:19+00:00</updated>
<author>
<name>Winnie Hellmann</name>
<email>winnie@gitlab.com</email>
</author>
<published>2019-04-20T12:39:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=66cd2e97fbb520ff27f5e6873fb9e598e17b1224'/>
<id>66cd2e97fbb520ff27f5e6873fb9e598e17b1224</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge PDF fixture into raw file fixtures</title>
<updated>2019-05-10T12:12:19+00:00</updated>
<author>
<name>Winnie Hellmann</name>
<email>winnie@gitlab.com</email>
</author>
<published>2019-04-20T12:36:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=dff8bd0c03f2d8f186909855a46d46bb90d9b391'/>
<id>dff8bd0c03f2d8f186909855a46d46bb90d9b391</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Expose response variable for raw file fixtures</title>
<updated>2019-05-10T12:12:19+00:00</updated>
<author>
<name>Winnie Hellmann</name>
<email>winnie@gitlab.com</email>
</author>
<published>2019-04-20T12:33:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3e881f7aa5e2ba783ef5bfb4ba3eda73f1fe9a17'/>
<id>3e881f7aa5e2ba783ef5bfb4ba3eda73f1fe9a17</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore PDF and balsamiq fixture files</title>
<updated>2019-05-02T21:11:12+00:00</updated>
<author>
<name>Winnie Hellmann</name>
<email>winnie@gitlab.com</email>
</author>
<published>2019-04-25T09:44:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5990d42253b2b99dc5a699df81f0e0f976844c49'/>
<id>5990d42253b2b99dc5a699df81f0e0f976844c49</id>
<content type='text'>
(cherry picked from commit 1b33828811897b6a3f8a38044cc0839b87098d1f)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 1b33828811897b6a3f8a38044cc0839b87098d1f)
</pre>
</div>
</content>
</entry>
<entry>
<title>Move all static fixtures to static directory</title>
<updated>2019-04-25T11:56:32+00:00</updated>
<author>
<name>Winnie Hellmann</name>
<email>winnie@gitlab.com</email>
</author>
<published>2019-04-25T09:35:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d152a74ce393d76b1fbbf1b0a304125f3c9457c4'/>
<id>d152a74ce393d76b1fbbf1b0a304125f3c9457c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Delete static_fixtures.rb for static HAML fixtures</title>
<updated>2019-04-11T07:39:14+00:00</updated>
<author>
<name>Winnie Hellmann</name>
<email>winnie@gitlab.com</email>
</author>
<published>2019-04-11T07:39:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2f704d83564f20f23c4adf2f6471cd745dd80e2a'/>
<id>2f704d83564f20f23c4adf2f6471cd745dd80e2a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
