stable
Clone or download
Read-only
You can launch them with `make tests-db DB="mysql80"` Part of request #22660: Run Tuleap with MySQL 8.0 Change-Id: Idf286b3ca46e4a33eee98d83c893594c3d5bf597
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/cardwall/include/Semantic/Dao/CardFieldsDao.class.php | +2 | −2 | Go to diff View file |
M | plugins/docman/include/ApprovalTable/Reviewer/ReviewerDao.class.php | +6 | −6 | Go to diff View file |
M | plugins/docman/include/Docman_ItemDao.class.php | +14 | −14 | Go to diff View file |
M | plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_ChartDao.class.php | +7 | −7 | Go to diff View file |
M | plugins/testmanagement/include/TestManagement/Step/Definition/Field/StepDefinitionChangesetValueDao.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/dao/PriorityDao.class.php | +8 | −8 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/dao/Tracker_ArtifactDao.class.php | +11 | −11 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/FieldDao.php | +21 | −21 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/ListFields/Bind/BindStaticValueDao.php | +12 | −12 | Go to diff View file |
M | plugins/tracker/include/Tracker/Migration/V3/AttachmentFieldDao.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Migration/V3/CcFieldDao.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Migration/V3/FieldsDao.class.php | +5 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/Migration/V3/FieldsetsDao.class.php | +10 | −10 | Go to diff View file |
M | plugins/tracker/include/Tracker/Migration/V3/PermissionsOnArtifactFieldDao.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Migration/V3/ReferenceFieldDao.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Migration/V3/RenderersGraphDao.class.php | +8 | −8 | Go to diff View file |
M | plugins/tracker/include/Tracker/Migration/V3/RenderersTableDao.class.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/Migration/V3/ReportsDao.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Migration/V3/SemanticDao.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/dao/ReportCriteriaDao.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/dao/Tracker_Report_CriteriaDao.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/dao/Tracker_Report_RendererDao.class.php | +7 | −7 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/dao/Tracker_Report_Renderer_Table_ColumnsDao.class.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/dao/Tracker_Report_Renderer_Table_SortDao.class.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tooltip/dao/Tracker_TooltipDao.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/dao/Tracker_NotificationDao.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/tests/integration/PriorityDaoTest.php | +2 | −2 | Go to diff View file |
M | src/common/Dashboard/Widget/DashboardWidgetDao.php | +27 | −27 | Go to diff View file |
M | src/common/Project/Admin/Reference/ReferenceAdministrationViews.php | +2 | −2 | Go to diff View file |
M | src/common/Project/Service/ServiceUsageDao.class.php | +1 | −1 | Go to diff View file |
M | src/common/dao/FRSPackageDao.class.php | +10 | −10 | Go to diff View file |
M | src/common/dao/FRSProcessorDao.class.php | +2 | −2 | Go to diff View file |
M | src/common/dao/ServiceDao.class.php | +3 | −3 | Go to diff View file |
M | src/common/dao/include/DataAccessObject.class.php | +7 | −7 | Go to diff View file |
M | src/common/docmanv1/XMLExportDao.class.php | +1 | −1 | Go to diff View file |
M | src/common/tracker/ArtifactFieldSet.class.php | +1 | −1 | Go to diff View file |
M | src/common/tracker/ArtifactFieldSetFactory.class.php | +4 | −4 | Go to diff View file |
M | src/common/tracker/ArtifactType.class.php | +4 | −8 | Go to diff View file |
M | src/common/wiki/lib/WikiEntry.class.php | +3 | −3 | Go to diff View file |
M | src/db/mysql/updates/2017/201706091011_migrate_old_dashboard.php | +4 | −4 | Go to diff View file |
M | src/www/file/admin/manageprocessors.php | +1 | −1 | Go to diff View file |
M | src/www/file/file_utils.php | +4 | −4 | Go to diff View file |
M | tests/Jenkinsfile-nightly | +8 | −0 | Go to diff View file |
M | tests/psalm/tuleap-baseline.xml | +3 | −3 | Go to diff View file |
M | tests/unit/common/FRS/FRSPackageFactoryTest.php | +2 | −2 | Go to diff View file |