-
- 下载
Merge branch 'sy-sort-incidents-by-status' into 'master'
Add ability to sort by escalation status to issues GraphQL query See merge request gitlab-org/gitlab!82160
显示
- app/graphql/mutations/user_preferences/update.rb 17 个添加, 0 个删除app/graphql/mutations/user_preferences/update.rb
- app/graphql/resolvers/base_issues_resolver.rb 9 个添加, 1 个删除app/graphql/resolvers/base_issues_resolver.rb
- app/graphql/resolvers/concerns/issue_resolver_arguments.rb 1 个添加, 0 个删除app/graphql/resolvers/concerns/issue_resolver_arguments.rb
- app/graphql/types/issue_sort_enum.rb 2 个添加, 0 个删除app/graphql/types/issue_sort_enum.rb
- app/models/issue.rb 4 个添加, 0 个删除app/models/issue.rb
- doc/api/graphql/reference/index.md 2 个添加, 0 个删除doc/api/graphql/reference/index.md
- spec/graphql/resolvers/issues_resolver_spec.rb 43 个添加, 1 个删除spec/graphql/resolvers/issues_resolver_spec.rb
- spec/graphql/types/issue_sort_enum_spec.rb 1 个添加, 1 个删除spec/graphql/types/issue_sort_enum_spec.rb
- spec/models/issue_spec.rb 18 个添加, 0 个删除spec/models/issue_spec.rb
- spec/requests/api/graphql/mutations/user_preferences/update_spec.rb 22 个添加, 0 个删除...sts/api/graphql/mutations/user_preferences/update_spec.rb
加载中
想要评论请 注册 或 登录