-
Notifications
You must be signed in to change notification settings - Fork 36
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
Static Dialect Validation Checks & Tabulator Subclasses #1459
base: master
Are you sure you want to change the base?
Commits on Mar 21, 2024
-
feat(dev): custom validation checks;
- Started working on the custom checks for static file dialects.
Configuration menu - View commit details
-
Copy full SHA for f877270 - Browse repository at this point
Copy the full SHA f877270View commit details
Commits on Mar 22, 2024
-
feat(dev): fatal error checks;
- Added fatal error check for custom dialect checks. - Reverted some code. - Fixed typo.
Configuration menu - View commit details
-
Copy full SHA for afcfe2d - Browse repository at this point
Copy the full SHA afcfe2dView commit details -
feat(dev): moved tabulator subclasses;
- Moved tabulator related subclasses into new script for reusability between Xloader and Validation.
Configuration menu - View commit details
-
Copy full SHA for aa44f77 - Browse repository at this point
Copy the full SHA aa44f77View commit details -
- More comments for the Tabulator subclasses.
Configuration menu - View commit details
-
Copy full SHA for eb4c41d - Browse repository at this point
Copy the full SHA eb4c41dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed53174 - Browse repository at this point
Copy the full SHA ed53174View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c824b5 - Browse repository at this point
Copy the full SHA 7c824b5View commit details -
fix(dev): check dialect if stream has;
- Only enforce dialect if the stream has guessed any.
Configuration menu - View commit details
-
Copy full SHA for 7ff003d - Browse repository at this point
Copy the full SHA 7ff003dView commit details
Commits on Mar 25, 2024
-
- Mokey patching the Tabulator stream and csv parser classes.
Configuration menu - View commit details
-
Copy full SHA for 3b1dd06 - Browse repository at this point
Copy the full SHA 3b1dd06View commit details -
- Continued monkey patching the tabulator stream class.
Configuration menu - View commit details
-
Copy full SHA for 06533e0 - Browse repository at this point
Copy the full SHA 06533e0View commit details
Commits on Mar 26, 2024
-
- Continued monkey patching the tabulator stream class.
Configuration menu - View commit details
-
Copy full SHA for 659d4e5 - Browse repository at this point
Copy the full SHA 659d4e5View commit details
Commits on Apr 2, 2024
-
feat(dev): log filter, raise errors;
- Limited log messages with a filter class. - Started adding in the exceptions for Xloader.
Configuration menu - View commit details
-
Copy full SHA for b3a4025 - Browse repository at this point
Copy the full SHA b3a4025View commit details -
- Made grandchild class to raise errors to use with Xloader.
Configuration menu - View commit details
-
Copy full SHA for c97ef41 - Browse repository at this point
Copy the full SHA c97ef41View commit details
Commits on Apr 3, 2024
-
feat(dev): finalized tabulator classes;
- Finalized tabulator classes. - Finalized dialect checks.
Configuration menu - View commit details
-
Copy full SHA for b9a6077 - Browse repository at this point
Copy the full SHA b9a6077View commit details -
Merge branch 'master' into feature/more-custom-checks
# Conflicts: # ckanext/canada/logic.py # ckanext/canada/strings.py ### RESOLVED.
Configuration menu - View commit details
-
Copy full SHA for 69588a1 - Browse repository at this point
Copy the full SHA 69588a1View commit details -
feat(dev): continued tabulator classes;
- Removed redundant file check for goodtables, string classes will raise and goodtables will handle. - Minor style fix. - Added comments.
Configuration menu - View commit details
-
Copy full SHA for 0828734 - Browse repository at this point
Copy the full SHA 0828734View commit details
Commits on Apr 4, 2024
-
feat(dev): custom exception class;
- Started working on custom exception class.
Configuration menu - View commit details
-
Copy full SHA for 574a27a - Browse repository at this point
Copy the full SHA 574a27aView commit details
Commits on Apr 5, 2024
-
- Used big brain energy to solve the tabulator raising errors.
Configuration menu - View commit details
-
Copy full SHA for 11de79f - Browse repository at this point
Copy the full SHA 11de79fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c13b9c7 - Browse repository at this point
Copy the full SHA c13b9c7View commit details