stable
Clone or download
Read-only
The administrators can download the archive uploaded to create a project. Part of story #36484 create a new project from an XML template Change-Id: Ic33cc168996016d50b1c580e1bc311b6296d268d
Modified Files
Name | ||||
---|---|---|---|---|
M | src/common/Project/Admin/ProjectDetails/ProjectDetailsPresenter.php | +4 | −2 | Go to diff View file |
M | src/common/Project/Admin/ProjectDetailsPresenter.php | +2 | −1 | Go to diff View file |
A | src/common/Project/Registration/Template/Upload/ArchiveUploadedArchive.php | +30 | −0 | Go to diff View file |
M | src/common/Project/Registration/Template/Upload/ExtractArchiveAndCreateProject.php | +11 | −2 | Go to diff View file |
A | src/common/Project/Registration/Template/Upload/UploadedArchiveForProjectArchiver.php | +43 | −0 | Go to diff View file |
A | src/common/Project/Registration/Template/Upload/UploadedArchiveForProjectController.php | +61 | −0 | Go to diff View file |
M | src/common/Queue/WorkerEventProcessorFinder.php | +2 | −0 | Go to diff View file |
M | src/common/Request/RouteCollector.php | +26 | −0 | Go to diff View file |
A | tests/lib/Stubs/Project/Registration/Template/Upload/ArchiveUploadedArchiveStub.php | +57 | −0 | Go to diff View file |
M | tests/lib/Stubs/Project/Registration/Template/Upload/SaveUploadedArchiveForProjectStub.php | +7 | −2 | Go to diff View file |
M | tests/unit/common/Project/Registration/Template/Upload/ExtractArchiveAndCreateProjectTest.php | +33 | −0 | Go to diff View file |
A | tests/unit/common/Project/Registration/Template/Upload/UploadedArchiveForProjectArchiverTest.php | +47 | −0 | Go to diff View file |
A | tests/unit/common/Project/Registration/Template/Upload/UploadedArchiveForProjectControllerTest.php | +92 | −0 | Go to diff View file |
M | tests/unit/common/Queue/WorkerEventProcessorFinderTest.php | +1 | −0 | Go to diff View file |
M | tools/rpm/tuleap.spec | +2 | −0 | Go to diff View file |