<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/Gemfile, branch docs-pages-force-https</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>Move `derailed_benchmarks` gem to default group</title>
<updated>2019-06-24T08:30:54+00:00</updated>
<author>
<name>Aleksei Lipniagov</name>
<email>alipniagov@gitlab.com</email>
</author>
<published>2019-06-24T08:30:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=dc5ffbf4444510815c1ebe963bc97e5727f9ab17'/>
<id>dc5ffbf4444510815c1ebe963bc97e5727f9ab17</id>
<content type='text'>
Some benchmarks of the gem require booting the app in `production`
environment.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some benchmarks of the gem require booting the app in `production`
environment.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'asciidoctor-upgrade' into 'master'</title>
<updated>2019-06-18T10:03:13+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2019-06-18T10:03:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c167cc58d3efe2bf1d8f9ccb1a58d7819fef1901'/>
<id>c167cc58d3efe2bf1d8f9ccb1a58d7819fef1901</id>
<content type='text'>
Upgrade asciidoctor version to 2.0.10 and change method names in html5_converter

Closes #63304

See merge request gitlab-org/gitlab-ce!29741</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Upgrade asciidoctor version to 2.0.10 and change method names in html5_converter

Closes #63304

See merge request gitlab-org/gitlab-ce!29741</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade asciidoctor version to 2.0.10 and change menthod names in html5_converter</title>
<updated>2019-06-17T05:59:45+00:00</updated>
<author>
<name>raju249</name>
<email>rajendrakadam249@gmail.com</email>
</author>
<published>2019-06-17T05:59:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c2ef8589e3b010dcf27adb31dea3ffe72d7a3f6d'/>
<id>c2ef8589e3b010dcf27adb31dea3ffe72d7a3f6d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade gitlab-labkit to 0.3.0</title>
<updated>2019-06-16T23:36:59+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-06-15T17:46:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0d19ebe4669d66188c7ceb70c29cb98d2e22a7ed'/>
<id>0d19ebe4669d66188c7ceb70c29cb98d2e22a7ed</id>
<content type='text'>
This matches the version used in Gitaly, bumps the gRPC version to be
aligned with GitLab CE/EE, and adds gRPC interceptor support:
https://gitlab.com/gitlab-org/labkit-ruby/compare/v0.2.0...v0.3.0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This matches the version used in Gitaly, bumps the gRPC version to be
aligned with GitLab CE/EE, and adds gRPC interceptor support:
https://gitlab.com/gitlab-org/labkit-ruby/compare/v0.2.0...v0.3.0
</pre>
</div>
</content>
</entry>
<entry>
<title>Add basic support for AsciiDoc include directive</title>
<updated>2019-06-14T07:53:08+00:00</updated>
<author>
<name>Guillaume Grossetie</name>
<email>g.grossetie@gmail.com</email>
</author>
<published>2019-06-14T07:53:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3f5d7c7e1c9a8b5ba53996e8a8f2f4881929b2ea'/>
<id>3f5d7c7e1c9a8b5ba53996e8a8f2f4881929b2ea</id>
<content type='text'>
See http://asciidoctor.org/docs/user-manual/#include-directive
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See http://asciidoctor.org/docs/user-manual/#include-directive
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'sh-update-openid-omniauth-gem' into 'master'</title>
<updated>2019-06-12T17:20:24+00:00</updated>
<author>
<name>Douglas Barbosa Alexandre</name>
<email>dbalexandre@gmail.com</email>
</author>
<published>2019-06-12T17:20:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b6e56ed3d3ce0e6c76c07819a84f1c49d2caba13'/>
<id>b6e56ed3d3ce0e6c76c07819a84f1c49d2caba13</id>
<content type='text'>
Bump omniauth_openid_connect to 0.3.1

See merge request gitlab-org/gitlab-ce!29387</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bump omniauth_openid_connect to 0.3.1

See merge request gitlab-org/gitlab-ce!29387</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade to Capybara 3</title>
<updated>2019-06-12T10:40:18+00:00</updated>
<author>
<name>Heinrich Lee Yu</name>
<email>heinrich@gitlab.com</email>
</author>
<published>2019-04-26T15:51:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=96ed5a8bd78f90b0c7a8b044c4bd99e3af46dd71'/>
<id>96ed5a8bd78f90b0c7a8b044c4bd99e3af46dd71</id>
<content type='text'>
Fix whitespace in specs because normalize_ws is slightly
different from Capybara 2 behavior
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix whitespace in specs because normalize_ws is slightly
different from Capybara 2 behavior
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump omniauth_openid_connect to 0.3.1</title>
<updated>2019-06-08T15:04:44+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-06-08T14:12:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=350f19f59fd1e44c18699cc46cfff71a92d7e0a4'/>
<id>350f19f59fd1e44c18699cc46cfff71a92d7e0a4</id>
<content type='text'>
In https://gitlab.com/gitlab-org/gitlab-ce/issues/62208, users were
seeing 404 errors when they configured their OpenID provider without a
name parameter since OmniAuth would use the name `openidconnect` instead
`openid_connect`.

https://github.com/m0n9oose/omniauth_openid_connect/pull/23 makes the
default parameter `openid_connect` so this additional initializer in
GitLab is not necessary. Plus, this change enables users to use multiple
OpenID Connect providers if they desire.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In https://gitlab.com/gitlab-org/gitlab-ce/issues/62208, users were
seeing 404 errors when they configured their OpenID provider without a
name parameter since OmniAuth would use the name `openidconnect` instead
`openid_connect`.

https://github.com/m0n9oose/omniauth_openid_connect/pull/23 makes the
default parameter `openid_connect` so this additional initializer in
GitLab is not necessary. Plus, this change enables users to use multiple
OpenID Connect providers if they desire.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump sentry-raven to 2.9</title>
<updated>2019-06-07T11:40:53+00:00</updated>
<author>
<name>Utkarsh Gupta</name>
<email>guptautkarsh2102@gmail.com</email>
</author>
<published>2019-06-07T11:40:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=689d2839db028ca94b66a55ed8609d3387def53d'/>
<id>689d2839db028ca94b66a55ed8609d3387def53d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update rspec-retry to fix Selenium NoSuchDriverError errors</title>
<updated>2019-06-06T14:27:38+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2019-06-06T14:27:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=91895eacfeb1bdcb615e7d20a83eb70a7658a075'/>
<id>91895eacfeb1bdcb615e7d20a83eb70a7658a075</id>
<content type='text'>
Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</pre>
</div>
</content>
</entry>
</feed>
