<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/lib/omni_auth, branch scripts-differences</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>Switch use of Rack::Request to ActionDispatch::Request</title>
<updated>2019-01-07T08:35:53+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-01-07T08:35:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=aff2b6e4eb07e8eed09bbc6c4e1a3d46766e1e17'/>
<id>aff2b6e4eb07e8eed09bbc6c4e1a3d46766e1e17</id>
<content type='text'>
As mentioned in
https://gitlab.com/gitlab-org/gitlab-ee/issues/9035#note_129093444,
Rails 5 switched ActionDispatch::Request so that it no longer inherits
Rack::Request directly. A middleware that uses Rack::Request to
read the environment may see stale request parameters if
another middleware modifies the environment via ActionDispatch::Request.
To be safe, we should be using ActionDispatch::Request everywhere.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As mentioned in
https://gitlab.com/gitlab-org/gitlab-ee/issues/9035#note_129093444,
Rails 5 switched ActionDispatch::Request so that it no longer inherits
Rack::Request directly. A middleware that uses Rack::Request to
read the environment may see stale request parameters if
another middleware modifies the environment via ActionDispatch::Request.
To be safe, we should be using ActionDispatch::Request everywhere.
</pre>
</div>
</content>
</entry>
<entry>
<title>Support RSA and ECDSA algorithms in Omniauth JWT</title>
<updated>2018-12-05T17:17:40+00:00</updated>
<author>
<name>Michael Tsyganov</name>
<email>mikhail.tsyganov@sap.com</email>
</author>
<published>2018-10-08T15:32:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a009381380d3b63fb1c133dbe63b2557e505f4c6'/>
<id>a009381380d3b63fb1c133dbe63b2557e505f4c6</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>
<entry>
<title>Eliminate constants warnings by:</title>
<updated>2018-06-01T05:46:46+00:00</updated>
<author>
<name>Lin Jen-Shin</name>
<email>godfat@godfat.org</email>
</author>
<published>2018-05-31T18:43:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=39b6f31c66ff51451033ff84a2832731065cd28d'/>
<id>39b6f31c66ff51451033ff84a2832731065cd28d</id>
<content type='text'>
* Replace `require` or `require_relative` with `require_dependency`
* Remove unneeded `autoload`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Replace `require` or `require_relative` with `require_dependency`
* Remove unneeded `autoload`
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds spec for omni_auth jwt strategy</title>
<updated>2018-04-26T16:03:09+00:00</updated>
<author>
<name>Tiago Botelho</name>
<email>tiagonbotelho@hotmail.com</email>
</author>
<published>2018-04-26T14:03:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=772b876a939d45530aad9f4134db1cd3232985f8'/>
<id>772b876a939d45530aad9f4134db1cd3232985f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
