- 11 Feb, 2020 40 commits
-
-
Josianne Hyson authored
-
Josianne Hyson authored
Upgrading doorkeeper to 5.0.2 introduced a change where the method `admin_authenticator` is required to be defined in the config, otherwise all responses from the Doorkeeper will be a 403. https://github.com/doorkeeper-gem/doorkeeper/wiki/Migration-from-old-versions#api-changes-3 How the admin authenticator behaves for our applications depends on the context that the application is being created in - so a base level definition of this will be complicated. For now, skip this new before action in the controller. We already have user level authentication in this context.
-
Josianne Hyson authored
Doorkeeper has been upgraded to 5.0.2 which already includes the class that was being monkey patched into this initializer. Remove the monkey patch so that we can leverage the functionality in doorkeeper instsead.
-
Josianne Hyson authored
We need to upgrade doorkeeper-openid_connect to > 1.5.4 to address the security vulnerability CVE-2019-9837. This update is dependent on doorkeeper 5.x so bump doorkeeper at the same time.
-
Sean McGivern authored
Deduplicate conan package methods See merge request gitlab-org/gitlab!24755
-
Marcia Ramos authored
Add special characters for issue 33258 Closes #33258 See merge request gitlab-org/gitlab!24643
-
Suzanne Selhorn authored
-
Martin Wortschack authored
Changed code navigation get param to use blobPath See merge request gitlab-org/gitlab!24854
-
Bob Van Landuyt authored
Add default metrics to the Self monitoring default dashboard See merge request gitlab-org/gitlab!23851
-
Kushal Pandya authored
Get commit authors gravatar for last commit widget Closes #202305 See merge request gitlab-org/gitlab!24604
-
Kushal Pandya authored
Resolve "New re-usable component for Blob File Header" Closes #196794 See merge request gitlab-org/gitlab!24788
-
Denys Mishunov authored
All the dependent components are in place
-
Nick Thomas authored
Redirect to Almost there page when inactive after signing up See merge request gitlab-org/gitlab!24462
-
Martin Wortschack authored
Migrate CI / CD pipelines for the past week chart into VueJS and ECharts. See merge request gitlab-org/gitlab!24057
-
Tim Zallmann authored
Update dependency @gitlab/ui to ^9.6.0 See merge request gitlab-org/gitlab!24749
-
Natalia Tepluhina authored
Fix Apollo throwing error with specific path names See merge request gitlab-org/gitlab!24810
-
Brandon Labuschagne authored
-
Ramya Authappan authored
Fix flakiness in Enforce SAML SSO spec Closes #202579 and #204734 See merge request gitlab-org/gitlab!24668
-
Natalia Tepluhina authored
Merge branch '11268-make-it-able-to-pick-a-project-under-a-subgroup-for-insights-config' into 'master' Make it able to pick a project under a subgroup for Insights config See merge request gitlab-org/gitlab!24053
-
Tim Zallmann authored
Missing label titles for customizable cycle analytics form Closes #199987 See merge request gitlab-org/gitlab!24155
-
Ezekiel Kigbo authored
Makes sure we pass the correct stage fields to the edit custom stage form Updated custom stage form specs Updated label selector specs
-
Tim Zallmann authored
Remove unnecessary complex condition for submit See merge request gitlab-org/gitlab!24579
-
Tim Zallmann authored
Fix nested component directories Closes #196735 See merge request gitlab-org/gitlab!23972
-
Thong Kuah authored
Merge branch '76926-follow-up-from-resolve-multi-selection-for-delete-on-registry-page' into 'master' Simplify tag controller param handling See merge request gitlab-org/gitlab!24840
-
Ash McKenzie authored
Fix upstream bridge stuck when downstream pipeline is not pending Closes #202239 See merge request gitlab-org/gitlab!24665
-
Heinrich Lee Yu authored
Expose service desk project_key param in private API See merge request gitlab-org/gitlab!24357
-
Giorgenes Gelatti authored
-
Kushal Pandya authored
Contributors charts: Resize charts when screen size changes Closes #20488 See merge request gitlab-org/gitlab!24794
-
Phil Hughes authored
Remove reference to outdated issue in comments See merge request gitlab-org/gitlab!24835
-
Rémy Coutable authored
Add new endpoint for pipeline badge counter See merge request gitlab-org/gitlab!24319
-
Maxime Orefice authored
- One step to improve performance of junit view
-
Phil Hughes authored
-
Phil Hughes authored
Also fixes the display of folders with special characters
-
Sean McGivern authored
Expire the Gitlab::CurrentSettings cache See merge request gitlab-org/gitlab!24710
-
Jan Provaznik authored
Allow setting of service_desk's project_key attribute (though still behind a feature flag).
-
Shinya Maeda authored
This commit fixes that upstream bridge stuck when downstream status transits to non-pending status.
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Martin Wortschack authored
- Adds the resizable chart container and switches to unique identify for v-for
-
Ash McKenzie authored
Group Import API endpoint See merge request gitlab-org/gitlab!20353
-
George Koltsov authored
- Add POST '/groups/import' API endpoint - Triggers Group Import functionality similar to Project Import - Imports a group structure along with it's relations
-