- 12 Nov, 2020 1 commit
-
-
Mark Florian authored
There are still references like SECRET_SCANNING in the codebase, but those are _mostly_ to do with user-facing strings which do still display "Secret scanning", so I've left those as-is.
-
- 11 Nov, 2020 39 commits
-
-
Mark Florian authored
The existing SAST Vuex module was only superficially different from the new Secret Detection module. The only real difference is the passing of the relevant report type to the `fetchDiffData` function. I've intentionally made these two modules nearly identical to aid future refactoring to de-duplicate these via a factory pattern, or similar.
-
Mark Florian authored
It seems that no vulnerabilities have the type `secret_scanning` anymore, so the secret detection action was not being dispatched. This meant that the real-time update of the vulnerability in the UI wasn't happening, i.e., striking-through when dismissed, and removing the strike-through when undoing the dismissal.
-
Mark Florian authored
It was [suggested][1] in a previous MR to extract these strings into constants. Since it turns out these strings appear multiple times, it's time to implement that suggestion! [1]: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/47067#note_445054667
-
Mark Florian authored
-
Mark Florian authored
This extracts and moves most of a Secret Detection Vuex module from EE to CE as part of the effort to [add vulnerability counts to the CE MR security widget][issue]. It's not a straight-forward move, though. The Secret Detection module contains actions, mutations and getters specific to EE functionality, so the approach taken here was to move all _common_ behaviour to CE version, and make the EE version _extend_ the CE version. A similar approach was taken for the [SAST module][sast_mr]. [issue]: https://gitlab.com/gitlab-org/gitlab/-/issues/273423 [sast_mr]: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/47067
-
Sarah Groff Hennigh-Palermo authored
Update dependency @gitlab/ui to v23.6.1 See merge request gitlab-org/gitlab!47327
-
Stan Hu authored
Experiment with caching a shallow clone of the gitlab project See merge request gitlab-org/gitlab!47220
-
Jose Ivan Vargas authored
Refactor dast profile cache_utils removeProfile to immer See merge request gitlab-org/gitlab!47298
-
Nicolò Maria Mezzopera authored
-
Suzanne Selhorn authored
Improve CI/CD script documentation See merge request gitlab-org/gitlab!47162
-
Marcel Amirault authored
There are some ways to format script sections to change how they display in job logs. These should be documented separately, to allow for more detailed examples (covering different OSes, for example). We also need to split the before_script and after_script details, as they work differently.
-
Suzanne Selhorn authored
Docs: Runner guided install (1 of 2) See merge request gitlab-org/gitlab!44316
-
Igor Drozdov authored
Run project housekeeping for pull mirrors See merge request gitlab-org/gitlab!46493
-
Nathan Friend authored
Resolve "Implement gitlab-ui component for sorting Releases" See merge request gitlab-org/gitlab!43963
-
Douglas Barbosa Alexandre authored
Remove group_wikis licensed feature flag See merge request gitlab-org/gitlab!47291
-
Sean McGivern authored
Fix slow reference parser test case See merge request gitlab-org/gitlab!47365
-
Stan Hu authored
Memoize the rendered icon tags and partials See merge request gitlab-org/gitlab!47269
-
Nicolò Maria Mezzopera authored
Fixed container registry pathGenerator to count on empty name See merge request gitlab-org/gitlab!47421
-
Natalia Tepluhina authored
-
Heinrich Lee Yu authored
Prevent augmenting for orphan dependencies See merge request gitlab-org/gitlab!47321
-
Rémy Coutable authored
The shallow clone caching is enabled if the $ENABLE_SHALLOW_REPO_CACHING variable exists. The full clone caching is enabled by default unless the $DISABLE_FULL_REPO_CACHING variable exists. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Mayra Cabrera authored
Revert "Merge branch '273765-disallow-editing-project-level-mr-settings' into 'master'" See merge request gitlab-org/gitlab!47410
-
Nicolò Maria Mezzopera authored
Fix broken assigee title component prop See merge request gitlab-org/gitlab!47397
-
Mark Fletcher authored
Quarantine prometheus metric initialization spec See merge request gitlab-org/gitlab!47411
-
Bob Van Landuyt authored
This spec is failing in case metrics have been recorded before this pec runs. Causing an order-dependant failure. The prometheus-tag on the spec is supposed to take care of that, but it appears to not be working.
-
Andrew Fontaine authored
Remove unnecessary waiting in the diff file component See merge request gitlab-org/gitlab!47350
-
Kerri Miller authored
Default-on parallel push checks See merge request gitlab-org/gitlab!47317
-
Miguel Rincon authored
Add user info to Terraform State List See merge request gitlab-org/gitlab!46984
-
Emily Ring authored
Adds lockedBy info for the state list Adds updatedBy info for the state list
-
Fabio Pitino authored
Allow canceling all pipelines with auto-cancel See merge request gitlab-org/gitlab!46686
-
Furkan Ayhan authored
This is behind a FF ci_auto_cancel_all_pipelines
-
Adrien Kohlbecker authored
This reverts merge request !46637
-
Alper Akgun authored
Update docs with new known_events path See merge request gitlab-org/gitlab!47173
-
Fabio Pitino authored
Add CI yaml parameter to API project CI lint See merge request gitlab-org/gitlab!47026
-
Vitaly Slobodin authored
Dast modal UX improvement See merge request gitlab-org/gitlab!46681
-
Jannik Lehmann authored
This commit will remove the download button from the Dast Modal and add the download link to the Banner which is advertising to Download the DAST-Report
-
Mark Florian authored
Update MR widget vulnerability message See merge request gitlab-org/gitlab!46167
-
Kushal Pandya authored
Fix show full diff file not working with unified diffs See merge request gitlab-org/gitlab!47272
-
Mark Fletcher authored
Fixed the flaky IDE spec See merge request gitlab-org/gitlab!47394
-