datopian / ckanext-versioning

Deprecated. See https://github.com/datopian/ckanext-versions. ⏰ CKAN extension providing data versioning (metadata and files) based on git and github.
https://tech.datopian.com/versioning/
GNU Affero General Public License v3.0
7 stars 4 forks source link

Implement Purge action to delete repositories #36

Closed pdelboca closed 4 years ago

pdelboca commented 4 years ago

CKAN has an action called dataset_purge that we can be leverage to implement the deletion of repositories. The behaviour should be:

Note:

shevron commented 4 years ago

@pdelboca what is the behavior expected by users? If currently this is only exposed in CLI, shouldn't we keep it that way?

BTW the action can also be used via HTTP using an admin API key + POST.