<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/javascripts/fixtures/projects.rb, branch docs-pull-mirroring-update</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>Make fixtures/projects.rb deterministic</title>
<updated>2019-02-21T16:55:14+00:00</updated>
<author>
<name>Winnie Hellmann</name>
<email>winnie@gitlab.com</email>
</author>
<published>2019-02-21T16:55:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b5072fa3230bde36ff4e3a02f8e5035297ed5318'/>
<id>b5072fa3230bde36ff4e3a02f8e5035297ed5318</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Resolve "Improve project overview UI"</title>
<updated>2018-09-06T07:27:39+00:00</updated>
<author>
<name>Dennis Tang</name>
<email>dennis@dennistang.net</email>
</author>
<published>2018-09-06T07:27:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ec4ad656f03f6a648867cc70b3e076768615919c'/>
<id>ec4ad656f03f6a648867cc70b3e076768615919c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Resolve "Rename the `Master` role to `Maintainer`" Backend</title>
<updated>2018-07-11T14:36:08+00:00</updated>
<author>
<name>Mark Chao</name>
<email>mchao@gitlab.com</email>
</author>
<published>2018-07-11T14:36:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a63bce1a4b55bc6cbafb9dec12d33028521489e9'/>
<id>a63bce1a4b55bc6cbafb9dec12d33028521489e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove EE-specific comments from CE</title>
<updated>2018-03-28T16:05:14+00:00</updated>
<author>
<name>Eric Eastwood</name>
<email>contact@ericeastwood.com</email>
</author>
<published>2018-03-28T16:05:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d5f0d89f9d48dc14fbc3091547d6ff257a868586'/>
<id>d5f0d89f9d48dc14fbc3091547d6ff257a868586</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
