stable

Clone or download

Read-only

Merge commit 'refs/changes/04/31804/3' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: refactor: request #39344 DatabaseUUIDFactory::buildUUIDFromHexadecimalString returns an Option<UUID> Change-Id: I830b323c33418292a27d35bb27e339f4925a58b2

Modified Files

Name
M plugins/artidoc/include/Artidoc/Document/Section/Identifier/InvalidSectionIdentifierStringException.php +2 −2 Go to diff View file
M plugins/artidoc/include/Artidoc/Document/Section/Identifier/SectionIdentifierFactory.php +6 −7 Go to diff View file
M plugins/bugzilla_reference/include/Bugzilla/Reference/Dao.php +62 −64 Go to diff View file
M plugins/fts_meilisearch/include/Index/MeilisearchMetadataDAO.php +13 −2 Go to diff View file
M plugins/pdftemplate/include/PdfTemplate/Image/Identifier/InvalidPdfTemplateImageIdentifierStringException.php +2 −2 Go to diff View file
M plugins/pdftemplate/include/PdfTemplate/Image/Identifier/PdfTemplateImageIdentifierFactory.php +5 −6 Go to diff View file
M src/common/DB/DatabaseUUIDFactory.php +4 −2 Go to diff View file
M src/common/DB/DatabaseUUIDV7Factory.php +7 −3 Go to diff View file
M src/common/Export/Pdf/Template/Identifier/InvalidPdfTemplateIdentifierStringException.php +2 −2 Go to diff View file
M src/common/Export/Pdf/Template/Identifier/PdfTemplateIdentifierFactory.php +5 −6 Go to diff View file