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

Group referrer URLs with different protocols together #14358

Merged
merged 11 commits into from Apr 23, 2019

Conversation

katebutler
Copy link

Fixes #13882

@diosmosis diosmosis added 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. labels Apr 22, 2019
@diosmosis diosmosis added this to the 3.10.0 milestone Apr 22, 2019
$firstRow = $visits->getFirstRow();
$this->assertEquals('index', $firstRow->getColumn('label'));
$this->assertEquals(2, $visits->getFirstRow()->getColumn('nb_visits'));
}
Copy link
Member

Choose a reason for hiding this comment

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

👍 for system tests like these, should probably do more like these

@diosmosis diosmosis merged commit 7dffd74 into 3.x-dev Apr 23, 2019
@diosmosis diosmosis deleted the 13882-referrer-websites-grouping branch April 23, 2019 21:15
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.

Referrer Websites report should group same label (HTTP vs. HTTPS)
2 participants