-
Notifications
You must be signed in to change notification settings - Fork 8
Backport 8407 #220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: canada-v2.10
Are you sure you want to change the base?
Backport 8407 #220
Conversation
package_update: faster dataset metadata update # Conflicts: # ckan/lib/dictization/__init__.py # ckan/lib/dictization/model_save.py # ckan/logic/action/create.py # ckan/logic/action/patch.py # ckan/logic/action/update.py # ckan/logic/schema.py # ckan/plugins/interfaces.py # ckan/types/__init__.py # ckanext/example_idatasetform/plugin.py # ckanext/example_iuploader/test/test_plugin.py ### RESOLVED.
- Allow sysadmins to set metadata_created during package create.
- Added change log file.
- Brought back support for the package_extras table.
|
@wardi okay a BIT tricky on the cherry-pick but I think I solved all merge conflicts. And then ran into an issue with the package updating, but then remembered 2.10 is still on the I also tried adding in the schema for the |
- Allow sysadmins to set metadata_modified for resources.
|
|
||
| # (canada fork only): metadata_created for data migrations | ||
| # TODO: upstream contrib!! | ||
| schema['metadata_created'] = [ignore] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a sysadmin should be able to set this even with an update call
wardi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just that one suggestion, otherwise LGTM
Backport of ckan#8421 for required stuffs to allow for metadata_modified and metadata_created schemas.