<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/doc/development/testing_guide, branch parallel-db-migrations</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>Document that we don't want to wait in tests</title>
<updated>2018-07-09T14:53:33+00:00</updated>
<author>
<name>Winnie Hellmann</name>
<email>winnie@gitlab.com</email>
</author>
<published>2018-07-09T14:53:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d8013704b66a9f8653af87c8202d980cc30cb003'/>
<id>d8013704b66a9f8653af87c8202d980cc30cb003</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add link to hack for styling Capybara HTML dumps</title>
<updated>2018-05-31T14:03:46+00:00</updated>
<author>
<name>Winnie Hellmann</name>
<email>winnie@gitlab.com</email>
</author>
<published>2018-05-31T14:03:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0fbd948b8d43023338264a599ff7b60dbf248fcd'/>
<id>0fbd948b8d43023338264a599ff7b60dbf248fcd</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 'backstage/gb/improve-fast-specs-helper' into 'master'</title>
<updated>2018-05-15T13:27:04+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2018-05-15T13:27:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=920becb784f3abe95363807b8848f72e9a2260d2'/>
<id>920becb784f3abe95363807b8848f72e9a2260d2</id>
<content type='text'>
Improve fast specs helper to autoload the library

See merge request gitlab-org/gitlab-ce!18903</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Improve fast specs helper to autoload the library

See merge request gitlab-org/gitlab-ce!18903</pre>
</div>
</content>
</entry>
<entry>
<title>Improve testing best practices guidelines</title>
<updated>2018-05-15T12:43:39+00:00</updated>
<author>
<name>Grzegorz Bizon</name>
<email>grzesiek.bizon@gmail.com</email>
</author>
<published>2018-05-15T11:34:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7186f0de657f510e27e24b6845f99ded158118af'/>
<id>7186f0de657f510e27e24b6845f99ded158118af</id>
<content type='text'>
It mentions that explicitly defining dependencies in sources is
preferred over defining such dependencies only in spec files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It mentions that explicitly defining dependencies in sources is
preferred over defining such dependencies only in spec files.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update docs describing `fast_spec_helper` best practices</title>
<updated>2018-05-15T08:38:00+00:00</updated>
<author>
<name>Grzegorz Bizon</name>
<email>grzesiek.bizon@gmail.com</email>
</author>
<published>2018-05-15T08:38:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d134c0fb70eb9330680872edefa8841641931018'/>
<id>d134c0fb70eb9330680872edefa8841641931018</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up docs</title>
<updated>2018-05-14T07:53:57+00:00</updated>
<author>
<name>blackst0ne</name>
<email>blackst0ne.ru@gmail.com</email>
</author>
<published>2018-05-10T05:35:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c3882c261173226a4d14c83ea5fd1c13986d4754'/>
<id>c3882c261173226a4d14c83ea5fd1c13986d4754</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support resetting of Prometheus metrics between test runs</title>
<updated>2018-05-09T21:33:42+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2018-05-09T05:29:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=204af2e1019e661fddc451ad0cfb982453d4085b'/>
<id>204af2e1019e661fddc451ad0cfb982453d4085b</id>
<content type='text'>
Adding the :prometheus tag to an rspec test will clear out
memory-mapped files and reset the registry.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/39968
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adding the :prometheus tag to an rspec test will clear out
memory-mapped files and reset the registry.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/39968
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix memory and performance issues in Karma test suite</title>
<updated>2018-05-01T17:40:35+00:00</updated>
<author>
<name>Mike Greiling</name>
<email>mike@pixelcog.com</email>
</author>
<published>2018-05-01T17:40:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6b1e4ad5e85dd9965e4a1f9c45a6632e95c3f839'/>
<id>6b1e4ad5e85dd9965e4a1f9c45a6632e95c3f839</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed typos</title>
<updated>2018-04-27T08:50:05+00:00</updated>
<author>
<name>Pascal Borreli</name>
<email>pascal@borreli.com</email>
</author>
<published>2018-04-27T08:50:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=12e3eff462077008143146181c81f77204d1a8a9'/>
<id>12e3eff462077008143146181c81f77204d1a8a9</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 '30998-add-babel-rewire-plugin' into 'master'</title>
<updated>2018-04-24T14:00:59+00:00</updated>
<author>
<name>Clement Ho</name>
<email>clemmakesapps@gmail.com</email>
</author>
<published>2018-04-24T14:00:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b173e564612245e320d095b60b6a9d5188c3ddef'/>
<id>b173e564612245e320d095b60b6a9d5188c3ddef</id>
<content type='text'>
Resolve "Add some way to mock and spy on default ES modules"

Closes #30998

See merge request gitlab-org/gitlab-ce!18116</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve "Add some way to mock and spy on default ES modules"

Closes #30998

See merge request gitlab-org/gitlab-ce!18116</pre>
</div>
</content>
</entry>
</feed>
