该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 8月 25, 2022
-
-
由 Shinya Maeda 创作于
This commit extends the deployments graphql query for index page. Changelog: added
-
- 8月 24, 2022
-
-
由 Laura Montemayor 创作于
Changelog: added
-
Changelog: added EE: true
-
由 Eugenia Grieff 创作于
Refactor the existing logic for epics to apply it to all issuables Changelog: added EE: true
-
- 8月 23, 2022
-
-
由 Niklas 创作于
Changelog: added
-
由 Luke Duncalfe 创作于
The property had been renamed to `_deprecated_feature_flag` earlier. This change removes it altogether and all code that was supporting it. https://gitlab.com/gitlab-org/gitlab/-/issues/369202
-
- 8月 22, 2022
-
-
由 Patrick Bajao 创作于
Introduces a new `mergeRequestReviewersUpdated` GrpahQL subscription that can be subscribed to by the frontend to get real-time updates on reviewers whenever they get updated. This only includes the subscription and the triggers will be done separately.
-
由 Shinya Maeda 创作于
This commit adds GraphQL query for fetching deployment details. Changelog: added
-
- 8月 18, 2022
-
-
由 Shinya Maeda 创作于
This commit adds GraphQL query for fetching deployments. Changelog: added
-
由 Lee Tickett 创作于
Changelog: added
-
- 8月 17, 2022
-
-
由 Valerie Burton 创作于
Refactors and adds new specs to test inherited permissions for MRs
-
由 Mario Celi 创作于
Adds a new field to the work item type containing the full path of the parent currently project but migrating into namespace Changelog: added
-
- 8月 16, 2022
-
-
由 Kushal Pandya 创作于
Exposes fields `created_at`, `updated_at`, and `closed_at` fields on WorkItem type in GraphQL. Changelog: added
-
由 Igor Drozdov 创作于
It's backend part for: - https://gitlab.com/gitlab-org/gitlab/-/merge_requests/92363 Changelog: added
-
由 Lee Tickett 创作于
Changelog: added
-
- 8月 15, 2022
-
-
由 Nicolas Dular 创作于
This deprecates the `confidential` parameter for the Notes API in favour of `internal`. This affects the GraphQL API, REST API, and internal Notes creation API. We also expose the `internal` attribute now for a `Note` and the behaviour of `internal` and `confidential` is the same. In the case of submitting a request to create a note with `internal: true`, and `confidential: false`, `internal` overrules the `confidential` parameter. In a follow-up work, the remaining mentions of `confidential` in the Services, Models, and Database column will be renamed. Changelog: deprecated
-
- 8月 12, 2022
-
-
由 Avielle Wolfe 创作于
This will allow manual jobs to be retried with new variables. Changelog: added
-
由 Vojko Pribudić 创作于
Changelog: added
-
由 张泽华 创作于
-
由 Patrick Bajao 创作于
Adds `mergeRequestSetReviewers` GraphQL mutation that will be used by the frontend to set reviewers. This has the same pattern of arguments and fields as the one for assignees. Changelog: added
-
- 8月 11, 2022
-
-
由 张泽华 创作于
Changelog: added
-
- 8月 09, 2022
-
-
由 Laura Montemayor 创作于
-
由 Lee Tickett 创作于
-
- 8月 06, 2022
-
-
由 Simon Knox 创作于
Allows fetching labels for work items
-
- 8月 05, 2022
-
-
由 Luke Duncalfe 创作于
This first iteration of https://gitlab.com/gitlab-org/gitlab/-/issues/369202 documents the `feature_flag` property as being deprecated and that it should not be used. It renames the argument so that it's clear it's not to be used for new items. It also updates the developer docs to include advice for using flags with schema items besides fields, and where the flag is used to toggle behavior.
-
由 Mario Celi 创作于
Changelog: added Updating start or due date in an Issue or WorkItem will now trigger a relatime update so you can fetch the updated dates
-
- 8月 04, 2022
-
-
Changelog: added
-
- 8月 03, 2022
-
-
由 Marco Zille 创作于
Changelog: added
-
由 Heinrich Lee Yu 创作于
Allows updating of a work item's assignees
-
- 8月 01, 2022
-
-
由 Mario Celi 创作于
Allows setting a start and due date to work items via the work item widget GraphQL API
-
- 7月 29, 2022
-
-
由 Jonathan Schafer 创作于
-
由 Pedro Pombeiro 创作于
Changelog: changed
-
- 7月 28, 2022
-
-
由 Pedro Pombeiro 创作于
Using lazy evaluation prevents clearing out data for tests
-
由 Jan Provaznik 创作于
Allows to delete file upload in a project or group. Changelog: added
-
由 Jonathan Schafer 创作于
This fixes API (REST and GraphQL) spec files
-
- 7月 27, 2022
-
-
由 Jarka Košanová 创作于
Merge branch 'security-crm-fix' into 'master' See merge request gitlab-org/security/gitlab!2607 Changelog: security
-
由 Vitali Tatarintev 创作于
Return validation error when timeline event's note is blank during update Changelog: changed
-
由 Avielle Wolfe 创作于
There is a growing number of differences between the GraphQL functionality for different variable types. Moving to an interface pattern now will spare us from having to write a lot of specific logic for checking the variable type
-
- 7月 26, 2022
-
-
由 Mario Celi 创作于
You can fetch start and due date for a work item through the work item widget interface.
-
- 7月 22, 2022
-
-
由 Jan Provaznik 创作于
This is same as Issue's confidential field.
-