stable

Clone or download

Read-only

REST tests succeed when MySQL 8.0 is used

You can launch them with `make tests-rest DB="mysql80"` Part of request #22660: Run Tuleap with MySQL 8.0 Change-Id: I72884c1613df19634f71d1b946daaf32f023de0a

Modified Files

Name
M plugins/timetracking/include/Timetracking/REST/v1/DateTrackingTimesPeriod.php +3 −15 Go to diff View file
M plugins/timetracking/include/Timetracking/REST/v1/TimetrackingDatesExtractor.php +11 −9 Go to diff View file
M plugins/timetracking/include/Timetracking/REST/v1/UserResource.php +16 −3 Go to diff View file
M plugins/timetracking/include/Timetracking/Time/TimeDao.php +6 −8 Go to diff View file
M plugins/timetracking/include/Timetracking/Time/TimeRetriever.php +1 −1 Go to diff View file
M plugins/timetracking/tests/unit/Report/TimetrackingDatesExtractorTest.php +10 −12 Go to diff View file
M tests/Jenkinsfile-nightly +4 −0 Go to diff View file