-
- Downloads
There was an error fetching the commit references. Please try again later.
Merge branch '41899-api-endpoint-for-importing-a-project-export' into 'master'
Resolve "API endpoint for importing a project export" Closes #41899 See merge request gitlab-org/gitlab-ce!17025
No related branches found
No related tags found
Showing
- changelogs/unreleased/41899-api-endpoint-for-importing-a-project-export.yml 5 additions, 0 deletions...sed/41899-api-endpoint-for-importing-a-project-export.yml
- doc/api/README.md 1 addition, 0 deletionsdoc/api/README.md
- doc/api/project_import_export.md 74 additions, 0 deletionsdoc/api/project_import_export.md
- doc/api/projects.md 4 additions, 0 deletionsdoc/api/projects.md
- doc/user/project/settings/import_export.md 1 addition, 0 deletionsdoc/user/project/settings/import_export.md
- lib/api/api.rb 1 addition, 0 deletionslib/api/api.rb
- lib/api/entities.rb 7 additions, 0 deletionslib/api/entities.rb
- lib/api/project_import.rb 65 additions, 0 deletionslib/api/project_import.rb
- spec/requests/api/project_import_spec.rb 102 additions, 0 deletionsspec/requests/api/project_import_spec.rb
doc/api/project_import_export.md
0 → 100644
lib/api/project_import.rb
0 → 100644
spec/requests/api/project_import_spec.rb
0 → 100644
Please register or sign in to comment