<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/javascripts/fixtures, branch docs-sethgitlab-featureflags</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>Move frontend fixtures into spec/frontend</title>
<updated>2019-07-19T07:27:15+00:00</updated>
<author>
<name>Mike Greiling</name>
<email>mike@pixelcog.com</email>
</author>
<published>2019-07-18T19:11:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=97b8f85e03f0b6dcfc5d85b92323be979bd27b09'/>
<id>97b8f85e03f0b6dcfc5d85b92323be979bd27b09</id>
<content type='text'>
Moves every fixture source file from
spec/javascripts to spec/frontend
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Moves every fixture source file from
spec/javascripts to spec/frontend
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport line changes from EE</title>
<updated>2019-07-19T07:27:13+00:00</updated>
<author>
<name>Mike Greiling</name>
<email>mike@pixelcog.com</email>
</author>
<published>2019-07-18T20:03:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=25fa78e2f9205427274772ff620d59cc9162400c'/>
<id>25fa78e2f9205427274772ff620d59cc9162400c</id>
<content type='text'>
EE-specific line changes were introduced in the following MR:
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/12680

This change resolves most of them
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
EE-specific line changes were introduced in the following MR:
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/12680

This change resolves most of them
</pre>
</div>
</content>
</entry>
<entry>
<title>Resolve annoying deprecation warnings</title>
<updated>2019-07-18T21:56:56+00:00</updated>
<author>
<name>Mike Greiling</name>
<email>mike@pixelcog.com</email>
</author>
<published>2019-07-17T22:15:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5e0a288e7f26431e6f5795b174ed4cdf2d619bc9'/>
<id>5e0a288e7f26431e6f5795b174ed4cdf2d619bc9</id>
<content type='text'>
DEPRECATION WARNING: The success? predicate is deprecated and will be
removed in Rails 6.0. Please use successful? ...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DEPRECATION WARNING: The success? predicate is deprecated and will be
removed in Rails 6.0. Please use successful? ...
</pre>
</div>
</content>
</entry>
<entry>
<title>preventing blocked users and their PipelineSchdules from creating new Pipelines</title>
<updated>2019-06-05T01:25:26+00:00</updated>
<author>
<name>drew cimino</name>
<email>dcimino@gitlab.com</email>
</author>
<published>2019-04-11T15:21:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=42d6d3187fb7305daead326bfdf56a09c249f829'/>
<id>42d6d3187fb7305daead326bfdf56a09c249f829</id>
<content type='text'>
updated several specs and factories to accomodate new permissions
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
updated several specs and factories to accomodate new permissions
</pre>
</div>
</content>
</entry>
<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>
</feed>
