该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 4月 26, 2024
-
-
由 Fernando Cardenas 创作于
* Hide toggle behind feature flag * Define component, update card logic, add graphQL mutation
-
- 1月 10, 2024
-
-
由 Fernando Cardenas 创作于
* Remove frontend constants * Update parsing function in frontend to account for using backend data
-
- 12月 16, 2023
-
-
由 Savas Vedova 创作于
Refactor file location. Merge constants file and move it to subfolder root. Changelog: changed EE: true
-
- 12月 06, 2023
-
-
由 Fabien Catteau 创作于
Remove the global_dependency_scanning_on_advisory_ingestion flag. As a result, Continuous Vulnerability Scanning (CVS) for Dependency Scanning always runs globally, and the opt-in behavior introduced when the feature was experimental is no longer available. Changelog: changed EE: true
-
- 9月 16, 2023
-
-
由 Dheeraj Joshi 创作于
This add the feature to enable continuous vulnerability scans in Security Configuration page. This change is behind a feature flag.
-
- 4月 12, 2023
-
-
由 Erran Carey 创作于
Introduce the Breach and Attack Simulation Incubation project to users in the Security Configuration page. Add a security feature for BAS Learn more link and help guide for enabling the DAST BAS feature flag. Changelog: changed
-
- 3月 17, 2023
-
-
由 Jannik Lehmann 创作于
This commit solves: https://gitlab.com/gitlab-org/gitlab/-/issues/386854 It enhances the error handling for the Security & Compliance Configuration to make the distinction between user-facing and non-user facing errors. To achieve this behaviour this commit introduces a Backend and a Frontend util to make User facing errors distinguishable by adding and parsing a prefix. Changelog: changed EE: true
-
- 3月 09, 2023
-
-
* update @gitlab/eslint-plugin to the 18.2.0 * enable vtu-no-explicit-wrapper-destroy rule for spec files
-
- 4月 12, 2022
-
-
由 Artur Fedorov 创作于
New component, feature-card-badge, is displayed on DAST configuration card. It is shown based on feature configuration. New property "badge" can be added to a specific feature via backend or frontend. Layout of the card is adjusted accordingly based on configuration. Specs are adjusted accordingly. feature-card-badge has internal logic for conditional tooltip rendering. Changelog: changed MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/83723 EE: true
-
- 3月 01, 2022
-
-
由 Justin Mandell 创作于
-
- 2月 16, 2022
-
-
由 Jannik Lehmann 创作于
This commit refactors the security configuration data accumulation to be consistent across CE & EE.
-
- 10月 22, 2021
-
-
由 Jannik Lehmann 创作于
-
- 7月 20, 2021
-
-
由 Mark Florian 创作于
This also makes sure that the configuration guide link is only displayed for a given feature if that feature has a configurationHelpPath property.
-
- 7月 14, 2021
-
-
由 Mark Florian 创作于
This makes sure that the "Configure via Merge Request" button is displayed for Secret Detection in the [new][1] Security Configuration page for all tiers. The button was not working in FOSS since the client-side mutation was only defined in EE, so that was moved to FOSS. The backend implementation of the mutation is already in FOSS. This also ensures that a similar button is displayed for Dependency Scanning in Ultimate projects when the sec_dependency_scanning_ui_enable feature flag is enabled. Addresses https://gitlab.com/gitlab-org/gitlab/-/issues/326005 and https://gitlab.com/gitlab-org/gitlab/-/issues/328426. [1]: https://gitlab.com/gitlab-org/gitlab/-/issues/326926
-
- 5月 18, 2021
-
-
由 Mark Florian 创作于
This new component represents a given feature for the redesigned Security & Compliance Configuration page. Addresses https://gitlab.com/gitlab-org/gitlab/-/issues/328385, part of https://gitlab.com/groups/gitlab-org/-/epics/5820.
-