<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/services/projects, branch ide-diff-inline</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>Merge branch 'pages_force_https' into 'master'</title>
<updated>2018-03-23T15:48:28+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2018-03-23T15:48:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=457a99c612acf59ec9cc4d0793c53465f914e696'/>
<id>457a99c612acf59ec9cc4d0793c53465f914e696</id>
<content type='text'>
HTTPS only Pages

Closes #28857

See merge request gitlab-org/gitlab-ce!16273</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
HTTPS only Pages

Closes #28857

See merge request gitlab-org/gitlab-ce!16273</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'mark-legacy-git-access' into 'master'</title>
<updated>2018-03-23T10:20:45+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2018-03-23T10:20:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=bb9d360c0a7daed6aa08a0635e084c314c2c8b3e'/>
<id>bb9d360c0a7daed6aa08a0635e084c314c2c8b3e</id>
<content type='text'>
Route path lookups through legacy_disk_path

See merge request gitlab-org/gitlab-ce!17743</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Route path lookups through legacy_disk_path

See merge request gitlab-org/gitlab-ce!17743</pre>
</div>
</content>
</entry>
<entry>
<title>Add HTTPS-only pages</title>
<updated>2018-03-22T18:58:36+00:00</updated>
<author>
<name>Rob Watson</name>
<email>rob@mixlr.com</email>
</author>
<published>2018-01-03T08:07:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9d45951fcaeda4f01a2e4be2480d980a3e7cd37e'/>
<id>9d45951fcaeda4f01a2e4be2480d980a3e7cd37e</id>
<content type='text'>
Closes #28857
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #28857
</pre>
</div>
</content>
</entry>
<entry>
<title>Route path lookups through legacy_disk_path</title>
<updated>2018-03-21T17:18:32+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>jacob@gitlab.com</email>
</author>
<published>2018-03-14T13:42:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=008a6a6ce6fa943adcfecf3a606b845cfa282680'/>
<id>008a6a6ce6fa943adcfecf3a606b845cfa282680</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change Gitlab::Shell#add_namespace to #create_namespace</title>
<updated>2018-03-14T08:56:22+00:00</updated>
<author>
<name>Zeger-Jan van de Weg</name>
<email>git@zjvandeweg.nl</email>
</author>
<published>2018-03-14T08:56:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=77f0906e4cc406ea04de60c92377487b5a04e501'/>
<id>77f0906e4cc406ea04de60c92377487b5a04e501</id>
<content type='text'>
Prior to this change, this method was called add_namespace, which broke
the CRUD convention and made it harder to grep for what I was looking
for. Given the change was a find and replace kind of fix, this was
changed without opening an issue and on another feature branch.

If more dynamic calls are made to add_namespace, these could've been
missed which might lead to incorrect bahaviour. However, going through
the commit log it seems thats not the case.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Prior to this change, this method was called add_namespace, which broke
the CRUD convention and made it harder to grep for what I was looking
for. Given the change was a find and replace kind of fix, this was
changed without opening an issue and on another feature branch.

If more dynamic calls are made to add_namespace, these could've been
missed which might lead to incorrect bahaviour. However, going through
the commit log it seems thats not the case.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Error 500 when updating a project</title>
<updated>2018-03-08T15:03:53+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2018-03-08T15:03:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9c8e9046c7a10ff761a09697610eb52fd6578b88'/>
<id>9c8e9046c7a10ff761a09697610eb52fd6578b88</id>
<content type='text'>
If no parameters were specified for project features but Wikis were disabled,
we would get "NoMethodError: undefined method `[]' for nil:NilClass".

Closes #44019
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If no parameters were specified for project features but Wikis were disabled,
we would get "NoMethodError: undefined method `[]' for nil:NilClass".

Closes #44019
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test for ensuring the file remains after socker error</title>
<updated>2018-03-06T09:17:37+00:00</updated>
<author>
<name>Shinya Maeda</name>
<email>shinya@gitlab.com</email>
</author>
<published>2018-03-06T09:17:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6066437385fa0527e97d93fbac46eb6e455a219b'/>
<id>6066437385fa0527e97d93fbac46eb6e455a219b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix staticanalysys</title>
<updated>2018-03-06T07:53:24+00:00</updated>
<author>
<name>Shinya Maeda</name>
<email>shinya@gitlab.com</email>
</author>
<published>2018-03-06T07:50:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=58f0ad7a4cf5521296e3359ba084176f10bdb51a'/>
<id>58f0ad7a4cf5521296e3359ba084176f10bdb51a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce FailedToExtractError. Fix spec. Add DNS test mock.</title>
<updated>2018-03-06T07:53:24+00:00</updated>
<author>
<name>Shinya Maeda</name>
<email>shinya@gitlab.com</email>
</author>
<published>2018-03-05T19:37:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7421604bd0855f7855f5562769acc9bc871fb631'/>
<id>7421604bd0855f7855f5562769acc9bc871fb631</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add spec to prove that we don't create wiki when we update project's name</title>
<updated>2018-02-28T10:06:51+00:00</updated>
<author>
<name>Valery Sizov</name>
<email>valery@gitlab.com</email>
</author>
<published>2018-02-28T10:06:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=86de1e291cb831ec3aca2fa7227626b93134f740'/>
<id>86de1e291cb831ec3aca2fa7227626b93134f740</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
