1
0
قرینه از https://github.com/matomo-org/matomo.git synced 2025-08-22 06:57:53 +00:00
Files
João Almeida Santos a4d8cebebc Add console plugin:install command (#22640)
* Add console plugin:install command

* fix: install the remaining files of the plugin

* fix: remove redundant code

* fix: mention implicated plugin in error message

* refactor: add function parameter type

* refactor: move isMarketplaceEnabled check out of the loop

* fix: fix plugin not being listed in the plugin manager

* refactor: promote pluginManager to class property

* Revert "refactor: promote pluginManager to class property"

This reverts commit e38d349a955e40fb32c6bdd4bc4f45941b685b2a.

* refactor: simplify method signature

* fix: improve error message when plugin is not downloadable

* chore: fix code indentation

* refactor: use dependency injection for PluginInstaller

* feat: make sure config file is writable

* chore: update CHANGELOG file

* feat: make plugin:install command able to also update the plugin

* Apply suggestions from code review

---------

Co-authored-by: Stefan Giehl <stefan@matomo.org>
2024-10-25 09:58:45 +02:00
..