-
- Downloads
There was an error fetching the commit references. Please try again later.
Add experimental JSON format for tree controller
Showing
- app/controllers/projects/tree_controller.rb 12 additions, 5 deletionsapp/controllers/projects/tree_controller.rb
- app/helpers/diff_helper.rb 4 additions, 4 deletionsapp/helpers/diff_helper.rb
- app/helpers/icons_helper.rb 1 addition, 0 deletionsapp/helpers/icons_helper.rb
- app/helpers/submodule_helper.rb 2 additions, 2 deletionsapp/helpers/submodule_helper.rb
- app/serializers/blob_entity.rb 13 additions, 0 deletionsapp/serializers/blob_entity.rb
- app/serializers/submodule_entity.rb 23 additions, 0 deletionsapp/serializers/submodule_entity.rb
- app/serializers/tree_entity.rb 13 additions, 0 deletionsapp/serializers/tree_entity.rb
- app/serializers/tree_root_entity.rb 8 additions, 0 deletionsapp/serializers/tree_root_entity.rb
- app/serializers/tree_serializer.rb 3 additions, 0 deletionsapp/serializers/tree_serializer.rb
app/serializers/blob_entity.rb
0 → 100644
app/serializers/submodule_entity.rb
0 → 100644
app/serializers/tree_entity.rb
0 → 100644
app/serializers/tree_root_entity.rb
0 → 100644
app/serializers/tree_serializer.rb
0 → 100644
Please register or sign in to comment