datopian / ckanext-blob-storage

CKAN extension to offload blob storage to cloud storage providers (S3, GCS, Azure etc).
http://tech.datopian.com/blob-storage/
MIT License
14 stars 4 forks source link

Supported Versions of CKAN #65

Open pdelboca opened 1 year ago

pdelboca commented 1 year ago

CKAN has announced that they are in the process to release 2.10: https://ckan.org/blog/getting-ready-for-ckan-210

This release will include dropping support for 2.8. Also, support for Python 2.7 in extensions is gonna be dropped starting 2023.

Is the plan of this extension to continue providing support for 2.8 and Python 2.7?

I'm asking in the context of a migration of this extension to 2.10. Should a future PR keep supporting old versions or is it safe to drop it?

jonathansberry commented 1 year ago

Just a note to say we are interested in getting this extension working for CKAN 2.10.

I have run the tests against CKAN 2.10. I just needed to activate the new "activity" extension in the test.ini file. The tests all pass. However, I'm not sure how much we trust the test coverage in this extension?

The extension's config properties also need declaring. But is there anything else needed to get this extension working with CKAN 2.10?

We're happy to open a PR on this if you don't think you'll get round to it in the near future, or to wait for you to complete the work if this is already part of your work-plan?