This is an automated email from the ASF dual-hosted git repository. matthiasblaesing pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans-tools.git
commit ba3ee90d46daedbfc52726ac7bd2924c11a52dc0 Merge: a716d85 afa8d0a Author: Matthias Bläsing <[email protected]> AuthorDate: Sun May 11 16:14:29 2025 +0200 Merge pull request #72 from matthiasblaesing/allow_existing_validation PP3: Improve verification process pp3/README.txt | 34 ++++- pp3/config/pp3.sql | 2 + .../Controller/PluginVersionController.php | 56 +++++++-- .../Controller/VerificationController.php | 138 +++++++++++++++++---- .../Entity/Base/NbVersionPluginVersion.php | 15 ++- .../src/Application/Entity/Base/Plugin.php | 31 ++--- .../src/Application/Entity/Base/PluginVersion.php | 25 ++-- .../src/Application/Entity/Base/Verification.php | 7 +- .../Entity/Base/VerificationRequest.php | 18 +++ .../src/Application/Entity/VerificationRequest.php | 10 +- .../Application/Repository/NbVersionRepository.php | 24 +++- .../view/application/index/verification-log.phtml | 2 +- .../plugin-version/_pluginVersion-form.phtml | 6 +- .../view/application/plugin-version/edit.phtml | 12 +- .../view/partials/_nbVersion-select.phtml | 16 +-- 15 files changed, 300 insertions(+), 96 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
