- 08 Apr, 2020 1 commit
-
-
Tomasz Maczukin authored
The CI/CD Variables masking mechanism supports a limited number of characters that can be masked. One of the currently unsuported ones is the dot (.) character. This makes it unusable for example for JWT tokens in https://gitlab.com/gitlab-org/gitlab/issues/37469. The current limitation is mostly required to prevent usage of characters, that can be used in shell variables expansion, which would make the final masking pattern unpredictable. With the Raw Variables feature (that is under development) the restrictions could be possibly reduced a little. However for now, we're needing them. However, it seems that the dot (.) usage should not generate the problem and it would improve the security of JSON Web Tokens passed to the CI/CD job with the Variables.
-
- 07 Apr, 2020 39 commits
-
-
Marcia Ramos authored
Update capitalization of CrowdIn See merge request gitlab-org/gitlab!28990
-
Clement Ho authored
Refactor monitoring dashboard to allow dashboard data refresh See merge request gitlab-org/gitlab!28514
-
Martin Wortschack authored
Add support for editing Requirements Closes #210306 See merge request gitlab-org/gitlab!28905
-
Douglas Barbosa Alexandre authored
Fix the image used for pg9 jobs Closes #213701 See merge request gitlab-org/gitlab!29051
-
Martin Wortschack authored
Add support for creating Requirements Closes #207954 See merge request gitlab-org/gitlab!28795
-
Nathan Friend authored
Added Clone button to Snippet view Closes #204730 See merge request gitlab-org/gitlab!28840
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Achilleas Pipinellis authored
Add instance limits docs for Monitoring/Alerts Closes #212512 See merge request gitlab-org/gitlab!28466
-
Jose Ivan Vargas authored
The documentation touches on the Prometheus Alert JSON payload instance limits
-
Rémy Coutable authored
Use helm 3 in review app deployment scripts Closes #213197 See merge request gitlab-org/gitlab!28759
-
Mike Jang authored
Update compliance dashboard documentation See merge request gitlab-org/gitlab!28200
-
Jiaan Louw authored
Changes link to be relative
-
Achilleas Pipinellis authored
Revise upgrade policy to note 8.12 and Barometer See merge request gitlab-org/gitlab!27572
-
Rémy Coutable authored
Clusters::Applications::Ingress move distinct_by_user batch counting See merge request gitlab-org/gitlab!28999
-
Alina Mihaila authored
-
Rémy Coutable authored
Merge branch '213517-consider-running-review-performance-in-the-sitespeed-image-instead-of-dind' into 'master' Use sitespeed image for `review-performance` instead of DinD Closes #213517 See merge request gitlab-org/gitlab!28987
-
Paul Slaughter authored
Add localStorage support for sort issue and MR notes See merge request gitlab-org/gitlab!28143
-
Scott Stern authored
Until the backend is done this is how we will persist settings on issue and MR separatley
-
Toon Claes authored
Resolve "Backend: Basic Implementation of annotations CRUD" Closes #211329 See merge request gitlab-org/gitlab!27583
-
Douglas Barbosa Alexandre authored
Fix Project.for_plan_name to use the correct plan See merge request gitlab-org/gitlab!29019
-
Robert Speicher authored
Add RepositoryUrlBuilder for SSH/HTTP URLs See merge request gitlab-org/gitlab!28780
-
Shinya Maeda authored
Merge branch '213052-mr-prompts-to-create-gitlab-ci-yml-even-if-the-project-has-already-had-it' into 'master' Resolve "MR prompts to create .gitlab-ci.yml even if the project has already had it" Closes #213052 See merge request gitlab-org/gitlab!28563
-
Sean McGivern authored
Remove feature flag for streaming serializer See merge request gitlab-org/gitlab!28925
-
Heinrich Lee Yu authored
Remove save_description_versions feature flag See merge request gitlab-org/gitlab!28935
-
Sanad Liaquat authored
Set Personal Access Token expiry in E2E tests See merge request gitlab-org/gitlab!28872
-
Mark Lapierre authored
This prevents tokens used in tests from remaining indefinitely after they're no longer needed.
-
Mikolaj Wawrzyniak authored
To allow managing metrics dashboard annotations entries we need to provide two services, for create and delete actions
-
Mikolaj Wawrzyniak authored
To assure correct access protection to annotation related actions we need to introduce new policy and update existing ones for project and group.
-
Mikolaj Wawrzyniak authored
Add model for annotations relation along with spec, factory, and associations.
-
Mikolaj Wawrzyniak authored
-
Phil Hughes authored
Force network search instead of cached search in Epics dropdown Closes #34640 See merge request gitlab-org/gitlab!29033
-
Peter Leitzen authored
Return ServiceResponse from Alert::NotifyService See merge request gitlab-org/gitlab!28663
-
Vitali Tatarintev authored
Unify return type for `Projects::Alerting::NotifyService` and `Projects::Prometheus::Alerts::NotifyService`
-
Jan Provaznik authored
Introduce concern to update highest role Closes #213097 See merge request gitlab-org/gitlab!28791
-
Achilleas Pipinellis authored
generic object storage documentation See merge request gitlab-org/gitlab!27900
-
Ben Prescott @bprescott_↙ ☺ authored
-
Mike Jang authored
Added time tracking to import/export docs See merge request gitlab-org/gitlab!28943
-
Jeremy Watson authored
-
James Lopez authored
Store added and removed lines in MR metrics See merge request gitlab-org/gitlab!28658
-