<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/lib, branch docs/database-development</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 'rs-trailingwhitespace-cop' into 'master'</title>
<updated>2017-08-16T10:27:46+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2017-08-16T10:27:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7b68bdce15a2f02d0b55d9fd43473408858cd6b6'/>
<id>7b68bdce15a2f02d0b55d9fd43473408858cd6b6</id>
<content type='text'>
Enable Layout/TrailingWhitespace cop and auto-correct offenses

See merge request !13573</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enable Layout/TrailingWhitespace cop and auto-correct offenses

See merge request !13573</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '34643-fix-project-path-slugify' into 'master'</title>
<updated>2017-08-16T10:10:24+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2017-08-16T10:10:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1b46a8360e0adffba79fad5730e94e333350f063'/>
<id>1b46a8360e0adffba79fad5730e94e333350f063</id>
<content type='text'>
Fix CI_PROJECT_PATH_SLUG slugify

Closes #34643

See merge request !13350</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix CI_PROJECT_PATH_SLUG slugify

Closes #34643

See merge request !13350</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'rs-redis-config-paths' into 'master'</title>
<updated>2017-08-16T09:54:06+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2017-08-16T09:54:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=765b1831687aac0a70819793890ac0e1ca5ae63f'/>
<id>765b1831687aac0a70819793890ac0e1ca5ae63f</id>
<content type='text'>
Don't depend on `Rails` for Redis configuration file paths

Closes #36514

See merge request !13575</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't depend on `Rails` for Redis configuration file paths

Closes #36514

See merge request !13575</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '34533-speed-up-project-creation' into 'master'</title>
<updated>2017-08-16T09:45:25+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2017-08-16T09:45:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e254014d3def5d4254f60b46a4e7cf6fcbc1248b'/>
<id>e254014d3def5d4254f60b46a4e7cf6fcbc1248b</id>
<content type='text'>
Speed up project creation by inlining repository creation

Closes #34533

See merge request !13529</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Speed up project creation by inlining repository creation

Closes #34533

See merge request !13529</pre>
</div>
</content>
</entry>
<entry>
<title>Don't depend on `Rails` for Redis configuration file paths</title>
<updated>2017-08-15T19:08:56+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2017-08-15T19:08:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f5cb3ac14da14a527a9a259d8a1bfb372868f352'/>
<id>f5cb3ac14da14a527a9a259d8a1bfb372868f352</id>
<content type='text'>
The `Rails` object was not always available in all tasks that require
Redis access, such as `mail_room`, so the constant pointing to the
configuration path was never defined, but we still attempted to access
it in `config_file_name`, resulting in a `NameError` exception.

Further, there was no benefit to defining these paths in a constant to
begin with -- they're only accessed in one place, and it was within the
class where they were being defined. We can just provide them at
run-time instead.

Further _still_, we were calling `File.expand_path` on the absolute path
returned by `Rails.root.join`, which was rather pointless.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The `Rails` object was not always available in all tasks that require
Redis access, such as `mail_room`, so the constant pointing to the
configuration path was never defined, but we still attempted to access
it in `config_file_name`, resulting in a `NameError` exception.

Further, there was no benefit to defining these paths in a constant to
begin with -- they're only accessed in one place, and it was within the
class where they were being defined. We can just provide them at
run-time instead.

Further _still_, we were calling `File.expand_path` on the absolute path
returned by `Rails.root.join`, which was rather pointless.
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable Layout/TrailingWhitespace cop and auto-correct offenses</title>
<updated>2017-08-15T17:44:37+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2017-08-15T17:44:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4edfad96784e8f77ec8ead26f01b4012977ba58a'/>
<id>4edfad96784e8f77ec8ead26f01b4012977ba58a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Speed up project creation by inlining repository creation</title>
<updated>2017-08-15T17:33:07+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2017-08-14T11:29:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5fc871381ad0768bb38879ab1621e538ca3008d0'/>
<id>5fc871381ad0768bb38879ab1621e538ca3008d0</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 'workhorse-deprecate-gitaly-address' into 'master'</title>
<updated>2017-08-15T15:56:02+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2017-08-15T15:56:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=97b768508c360d2ae767a559b5037fe464061440'/>
<id>97b768508c360d2ae767a559b5037fe464061440</id>
<content type='text'>
Remove deprecated field from workhorse API responses

See merge request !13567</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove deprecated field from workhorse API responses

See merge request !13567</pre>
</div>
</content>
</entry>
<entry>
<title>Remove deprecated field from workhorse API responses</title>
<updated>2017-08-15T14:39:31+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>jacob@gitlab.com</email>
</author>
<published>2017-08-15T14:39:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4405c8e393c8621f1a5f3b31f6e7578419562716'/>
<id>4405c8e393c8621f1a5f3b31f6e7578419562716</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add two more project templates</title>
<updated>2017-08-15T10:55:54+00:00</updated>
<author>
<name>Z.J. van de Weg</name>
<email>git@zjvandeweg.nl</email>
</author>
<published>2017-08-09T10:16:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=639140677410f11955947980aa47356e1136c32e'/>
<id>639140677410f11955947980aa47356e1136c32e</id>
<content type='text'>
Related to !13108. Mostly this is just running the rake task and
changing the task a bit to catch cases like the project already existing
or so. The rake task moves archives to the vendor/project_template
directory, which are checked in too.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Related to !13108. Mostly this is just running the rake task and
changing the task a bit to catch cases like the project already existing
or so. The rake task moves archives to the vendor/project_template
directory, which are checked in too.
</pre>
</div>
</content>
</entry>
</feed>
