<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/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>Fix two additional violations caused by previous changes</title>
<updated>2017-08-15T19:53:16+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2017-08-15T19:53:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=142b9ec4a0b3e5d5cbcbb2fc3b201755f0966b9f'/>
<id>142b9ec4a0b3e5d5cbcbb2fc3b201755f0966b9f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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 'issue_31790' into 'master'</title>
<updated>2017-08-15T17:01:48+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2017-08-15T17:01:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=05151f7699ee2adf67ce835413dfdbd80c58a3e5'/>
<id>05151f7699ee2adf67ce835413dfdbd80c58a3e5</id>
<content type='text'>
Fix API responses when dealing with txt files

Closes #31790

See merge request !13474</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix API responses when dealing with txt files

Closes #31790

See merge request !13474</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>
</feed>
