Merged
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.
Author
|
@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.
wardi
reviewed
Jan 23, 2026
wardi
reviewed
Jan 23, 2026
wardi
reviewed
Jan 23, 2026
Member
wardi
left a comment
There was a problem hiding this comment.
just that one suggestion, otherwise LGTM
- Allow sysadmins to set metadata_created for packages during update and patch.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport of ckan#8421 for required stuffs to allow for metadata_modified and metadata_created schemas.