An error occurred fetching the project authors.
- 11 Oct, 2021 1 commit
-
-
Nicolò Maria Mezzopera authored
-
- 06 Oct, 2021 3 commits
-
-
Max Woolf authored
-
Mario Celi authored
An iteration can be assigned to a created issue via the GraphQL API by providing one of the following: - Specific iteration global ID (iterationId). - iterationWildcardId (only CURRENT is supported). - IterationCadenceId is also required when iterationWildcardId is provided. Changelog: added EE: true
-
Evan Read authored
-
- 05 Oct, 2021 2 commits
-
-
Lee Tickett authored
Changelog: added
-
Dmitriy Zaporozhets (DZ) authored
-
- 04 Oct, 2021 5 commits
-
-
Mario Celi authored
This reverts merge request !70007
-
Mario Celi authored
Filtering issues already allowed epicId. If includeSubepics is true, issues associated with the specified epicId or any of its children will be returned. Changelog: added EE: true
-
Marcin Sedlak-Jakubowski authored
-
Eulyeon Ko authored
- Test the scenario in which confidential argument is set to false. - Expand the description for confidential argument
-
Eulyeon Ko authored
"confidential" argument (boolean) is added to the issues resolver to allow for filtering by confidentiality state. By default, the filter is false and returns all issues. Setting the filter true filters for confidential issues. Adds API request specs for group issues GraphQL API (we didn't have coverage previously). Changelog: added
-
- 01 Oct, 2021 2 commits
-
-
Mario Celi authored
An iteration can be assigned to a created issue via the GraphQL API by providing one of the following: - Specific iteration global ID (iterationId). - iterationWildcardId (only CURRENT is supported). - IterationCadenceId is also required when iterationWildcardId is provided. Changelog: added EE: true
-
Nicolò Maria Mezzopera authored
Add a mutation to enable or disable the dependency proxy Changelog: added
-
- 30 Sep, 2021 2 commits
-
-
Zack Cuddy authored
-
Miguel Rincon authored
This change updates the runner status descriptions in the GraphQL API to make them more explicit. Changelog: other
-
- 29 Sep, 2021 2 commits
-
-
Miguel Rincon authored
This change adds the web url of a runner to the GraphQL API. The URL will vary according to usage of the API in a Group or Project. Changelog: added
-
pataar authored
Allow the image tag cleanup policy to clean up tags that are older than 60 days. Changelog: added
-
- 27 Sep, 2021 3 commits
-
-
Marcos Rocha authored
Changelog: added MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/69808 EE: false
-
Mehmet Emin INAC authored
The `message` attribute represents the short description of a record and the `links` attribute represents the external links reported by the scanner. Changelog: added EE: true
-
Nicolò Maria Mezzopera authored
-
- 23 Sep, 2021 1 commit
-
-
Sashi Kumar Kumaresan authored
-
- 22 Sep, 2021 3 commits
-
-
Vasilii Iakliushin authored
Contributes to https://gitlab.com/gitlab-org/gitlab/-/issues/337214 Changelog: added
-
Miguel Rincon authored
This change adds a "userPermissions" field in the CiRunners type in our GraphQL API. This field communicates to the client what kind of access does the current user has to the runner. Changelog: added
-
Sashi authored
This change adds description to the security policy mutation documentation with more context. EE: true
-
- 21 Sep, 2021 2 commits
-
-
Eugenia Grieff authored
- Verify user authenication for each API endpoint when searching epics, issues or merge requests if feature flag disable_anonymous_search is turned on Changelog: changed EE: true
-
Paul Gascou-Vaillancourt authored
-
- 20 Sep, 2021 1 commit
-
-
Mario Celi authored
Add negated types argument to issue resolver Changelog: added
-
- 17 Sep, 2021 2 commits
-
-
Valery Sizov authored
-
Lee Tickett authored
Changelog: added
-
- 16 Sep, 2021 2 commits
-
-
Mario Celi authored
-
Alexandru Croitor authored
After moving iterations to be contained within iteration cadences we need to allow scoping an issue board to a cadence in order to be able to scope it to current iteration especially in context of multiple cadences per group Changelog: added
-
- 15 Sep, 2021 5 commits
-
-
Catalin Irimie authored
Turn on the feature flag for Pages replication with Geo by default. Changelog: added EE: true
-
Rajendra Kadam authored
-
Rajendra Kadam authored
Add specs and update custom emoji access policy Update gql docs
-
Tiger authored
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/70343 Changelog: fixed EE: true
-
Luke Duncalfe authored
-
- 14 Sep, 2021 2 commits
-
-
Philip Cunningham authored
- Extends resolver with new argument disabled by default - Updates existing and adds new specs - Amends frontend GraphQL queries Changelog: added MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/70126 EE: true
-
Lee Tickett authored
-
- 13 Sep, 2021 2 commits
-
-
Steve Abrams authored
Add endpoints to query and update dependency proxy image ttl group policies Changelog: added
-
Sean McGivern authored
These APIs allow you to delete Sidekiq jobs from a queue. We now support having multiple worker classes use the same queue, so we need an extra argument to support that case - otherwise it would be possible to delete jobs from a less-problematic worker when just meaning to target a particular worker. Changelog: changed
-