<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/features, branch render-pdfs-in-gitlab</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>Add a wait_for_ajax call to ensure Todos page cleans up properly</title>
<updated>2017-04-02T16:11:59+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2017-04-02T16:07:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6bffef880df8768798781d049eb629be834f5cfe'/>
<id>6bffef880df8768798781d049eb629be834f5cfe</id>
<content type='text'>
Potentially fixes intermittent failures such as https://gitlab.com/gitlab-org/gitlab-ce/builds/13484375
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Potentially fixes intermittent failures such as https://gitlab.com/gitlab-org/gitlab-ce/builds/13484375
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Spinach and Capybara dependencies</title>
<updated>2017-04-02T05:49:22+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2017-04-02T03:23:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c0564c549deaff44268622bfc26c81ec0c73dae7'/>
<id>c0564c549deaff44268622bfc26c81ec0c73dae7</id>
<content type='text'>
Closes #30347
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #30347
</pre>
</div>
</content>
</entry>
<entry>
<title>Properly eagerly-load the Capybara server for JS feature specs only</title>
<updated>2017-03-31T12:43:36+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2017-03-31T07:55:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2fa560744871506d46d85ba0f008854ba4439a81'/>
<id>2fa560744871506d46d85ba0f008854ba4439a81</id>
<content type='text'>
Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Eager-load the Capybara server to prevent timeouts</title>
<updated>2017-03-31T09:43:17+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2017-03-30T14:30:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f659c406ab90b6ce45138fec5e7756c7740f8e2d'/>
<id>f659c406ab90b6ce45138fec5e7756c7740f8e2d</id>
<content type='text'>
Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Increase Capybara's timeout</title>
<updated>2017-03-31T09:43:17+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2017-03-30T13:08:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e559283cc0fe3f05ee57e060c44e307e8f721b67'/>
<id>e559283cc0fe3f05ee57e060c44e307e8f721b67</id>
<content type='text'>
Also disabled assets warming for Capybara/RSpec and remove a check to
skip assets warming when ./tmp/cache/assets/test exists because assets
are now served by webpack-dev-server.

Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also disabled assets warming for Capybara/RSpec and remove a check to
skip assets warming when ./tmp/cache/assets/test exists because assets
are now served by webpack-dev-server.

Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'rs-spinach-reporter' into 'master'</title>
<updated>2017-03-30T12:13:51+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2017-03-30T12:13:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7faafa5ab5ac3a1f242af789874e011f3253866f'/>
<id>7faafa5ab5ac3a1f242af789874e011f3253866f</id>
<content type='text'>

Monkey patch the Spinach StdoutReporter to show scenario locations

See merge request !10321</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Monkey patch the Spinach StdoutReporter to show scenario locations

See merge request !10321</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '23674-simplify-milestone-summary' into 'master'</title>
<updated>2017-03-29T21:53:10+00:00</updated>
<author>
<name>Jacob Schatz</name>
<email>jschatz@gitlab.com</email>
</author>
<published>2017-03-29T21:53:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f7fefe82e5e6c72f15e2089816460d704c3ac783'/>
<id>f7fefe82e5e6c72f15e2089816460d704c3ac783</id>
<content type='text'>

Resolve "Simplify milestone summary"

Closes #23674

See merge request !10096</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Resolve "Simplify milestone summary"

Closes #23674

See merge request !10096</pre>
</div>
</content>
</entry>
<entry>
<title>Add shortcuts and counters to MRs and issues in navbar</title>
<updated>2017-03-29T21:16:57+00:00</updated>
<author>
<name>Annabel Dunstone Gray</name>
<email>annabel.dunstone@gmail.com</email>
</author>
<published>2017-03-29T21:16:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d08d12ae0395a7f95440e0f179de40283f2882ad'/>
<id>d08d12ae0395a7f95440e0f179de40283f2882ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Monkey patch the Spinach StdoutReporter to show scenario locations</title>
<updated>2017-03-29T21:07:51+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2017-03-29T21:07:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9aedf9c42c4eb2328d3ad9da671d9e05f4543326'/>
<id>9aedf9c42c4eb2328d3ad9da671d9e05f4543326</id>
<content type='text'>
Before:

    Scenario: Viewing invitation when signed out
      ✔  Given "John Doe" is owner of group "Owned" # features/steps/shared/group.rb:8

After:

    Scenario: Viewing invitation when signed out    # features/invites.feature:6
      ✔  Given "John Doe" is owner of group "Owned" # features/steps/shared/group.rb:8

Now if a scenario fails we can easily rerun it with a specific line
number.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Before:

    Scenario: Viewing invitation when signed out
      ✔  Given "John Doe" is owner of group "Owned" # features/steps/shared/group.rb:8

After:

    Scenario: Viewing invitation when signed out    # features/invites.feature:6
      ✔  Given "John Doe" is owner of group "Owned" # features/steps/shared/group.rb:8

Now if a scenario fails we can easily rerun it with a specific line
number.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix link togglers jumping to top</title>
<updated>2017-03-28T16:09:12+00:00</updated>
<author>
<name>Eric Eastwood</name>
<email>contact@ericeastwood.com</email>
</author>
<published>2017-03-14T05:02:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=cf3c43980d3911e32d767158420400d75edf3968'/>
<id>cf3c43980d3911e32d767158420400d75edf3968</id>
<content type='text'>
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/29414
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/29414
</pre>
</div>
</content>
</entry>
</feed>
