stable

Clone or download

Read-only

The project owner can be obtained from a REST route

This is part of story #12161: have a project owner at project creation Change-Id: Ic89dc226e3a543fd771361f8cafd88b5a4eb1447

Modified Files

Name
M plugins/project_certification/include/ProjectOwner/ProjectOwnerDAO.php +11 −0 Go to diff View file
A plugins/project_certification/include/ProjectOwner/ProjectOwnerRetriever.php +51 −0 Go to diff View file
A plugins/project_certification/include/REST/ProjectCertificationRepresentation.php +40 −0 Go to diff View file
A plugins/project_certification/include/REST/ProjectCertificationResource.php +95 −0 Go to diff View file
M plugins/project_certification/include/project_certificationPlugin.class.php +10 −0 Go to diff View file
A plugins/project_certification/phpunit/.simpletest_skip +0 −0 Go to diff View file
A plugins/project_certification/phpunit/ProjectOwner/ProjectOwnerRetrieverTest.php +70 −0 Go to diff View file
A plugins/project_certification/phpunit/bootstrap.php +21 −0 Go to diff View file
A plugins/project_certification/tests/rest/ProjectCertificationTest.php +80 −0 Go to diff View file
A plugins/project_certification/tests/rest/init_test_data.php +24 −0 Go to diff View file
M src/common/User/UserManager.class.php +1 −1 Go to diff View file
M tests/phpunit/phpunit.xml +1 −0 Go to diff View file