An error occurred fetching the project authors.
- 20 Jan, 2021 1 commit
-
-
Emily Ring authored
Add terraformState query to GraphQL Updated associated docs
-
- 19 Jan, 2021 1 commit
-
-
Alan (Maciej) Paruszewski authored
This change adds new field to Vulnerability GraphQL API that allows to fetch additional information about vulnerability.
-
- 18 Jan, 2021 2 commits
-
-
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
-
- 12 Jan, 2021 3 commits
-
-
Jose Ivan Vargas authored
This adds the keep latest artifact option at the project level, allowing users to opt-put of keeping artifacts
-
Phil Hughes authored
Moves the auto merge failed and enabled states into GraphQL for its state data. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/235715
-
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/mutations` and `ee/app/graphql/ee/mutations` 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
-
- 11 Jan, 2021 3 commits
-
-
Eugenia Grieff authored
- Add request specs - Update schema
-
Eugenia Grieff authored
- Add export requirements policy - Update schema
-
Chad Woolley authored
Remove extra space from end of description of operations value in DomainFilterEnum.
-
- 08 Jan, 2021 2 commits
-
-
Jose Vargas authored
This removes the total_pipeline_duration from the project_type of the GraphQL api
-
Jarka Košanová authored
- add the filter to the REST API endpoint - add the filter to the graphql epics endpoint
-
- 07 Jan, 2021 2 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 offenses in `app/graphql/resolvers` and subdirectories and removes their exclusion of them from `.rubocop_manual_todo.yml`. The changes were generated using the following autocorrect: bundle exec rubocop app/graphql/resolvers \ --auto-correct \ --only Graphql/Descriptions https://gitlab.com/gitlab-org/gitlab/-/issues/292426
-
Jan Provaznik authored
* exposes epics on an epic board list * adds an index for epic board position table * abstracts logic in issues list service so it can be reused by issue and epic lists
-
- 06 Jan, 2021 2 commits
-
-
Alex Kalderimis authored
This changes the type of `CiJob.needs` from `JobType.connection_type` to `BuildNeedType.connection_type`. This is because `Build#needs` does not return a relation of builds, but one of `Ci::BuildNeed`. This change is a backwards compatible bug-fix. Any query that works now will continue to work.
-
Jan Provaznik authored
These fields can be used to get Web UI url/path for a board.
-
- 05 Jan, 2021 3 commits
-
-
Steve Abrams authored
Create table group_package_settings with boolean setting to allow or disallow Maven package duplicates and a text setting to store a regex of exceptions to the disallowed duplicates. Add graphql foundation to update and fetch the new settings.
-
Brett Walker authored
- add email handler for forwarded emails - expose new email address to UI
-
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 `app/graphql/mutations` and subdirectories and removes the exclusion of them from `.rubocop_manual_todo.yml`. The changes were generated using the following autocorrect: bundle exec rubocop app/graphql/mutations \ --auto-correct \ --only Graphql/Descriptions https://gitlab.com/gitlab-org/gitlab/-/issues/292426
-
- 04 Jan, 2021 2 commits
-
-
Thiago Figueiró authored
-
Phil Hughes authored
This moves the widgets ready to merge state into GraphQL Closes https://gitlab.com/gitlab-org/gitlab/-/issues/235716
-
- 30 Dec, 2020 1 commit
-
-
Mehmet Emin INAC authored
This argument will provide better structured dismissal reason tracking.
-
- 25 Dec, 2020 1 commit
-
-
Furkan Ayhan authored
We need project and user info in order to execute yaml processor effectively.
-
- 23 Dec, 2020 5 commits
-
-
David Fernandez authored
Properly encode the total size as a BigInt
-
Alex Kalderimis authored
This collection of improvements was implemented when working on https://gitlab.com/gitlab-org/gitlab/-/merge_requests/40088, but can be cleanly extracted here. It includes N+1 fixes.
-
Mayra Cabrera authored
Fixes broken master by executed bundle exec rake gitlab:graphql:schema:dumpRegenerates graphl schema to fix broken master
-
Max Woolf authored
Adds an ID parameter to NamespaceType#compliance_frameworks to filter a namespace's compliance frameworks to a specific framework wip
-
Nicolò Maria Mezzopera authored
- type - schema - docs
-
- 22 Dec, 2020 3 commits
-
-
Savas Vedova authored
-
Max Woolf authored
Moves name, description and color in to a separate InputType and nests those parameters within a params object for inputs to Update or Create mutations.
-
Savas Vedova authored
- Update documentation - Update schema - Add changelog
-
- 21 Dec, 2020 4 commits
-
-
lauraMon authored
* Updates schema and docs * Adds a changelog
-
Igor Wiedler authored
-
Alex Kalderimis authored
This adds the field `MergeRequest.reviewers`. Preloads are added to account for the dependent relationships. Our N+1 testing is improved in a bunch of ways, but removing confounding factors that are outside the scope of the GraphQL schema, such as authentication, license loading, and Database read-only checks. More effort is taken here to correctly isolate the tests from each other, ensuring we have clean request stores, SQL caches, and batchloader contexts between runs. We ensure that we are in fact using the SQL cache.
-
Heinrich Lee Yu authored
Also handles moving of issues to / from an iteration list
-