-
Notifications
You must be signed in to change notification settings - Fork 53
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
Validation Extension Support #200
base: master
Are you sure you want to change the base?
Validation Extension Support #200
Commits on Nov 24, 2023
-
feat(dev): adds validation extension support;
- Add config option for resources to require validation. - Only submit to xloader if validation is successful.
Configuration menu - View commit details
-
Copy full SHA for f0a470a - Browse repository at this point
Copy the full SHA f0a470aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a97f4ad - Browse repository at this point
Copy the full SHA a97f4adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 028e42b - Browse repository at this point
Copy the full SHA 028e42bView commit details
Commits on Nov 27, 2023
-
fix(dev): better conditioning;
- Check toolkit action instead of plugin name.
Configuration menu - View commit details
-
Copy full SHA for 77d762e - Browse repository at this point
Copy the full SHA 77d762eView commit details -
feat(comments): added comments;
- Added method docs to explain new method.
Configuration menu - View commit details
-
Copy full SHA for aec22b9 - Browse repository at this point
Copy the full SHA aec22b9View commit details
Commits on Jan 29, 2024
-
Merge branch 'master' into feature/validation-support
# Conflicts: # ckanext/xloader/plugin.py ### RESOLVED.
Configuration menu - View commit details
-
Copy full SHA for cd3c7cc - Browse repository at this point
Copy the full SHA cd3c7ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e99aa7 - Browse repository at this point
Copy the full SHA 7e99aa7View commit details -
- Prevent POST to upload to DS if validation is required. - flake8 if wrap indents.
Configuration menu - View commit details
-
Copy full SHA for 25ea76e - Browse repository at this point
Copy the full SHA 25ea76eView commit details
Commits on Jan 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d2720fc - Browse repository at this point
Copy the full SHA d2720fcView commit details
Commits on Feb 2, 2024
-
feat(dev): logic and schema config option;
- Moved logic into util method. - Renamed config options. - Added new config option to enforce validation schema existance.
Configuration menu - View commit details
-
Copy full SHA for e888153 - Browse repository at this point
Copy the full SHA e888153View commit details -
Merge branch 'master' into feature/validation-support
# Conflicts: # ckanext/xloader/plugin.py # ckanext/xloader/utils.py ### RESOLVED.
Configuration menu - View commit details
-
Copy full SHA for 5c07ba4 - Browse repository at this point
Copy the full SHA 5c07ba4View commit details -
feat(dev): better logic and tests;
- Added automated tests. - Changed the logic to be better and more clear.
Configuration menu - View commit details
-
Copy full SHA for 4612484 - Browse repository at this point
Copy the full SHA 4612484View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ac8db5 - Browse repository at this point
Copy the full SHA 8ac8db5View commit details
Commits on Feb 5, 2024
-
Merge branch 'master' into feature/validation-support
# Conflicts: # ckanext/xloader/config_declaration.yaml # ckanext/xloader/plugin.py # ckanext/xloader/tests/test_plugin.py ### RESOLVED.
Configuration menu - View commit details
-
Copy full SHA for d9bb56c - Browse repository at this point
Copy the full SHA d9bb56cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ac8090 - Browse repository at this point
Copy the full SHA 1ac8090View commit details -
fix(comments): fixed inline comments;
- Fixed inline comments to make more sense.
Configuration menu - View commit details
-
Copy full SHA for 1761ed5 - Browse repository at this point
Copy the full SHA 1761ed5View commit details
Commits on Feb 6, 2024
-
feat(dev): started doing sync mode;
- Started doing sync mode for xloader right after validation.
Configuration menu - View commit details
-
Copy full SHA for e182eb7 - Browse repository at this point
Copy the full SHA e182eb7View commit details
Commits on Feb 7, 2024
-
- Continued sync mode chaining from validation.
Configuration menu - View commit details
-
Copy full SHA for b386e0e - Browse repository at this point
Copy the full SHA b386e0eView commit details -
- Continued sync mode chaining from validation.
Configuration menu - View commit details
-
Copy full SHA for 3200483 - Browse repository at this point
Copy the full SHA 3200483View commit details
Commits on May 16, 2024
-
Merge branch 'master' into feature/validation-support
# Conflicts: # ckanext/xloader/action.py ### RESOLVED.
Configuration menu - View commit details
-
Copy full SHA for d225801 - Browse repository at this point
Copy the full SHA d225801View commit details -
feat(dev): IPipeValidation implementation;
- Implement experimental `IPipeValidation` implement.
Configuration menu - View commit details
-
Copy full SHA for 4fbdb0d - Browse repository at this point
Copy the full SHA 4fbdb0dView commit details -
fix(tests): validation req tests;
- Cannot do tests without `IPipeValidation`.
Configuration menu - View commit details
-
Copy full SHA for 27d98cf - Browse repository at this point
Copy the full SHA 27d98cfView commit details
Commits on Jul 12, 2024
-
fix(misc): comments and messages;
- Clearer comments. - Clearer log messages.
Configuration menu - View commit details
-
Copy full SHA for 378f69f - Browse repository at this point
Copy the full SHA 378f69fView commit details
Commits on Aug 9, 2024
-
fix(logic): ignore not sysadmin;
- Added `ignore_not_sysadmin` validator to the sync key.
Configuration menu - View commit details
-
Copy full SHA for 6070740 - Browse repository at this point
Copy the full SHA 6070740View commit details