ckan / ckanext-googleanalytics

CKAN extension to integrate Google Analytics data into CKAN. Gives download stats on package pages, list of most popular packages, etc.
GNU Affero General Public License v3.0
35 stars 81 forks source link

CKAN 2.10 support #67

Closed pdelboca closed 2 years ago

pdelboca commented 2 years ago

This PR attempts to provide support for CKAN 2.10: https://github.com/ckan/ckan/issues/6787

While tests are passing for >= 2.8 this extension needs a lot of love since it's not clear what features work and which ones not. Which ones are maintained and which are not.

So far I tried to fix the tests pipelines since they are broken in master.

Also I made some small clean-up of basic things.

smotornyuk commented 2 years ago

I like it. We discussed before, that we are going to support only current CKAN supported versions in extensions, so let's remove v2.7 tests from the test matrix.

Not really related to this PR, but would be nice to recommend using ckan db upgrade -p googleanalytics in CKAN >=v2.9. It allows us to drop custom migration functionality when CKAN v2.8 support is dropped.