<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/config/initializers, branch 3870-commit-sorting-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>Merge branch 'add-instrumentation-for-15137' into 'master'</title>
<updated>2016-05-04T14:25:28+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2016-05-04T14:25:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=917c26ced7f4df99834e571ad5d1723d2afe8872'/>
<id>917c26ced7f4df99834e571ad5d1723d2afe8872</id>
<content type='text'>

Instrument methods used in email diffs

See merge request !4038</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Instrument methods used in email diffs

See merge request !4038</pre>
</div>
</content>
</entry>
<entry>
<title>Instrument methods used in email diffs</title>
<updated>2016-05-04T13:20:48+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2016-05-04T11:54:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f660b2173e408a0e527b9852c92b2d57982885b5'/>
<id>f660b2173e408a0e527b9852c92b2d57982885b5</id>
<content type='text'>
Make all of the nested constant instrumentation for core app code work
the same way, add mailer instrumentation, and add instrumentation to the
premailer gem.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make all of the nested constant instrumentation for core app code work
the same way, add mailer instrumentation, and add instrumentation to the
premailer gem.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Remove the Devise Async gem."</title>
<updated>2016-05-03T21:43:51+00:00</updated>
<author>
<name>Connor Shea</name>
<email>connor.james.shea@gmail.com</email>
</author>
<published>2016-05-03T21:37:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3004386b55fede6381e5e0794c12625e2b83de25'/>
<id>3004386b55fede6381e5e0794c12625e2b83de25</id>
<content type='text'>
This reverts commit 1cc614f2bdd30b4fce35ee9e680f9272b9012978.

It was causing the ActiveJob integration to fail, so unfortunately we'll have to add the gem again.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 1cc614f2bdd30b4fce35ee9e680f9272b9012978.

It was causing the ActiveJob integration to fail, so unfortunately we'll have to add the gem again.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix "remember me" sign in option</title>
<updated>2016-05-02T15:22:03+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>contact@jacobvosmaer.nl</email>
</author>
<published>2016-05-02T15:22:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=dc0ff9a17472c71d2e2f5510797976f9ce7cea23'/>
<id>dc0ff9a17472c71d2e2f5510797976f9ce7cea23</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prevent Rails filtered parameters from leaking to Sentry.</title>
<updated>2016-04-28T21:08:23+00:00</updated>
<author>
<name>Connor Shea</name>
<email>connor.james.shea@gmail.com</email>
</author>
<published>2016-04-28T21:08:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=519a791ef9a90541a1bb3825790bd46fd57756f9'/>
<id>519a791ef9a90541a1bb3825790bd46fd57756f9</id>
<content type='text'>
As described in their Docs: https://docs.getsentry.com/on-premise/clients/ruby/integrations/rails/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As described in their Docs: https://docs.getsentry.com/on-premise/clients/ruby/integrations/rails/
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'allow-disabling-of-rack-attack' into 'master'</title>
<updated>2016-04-28T15:14:14+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2016-04-28T15:14:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e675bb0aa68b0f6083fac7497d5727b1b99b6015'/>
<id>e675bb0aa68b0f6083fac7497d5727b1b99b6015</id>
<content type='text'>

Disable Rack Attack if admin disables it in config file

Grack::Auth already checks this variable. These holdouts were not disabled, leading to confusion when debugging a customer issue.

See merge request !3918</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Disable Rack Attack if admin disables it in config file

Grack::Auth already checks this variable. These holdouts were not disabled, leading to confusion when debugging a customer issue.

See merge request !3918</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'admin-email-frequency' into 'master'</title>
<updated>2016-04-28T11:07:42+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>contact@jacobvosmaer.nl</email>
</author>
<published>2016-04-28T11:07:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=aacb4855355953b9e8defdd9d3fae63504b5645f'/>
<id>aacb4855355953b9e8defdd9d3fae63504b5645f</id>
<content type='text'>

Send 'admin emails' weekly, not daily

Daily seems to be to spammy, so let's default to weekly instead.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15520

See merge request !3923</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Send 'admin emails' weekly, not daily

Daily seems to be to spammy, so let's default to weekly instead.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15520

See merge request !3923</pre>
</div>
</content>
</entry>
<entry>
<title>Disable Rack Attack if admin disables it in config file</title>
<updated>2016-04-27T14:22:02+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2016-04-26T00:08:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1d6fdcea95accde7502ace3dc94f79435edfd5c7'/>
<id>1d6fdcea95accde7502ace3dc94f79435edfd5c7</id>
<content type='text'>
Grack::Auth already checks this variable. These holdouts were not
disabled, leading to confusion when debugging a customer issue.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Grack::Auth already checks this variable. These holdouts were not
disabled, leading to confusion when debugging a customer issue.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes for review of GitHub Enterprise backport changes</title>
<updated>2016-04-27T04:02:45+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2016-04-27T04:02:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c47183d78723a30733dc465f72e37299d8628363'/>
<id>c47183d78723a30733dc465f72e37299d8628363</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport GitHub Enterprise import support from EE</title>
<updated>2016-04-27T04:00:55+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2016-04-22T19:43:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=eede0323453190440a8d738b5eab0723f54dee65'/>
<id>eede0323453190440a8d738b5eab0723f54dee65</id>
<content type='text'>
These changes were pulled from GitLab EE to support configuring
an alternative API URL than the default https://api.github.com.
In addition, the `verify_ssl` flag allows users to disable SSL cert
checking.

One modification: add a default `args` option if it does not exist
to avoid breaking existing configurations.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These changes were pulled from GitLab EE to support configuring
an alternative API URL than the default https://api.github.com.
In addition, the `verify_ssl` flag allows users to disable SSL cert
checking.

One modification: add a default `args` option if it does not exist
to avoid breaking existing configurations.
</pre>
</div>
</content>
</entry>
</feed>
