该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 7月 18, 2022
-
-
由 张泽华 创作于
-
- 6月 30, 2022
-
-
由 张泽华 创作于
-
- 6月 20, 2022
-
-
由 Niko Belokolodov 创作于
Duplicate ServicePing design_actions metric as Snowplow event, change is behing feature flag
-
- 6月 18, 2022
-
-
由 Brett Walker 创作于
instead of :internal
-
- 6月 17, 2022
-
-
由 Marius Bobin 创作于
https://gitlab.com/gitlab-org/gitlab/-/issues/360672 Changelog: changed
-
由 Marco Zille 创作于
Changelog: added
-
由 Pedro Pombeiro 创作于
Changelog: added
-
- 6月 16, 2022
-
-
由 Vitali Tatarintev 创作于
-
由 Marco Zille 创作于
-
由 Marco Zille 创作于
Changelog: added
-
由 Mario Celi 创作于
First mutation to update work item attributes via a widget interface
-
- 6月 15, 2022
-
-
由 Lee Tickett 创作于
Changelog: added
-
由 Brett Walker 创作于
and use query_double when possible
-
- 6月 10, 2022
-
-
由 Jan Provaznik 创作于
Adds endpoints and resolver for listing work items.
-
由 Imre Farkas 创作于
Changelog: changed
-
- 6月 07, 2022
-
-
由 Tiger Watson 创作于
Changelog: added
-
由 David Fernandez 创作于
Add a GraphQL query to read the policy from a given project. Add a GraphQL mutation to update the policy of a given project. Changelog: added
-
- 6月 06, 2022
-
-
由 Marco Zille 创作于
-
由 Marco Zille 创作于
-
由 Marco Zille 创作于
-
由 David Barr 创作于
Expose pipeline.merge_request_event_type to the GraphQL object pipeline_type. Returns "DETACHED", "MERGED_RESULT", or "MERGE_TRAIN". Changelog: added
-
- 6月 04, 2022
-
-
由 Alex Kalderimis 创作于
-
- 6月 03, 2022
-
-
由 Niklas van Schrick 创作于
Changelog: added
-
由 Imre Farkas 创作于
Changelog: changed
-
由 Suraj Tripathi 创作于
Added Types::CountableConnectionType in Project Type and Compiled docs Changelog: changed
-
由 Jan Provaznik 创作于
Exposes Hiearchy widget for work item. This widget allows uses ParentLink model to expose parent/child relationship between work items.
-
由 Sarah Yasonik 创作于
Incidents created from alerts are automatically escalated to on-call users via the alert. This change allows users to escalate incidents which have been created manually by setting an escalation policy for the incident. The status of the incident can be used to acknowledge the pages from the escalation. Changelog: added
-
Previously, deleting a Terraform state did not remove the files stored in object storage. Before deleting the state itself, each state version must be removed individually. A Terraform state may have many previous versions associated with it, so instead of deleting immediately we must schedule a worker to handle removing files from object storage. Once a state is marked for deletion it can no longer be accessed using the REST API, to prevent subsequent Terraform operations from modifying it. Changelog: fixed
-
- 6月 01, 2022
-
-
由 Brett Walker 创作于
so that it can be constructed properly
-
由 Brett Walker 创作于
-
由 Brett Walker 创作于
-
由 Brett Walker 创作于
- Update to graphql 1.13.12 - Create the new AST LoggerAnalyzer ported from the original LoggerAnalyzer - Create the new AST RecursionAnalyzer ported from the original RecursionAnalyzer - Override unauthorized_object(unauthorized_error) - Fix arg handlling in GraphQL::Helpers - Now some exceptions are being caught much earlier, breaking many unit test specs that relied on checking for exceptions - Must override == in the class itself - GraphQL-Ruby's types used to override def ==(other), but it doesn't anymore when using the interpreter - Procs are no longer supported - GraphQL::Pagination::Connections is now a default and is no longer needed - Check for object in FindClosest - Casues a GraphQL::Schema::DuplicateNamesError - Add new expect_graphql_error_to_be_created - Adjust how args are built for testing - Removal of to_graphql - Fix signature of get_type - Override new complexity calculation to use our own - When using `resolve` in GraphqlHelpers, the arguments must be passed in a certain way. For this transition, we can indicate how we want the arguments handled. - BaseInputObject must return super from `prepare` This has the correct effect of the entire input object being passed through to the resolver in `args`. Inside there you need to call `to_h` to extract the ruby arguments. - Remove prepare from NegatedBoardIssueInputType - Return nil if TimeType is nil Let higher level argument checks do their job. Fixes spec/requests/api/graphql/mutations/releases/update_spec.rb - DEBUG_GRAPHQL=1 now ignores graphql tracers and sets the timeout to 20 mins, to facilitate debugging - Remove use of metadata[:type_class]
-
由 Lee Tickett 创作于
When switching to older design versions, the later versions disappear from the dropdown. Now all versions remain selectable. Changelog: fixed
-
- 5月 31, 2022
-
-
由 Siddharth Asthana 创作于
Changelog: other
-
- 5月 30, 2022
-
-
由 Alex Kalderimis 创作于
This adds the `Milestone.releases`, the inverse of `Release.milestones`. Changelog: added
-
由 Sean Arnold 创作于
Changelog: added
-
- 5月 25, 2022
-
-
由 Pedro Pombeiro 创作于
to RunnerType Changelog: added
-
由 Mario Celi 创作于
Implements the first widget for work item. Adds widget to the work item type (read only)
-
由 Mario Celi 创作于
Mutation behind the work_items feature flag. Allows to update a work item and refresh_markdown_cache of another work item at the same time. Allow to query information for both work items after the update
-
- 5月 24, 2022
-
-
由 Kerri Miller 创作于
A continuation of the effort to move our terminology from "WIP" to "Draft"
-