-
- Downloads
Move projects import to separate resource. Add bare repo creation to repository controller
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent
a8df4ee9
No related branches found
No related tags found
Showing
- app/controllers/projects/imports_controller.rb 49 additions, 0 deletionsapp/controllers/projects/imports_controller.rb
- app/controllers/projects/repositories_controller.rb 8 additions, 1 deletionapp/controllers/projects/repositories_controller.rb
- app/controllers/projects_controller.rb 11 additions, 28 deletionsapp/controllers/projects_controller.rb
- app/models/project.rb 1 addition, 1 deletionapp/models/project.rb
- app/views/projects/import.html.haml 0 additions, 31 deletionsapp/views/projects/import.html.haml
- app/views/projects/imports/new.html.haml 21 additions, 0 deletionsapp/views/projects/imports/new.html.haml
- app/views/projects/imports/show.html.haml 9 additions, 0 deletionsapp/views/projects/imports/show.html.haml
- config/routes.rb 2 additions, 3 deletionsconfig/routes.rb
app/views/projects/import.html.haml
deleted
100644 → 0
app/views/projects/imports/new.html.haml
0 → 100644
app/views/projects/imports/show.html.haml
0 → 100644
Please register or sign in to comment