- Nov 11, 2020
-
-
- Expose move attribute on issue query. - Use batch loading for issue movedTo attribute on Graphql and add specs.
-
- Nov 10, 2020
-
-
Tiger Watson authored
!47339
-
Alex Kalderimis authored
This changes the type of id from ID to the more meaningful GlobalIDType[Gitlab::ErrorTracking::DetailedError] This is a bit of an interim fix, since these IDs (being sentry IDs really) don't make much sense as global IDs, which are meant to represent application resources.
-
Nathan Friend authored
This commit adds a new GraphQL mutation - `releaseCreate` that creates a new release.
-
Alexandru Croitor authored
Update GraphQL API to explicitly expose complete, incomplete, total stats for a given timebox
-
David Fernandez authored
Add a GraphQL API to get container repository details given its global id.
-
- Nov 09, 2020
-
-
This uses the new GlobalID scalar types in the Snippets code. The benefits of this are: - More informative types. A reader of our schema, or our queries can see what a valid value will be. - Safer resolution and mutation. When using this type we guarantee that our code will only encounter valid values, from our own namespace, and when using the parameterized IDs, that they cannot refer to other kinds of object.
-
Alex Kalderimis authored
-
Alexandru Croitor authored
Expose prmoting issue to an epic through a GraphQL mutation
-
This mutation allows repositioning a DiffNote. It uses the special `reposition_note` permission, which is an alias of `admin_note` unless the noteable is a Design, in which case it will be true if the user can `create_note`. This allows people who can comment on a Design to reposition the notes of other people. #207334
-
- Nov 07, 2020
-
-
Matija Čupić authored
Updates the GraphQL schema to make register_instructions optional in the RunnerSetup type.
-
- Nov 06, 2020
-
-
Shinya Maeda authored
Canary Ingress weight is to control the traffic between stable and canary tracks in Auto Deployed environment.
-
euko authored
subscribe_disabled_description field should be rather passed via data attributes to frontend components.
-
and update graphql docs
-
euko authored
Add "emailsDiabled" field that indicates whether the project associated with an issue has emails notifications enabled or not. Add "subscribeDisabledDescription" field that contains the message to display when the project associated with an issue has emails notifications disabled.
-
Allows creating project and group labels using graphql API.
-
- Nov 05, 2020
-
-
Alex Kalderimis authored
This required changes to support nullable global-IDs, which up to this point have explicitly rejected nil values. The Epic ID handling is changed to: - use the declarative loading mechanism - check for the correct epic permissions before trying to apply the change (which eliminates some uncaught exceptions)
-
Adam Hegyi authored
This change exposes Devops Adoption segments via Graphql.
-
Heinrich Lee Yu authored
Renames TimeboxBurnupChartService to TimeboxReportService since this will also be used to compute other statistics. This also moves the burnup time series in GraphQL under a `report` field.
-
- Nov 04, 2020
-
-
Nathan Friend authored
This commit removes two release-related fields from our REST and GraphQL APIs: `issues_url` and `merge_requests_url`. This is not a breaking change since these fields were never publicly available (they have always been hidden behind a disabled feature flag).
-
Pavel Shutsin authored
It can be used for Issues Analytics
-
This change adds new field userDiscussionsCount to issues and merge request GraphQL API to fetch count of threads initiated or continued by user.
-
- Nov 03, 2020
-
-
This commit moves our code coverage summary resolver to its own resolver class. It also changes the type of our lastUpdatedAt field to a date field.
-
Alex Kalderimis authored
-
This reverts commit 093d299c.
-
Mario de la Ossa authored
Allows users to pass `search` to search by username and name.
-
* Adds source_job, path, and project * Updates schema and docs * Adds initial specs for upstream
-
Adam Hegyi authored
This change adds filtering capabilities by recorded at to instance statistics measurements GraphQL api.
-
Kassio Borges authored
With this argument one can filter Epics GraphQL API to return only the Epics direct on the given Group, the same way it's done in the HTTP API.
-
- Nov 02, 2020
-
-
Max Orefice authored
-
- Oct 30, 2020
-
-
Sort projects on the usage quota page by the total repository size excess.
-
Displays the total number of authorized groups for individual users in the admin dashboard.
-
-
The field returns commit status data
-
- Oct 29, 2020
-
-
Nathan Friend authored
This commit updates release links exposed through the GraphQL endpoint to be named like opened* instead of open*. This aligns with the actual name of the issuable state.
-
Alex Kalderimis authored
-
Felipe authored
Add CreateTodo mutation
-
This commit allows to fetch associated code coverage activities for a given group.
-
Magdalena Frankiewicz authored
Make not_set a default availability
-
Magdalena Frankiewicz authored
To enable setting user availability, for now only one value possible: busy
-