<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/config, branch 22964-git-commit-documentation-article</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 configurable email subject suffix</title>
<updated>2016-10-03T10:07:28+00:00</updated>
<author>
<name>Fu Xu</name>
<email>fuxu@fuxu.name</email>
</author>
<published>2016-09-02T08:57:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=74c8e091f40c29a59b99bf7864b9fee303c68e50'/>
<id>74c8e091f40c29a59b99bf7864b9fee303c68e50</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 'initialize-redis' into 'master'</title>
<updated>2016-09-30T12:32:18+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2016-09-30T12:32:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b9daced7a2814fa74a3f0dddf38858100678c6b1'/>
<id>b9daced7a2814fa74a3f0dddf38858100678c6b1</id>
<content type='text'>

Initialize Redis pool in single-threaded context

See merge request !6613</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Initialize Redis pool in single-threaded context

See merge request !6613</pre>
</div>
</content>
</entry>
<entry>
<title>Initialize Redis pool in single-threaded context</title>
<updated>2016-09-30T10:27:43+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>jacob@gitlab.com</email>
</author>
<published>2016-09-30T10:27:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=52ee85e7bf35d372285d70cc93016854774839b1'/>
<id>52ee85e7bf35d372285d70cc93016854774839b1</id>
<content type='text'>
This side-steps the need for mutexes and whatnot.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This side-steps the need for mutexes and whatnot.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use `Module#prepend` instead of `alias_method_chain`</title>
<updated>2016-09-30T10:08:25+00:00</updated>
<author>
<name>Andre Guedes</name>
<email>andrebsguedes@gmail.com</email>
</author>
<published>2016-09-21T12:46:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5dbf1f487188e73bc5eb556c7b955088ff4676e5'/>
<id>5dbf1f487188e73bc5eb556c7b955088ff4676e5</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 'master' of dev.gitlab.org:gitlab/gitlabhq</title>
<updated>2016-09-29T17:02:59+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2016-09-29T17:02:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=923a1f7ace53f4913284c384ae2a20a39a999f99'/>
<id>923a1f7ace53f4913284c384ae2a20a39a999f99</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 '22364-rails-cache-connection-pool-sidekiq-servers' into 'master'</title>
<updated>2016-09-29T12:12:01+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2016-09-29T12:12:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ce0591df704028c467dbb34c1521347c3b8c7cda'/>
<id>ce0591df704028c467dbb34c1521347c3b8c7cda</id>
<content type='text'>

Use a ConnectionPool for Rails.cache on Sidekiq servers

## What does this MR do?

On Sidekiq server we'll use a connection pool to connect to the redis store used for Rails cache. But now we're sure we're not modifying the configuration used on the lazy create Redis connection inside the connection pools. I've create a PR on [redis-activesupport](https://github.com/pacoguzman/redis-activesupport) too. @jacobvosmaer-gitlab make this easier updating the Gitlab::Redis class !6472

Closes #22364

See merge request !6468</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Use a ConnectionPool for Rails.cache on Sidekiq servers

## What does this MR do?

On Sidekiq server we'll use a connection pool to connect to the redis store used for Rails cache. But now we're sure we're not modifying the configuration used on the lazy create Redis connection inside the connection pools. I've create a PR on [redis-activesupport](https://github.com/pacoguzman/redis-activesupport) too. @jacobvosmaer-gitlab make this easier updating the Gitlab::Redis class !6472

Closes #22364

See merge request !6468</pre>
</div>
</content>
</entry>
<entry>
<title>Update warn message for MySQL fix</title>
<updated>2016-09-28T23:48:32+00:00</updated>
<author>
<name>Chris Wilson</name>
<email>chris@chrisjwilson.com</email>
</author>
<published>2016-09-28T23:48:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9469666623bd7d407cd02ed14273c826069bc65d'/>
<id>9469666623bd7d407cd02ed14273c826069bc65d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use a ConnectionPool for Rails.cache on Sidekiq servers</title>
<updated>2016-09-28T09:14:07+00:00</updated>
<author>
<name>Paco Guzman</name>
<email>pacoguzmanp@gmail.com</email>
</author>
<published>2016-09-22T06:38:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=263c7f0bccd4821804bb293df3f45f513c1163b6'/>
<id>263c7f0bccd4821804bb293df3f45f513c1163b6</id>
<content type='text'>
It’s important to remember that connections on ConnectionPool are created 
when needed so if modify the objects later to create those connections weird 
things could happen

https://gitlab.com/gitlab-com/infrastructure/issues/464#note_15850653</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It’s important to remember that connections on ConnectionPool are created 
when needed so if modify the objects later to create those connections weird 
things could happen

https://gitlab.com/gitlab-com/infrastructure/issues/464#note_15850653</pre>
</div>
</content>
</entry>
<entry>
<title>Add Pipelines for Commit</title>
<updated>2016-09-27T21:11:13+00:00</updated>
<author>
<name>Kamil Trzcinski</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2016-09-13T11:44:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5e5f6af869be2e0cce0b1e4d19a551a52a78612e'/>
<id>5e5f6af869be2e0cce0b1e4d19a551a52a78612e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Set a restrictive CORS policy on the API for credentialed requests</title>
<updated>2016-09-26T12:05:01+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2016-09-22T12:21:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3870138960b6918d999f879bed5e8d938ea43fae'/>
<id>3870138960b6918d999f879bed5e8d938ea43fae</id>
<content type='text'>
Cross-origin requests can still be made, as long as the client doesn't
use the Rails session cookie to do so. Existing clients should not
be setting 'withCredentials: true', so this should be fine.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Cross-origin requests can still be made, as long as the client doesn't
use the Rails session cookie to do so. Existing clients should not
be setting 'withCredentials: true', so this should be fine.
</pre>
</div>
</content>
</entry>
</feed>
