-
- Downloads
Merge branch 'graphql-tree' into 'master'
Added repository files to GraphQL API See merge request gitlab-org/gitlab-ce!28325
No related branches found
No related tags found
Showing
- app/graphql/resolvers/tree_resolver.rb 26 additions, 0 deletionsapp/graphql/resolvers/tree_resolver.rb
- app/graphql/types/project_type.rb 2 additions, 0 deletionsapp/graphql/types/project_type.rb
- app/graphql/types/repository_type.rb 14 additions, 0 deletionsapp/graphql/types/repository_type.rb
- app/graphql/types/tree/blob_type.rb 10 additions, 0 deletionsapp/graphql/types/tree/blob_type.rb
- app/graphql/types/tree/entry_type.rb 14 additions, 0 deletionsapp/graphql/types/tree/entry_type.rb
- app/graphql/types/tree/submodule_type.rb 10 additions, 0 deletionsapp/graphql/types/tree/submodule_type.rb
- app/graphql/types/tree/tree_entry_type.rb 11 additions, 0 deletionsapp/graphql/types/tree/tree_entry_type.rb
- app/graphql/types/tree/tree_type.rb 12 additions, 0 deletionsapp/graphql/types/tree/tree_type.rb
- app/graphql/types/tree/type_enum.rb 14 additions, 0 deletionsapp/graphql/types/tree/type_enum.rb
- spec/graphql/resolvers/tree_resolver_spec.rb 35 additions, 0 deletionsspec/graphql/resolvers/tree_resolver_spec.rb
- spec/graphql/types/project_type_spec.rb 2 additions, 0 deletionsspec/graphql/types/project_type_spec.rb
- spec/graphql/types/repository_type_spec.rb 11 additions, 0 deletionsspec/graphql/types/repository_type_spec.rb
- spec/graphql/types/tree/blob_type_spec.rb 9 additions, 0 deletionsspec/graphql/types/tree/blob_type_spec.rb
- spec/graphql/types/tree/submodule_type_spec.rb 9 additions, 0 deletionsspec/graphql/types/tree/submodule_type_spec.rb
- spec/graphql/types/tree/tree_entry_type_spec.rb 9 additions, 0 deletionsspec/graphql/types/tree/tree_entry_type_spec.rb
- spec/graphql/types/tree/tree_type_spec.rb 9 additions, 0 deletionsspec/graphql/types/tree/tree_type_spec.rb
- spec/graphql/types/tree/type_enum_spec.rb 11 additions, 0 deletionsspec/graphql/types/tree/type_enum_spec.rb
- spec/requests/api/graphql/project/repository_spec.rb 37 additions, 0 deletionsspec/requests/api/graphql/project/repository_spec.rb
- spec/requests/api/graphql/project/tree/tree_spec.rb 73 additions, 0 deletionsspec/requests/api/graphql/project/tree/tree_spec.rb
app/graphql/resolvers/tree_resolver.rb
0 → 100644
app/graphql/types/repository_type.rb
0 → 100644
app/graphql/types/tree/blob_type.rb
0 → 100644
app/graphql/types/tree/entry_type.rb
0 → 100644
app/graphql/types/tree/submodule_type.rb
0 → 100644
app/graphql/types/tree/tree_entry_type.rb
0 → 100644
app/graphql/types/tree/tree_type.rb
0 → 100644
app/graphql/types/tree/type_enum.rb
0 → 100644
spec/graphql/resolvers/tree_resolver_spec.rb
0 → 100644
spec/graphql/types/repository_type_spec.rb
0 → 100644
spec/graphql/types/tree/blob_type_spec.rb
0 → 100644
spec/graphql/types/tree/tree_type_spec.rb
0 → 100644
spec/graphql/types/tree/type_enum_spec.rb
0 → 100644
Please register or sign in to comment