- Feb 23, 2021
-
-
Jose Ivan Vargas Lopez authored
This adds the duration and finished_at fields to the aforementioned graphql type
-
- Feb 19, 2021
-
-
Subashis Chakraborty authored
- Non happy path specs - Address feedbacks - Update docs
-
Subashis Chakraborty authored
- Fix broken spec - Fix rubocop issues
-
Alexis Kalderimis authored
We do not use it, it can be replaced by introspection queries, and it complicates development. The `gitlab:graphql:schema:dump` rake task now generates the file in the `./tmp` directory. The documentation is updated to mention the impact on front-end development.
-
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
-
-
Uses final mapping of hex values to colors and sets default color Updated HEX and Names to match colorcode.is Matches the hex values to colors from colorcode Fixed capitalization mistakes Remaps the names to match the hex values Updates the colors and default color Ran yarn prettier Regenerated gitlab pot Replaced RGB in test Updated GraphQL schema Added a changelog Added MR number and author
-
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
-
Alexandru Croitor authored
Adding separate labels resolved to fetch labels for groups and projects with corresponding set of parameters.
-
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
-
-
Felipe Artur authored
Allow to filter requirementsby passed or failed status on graphql.
-
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.
-
- 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.
-