summaryrefslogtreecommitdiff
path: root/lib/api/project_import.rb
Commit message (Collapse)AuthorAgeFilesLines
* Backport EE changes to the project import APIYorick Peterse2019-08-081-0/+1
| | | | | | EE added a single line to this file that can easily be backported to CE, but it appears this was overlooked. The method called is a noop in CE, so no additional changes are necessary.
* CE port of Move EE specific lines in API::ProjectsImre Farkas2019-05-301-1/+2
|
* Fix API::Namespaces to accept namepaces with dotsif-52811-fix_namespaces_api_routingImre Farkas2018-11-281-1/+1
| | | | | It also renames the API::PROJECT_ENDPOINT_REQUIREMENTS constant to API::NAMESPACE_OR_PROJECT_REQUIREMENTS
* Enable frozen string in lib/api and lib/backupgfyoung2018-09-291-0/+2
| | | | | | | | | | Partially addresses #47424. Had to make changes to spec files because stubbing methods on frozen objects is a mess in RSpec and leads to failures: https://github.com/rspec/rspec-mocks/issues/1190
* Extend API for importing a project export with overwrite supportFrancisco Javier López2018-04-061-1/+3
|
* Store override params as import data on projectsBob Van Landuyt2018-04-041-1/+11
| | | | | | | | | | | This means import data doesn't necessarily have to have an import_url anymore. The `ProjectImportData` could just contain the override data in it's serialized data attribute. The import data is automatically cleaned up after it is finished by the state machine.
* Fix project import API after import service refactorJames Lopez2018-02-161-2/+6
|
* update docsJames Lopez2018-02-161-1/+1
|
* refactor code based on feedback41899-api-endpoint-for-importing-a-project-exportJames Lopez2018-02-141-1/+1
|
* refactor code based on feedbackJames Lopez2018-02-141-7/+10
|
* refactor api classJames Lopez2018-02-131-3/+5
|
* add docs and changelogJames Lopez2018-02-131-1/+1
|
* add more specsJames Lopez2018-02-131-6/+4
|
* add import status endpointJames Lopez2018-02-131-8/+18
|
* fix file uploadJames Lopez2018-02-131-3/+4
|
* update import API and specJames Lopez2018-02-131-2/+2
|
* update import API and specJames Lopez2018-02-131-2/+5
|
* add post import API endpointJames Lopez2018-02-131-0/+48