Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove remain customer variables and provider unit test #18148

Merged
merged 4 commits into from Oct 14, 2021

Conversation

peterhashair
Copy link
Contributor

Description:

Fixes: #17973

remove remain customer variables and provider unit test

Review

remove test
@peterhashair peterhashair added this to the 4.6.0 milestone Oct 13, 2021
@peterhashair peterhashair added the not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org. label Oct 13, 2021
@peterhashair peterhashair marked this pull request as ready for review October 13, 2021 22:37
@peterhashair peterhashair added the Needs Review PRs that need a code review label Oct 13, 2021
@tsteur
Copy link
Member

tsteur commented Oct 13, 2021

@peterhashair see my comment in #17973 (comment)
image

I think what the test was trying to tell us was to adjust the method isPluginBundledWithCore in the plugin manager.

The test exception says

Expected that when plugin can be uninstalled (is not included in core), then the plugin is also included in the build-package.sh so it is included in the release zip. Once we no longer include this plugin in build.zip then we need to allow uninstalling these plugins by changing isPluginBundledWithCore method.

Peter Zhang added 2 commits October 14, 2021 12:06
revert test but alter isPluginEnabledByDefault
remove test
@peterhashair
Copy link
Contributor Author

@tsteur right, sorry misread the whole paragraph

@tsteur
Copy link
Member

tsteur commented Oct 13, 2021

👍 that looks good now. Some UI tests will need to be updated now

update UI tests screenshot with 2 plugin removed
@peterhashair
Copy link
Contributor Author

@tsteur updated UI test screenshot. I think is good to go

@tsteur tsteur merged commit 22f2889 into 4.x-dev Oct 14, 2021
@tsteur tsteur deleted the m-17973-remove-test branch October 14, 2021 03:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Review PRs that need a code review not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove Provider and CustomVariables plugin from our core release
2 participants