- 12 Aug, 2019 1 commit
-
-
Krasimir Angelov authored
Move handling of JWT for Conan packages into Gitlab::ConanToken.
-
- 07 Aug, 2019 1 commit
-
-
Krasimir Angelov authored
Instead of setting the token as an instance variable override the finder to look into Bearer and Basic authorization headers for Conan API requests.
-
- 05 Aug, 2019 38 commits
-
-
Krasimir Angelov authored
Instead of reusing the personal access token (and thus having it stored locally) issue JWT that has the access token id in the payload and when provided fetch that token and autheticate using it. Derive JWT secret unique to Conan packages from attr_encrypted_db_key_base_32.
-
Krasimir Angelov authored
Add new Conan API endpoint `/users/authenticate` that when valid personal access tokens is provided (as password for HTTP Basic Auth) will respond with the same access token in the response body. For subsequent requests the token will be provided by the Conan client as bearer in the HTTP_AUTHORIZATION header. The downside of this approach is that the access token will be stored locally by the Conan client in a SQLite database.
-
GitLab Bot authored
-
Thong Kuah authored
Resolve "Kubernetes > Applications > Uninstall Cert Manager" See merge request gitlab-org/gitlab-ce!31166
-
Kushal Pandya authored
Enhance style of the shared runners limit See merge request gitlab-org/gitlab-ce!31386
-
Ammar Alakkad authored
It also prepare for the EE merge request https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14786
-
GitLab Bot authored
-
Kushal Pandya authored
(CE Port) Upgrade gitlab-ui to 5.12.1 See merge request gitlab-org/gitlab-ce!31466
-
Kushal Pandya authored
Update dependency @gitlab/ui to v5.12.1 See merge request gitlab-org/gitlab-ce!31461
-
GitLab Bot authored
-
Sean McGivern authored
Extend PipelineProcessWorker to accept a list of builds See merge request gitlab-org/gitlab-ce!31425
-
GitLab Bot authored
-
Kushal Pandya authored
Fix display of performance bar shortcut help text See merge request gitlab-org/gitlab-ce!31403
-
Marcel Amirault authored
-
Kushal Pandya authored
Add support for deferred links in persistent user callouts. Closes #64341 See merge request gitlab-org/gitlab-ce!30818
-
Dennis Tang authored
Persistent user callouts now support deferred links, which are links that can be used to dismiss the callout, and then proceed to follow the link's original location. This ensures that the callout dismissal is properly recorded before the user leaves the page.
-
Rémy Coutable authored
Add outbound setting for system hooks See merge request gitlab-org/gitlab-ce!31177
-
Rémy Coutable authored
Again run quarantine specs if tag provided See merge request gitlab-org/gitlab-ce!31414
-
GitLab Bot authored
-
Rémy Coutable authored
CE Backport for gitlab-ee!14741 (Fix design management router) See merge request gitlab-org/gitlab-ce!31090
-
GitLab Bot authored
-
Sean McGivern authored
Properly process all needs Closes #65488 See merge request gitlab-org/gitlab-ce!31415
-
GitLab Bot authored
-
Sean McGivern authored
Increase clair scanner from v11 to v12 See merge request gitlab-org/gitlab-ce!30809
-
Sean McGivern authored
Group `parent not preloaded` errors in sentry See merge request gitlab-org/gitlab-ce!31424
-
Martin Wortschack authored
- Update yarn.lock
-
Kushal Pandya authored
Backport: Removed pendo poc code See merge request gitlab-org/gitlab-ce!31307
-
GitLab Bot authored
-
Evan Read authored
Geo: Some update instructions should be for 9.0.x only See merge request gitlab-org/gitlab-ce!31345
-
Gabriel Mazetto authored
-
GitLab Bot authored
-
Achilleas Pipinellis authored
Add pmd-apex sast analyzer to sast docs See merge request gitlab-org/gitlab-ce!31024
-
Lucas Charles authored
Includes documentation for new Apex (Salesforce) analyzer
-
Lukas Eipert authored
-
GitLab Bot authored
-
Ash McKenzie authored
Revert "Merge branch 'backport-fix-remaining-prepend-lines' into 'master'" Closes #65607 See merge request gitlab-org/gitlab-ce!31456
-
Luke Duncalfe authored
This spec needs to run as a request-style spec in order to invoke the Rails router. A controller-style spec matches the wrong route, and `session['user_return_to']` becomes incorrect.
-
-