- Feb 23, 2021
-
-
Jose Ivan Vargas Lopez authored
This adds the duration and finished_at fields to the aforementioned graphql type
-
- Feb 22, 2021
-
-
Sarah Yasonik authored
-
- Feb 19, 2021
-
-
Added description field to Clusters::AgentToken Updated GraphQL mutation and create service to suport new field Updated associated tests and docs
-
Subashis Chakraborty authored
- Fix broken spec - Fix rubocop issues
-
Subashis Chakraborty authored
- Create new PipelineSecurityReportFindingType - Create new GraphQL Resolver - Add ability to filter by scanner - Add ability to filter by severity - Add ability to filter by reportType - Add changelog entry
-
Although compliance framework is available to Premium tier, the compliance pipeline configuration can be used only for Ultimate tier
-
- Feb 18, 2021
-
-
This change updates JSON Schema for details field in Vulnerability Finding with newest version of the schema from Security Report Schemas
-
Kassio Borges authored
Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/300005
-
Adam Hegyi authored
This change renames the InstanceStatistics feature to UsageTrends in the codebase. Note: the UI strings have been already changed in an earlier commit.
-
Charlie Ablett authored
- Add URL builder handler for Epic Boards - Add epic board presenter
-
Vitali Tatarintev authored
Now a `alertManagementHttpIntegrations` GraphQL query returns `payloadAlertFields` calculated from the persisted `payload_example`.
-
Vitali Tatarintev authored
Move custom mapping params to HttpIntegrationType so IntegrationType doesn't expose them
-
Vitali Tatarintev authored
Returns custom mapping related fields for Alert Management Integration GraphQL query
-
- Feb 17, 2021
-
-
Jarka Kadlecova authored
- change renderer and templatee - regenerate the docs
-
Charlie Ablett authored
- Expose via GraphQL - Add tests
-
- Feb 16, 2021
-
-
Emily Ring authored
Updated Clusters::AgentToken model and database to include created_by_user field. Added model and GraphQL tests for new created_by_user field. Updated GraphQL docs
-
Emily Ring authored
Updated Clusters::Agent model and database to include created_by_user field. Updated tests and docs.
-
Phil Hughes authored
This reverts merge request !54268
-
The mutation has all of its fields and arguments, but does not yet contain any functionality.
-
- Feb 15, 2021
-
-
Giorgenes Gelatti authored
This reverts commit b591dcbe.
-
Fixes a bug where if a pipeline succeeds with warnings it will always send notifications to the users browser.
-
pshutsin authored
Changes DevopsAdoption to be structured around groups instead of segments
-
-
Alexis Kalderimis authored
This adds the ability to open and close MRs from GraphQL
-
If a compliance framework label has been applied to a project, and the framework as a compliance pipeline configuration path defined - we trigger the compliance pipeline for the project. The compliance pipeline configuration can in turn include the project's .gitlab-ci.yml file to be run after the compliance runs.
-
Subashis Chakraborty authored
-
Update docs, schema, and tests
-
- Feb 12, 2021
-
-
Allow users to update existing Dast::Profiles.
-
- Feb 11, 2021
-
-
George Koltsov authored
- Add EventType to GraphQL - Add events connection to epics
-
Allow users to run a scan using a Dast::Profile.
-
Allow users to delete existing Dast::Profiles.
-
We cannot make this page compliant with our spell checker at this time, so we need to disable spell check on this page.
-
- Feb 10, 2021
-
-
Luke Duncalfe authored
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/46721 introduced a new rubocop that enforced periods at the end of GraphQL description strings. Existing offenses were added to `.rubocop_manual_todo.yml`. This change fixes roughly half of the offenses in `ee/app/graphql/types` and removes the exclusion of them from `.rubocop_manual_todo.yml`. The changes were generated using the following autocorrect: bundle exec rubocop ee/app/graphql \ --auto-correct \ --only Graphql/Descriptions https://gitlab.com/gitlab-org/gitlab/-/issues/292426
-
Tetiana Chupryna authored
Add check in GraphQL endpoint if user is a bot
-
- Feb 09, 2021
-
-
Steve Abrams authored
Adds the rubygems_metadata table and models as a basis for the RubyGems package registry
-
Steve Abrams authored
Add new sort argument and enum to graphql container_repositories.
-
New GraphQL types follow the structure of the SAST configuration types: * CiConfiguration::ApiFuzzing::ScanModeEnum * CiConfiguration::ApiFuzzing::ScanProfileType * CiConfiguration::ApiFuzzing::Type New models: * Security::ApiFuzzing::CiConfiguration * Security::ApiFuzzing::ScanProfile
-
- Feb 08, 2021
-
-
Luke Duncalfe authored
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/46721 introduced a new rubocop that enforced periods at the end of GraphQL description strings. Existing offenses were added to `.rubocop_manual_todo.yml`. This change fixes roughly half of the offenses in `ee/app/graphql/types` and `ee/app/graphql/ee/types` and removes the exclusion of them from `.rubocop_manual_todo.yml`. The changes were generated using the following autocorrect: bundle exec rubocop app/graphql \ --auto-correct \ --only Graphql/Descriptions https://gitlab.com/gitlab-org/gitlab/-/issues/292426
-
Allison Browne authored
Add a setting to the application settings page to turn off keeping the lateset artifacts per pipeline. This will allow users to control storage.
-
Jan Provaznik authored
Adds mutation and service for creating epic board lists. Because most of the functionality is same as for issue boar lists, it also moves shared logic into a parent class.
-