summaryrefslogtreecommitdiff
path: root/spec/support/controllers/ldap_omniauth_callbacks_controller_shared_context.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-211-45/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-011-1/+7
|
* Add frozen_string_literal to spec/supportThong Kuah2019-07-251-0/+2
| | | | | Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
* Revert Rails.application.env_config after using mock_auth_hashRémy Coutable2019-04-231-1/+5
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Refactor OmniauthCallbacksController to remove duplicationJames Edwards-Jones2018-04-221-0/+33
Moves LDAP to its own controller with tests Provides path forward for implementing GroupSaml