- 17 Feb, 2021 1 commit
-
-
Stan Hu authored
This brings in the OmniAuth provider defined in https://github.com/RIPGlobal/omniauth-azure-activedirectory-v2. The v1 endpoints do not seem to trigger MFA, which prevents logins when MFA is enforced via Azure's Conditional Access policy. Note that existing identities with the legacy V1 Azure provider do not work, and users will either have to reconnect their GitLab accounts or admins have to enable the auto-link feature. Note that the following permission scopes are required for the registered Web application: 1. profile 2. openid 3. email In addition, a redirect URI for `/users/auth/azure_activedirectory_v2/callback` has to be added to the Web application. Relates to: 1. https://gitlab.com/gitlab-org/gitlab/-/issues/214390 2. https://gitlab.com/gitlab-org/gitlab/-/issues/215674
-
- 16 Feb, 2021 39 commits
-
-
Mike Jang authored
Merge branch '300370-docs-feedback-saml-sso-for-gitlab-com-groups-page-requires-updating' into 'master' Update SAML SSO for GitLab.com groups page See merge request gitlab-org/gitlab!54096
-
Mike Jang authored
-
David O'Regan authored
Instantiate the Pipelines table in the commit page using a Vue render function See merge request gitlab-org/gitlab!54239
-
Kerri Miller authored
Add URL help text and edit other UI text See merge request gitlab-org/gitlab!53578
-
Evan Read authored
-
Craig Norris authored
Removing unlinked square brackets See merge request gitlab-org/gitlab!54386
-
Jose Ivan Vargas authored
Fix unneeded left margin discussion filter container See merge request gitlab-org/gitlab!54379
-
Mayra Cabrera authored
Add created_by_user to cluster_agents See merge request gitlab-org/gitlab!54011
-
ngaskill authored
-
Patrick Bair authored
Extend index on ci_builds_metadata See merge request gitlab-org/gitlab!52123
-
Nick Gaskill authored
Update NuGet file size limit to docs See merge request gitlab-org/gitlab!54384
-
Simon Knox authored
Replace bootstrap color with GitLab UI class in Advanced Search Settings See merge request gitlab-org/gitlab!53957
-
Changzheng Liu authored
-
Craig Norris authored
Add HTML comment explaining 503 issue See merge request gitlab-org/gitlab!54383
-
Miguel Rincon authored
This change removes the dynamic passing of Vue component between scripts via a global variable in favor a static import. This change removes an old TODO item that was left over from the initial MR pipeline tabs.
-
Tim Rizzi authored
-
Amy Qualls authored
We won't be able to get around this URL presenting a false positive to the link checker. What we CAN do, though, is put in a HTML comment to save frustration, month after month.
-
Jose Ivan Vargas authored
Add optional chaining when data is undefined See merge request gitlab-org/gitlab!54371
-
Mayra Cabrera authored
Remove issue activity usage data feature flag [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!54298
-
Suzanne Selhorn authored
Added subgroup to usage list See merge request gitlab-org/gitlab!54367
-
Suzanne Selhorn authored
Add the correct spellings to the allowed-words list, and put suggestion-level substitutions in the correct substitutions file.
-
Suzanne Selhorn authored
Add link to Requirements Walkthrough video to docs See merge request gitlab-org/gitlab!54345
-
Marcin Sedlak-Jakubowski authored
-
-
Mike Jang authored
Add developer docs for dark mode See merge request gitlab-org/gitlab!50131
-
Simon Knox authored
Also a number of wording improvements
-
Douglas Barbosa Alexandre authored
Add daily group coverage data new finder See merge request gitlab-org/gitlab!54111
-
Maxime Orefice authored
This commit introduces a new finder to agregate our daily coverage data at the group level. This is premium feature so all the code is included in ee.
-
Jose Ivan Vargas authored
Fix missing pipeline test report bug See merge request gitlab-org/gitlab!54363
-
Tim Zallmann authored
Moves header_ci_component_spec.js to Vue test utils See merge request gitlab-org/gitlab!53653
-
Payton Burdette authored
Move the header ci spec to vue test utils.
-
Amy Qualls authored
Resolve "Capture recent merge refs changes in docs" See merge request gitlab-org/gitlab!54014
-
Thong Kuah authored
Fix issue where project maintainers can not assign compliance frameworks See merge request gitlab-org/gitlab!54071
-
Max Woolf authored
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/53370 introduced a regression which stopped project maintainers from assigning compliance frameworks to a project. This is an upcoming feature change which was designed to be behind a feature flag. This commit puts that change back behind the feature flag.
-
Samantha Ming authored
-
Amy Qualls authored
Docs: define IDE See merge request gitlab-org/gitlab!54359
-
Amy Qualls authored
Update doc/user/project/integrations/bamboo.md See merge request gitlab-org/gitlab!54337
-
Gabriel Yoachum authored
Word wraps, and rephrase for GitLab style. Also, fix one vale issue earlier in the document.
-
Alex Kalderimis authored
Extract logic to prepare DAST job variables into separate service See merge request gitlab-org/gitlab!54237
-