Branch: refs/heads/master
Home:
https://github.com/xwiki-contrib/application-admintools
Commit: 62116c808398146c9ed00e090f47a47c73b727e0
https://github.com/xwiki-contrib/application-admintools/commit/62116c808398…
Author: Antoine Mottier <antoine.mottier(a)ow2.org>
Date: 2024-10-07 (Mon, 07 Oct 2024)
Changed paths:
M src/main/resources/Admin/CheckIndexes.xml
M src/main/resources/Admin/QueryOnXWiki.xml
M src/main/resources/Admin/SQLToolsGroovy.xml
M src/main/resources/Admin/ShowLargeHistory.xml
M src/main/resources/Admin/ShowSpammedPages.xml
M src/main/resources/Admin/Tools.xml
M src/main/resources/Admin/UsedSpace.xml
Log Message:
-----------
Add missing fix for database product detection
Commit 0cb1943013aa6bef62d9a77c601581a2becf48f8 introduce a fix for database product
detection that is used in `UsedSpace` tool but forgot to update similar code in various
other pages.
This commit fix that and also used a better naming for the newly introduce method
(`getXWikiDatabaseSystemFromDatabaseMetadata` instead of
`getXWikiDatabaseSystemFromHibernateStore`).
Commit: 4de120050825683fa025ec797084401af48e0d40
https://github.com/xwiki-contrib/application-admintools/commit/4de120050825…
Author: Antoine Mottier <antoine.mottier(a)ow2.org>
Date: 2024-10-14 (Mon, 14 Oct 2024)
Changed paths:
M src/main/resources/Admin/Tools.xml
Log Message:
-----------
Revert to old code for MySQL/MariaDB detection
Section specific to MySQL/MariaDB can relies on the code that will report the database
being `MySQL` even if currently running on `MariaDB`. So keep using that code instead of
adding complexity in the test.
Commit: 30a0f41c0edb360739704a49d0eb91401fcb8bc8
https://github.com/xwiki-contrib/application-admintools/commit/30a0f41c0edb…
Author: Antoine Mottier <antoine.mottier(a)ow2.org>
Date: 2024-10-14 (Mon, 14 Oct 2024)
Changed paths:
M src/main/resources/Admin/CheckIndexes.xml
M src/main/resources/Admin/QueryOnXWiki.xml
M src/main/resources/Admin/SQLToolsGroovy.xml
M src/main/resources/Admin/ShowLargeHistory.xml
M src/main/resources/Admin/ShowSpammedPages.xml
M src/main/resources/Admin/Tools.xml
M src/main/resources/Admin/UsedSpace.xml
Log Message:
-----------
Merge pull request #39 from amottier/add-missing-fix-for-db-product-detection
Add missing fix for database product detection
Compare:
https://github.com/xwiki-contrib/application-admintools/compare/193f901948a…
To unsubscribe from these emails, change your notification settings at
https://github.com/xwiki-contrib/application-admintools/settings/notificati…