[ckan-changes] [ckan/ckan] 6ee0fb: Fix dataset-purge Paster command
GitHub
noreply at github.com
Fri Sep 4 13:30:52 UTC 2015
Branch: refs/heads/release-v2.2.2
Home: https://github.com/ckan/ckan
Commit: 6ee0fbf40ac9e848447c711dcbd6f331c47e779b
https://github.com/ckan/ckan/commit/6ee0fbf40ac9e848447c711dcbd6f331c47e779b
Author: Michail Alexakis <alexakis at imis.athena-innovation.gr>
Date: 2015-06-06 (Sat, 06 Jun 2015)
Changed paths:
M ckan/lib/cli.py
M ckan/model/group.py
Log Message:
-----------
Fix dataset-purge Paster command
The dataset-purge command leaves dangling references to purged datasets in "member"
table (so this fix takes care to remove those membership records before).
Commit: e5c66784eb69b072519a6bfd755d83769bdb6ea6
https://github.com/ckan/ckan/commit/e5c66784eb69b072519a6bfd755d83769bdb6ea6
Author: Michail Alexakis <alexakis at imis.athena-innovation.gr>
Date: 2015-06-10 (Wed, 10 Jun 2015)
Changed paths:
M ckan/lib/cli.py
Log Message:
-----------
Fix dataset-purge Paster command (dataset passed by name).
Handle the case when the command is invoked with a dataset name as its
argument (dataset-ref).
Commit: 2762f128989c4b8986eae934b579117d00ff3d88
https://github.com/ckan/ckan/commit/2762f128989c4b8986eae934b579117d00ff3d88
Author: Ian Ward <ian at excess.org>
Date: 2015-09-04 (Fri, 04 Sep 2015)
Changed paths:
M ckan/lib/cli.py
M ckan/model/group.py
Log Message:
-----------
Merge pull request #2460 from PublicaMundi/fix-2-2-2-dataset-purge
Fix dataset-purge Paster command
Compare: https://github.com/ckan/ckan/compare/073fe1394127...2762f128989c
More information about the ckan-changes
mailing list