stable
Clone or download
Read-only
Part of epic #12142 Baseline v1 Change-Id: I10847df3c91eba8eba647d5398a16ebdfef684df
Modified Files
Name | ||||
---|---|---|---|---|
M | include/Adapter/BaselineRepositoryAdapter.php | +2 | −0 | Go to diff View file |
M | include/Adapter/ChangesetRepositoryAdapter.php | +2 | −0 | Go to diff View file |
M | include/Adapter/ClockAdapter.php | +2 | −0 | Go to diff View file |
M | include/Adapter/CurrentUserProviderAdapter.php | +2 | −0 | Go to diff View file |
M | include/Adapter/FieldRepositoryAdapter.php | +2 | −0 | Go to diff View file |
M | include/Adapter/MilestoneRepositoryAdapter.php | +2 | −0 | Go to diff View file |
M | include/Adapter/ProjectPermissionsAdapter.php | +2 | −0 | Go to diff View file |
M | include/Adapter/ProjectRepositoryAdapter.php | +2 | −0 | Go to diff View file |
M | include/Adapter/RoleAssignmentRepositoryAdapter.php | +2 | −0 | Go to diff View file |
M | include/Baseline/Baseline.php | +2 | −0 | Go to diff View file |
M | include/Baseline/BaselineRepository.php | +2 | −0 | Go to diff View file |
M | include/Baseline/BaselineService.php | +3 | −1 | Go to diff View file |
M | include/Baseline/BaselinesPage.php | +2 | −0 | Go to diff View file |
M | include/Baseline/ChangesetNotFoundException.php | +3 | −1 | Go to diff View file |
M | include/Baseline/ChangesetRepository.php | +2 | −0 | Go to diff View file |
M | include/Baseline/Clock.php | +2 | −0 | Go to diff View file |
M | include/Baseline/CurrentUserProvider.php | +2 | −0 | Go to diff View file |
M | include/Baseline/FieldRepository.php | +2 | −0 | Go to diff View file |
M | include/Baseline/MilestoneRepository.php | +2 | −0 | Go to diff View file |
M | include/Baseline/NotAuthorizedException.php | +2 | −0 | Go to diff View file |
M | include/Baseline/Permissions.php | +2 | −0 | Go to diff View file |
M | include/Baseline/PermissionsImpl.php | +2 | −0 | Go to diff View file |
M | include/Baseline/ProjectPermissions.php | +2 | −0 | Go to diff View file |
M | include/Baseline/ProjectRepository.php | +2 | −0 | Go to diff View file |
M | include/Baseline/Role.php | +2 | −0 | Go to diff View file |
M | include/Baseline/RoleAssignment.php | +2 | −0 | Go to diff View file |
M | include/Baseline/RoleAssignmentRepository.php | +2 | −0 | Go to diff View file |
M | include/Baseline/SimplifiedBaseline.php | +2 | −0 | Go to diff View file |
M | include/Baseline/TransientBaseline.php | +2 | −0 | Go to diff View file |
M | include/Plugin/PluginDescriptor.php | +2 | −0 | Go to diff View file |
M | include/Plugin/PluginInfo.php | +2 | −0 | Go to diff View file |
M | include/REST/BaselineController.php | +2 | −0 | Go to diff View file |
M | include/REST/BaselineRepresentation.php | +2 | −0 | Go to diff View file |
M | include/REST/BaselineRestResourcesInjector.php | +2 | −0 | Go to diff View file |
M | include/REST/BaselinesPageRepresentation.php | +2 | −0 | Go to diff View file |
M | include/REST/BaselinesResource.php | +2 | −0 | Go to diff View file |
M | include/REST/ProjectBaselineController.php | +2 | −0 | Go to diff View file |
M | include/REST/ProjectBaselinesResource.php | +2 | −0 | Go to diff View file |
M | include/REST/SimplifiedBaselineRepresentation.php | +3 | −3 | Go to diff View file |
M | include/ServiceController.php | +2 | −0 | Go to diff View file |
M | include/Support/ContainerBuilderFactory.php | +2 | −0 | Go to diff View file |
M | phpunit/Adapter/BaselineRepositoryAdapterTest.php | +2 | −0 | Go to diff View file |
M | phpunit/Adapter/ClockAdapterTest.php | +2 | −0 | Go to diff View file |
M | phpunit/Baseline/BaselineServiceTest.php | +2 | −0 | Go to diff View file |
M | phpunit/Baseline/PermissionsImplTest.php | +2 | −0 | Go to diff View file |
M | phpunit/Factory/BaselineBuilder.php | +2 | −0 | Go to diff View file |
M | phpunit/Factory/BaselineFactory.php | +2 | −0 | Go to diff View file |
M | phpunit/Factory/ChangesetBuilder.php | +2 | −0 | Go to diff View file |
M | phpunit/Factory/ChangesetFactory.php | +2 | −0 | Go to diff View file |
M | phpunit/Factory/DateTimeFactory.php | +2 | −0 | Go to diff View file |
M | phpunit/Factory/MilestoneBuilder.php | +2 | −0 | Go to diff View file |
M | phpunit/Factory/MilestoneFactory.php | +2 | −0 | Go to diff View file |
M | phpunit/Factory/TrackerBuilder.php | +2 | −0 | Go to diff View file |
M | phpunit/Factory/TrackerFactory.php | +2 | −0 | Go to diff View file |
M | phpunit/REST/BaselineControllerIntTest.php | +2 | −0 | Go to diff View file |
M | phpunit/REST/BaselineControllerTest.php | +2 | −0 | Go to diff View file |
M | phpunit/REST/BaselineRepresentationTest.php | +2 | −0 | Go to diff View file |
M | phpunit/REST/BaselinesPageRepresentationTest.php | +2 | −0 | Go to diff View file |
M | phpunit/REST/IntegrationTestCaseWithStubs.php | +2 | −0 | Go to diff View file |
M | phpunit/REST/ProjectBaselineControllerIntTest.php | +2 | −0 | Go to diff View file |
M | phpunit/REST/ProjectBaselineControllerTest.php | +2 | −0 | Go to diff View file |
M | phpunit/Stub/BaselineRepositoryStub.php | +2 | −0 | Go to diff View file |
M | phpunit/Stub/ChangesetRepositoryStub.php | +2 | −1 | Go to diff View file |
M | phpunit/Stub/CurrentUserProviderStub.php | +2 | −0 | Go to diff View file |
M | phpunit/Stub/FieldRepositoryStub.php | +2 | −0 | Go to diff View file |
M | phpunit/Stub/FrozenClock.php | +2 | −0 | Go to diff View file |
M | phpunit/Stub/MilestoneRepositoryStub.php | +2 | −0 | Go to diff View file |
M | phpunit/Stub/PermissionsStub.php | +2 | −0 | Go to diff View file |
M | phpunit/Stub/ProjectRepositoryStub.php | +2 | −0 | Go to diff View file |
M | tests/rest/BaselinesResourceTest.php | +2 | −0 | Go to diff View file |