该项目从 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
-
- 3月 06, 2024
-
-
由 Rahul Chanila 创作于
The integration was done in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/146002
-
- 2月 16, 2024
-
-
由 Rahul Chanila 创作于
Fetch data using mock query EE: true
-
- 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.
-
- 9月 15, 2021
-
-
由 Philip Cunningham 创作于
- Extends resolver with new argument disabled by default - Updates existing and adds new specs - Amends frontend GraphQL queries Changelog: added MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/70126 EE: true
-
- 7月 13, 2021
-
-
由 Adam Cohen 创作于
-
- 4月 29, 2021
-
-
由 jerasmus 创作于
Integrate blob info query
-
- 4月 28, 2021
-
-
由 Daniel Paul Searles 创作于
-
- 4月 01, 2021
-
-
由 Paul Gascou-Vaillancourt 创作于
This enables the ManageViaMr component for configuring Secret Detection. It automates the creation of an MR via the GraphQL API.
-
- 3月 30, 2021
-
-
由 Paul Gascou-Vaillancourt 创作于
This adds a new ManageViaMr component to the Security Configration page. This component is for enabling a security feature via a merge request via GraphQL. This button is disabled by default behind the sec_dependency_scanning_ui_enable feature flag. Addresses https://gitlab.com/gitlab-org/gitlab/-/issues/325694 and https://gitlab.com/gitlab-org/gitlab/-/issues/282533 . Co-authored-by:
Jannik Lehmann <jlehmann@gitlab.com>
-
- 3月 29, 2021
-
-
由 Jacques Erasmus 创作于
Added blob content viewer to the app
-
- 3月 16, 2021
-
-
由 Paul Gascou-Vaillancourt 创作于
Shows an alert for each failed site validation in the DAST profiles library, along with a button to retry the validation, and a dismiss button that revokes the validation.
-
- 2月 12, 2021
-
-
由 Philip Cunningham 创作于
Allow users to update existing Dast::Profiles.
-
- 2月 11, 2021
-
-
由 Paul Gascou-Vaillancourt 创作于
- Clicking on `Generate code snippet` triggers a mutation to save the configuration - It also opens a modal containing a code snippet for the chosen configuration - User can simply copy the snippet to the clipboard and be redirected to the code editor to apply the config
-
由 Paul Gascou-Vaillancourt 创作于
This updates the frontend so that the following queries and mutations hit the actual API rather than local mocks: - dastProfileCreate mutation - dastProfileUpdate mutation - dastProfiles query
-
由 Paul Gascou-Vaillancourt 创作于
Creates the form for configuring API fuzzing.
-
- 1月 25, 2021
-
-
由 David O'Regan 创作于
Hook the frontend for oncall deletions up to the backend and activating the Apollo cache allowing users to delete rotations
-
- 1月 08, 2021
-
-
由 David O'Regan 创作于
fix(feedback): apply merge feedback
-
- 1月 07, 2021
-
-
由 Alex Kalderimis 创作于
Rather than skipping all queries that use the @client directive, we instead remove all such fields (and any arguments and fragments mentioned in the skipped sections) and then only skip the query if that then leaves us with an empty query. The query transformation is handled with a query printer.
-
由 Alex Kalderimis 创作于
-
由 Alex Kalderimis 创作于
This adds query validation for GraphQL, exposed in a new raketask (`gitlab:graphql:validate`). Tests are added for the validation system, which handles common patterns in our front-end code (such as Apollo client directives, and the use of ee_else_ce). The new graphql files used in the tests are excluded from prettier formatting. A couple of clearly incorrect graphql files (discovered during testing) have been fixed. One remaining one has been marked as a known failure.
-