Skip to content
代码片段 群组 项目
未验证 提交 f71f6abf 编辑于 作者: Alexandru Croitor's avatar Alexandru Croitor 提交者: GitLab
浏览文件

Merge branch 'dg-482076-workItemNotes-perf' into 'master'

Remove description and diff from descriptionVersion

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/164722



Merged-by: default avatarAlexandru Croitor <acroitor@gitlab.com>
Approved-by: default avatarAlexandru Croitor <acroitor@gitlab.com>
Reviewed-by: default avatarAlexandru Croitor <acroitor@gitlab.com>
Co-authored-by: default avatarDeepika Guliani <dguliani@gitlab.com>
No related branches found
No related tags found
无相关合并请求
...@@ -44,9 +44,5 @@ fragment WorkItemNote on Note { ...@@ -44,9 +44,5 @@ fragment WorkItemNote on Note {
} }
systemNoteMetadata { systemNoteMetadata {
id id
descriptionVersion {
id
description
}
} }
} }
...@@ -46,8 +46,6 @@ fragment WorkItemNote on Note { ...@@ -46,8 +46,6 @@ fragment WorkItemNote on Note {
id id
descriptionVersion { descriptionVersion {
id id
description
diff
diffPath diffPath
deletePath deletePath
canDelete canDelete
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册