stable

Clone or download

Read-only

Rename creation_date attribute to snapshot_date in POST /baselines response

Part of epic #12142 Baseline v1 The useful domain information is snapshot_date, not creation_date. More over, discussions were initiated about the idea of creating baselines in the past (i.e. with snapshot date before creation date). Si, this path aims to make this route response clearer. Change-Id: Ice7dbe82faf71b5f2a4f43bd2e1d2bcb69246032

Modified Files

Name
M db/install.sql +1 −1 Go to diff View file
M include/Adapter/BaselineRepositoryAdapter.php +4 −4 Go to diff View file
M include/Baseline/Baseline.php +10 −10 Go to diff View file
M include/Baseline/BaselineRepository.php +1 −1 Go to diff View file
M include/REST/BaselineRepresentation.php +4 −4 Go to diff View file
M phpunit/Factory/BaselineBuilder.php +9 −9 Go to diff View file
M phpunit/Factory/BaselineFactory.php +1 −1 Go to diff View file
M phpunit/REST/BaselineControllerIntTest.php +1 −1 Go to diff View file
M phpunit/REST/BaselineControllerTest.php +3 −3 Go to diff View file
M phpunit/Stub/BaselineRepositoryStub.php +3 −3 Go to diff View file
M tests/rest/BaselinesResourceTest.php +4 −4 Go to diff View file