- 08 Apr, 2020 40 commits
-
-
Ray Paik authored
Fix open source label in migrations issue template See merge request gitlab-org/gitlab!29169
-
Nick Gaskill authored
Add SAST NO-DinD note about not scanning MRs See merge request gitlab-org/gitlab!29063
-
Lucas Charles authored
Adds note to SAST No-DinD docs to clarify that introduced languages and/or frameworks will not be scanned within the context of a Merge Request See https://gitlab.com/gitlab-org/gitlab/-/issues/211694#note_319207982 for related discussion
-
Nick Gaskill authored
Updates WAF related docs See merge request gitlab-org/gitlab!29087
-
Zamir Martins Filho authored
With the recent additions in WAF settings (i.e., logging and blocking modes), the quick start guide and the cluster application related docs need to be updated
-
Nick Gaskill authored
Tell SAST, DS detection is based on default branch (non-DinD) See merge request gitlab-org/gitlab!29016
-
Can Eldem authored
-
Bob Van Landuyt authored
Store correlation ID with import state & expose via API See merge request gitlab-org/gitlab!28662
-
Bob Van Landuyt authored
Reverse assignment of prev/next_commit_id Closes #213609 See merge request gitlab-org/gitlab!29091
-
Marcin Sedlak-Jakubowski authored
Correct format for curl in epic link documentation See merge request gitlab-org/gitlab!29070
-
Marcin Sedlak-Jakubowski authored
Add link to version history See merge request gitlab-org/gitlab!28931
-
Marcin Sedlak-Jakubowski authored
-
David Planella authored
-
Nick Gaskill authored
Say to include SAST, DS template See merge request gitlab-org/gitlab!29042
-
Achilleas Pipinellis authored
Add Security Dashboard note about successful pipelines See merge request gitlab-org/gitlab!28956
-
Lucas Charles authored
Security Dashboard only populates from successful pipelines and should be noted. See https://gitlab.com/gitlab-org/gitlab/-/issues/208298 for related discussion
-
Tim Zallmann authored
Add Integrations Menu Item and List to Group Settings See merge request gitlab-org/gitlab!27975
-
Mike Jang authored
Add key to model on Foreign Keys & Associations docs See merge request gitlab-org/gitlab!29125
-
Kerri Miller authored
-
James Lopez authored
Remove EE::PrometheusAdapter concern Closes #202323 See merge request gitlab-org/gitlab!28927
-
Stan Hu authored
Fix Slack notifications when upgrading from old GitLab versions See merge request gitlab-org/gitlab!29111
-
Shinya Maeda authored
Tag all CI jobs requiring docker-in-docker See merge request gitlab-org/gitlab!28225
-
Peter Leitzen authored
Automatic created Ngnix alert after Prometheus install (1/2) See merge request gitlab-org/gitlab!28503
-
Sean Arnold authored
- Unit tests
-
Grzegorz Bizon authored
Move part of external pull request code to CI See merge request gitlab-org/gitlab!28517
-
Shinya Maeda authored
Create Operations User Lists Table See merge request gitlab-org/gitlab!28822
-
Jason Goodman authored
-
Grzegorz Bizon authored
Fix missing scope for `ci_composite_status` See merge request gitlab-org/gitlab!29129
-
Natalia Tepluhina authored
Resolve Migrate '.fa-spinner' to '.spinner' for 'app/views/groups' See merge request gitlab-org/gitlab!25053
-
Marvin Karegyeya authored
-
Natalia Tepluhina authored
Pre-populate prometheus alert modal See merge request gitlab-org/gitlab!28291
-
Gilang Gumilar authored
-
Mark Florian authored
Use the new security dashboard layout in group dashboard See merge request gitlab-org/gitlab!28652
-
Jan Provaznik authored
Limit the API scope of Personal Access Tokens Closes #20440 See merge request gitlab-org/gitlab!28944
-
Toon Claes authored
Add compliance framework setting to projects See merge request gitlab-org/gitlab!28182
-
Robert Hunt authored
Created the initial column migration Created the index migration Updated structure.sql Create new setting panel for compliance frameworks Created a new Vue component to render the panel and updated the relevant JS files to load it. Updated the HAML templates to show the new compliance settings panel Adding compliance_framework attribute to projects Added limitation so compliance only shows up when the user is a group/project admin and is using Gold/Ultimate Updated vue to use project input name Converted from vue to haml Removed all vue app stuff Added new dropdown to haml Added new compliance framework concern to the project model which handles the validation and constant list Moved the acronyms to the beginning of the options Replaced the tooltip with description text Updated text and added changelog Moved changelog to ee Remove index as covered by the project_id index Increase framework length limit to 64 Changed to use with_lock_retries Rebuild structure.sql Remove unnecessary s_ Change migration to use integers for the enum Ordered license feature list Rebuilt structure.sql file
-
Kamil Trzciński authored
Add support for dot (.) in variables masking Closes #37469 See merge request gitlab-org/gitlab!29022
-
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.
-
James Lopez authored
Expose optional unit in Analytics Summary Entity See merge request gitlab-org/gitlab!28777
-
Aakriti Gupta authored
-