-
- 下载
Merge branch 'ajk-nullable-global-id-type' into 'master'
Add specific type to epic_id for updateIssue See merge request gitlab-org/gitlab!46491
显示
- app/graphql/gitlab_schema.rb 7 个添加, 0 个删除app/graphql/gitlab_schema.rb
- app/graphql/types/base_object.rb 14 个添加, 0 个删除app/graphql/types/base_object.rb
- app/graphql/types/board_type.rb 1 个添加, 1 个删除app/graphql/types/board_type.rb
- app/graphql/types/global_id_type.rb 2 个添加, 0 个删除app/graphql/types/global_id_type.rb
- doc/api/graphql/reference/gitlab_schema.graphql 1 个添加, 1 个删除doc/api/graphql/reference/gitlab_schema.graphql
- doc/api/graphql/reference/gitlab_schema.json 1 个添加, 1 个删除doc/api/graphql/reference/gitlab_schema.json
- ee/app/graphql/ee/mutations/issues/update.rb 5 个添加, 4 个删除ee/app/graphql/ee/mutations/issues/update.rb
- ee/app/graphql/types/epic_type.rb 1 个添加, 1 个删除ee/app/graphql/types/epic_type.rb
- ee/spec/graphql/mutations/issues/update_spec.rb 16 个添加, 10 个删除ee/spec/graphql/mutations/issues/update_spec.rb
- ee/spec/requests/api/graphql/mutations/issues/update_spec.rb 115 个添加, 3 个删除ee/spec/requests/api/graphql/mutations/issues/update_spec.rb
- spec/graphql/types/global_id_type_spec.rb 1 个添加, 2 个删除spec/graphql/types/global_id_type_spec.rb
加载中
想要评论请 注册 或 登录