Closed michalkleiner closed 9 months ago
Failure for Piwik\Plugins\Marketplace\tests\System\Api\ClientTest::test_getPluginInfo_existingPluginOnTheMarketplace
within the SystemTestsPlugins suites (for all 3 PHP versions) is expected until a corresponding change providing the category
and coverImage
fields is deployed to the marketplace.
I'd be happy to remove the change to the test and add it back after the marketplace change is deployed to production if that's preferred.
UPDATE: Discussed in person with MC and will move this to a separate PR that can be merged once the corresponding change is deployed to Marketplace PROD.
UPDATE 2: Moved to PR #21915
This change can be reviewed, merged and released independently of the marketplace changes as it provides defaults for the category and cover image in the same way how it worked before.
Thanks @sgiehl. I know we don't want dead code that won't be used though I'm confident this will get through at the Marketplace end as well. Also, the change surface here is quite contained, so I think this can be merged. If we need to adjust anything I can follow up on that.
Description:
The change in this PR allows for use of cover images provided by the plugins marketplace while keeping the existing fallback images for Matomo vs 3rd party plugins.
The PR:
There is also a follow-up draft PR #21915 which should be merged once the corresponding changes to the marketplace have been deployed so that the test there can pass.
ref. DEV-17378
Review