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

Removes GeoIp Legacy support #15521

Merged
merged 5 commits into from Feb 27, 2020
Merged

Removes GeoIp Legacy support #15521

merged 5 commits into from Feb 27, 2020

Conversation

sgiehl
Copy link
Member

@sgiehl sgiehl commented Feb 6, 2020

Note: For users still using GeoIp Legacy, the update will switch their provider back to the default one.

fixes #13957

@sgiehl sgiehl added the not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org. label Feb 6, 2020
@sgiehl sgiehl added this to the 4.0.0 milestone Feb 6, 2020
@sgiehl sgiehl force-pushed the removegeoiplegacy branch 4 times, most recently from 1b0a304 to 3f09bc4 Compare February 10, 2020 10:07
@sgiehl sgiehl marked this pull request as ready for review February 10, 2020 12:04
@sgiehl sgiehl added the Needs Review PRs that need a code review label Feb 10, 2020
@sgiehl sgiehl force-pushed the removegeoiplegacy branch 3 times, most recently from 0a95129 to 7d9b0f4 Compare February 11, 2020 09:38

it('should show geolocation admin without additional providers', async function () {
testEnvironment.unloadGeoIp2 = 1;
testEnvironment.save();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor suggestion: instead of a unloadGeoIp2 setting, we could have a pluginsToUnload setting that could be re-used in other contexts for other plugins. what do you think of that idea?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

makes sense. change that.

@diosmosis
Copy link
Member

Tested locally, seems to work for me, even going back to 3.x-dev. Left a couple comments otherwise.

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 GeoIP Legacy Implementation and switch users to Db-ip
2 participants