- 12 Sep, 2019 40 commits
-
-
Jason Goodman authored
Return enabled userWithId strategy to unleash client
-
GitLab Bot authored
-
Rémy Coutable authored
Enforce every design version belongs to an issue with a model validation See merge request gitlab-org/gitlab-ee!15786
-
Kushal Pandya authored
Hide resolve thread button from guest Closes #62122 See merge request gitlab-org/gitlab-ce!32859
-
Samantha Ming authored
- Show if user can_resolve all of the notes
-
Kushal Pandya authored
Add missing ListIssue import See merge request gitlab-org/gitlab-ce!32850
-
Evan Read authored
Geo - Update HA docs to recommend Gitaly over NFS See merge request gitlab-org/gitlab-ce!32912
-
GitLab Bot authored
-
Sanad Liaquat authored
Fix failing E2E N+1 pipelines See merge request gitlab-org/gitlab-ce!32913
-
Mark Lapierre authored
Because it will already be signed out
-
GitLab Bot authored
-
Mike Greiling authored
Migrate DiffFileHeader tests to Jest Closes #67073 See merge request gitlab-org/gitlab-ce!32798
-
Illya Klymov authored
* Switched from Karma to Jest * Reorganized tests to have correct semantics * Removed unused computed properties from component
-
GitLab Bot authored
-
Evan Read authored
Add note about incompatibility of session_server with runner helm chart See merge request gitlab-org/gitlab-ce!32916
-
Alexander Tanayno authored
-
GitLab Bot authored
-
Mark Lapierre authored
CE backport of E2E Test wiki SSH push to Geo primary node See merge request gitlab-org/gitlab-ce!32885
-
Mark Lapierre authored
E2E Test wiki SSH push to Geo primary node See merge request gitlab-org/gitlab-ee!16351
-
Jennifer Louie authored
Add qa selectors to ssh keys page Add qa selectors to wiki show page Add wiki_push method to get ssh_uri via browser ui Add test to check Geo replication of wiki ssh pushes
-
GitLab Bot authored
-
Evan Read authored
Docs: Clarified project membership terminology See merge request gitlab-org/gitlab-ce!32784
-
Matt Penna authored
-
GitLab Bot authored
-
Ray Paik authored
Update a dead external link in documentation See merge request gitlab-org/gitlab-ce!32939
-
Evan Read authored
Docs: Clarified wording to match Permissions doc See merge request gitlab-org/gitlab-ce!32786
-
Matt Penna authored
-
Evan Read authored
Docs: Clarified permissions of protected branches See merge request gitlab-org/gitlab-ce!32785
-
Matt Penna authored
-
GitLab Bot authored
-
Mike Lewis authored
Update outdated instructions for vetur in vscode Closes #66733 See merge request gitlab-org/gitlab-ce!32480
-
GitLab Bot authored
-
Mike Lewis authored
Update documentation requirements See merge request gitlab-org/gitlab-ce!32222
-
Seth Berger authored
-
Thong Kuah authored
Backport of ee/15773: Allow SmartCard authentication to use SAN extensions See merge request gitlab-org/gitlab-ce!32581
-
Sebastián Arcila Valenzuela authored
-
Seth Berger authored
-
Thong Kuah authored
Allow SmartCard authentication to use SAN extensions Closes #8605 See merge request gitlab-org/gitlab-ee!15773
-
Sebastián Arcila Valenzuela authored
This will allow to use a SubjectAlternateName (SAN) to identify the user of the certificate, by matching a SAN entry from the it, that contains at least the RFC822Name (email of the user) and an uniformResourceIdentifier (URI). Like: `subjectAltName=email:some@email.com,URI:https://gitlab.email.com` In this case the URI is the fully qualified name used for the GitLab instance and the email is the identity of the user within the instance.
-
Seth Berger authored
-