An error occurred fetching the project authors.
- 15 Nov, 2019 1 commit
-
-
Arturo Herrero authored
Auto-correct some references in RSpec as: - expect_any_instance_of -> expect_next_instance_of - allow_any_instance_of -> allow_next_instance_of Related to https://gitlab.com/gitlab-org/gitlab/issues/34997
-
- 04 Nov, 2019 1 commit
-
-
gfyoung authored
spec/lib/gitlab/**/* will be covered in subsequent MR's, but at least we can lint the rest of the directory. Partially addresses: https://gitlab.com/gitlab-org/gitlab/issues/27703
-
- 30 Sep, 2019 1 commit
-
-
Sebastian Arcila Valenzuela authored
If the request wasn't initiated by gitlab we shouldn't add the new identity to the user, and instead show that we weren't able to link the identity to the user. This should fix: https://gitlab.com/gitlab-org/gitlab-ce/issues/56509 And reuse SAML logic within EE SAMLGroup, this is to avoid duplication between the code used for CE and EE.
-
- 23 Sep, 2019 1 commit
-
-
Sebastian Arcila Valenzuela authored
If the request wasn't initiated by gitlab we shouldn't add the new identity to the user, and instead show that we weren't able to link the identity to the user. This should fix: https://gitlab.com/gitlab-org/gitlab-ce/issues/56509 And reuse SAML logic within EE SAMLGroup, this is to avoid duplication between the code used for CE and EE.
-