<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/config/initializers, branch fix/encoding-binary-issue</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>Fix keys seed</title>
<updated>2017-06-02T17:37:57+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@selenight.nl</email>
</author>
<published>2017-06-02T17:12:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=103b5bf60ba952e661b3e22d866cc64eed7358ee'/>
<id>103b5bf60ba952e661b3e22d866cc64eed7358ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow scheduling from after_commit hooks</title>
<updated>2017-06-02T16:43:32+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@selenight.nl</email>
</author>
<published>2017-06-01T21:35:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a9dbda8605f2c3111c4e4775edf7f931e4260a41'/>
<id>a9dbda8605f2c3111c4e4775edf7f931e4260a41</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Forbid Sidekiq scheduling in transactions</title>
<updated>2017-06-02T16:43:32+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2017-02-20T13:28:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4edb505bb6783525444dd0179d1fb536a5cd1390'/>
<id>4edb505bb6783525444dd0179d1fb536a5cd1390</id>
<content type='text'>
Scheduling jobs in transactions can lead to race conditions where a job
runs before a transaction has been committed. The added initializer
ensures the various Sidekiq scheduling methods raise an error when
called inside a transaction.

Fixes #27233
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Scheduling jobs in transactions can lead to race conditions where a job
runs before a transaction has been committed. The added initializer
ensures the various Sidekiq scheduling methods raise an error when
called inside a transaction.

Fixes #27233
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '31644-make-cookie-sessions-unique' into 'master'</title>
<updated>2017-06-01T14:59:35+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2017-06-01T14:59:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6f14a3ea6ba711259dc1ae4da374d032ca49ad17'/>
<id>6f14a3ea6ba711259dc1ae4da374d032ca49ad17</id>
<content type='text'>
Update session cookie key name to be unique to instance in development

Closes #31644

See merge request !11839</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update session cookie key name to be unique to instance in development

Closes #31644

See merge request !11839</pre>
</div>
</content>
</entry>
<entry>
<title>Update session cookie key name to be unique to instance in development</title>
<updated>2017-06-01T13:27:40+00:00</updated>
<author>
<name>Eric Eastwood</name>
<email>contact@ericeastwood.com</email>
</author>
<published>2017-06-01T06:15:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0087f939892e9eef5a642b84615ada6c0cdbdcd6'/>
<id>0087f939892e9eef5a642b84615ada6c0cdbdcd6</id>
<content type='text'>
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/31644
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/31644
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'dm-discussions-n-plus-1' into 'master'</title>
<updated>2017-06-01T09:01:08+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2017-06-01T09:01:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=69e31003beee21d9532bdbad979528a48c230679'/>
<id>69e31003beee21d9532bdbad979528a48c230679</id>
<content type='text'>
Resolve N+1 query issue with discussions

Closes #33013

See merge request !11775</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve N+1 query issue with discussions

Closes #33013

See merge request !11775</pre>
</div>
</content>
</entry>
<entry>
<title>Do not try to preload Commits when using Note.includes(:noteable)</title>
<updated>2017-05-31T16:12:26+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@selenight.nl</email>
</author>
<published>2017-05-31T16:12:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=257f4eaa97d4ebed7feac36040a37650c25a6ca0'/>
<id>257f4eaa97d4ebed7feac36040a37650c25a6ca0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'upstream/master' into rename-builds-controller</title>
<updated>2017-05-31T10:14:11+00:00</updated>
<author>
<name>Lin Jen-Shin</name>
<email>godfat@godfat.org</email>
</author>
<published>2017-05-31T10:14:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6c72d8a2199de4adcf7033d4031499d842f4595e'/>
<id>6c72d8a2199de4adcf7033d4031499d842f4595e</id>
<content type='text'>
* upstream/master: (116 commits)
  Revert "Merge branch 'grpc-1.3.4' into 'master'"
  Return nil when looking up config for unknown LDAP provider
  Avoid crash when trying to parse string with invalid UTF-8 sequence
  Enable Gitaly by default in GitLab 9.3
  Don’t create comment on JIRA if link already exists
  Disable sub_group_issuables_spec.rb for mysql
  Fix math rendering on blob pages
  Add changelog
  Don't allow to pass a user to ProjectWiki#http_url_to_repo
  Revert "Merge branch '1937-https-clone-url-username' into 'master'"
  Fix bottom padding for build page
  Fix /unsubscribe slash command creating extra todos
  Fix omniauth-google-oauth2 dependencies in Gemfile.lock
  Update looks job log
  'New issue'/'New merge request' dropdowns should show only projects with issues/merge requests feature enabled
  Fix spec for Members::AuthorizedDestroyService
  31616-add-uptime-of-gitlab-instance-in-admin-area
  Set head pipeline when creating merge requests
  Create a separate helper to check if we show particular tab on a search page
  Add performance deltas between app deployments on Merge Request widget
  ...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* upstream/master: (116 commits)
  Revert "Merge branch 'grpc-1.3.4' into 'master'"
  Return nil when looking up config for unknown LDAP provider
  Avoid crash when trying to parse string with invalid UTF-8 sequence
  Enable Gitaly by default in GitLab 9.3
  Don’t create comment on JIRA if link already exists
  Disable sub_group_issuables_spec.rb for mysql
  Fix math rendering on blob pages
  Add changelog
  Don't allow to pass a user to ProjectWiki#http_url_to_repo
  Revert "Merge branch '1937-https-clone-url-username' into 'master'"
  Fix bottom padding for build page
  Fix /unsubscribe slash command creating extra todos
  Fix omniauth-google-oauth2 dependencies in Gemfile.lock
  Update looks job log
  'New issue'/'New merge request' dropdowns should show only projects with issues/merge requests feature enabled
  Fix spec for Members::AuthorizedDestroyService
  31616-add-uptime-of-gitlab-instance-in-admin-area
  Set head pipeline when creating merge requests
  Create a separate helper to check if we show particular tab on a search page
  Add performance deltas between app deployments on Merge Request widget
  ...
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'gitaly-opt-out' into 'master'</title>
<updated>2017-05-30T16:05:47+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2017-05-30T16:05:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8f1460ac776dedf2a0e42decc1d0d1f3f9a76576'/>
<id>8f1460ac776dedf2a0e42decc1d0d1f3f9a76576</id>
<content type='text'>
Enable Gitaly by default in GitLab 9.3

Closes gitaly#242

See merge request !11796</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enable Gitaly by default in GitLab 9.3

Closes gitaly#242

See merge request !11796</pre>
</div>
</content>
</entry>
<entry>
<title>Enable Gitaly by default in GitLab 9.3</title>
<updated>2017-05-30T14:09:44+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>jacob@gitlab.com</email>
</author>
<published>2017-05-30T13:57:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=28590e8854fd15f1a36befb66c68efbb490f9f04'/>
<id>28590e8854fd15f1a36befb66c68efbb490f9f04</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
