vrk-kpa / ckanext-matomo

GNU Affero General Public License v3.0
3 stars 3 forks source link

Add indexes and support for fetching analytics data for single dataset #45

Closed Zharktas closed 9 months ago

Zharktas commented 9 months ago

Adds indexes for search terms table with migration. Add cli support to fetch analytics data for only single dataset. Uses filter pattern in dataset page views for pre-filterning non-dataset urls.

coveralls commented 9 months ago

Pull Request Test Coverage Report for Build 7751929216


Changes Missing Coverage Covered Lines Changed/Added Lines %
ckanext/matomo/cli.py 2 3 66.67%
ckanext/matomo/matomo_api.py 3 12 25.0%
ckanext/matomo/commands.py 1 31 3.23%
<!-- Total: 6 46 13.04% -->
Files with Coverage Reduction New Missed Lines %
ckanext/matomo/commands.py 1 7.82%
ckanext/matomo/matomo_api.py 3 20.0%
<!-- Total: 4 -->
Totals Coverage Status
Change from base Build 7723504636: -0.3%
Covered Lines: 599
Relevant Lines: 1425

💛 - Coveralls