Add web_url to tree entry in GraphQL API
显示
- app/assets/javascripts/repository/components/table/index.vue 1 个添加, 0 个删除app/assets/javascripts/repository/components/table/index.vue
- app/assets/javascripts/repository/components/table/row.vue 6 个添加, 1 个删除app/assets/javascripts/repository/components/table/row.vue
- app/assets/javascripts/repository/queries/getFiles.graphql 2 个添加, 0 个删除app/assets/javascripts/repository/queries/getFiles.graphql
- app/graphql/types/tree/blob_type.rb 4 个添加, 0 个删除app/graphql/types/tree/blob_type.rb
- app/graphql/types/tree/tree_entry_type.rb 4 个添加, 0 个删除app/graphql/types/tree/tree_entry_type.rb
- app/graphql/types/tree/tree_type.rb 8 个添加, 2 个删除app/graphql/types/tree/tree_type.rb
- app/presenters/blob_presenter.rb 4 个添加, 0 个删除app/presenters/blob_presenter.rb
- app/presenters/tree_entry_presenter.rb 9 个添加, 0 个删除app/presenters/tree_entry_presenter.rb
- lib/gitlab/graphql/representation/tree_entry.rb 31 个添加, 0 个删除lib/gitlab/graphql/representation/tree_entry.rb
- spec/frontend/repository/components/table/row_spec.js 12 个添加, 0 个删除spec/frontend/repository/components/table/row_spec.js
- spec/graphql/types/tree/blob_type_spec.rb 1 个添加, 1 个删除spec/graphql/types/tree/blob_type_spec.rb
- spec/graphql/types/tree/tree_entry_type_spec.rb 1 个添加, 1 个删除spec/graphql/types/tree/tree_entry_type_spec.rb
- spec/lib/gitlab/graphql/representation/tree_entry_spec.rb 20 个添加, 0 个删除spec/lib/gitlab/graphql/representation/tree_entry_spec.rb
- spec/presenters/blob_presenter_spec.rb 10 个添加, 0 个删除spec/presenters/blob_presenter_spec.rb
- spec/presenters/tree_entry_presenter_spec.rb 16 个添加, 0 个删除spec/presenters/tree_entry_presenter_spec.rb
app/presenters/tree_entry_presenter.rb
0 → 100644
spec/presenters/tree_entry_presenter_spec.rb
0 → 100644
想要评论请 注册 或 登录