-
- Downloads
An error occurred while fetching merge requests data.
API for importing external repos
Showing
- app/controllers/import/base_controller.rb 2 additions, 0 deletionsapp/controllers/import/base_controller.rb
- app/controllers/import/github_controller.rb 9 additions, 20 deletionsapp/controllers/import/github_controller.rb
- app/services/import/base_service.rb 35 additions, 0 deletionsapp/services/import/base_service.rb
- app/services/import/github_service.rb 48 additions, 0 deletionsapp/services/import/github_service.rb
- doc/api/import.md 33 additions, 0 deletionsdoc/api/import.md
- lib/api/api.rb 1 addition, 0 deletionslib/api/api.rb
- lib/api/import_github.rb 46 additions, 0 deletionslib/api/import_github.rb
- spec/requests/api/import_github_spec.rb 56 additions, 0 deletionsspec/requests/api/import_github_spec.rb
app/services/import/base_service.rb
0 → 100644
app/services/import/github_service.rb
0 → 100644
doc/api/import.md
0 → 100644
lib/api/import_github.rb
0 → 100644
spec/requests/api/import_github_spec.rb
0 → 100644
Please register or sign in to comment