<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/Gemfile, branch 10443-ee-diff-commits-commit</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 'fix-too-many-loops-cron-error' into 'master'</title>
<updated>2019-05-17T17:12:50+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2019-05-17T17:12:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a3795a0cff4f084fd349af6c257a3ac81163b132'/>
<id>a3795a0cff4f084fd349af6c257a3ac81163b132</id>
<content type='text'>
Rescue too many loops cron error

Closes #58241

See merge request gitlab-org/gitlab-ce!28002</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rescue too many loops cron error

Closes #58241

See merge request gitlab-org/gitlab-ce!28002</pre>
</div>
</content>
</entry>
<entry>
<title>Update haml_lint to include linter spec helpers</title>
<updated>2019-05-16T19:50:12+00:00</updated>
<author>
<name>Luke Bennett</name>
<email>lbennett@gitlab.com</email>
</author>
<published>2019-05-16T19:50:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=80fa846aa91e6c0f623992fbdd4471a19048b494'/>
<id>80fa846aa91e6c0f623992fbdd4471a19048b494</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 'sh-update-rubocop-and-gitlab-styles-ce' into 'master'</title>
<updated>2019-05-16T12:53:08+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2019-05-16T12:53:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=fcc810a1d91d0c2e6cf9726b943e06ee64b97a60'/>
<id>fcc810a1d91d0c2e6cf9726b943e06ee64b97a60</id>
<content type='text'>
Update Rubocop to 0.69.0 and other gems

See merge request gitlab-org/gitlab-ce!28345</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update Rubocop to 0.69.0 and other gems

See merge request gitlab-org/gitlab-ce!28345</pre>
</div>
</content>
</entry>
<entry>
<title>Add Let's Encrypt client</title>
<updated>2019-05-16T09:32:25+00:00</updated>
<author>
<name>Vladimir Shushlin</name>
<email>vshushlin@gitlab.com</email>
</author>
<published>2019-05-16T09:32:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3c33724e2e182436a2d8b44ef71d0bdac37c585b'/>
<id>3c33724e2e182436a2d8b44ef71d0bdac37c585b</id>
<content type='text'>
Part of adding Let's Encrypt certificates for pages domains

Add acme-client gem

Client is being initialized by private key stored in secrets.yml
Let's Encrypt account is being created lazily.
If it's already created, Acme::Client just gets account_kid by
calling new_account method

Make Let's Encrypt client an instance
Wrap order and challenge classes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Part of adding Let's Encrypt certificates for pages domains

Add acme-client gem

Client is being initialized by private key stored in secrets.yml
Let's Encrypt account is being created lazily.
If it's already created, Acme::Client just gets account_kid by
calling new_account method

Make Let's Encrypt client an instance
Wrap order and challenge classes
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Rubocop to 0.69.0 and other gems</title>
<updated>2019-05-16T05:59:14+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-05-16T05:59:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d799af10d8a33f79273c66419c9a43d6d5f6c008'/>
<id>d799af10d8a33f79273c66419c9a43d6d5f6c008</id>
<content type='text'>
This fixes Ruby 2.6.x parser warnings:
https://github.com/rubocop-hq/rubocop/pull/7009
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes Ruby 2.6.x parser warnings:
https://github.com/rubocop-hq/rubocop/pull/7009
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '56850-add-new-unicorn-metrics' into 'master'</title>
<updated>2019-05-07T16:21:40+00:00</updated>
<author>
<name>Ash McKenzie</name>
<email>amckenzie@gitlab.com</email>
</author>
<published>2019-05-07T16:21:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c5a9bc17a17dd282ab6c07efa59e654e43c124ff'/>
<id>c5a9bc17a17dd282ab6c07efa59e654e43c124ff</id>
<content type='text'>
Resolve "Add new Unicorn metrics"

Closes #56850

See merge request gitlab-org/gitlab-ce!27474</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve "Add new Unicorn metrics"

Closes #56850

See merge request gitlab-org/gitlab-ce!27474</pre>
</div>
</content>
</entry>
<entry>
<title>Remove from providers with icon</title>
<updated>2019-05-07T13:51:34+00:00</updated>
<author>
<name>Gosia Ksionek</name>
<email>mksionek@gitlab.com</email>
</author>
<published>2019-05-07T13:51:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a4cf01f32e601e73ef7c946274092da7cfa8d008'/>
<id>a4cf01f32e601e73ef7c946274092da7cfa8d008</id>
<content type='text'>
Remove puts

Remove puts
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove puts

Remove puts
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove workaround by upgrading Fugit gem</title>
<updated>2019-05-07T07:07:16+00:00</updated>
<author>
<name>Fabio Pitino</name>
<email>fpitino@gitlab.com</email>
</author>
<published>2019-05-07T06:52:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c75b8ad4dadfa8f9676e0339e06408af3281f512'/>
<id>c75b8ad4dadfa8f9676e0339e06408af3281f512</id>
<content type='text'>
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/58241
* Upgrade Fugit gem to 1.2.1 which recognizes cron expressions
for invalid days
* Reverted previously implemented workaround
* Leave test case which previously exposed the bug
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/58241
* Upgrade Fugit gem to 1.2.1 which recognizes cron expressions
for invalid days
* Reverted previously implemented workaround
* Leave test case which previously exposed the bug
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'feature/omniauth_oidc_strategy' into 'master'</title>
<updated>2019-05-06T08:29:39+00:00</updated>
<author>
<name>Ash McKenzie</name>
<email>amckenzie@gitlab.com</email>
</author>
<published>2019-05-06T08:29:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8b55b794cb48c726cde7cf0ad24180d8e6bb975f'/>
<id>8b55b794cb48c726cde7cf0ad24180d8e6bb975f</id>
<content type='text'>
Added Omniauth OpenID Connect strategy

See merge request gitlab-org/gitlab-ce!27383</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added Omniauth OpenID Connect strategy

See merge request gitlab-org/gitlab-ce!27383</pre>
</div>
</content>
</entry>
<entry>
<title>Added Omniauth OpenId Connect startegy</title>
<updated>2019-05-06T07:01:29+00:00</updated>
<author>
<name>Horatiu Eugen Vlad</name>
<email>horatiu@vlad.eu</email>
</author>
<published>2019-04-15T15:45:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6018d5bb87a09a4e624983a3bfbb2e573fbb0dd9'/>
<id>6018d5bb87a09a4e624983a3bfbb2e573fbb0dd9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
