<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec, branch fix/serialized-commit-path</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>Update commit entity to point to valid commit page</title>
<updated>2017-01-13T12:07:32+00:00</updated>
<author>
<name>Grzegorz Bizon</name>
<email>grzesiek.bizon@gmail.com</email>
</author>
<published>2017-01-13T12:07:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1f546e4d724d77db0a384fb36e17243bf75381f5'/>
<id>1f546e4d724d77db0a384fb36e17243bf75381f5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Only escape the 'No Milestone' param</title>
<updated>2017-01-13T10:07:56+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2017-01-13T10:07:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=52afe463802ce37e6f551b05b38f70148171689a'/>
<id>52afe463802ce37e6f551b05b38f70148171689a</id>
<content type='text'>
This is less invasive than the parent commit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is less invasive than the parent commit.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix milestone API specs in Ruby 2.1</title>
<updated>2017-01-13T10:04:25+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2017-01-13T10:02:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b0ae433ef361f62cd95c40035855c31d3dca784d'/>
<id>b0ae433ef361f62cd95c40035855c31d3dca784d</id>
<content type='text'>
Ruby 2.3:
```
URI.parse('http://foo/bar?baz quux')
=&gt; #&lt;URI::HTTP http://foo/bar?baz%20quux&gt;
```

Ruby 2.1:
```
URI.parse('http://foo/bar?baz quux')
URI::InvalidURIError: bad URI(is not URI?): http://foo/bar?baz quux
```
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ruby 2.3:
```
URI.parse('http://foo/bar?baz quux')
=&gt; #&lt;URI::HTTP http://foo/bar?baz%20quux&gt;
```

Ruby 2.1:
```
URI.parse('http://foo/bar?baz quux')
URI::InvalidURIError: bad URI(is not URI?): http://foo/bar?baz quux
```
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '23194-fix-no-milestone-option-for-projects-endpoint' into 'master'</title>
<updated>2017-01-13T08:18:39+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2017-01-13T08:18:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7ddeefe02519fdc59917f0101eb0babad25ed98d'/>
<id>7ddeefe02519fdc59917f0101eb0babad25ed98d</id>
<content type='text'>

Fixes the incoherent filtering by milestone in `/projects/:id/issues` and `/groups/:id/issues` endpoints

Closes #23194

See merge request !8457</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Fixes the incoherent filtering by milestone in `/projects/:id/issues` and `/groups/:id/issues` endpoints

Closes #23194

See merge request !8457</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'move-dashboard-help-spinach-to-rspec' into 'master'</title>
<updated>2017-01-13T04:53:58+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2017-01-13T04:53:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2159802c5fa833bb748ad62ce80ab6895e918985'/>
<id>2159802c5fa833bb748ad62ce80ab6895e918985</id>
<content type='text'>

Move dashboard help spinach test to rspec

See merge request !8436</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Move dashboard help spinach test to rspec

See merge request !8436</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'move-dashboard-group-spinach-to-rspec' into 'master'</title>
<updated>2017-01-13T04:53:32+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2017-01-13T04:53:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=11001dd97f35e992e157e74110843ee3c7c80aa5'/>
<id>11001dd97f35e992e157e74110843ee3c7c80aa5</id>
<content type='text'>

Move dashboard group spinach test to rspec

See merge request !8434</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Move dashboard group spinach test to rspec

See merge request !8434</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'move-dashboard-archived-projects-spinach-to-rspec' into 'master'</title>
<updated>2017-01-13T04:53:11+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2017-01-13T04:53:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ed85fdb218970497c212731ddc21ee53b1678346'/>
<id>ed85fdb218970497c212731ddc21ee53b1678346</id>
<content type='text'>

Move dashboard archived projects spinach tests to rspec

See merge request !8431</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Move dashboard archived projects spinach tests to rspec

See merge request !8431</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'move-dashboard-activetab-spinach-to-rspec' into 'master'</title>
<updated>2017-01-13T04:52:28+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2017-01-13T04:52:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f20d3cb3faa31c70be0f4d7b6e1428d142b8a48f'/>
<id>f20d3cb3faa31c70be0f4d7b6e1428d142b8a48f</id>
<content type='text'>

Move dashboard active tab spinach test to rspec

See merge request !8423</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Move dashboard active tab spinach test to rspec

See merge request !8423</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'remove-double-let' into 'master'</title>
<updated>2017-01-13T04:51:12+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2017-01-13T04:51:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f2499fd430b1cd48b2d7956f63536e525a3b32a8'/>
<id>f2499fd430b1cd48b2d7956f63536e525a3b32a8</id>
<content type='text'>

Remove duplicate let in cycle_analytics_spec

See merge request !8422</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Remove duplicate let in cycle_analytics_spec

See merge request !8422</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'move-admin-users-spinach-tests-to-rspec' into 'master'</title>
<updated>2017-01-13T04:50:48+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2017-01-13T04:50:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2c58d5101c037f64ca22ffbbf10b83133889585c'/>
<id>2c58d5101c037f64ca22ffbbf10b83133889585c</id>
<content type='text'>

Move admin users spinach tests to rspec

See merge request !8395</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Move admin users spinach tests to rspec

See merge request !8395</pre>
</div>
</content>
</entry>
</feed>
