An error occurred fetching the project authors.
- 04 Feb, 2021 4 commits
-
-
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 `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 app/graphql/types \ --auto-correct \ --only Graphql/Descriptions https://gitlab.com/gitlab-org/gitlab/-/issues/292426
-
Amy Qualls authored
Bring our API definitions completely up to GitLab tone and style
-
Eugenia Grieff authored
- Add new argument to GraphQL mutation - Add permitted fields to export service - Add specs
-
Jonathan Schafer authored
Add missing values Add descriptions to values Update schema Update documentation
-
- 03 Feb, 2021 3 commits
-
-
George Koltsov authored
- Update GraphQL field descriptions on Types::EpicType
-
Peter Leitzen authored
Implement service and GraphQL for extracting fields from example payload
-
Chad Woolley authored
NOTE: This is a work-in-progress branch, still sorting out how to split the logic from https://gitlab.com/gitlab-org/gitlab/-/merge_requests/50559 across multiple MRs.
-
- 02 Feb, 2021 5 commits
-
-
charlie ablett authored
- Add field and argument tests - Remove unneeded test - Restore removed argument
-
charlie ablett authored
- Create epic board service - Create epic board mutation
-
Amy Qualls authored
Fixing spelling and capitalization in various API definitions. Not making changes to anything else; just the user-facing definition part.
-
Philip Cunningham authored
Adds mutation, service, etc.
-
Philip Cunningham authored
Adds new field, policy and specs.
-
- 01 Feb, 2021 3 commits
-
-
Alex Kalderimis authored
-
George Koltsov authored
- Add award emoji connection to GraphQL API in order to use it in Bulk Import
-
Subashis authored
- Update documentation - Update schema - Add changelog
-
- 29 Jan, 2021 2 commits
-
-
Amy Qualls authored
Update the definitions to the correct spelling, so they'll stop showing up for the Technical Writing team as spelling errors.
-
Phil Hughes authored
This is the backend part of https://gitlab.com/gitlab-org/gitlab/-/issues/293933 which allows for authors of mere requests to request a new review from reviewers.
-
- 28 Jan, 2021 1 commit
-
-
Max Woolf authored
Currently the descriptions are missing from MilestoneStateEnum in the GraphQL API. This commit adds them in.
-
- 26 Jan, 2021 1 commit
-
-
Amy Qualls authored
The word is misspelled in definitions, which means it shows up as a misspelled word in our docs.
-
- 25 Jan, 2021 2 commits
-
-
Jan Provaznik authored
This dries a little bit the code by reusing same logic from mixin.
-
charlie ablett authored
-
- 22 Jan, 2021 1 commit
-
-
Vitali Tatarintev authored
Add `payload_example` and `payload_attribute_mapping` arguments to the update HTTP integration GraphQL mutation. The feature is available with the GitLab Premium license.
-
- 21 Jan, 2021 3 commits
-
-
Aishwarya Subramanian authored
Allows pipeline configuration location to be set while creating or updating compliance frameworks.
-
Sean Arnold authored
- Add specs
-
Sarah Yasonik authored
-
- 20 Jan, 2021 4 commits
-
-
Peter Leitzen authored
-
Emily Ring authored
Add terraformState query to GraphQL Updated associated docs
-
Alex Kalderimis authored
This uses the GlobalIDType for discussions
-
Mark Chao authored
For cloud license feature
-
- 19 Jan, 2021 3 commits
-
-
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 `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 app/graphql/types \ --auto-correct \ --only Graphql/Descriptions https://gitlab.com/gitlab-org/gitlab/-/issues/292426
-
Philip Cunningham authored
Add ability to revoke ability to run active scans.
-
Alan (Maciej) Paruszewski authored
This change adds new field to Vulnerability GraphQL API that allows to fetch additional information about vulnerability.
-
- 18 Jan, 2021 3 commits
-
-
Saikat Sarkar authored
-
Vitali Tatarintev authored
Add `payload_example` and `payload_attribute_mapping` arguments to the create HTTP integration GraphQL mutation. The feature is available with the GitLab Premium license.
-
Ethan Urie authored
Also, fix specs for UserType.
-
- 15 Jan, 2021 2 commits
-
-
Alex Kalderimis authored
This adds the `url` field to the `Note` type.
-
Sarah Yasonik authored
-
- 14 Jan, 2021 1 commit
-
-
Nicolò Maria Mezzopera authored
- add tags, pipeline and project to package type - move type and type enum to package folder - refactor type invocation with new module - adjust unit tests
-
- 13 Jan, 2021 2 commits
-
-
Laura Montemayor authored
* Replaces CiConfig with ::Gitlab::Ci::Lint, rather than using the YAML Processor * Adds job needs to the Lint processor * Adds new fields to the CiConfigJobType * Updates specs * Adds docs and schema
-
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 offenses in `ee/app/graphql/resolvers` and `ee/app/graphql/ee/resolvers` and removes their 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
-