该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 2月 16, 2022
-
-
由 Jannik Lehmann 创作于
This commit refactors the security configuration data accumulation to be consistent across CE & EE.
-
- 2月 10, 2022
-
-
由 Fernando Arias 创作于
* Adjust text based on feedback
-
- 2月 08, 2022
-
-
由 Dallas Reedy 创作于
-
- 2月 04, 2022
-
-
由 David Pisek 创作于
This commit adds a backend call (GraphQL) mutation, which dismisses the promotion callout for the security-training feature, when a user enables the training within the config.
-
- 2月 01, 2022
-
-
Changelog: added EE: true
-
- 1月 27, 2022
-
-
由 David Pisek 创作于
This change switches from using mock, client-side resolvers for retrieving security training providers, to fetching the data from the actual GraphQL endpoint.
-
- 1月 25, 2022
-
-
由 Dallas Reedy 创作于
- Track when the banner is rendered (mounted) - Track when the banner is closed (dismissed) - Track when the banner CTA is clicked - Update associated tests
-
- 1月 20, 2022
-
-
由 Will Meek 创作于
Configuration History should not exist when CI config is not present. Auto Devops button should be present. As per bugfix MR https://gitlab.com/gitlab-org/gitlab/-/merge_requests/70025
-
- 1月 10, 2022
-
-
由 David Pisek 创作于
This commit adds error handling to the security-training providers configuration page.
-
- 12月 24, 2021
-
-
由 David Pisek 创作于
-
由 Fernando Arias 创作于
* Refactor existing usages
-
- 12月 23, 2021
-
- 12月 22, 2021
-
-
由 Samantha Ming 创作于
-
- 12月 17, 2021
-
-
由 Paul Gascou-Vaillancourt 创作于
This extracts the code that maps scanner names to their translations into a dedicated helper.
-
由 Paul Gascou-Vaillancourt 创作于
This slightly changes how the scanner names' translations are being gathered before being passed to the security-scanner-alert component. By moving all the translation to a shared map, it should harder to forget to provide a new translation when adding a new scanner. This is primarily done to translate SAST_IAC to something more user-friendly. Changelog: fixed
-
- 12月 15, 2021
-
-
由 Samantha Ming 创作于
Refactor apollo query into TrainingProviderList component and update specs accordingly.
-
- 12月 10, 2021
-
-
由 Samantha Ming 创作于
Address reviewer comment and adjust to use client directive
-
由 Samantha Ming 创作于
Utilize the loading skeleton when trainers are being fetched
-
- 12月 07, 2021
-
-
由 Paul Gascou-Vaillancourt 创作于
This removes the `configureIacScanningViaMr` feature flag that was enabled by default in 14.6. Changelog: removed
-
- 12月 03, 2021
-
-
由 Samantha Ming 创作于
Add security training ui to security configuration. This is within the vulnerability management tab.
-
- 11月 27, 2021
-
-
由 Samantha Ming 创作于
-
- 11月 11, 2021
-
-
由 Paul Gascou-Vaillancourt 创作于
This ensures that the UI links to the proper documentation pages for IaC Scanning.
-
- 11月 09, 2021
-
-
由 Paul Gascou-Vaillancourt 创作于
This moves the FE code for configuring IaC Scanning back to CE.
-
由 Paul Gascou-Vaillancourt 创作于
This adds the IaC Scanning configuration card to the Security Configuration page.
-
- 11月 01, 2021
-
-
由 Natalia Tepluhina 创作于
- Fixed all the occurences of 'createDefaultClient' - Updated FE guide on Apollo immutability
-
- 10月 22, 2021
-
-
由 Jannik Lehmann 创作于
-
- 9月 24, 2021
-
-
由 Will Meek 创作于
As per https://gitlab.com/gitlab-org/quality/testcases/-/issues/1666 The functionality was introduced, this MR adds an End to End test to test this
-
- 9月 14, 2021
-
-
由 Fernando 创作于
* Add row to configuration page for corpus management
-
- 8月 11, 2021
-
-
由 Jannik Lehmann 创作于
This commit solves: https://gitlab.com/gitlab-org/gitlab/-/issues/326005 It removes the sec_dependency_scanning_ui_enable Feature Flag which was enabled by default in 14.1 Changelog: removed
-
- 8月 10, 2021
-
-
由 Jannik Lehmann 创作于
This commit solves https://gitlab.com/gitlab-org/gitlab/-/issues/331276 It enables `assumeImmutableResults` in the security_configuration index
-
- 8月 07, 2021
-
-
由 Jannik Lehmann 创作于
-
- 7月 30, 2021
-
-
由 Mark Florian 创作于
This should make the suite pass regardless of the state of the `security_configuration_redesign(_ee)?` feature flags. Addresses https://gitlab.com/gitlab-org/gitlab/-/issues/336472.
-
- 7月 23, 2021
-
-
由 Jannik Lehmann 创作于
-
- 7月 21, 2021
-
-
由 Jannik Lehmann 创作于
This MR solves: https://gitlab.com/gitlab-org/gitlab/-/issues/334927 It changes the copy for the upgrade banner on the security configuration Page.
-
- 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月 15, 2021
-
-
由 Jannik Lehmann 创作于
-
- 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
-
- 7月 09, 2021
-
-
Changelog: fixed EE: true
-