Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-07-24 18:10:11 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-07-24 18:10:11 +0300
commit7308ec9d13fb69018200a40f287e76ef499ed47c (patch)
tree06c75f7ddceebd61d09f925a48fef2789338f3cd /data
parentf296f23500b4b3758670ae0c5ce2e1779f533e8b (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'data')
-rw-r--r--data/deprecations/16-2-graphql-board-list-totalweight.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/data/deprecations/16-2-graphql-board-list-totalweight.yml b/data/deprecations/16-2-graphql-board-list-totalweight.yml
new file mode 100644
index 00000000000..0362c30246a
--- /dev/null
+++ b/data/deprecations/16-2-graphql-board-list-totalweight.yml
@@ -0,0 +1,11 @@
+- title: "GraphQL field `totalWeight` is deprecated"
+ announcement_milestone: "16.3"
+ removal_milestone: "17.0"
+ breaking_change: true
+ reporter: tmike
+ stage: Plan
+ issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/416219
+ body: | # (required) Do not modify this line, instead modify the lines below.
+ You can use GraphQL to query the total weight of issues in an issue board. However, the `totalWeight` field is limited to the maximum size 2147483647. As a result, `totalWeight` is deprecated and will be removed in GitLab 17.0.
+
+ Use `totalIssueWeight` instead, introduced in GitLab 16.2.