forked from ckan/ckanext-xloader
-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix: add more unit tests #1
Closed
duttonw
wants to merge
226
commits into
pwalsh:feature/custom-xloader-site-url
from
qld-gov-au:feature/custom-xloader-site-url_updated
Closed
fix: add more unit tests #1
duttonw
wants to merge
226
commits into
pwalsh:feature/custom-xloader-site-url
from
qld-gov-au:feature/custom-xloader-site-url_updated
Conversation
This file contains 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
Upgrade to GitHub-native Dependabot
Develop to master
Develop to master
Develop to master
Develop to master
Develop to master - merge from upstream
Develop to master - make datastore more robust
fix workflow
- If all types have been rejected, ensure that the fallback flag is correctly set
- replace empty strings with None if they have types that will choke on empty string
…into QOLDEV-347-fix-ckan-2.10
- Column that has some rows with free text and others with numeric data - Column that has some rows with timestamp and others with empty string
- Remove unused imports, or tag those that serve a purpose (testing what can be imported) - Remove obsolete exclusions from Flake8 config
QOLDEV-347 Prepare for CKAN 2.10
- Show the first 100 and last 100 logs, with a message between to say how many were skipped
- Start with the first and last 50 rows, provide a link to double it
- Add a notice at the top of the page when logs have been hidden. - Clarify that we are hiding logs, not skipping actual processing of data. - Add 'Show All' link to show all logs if the user is confident they can handle it.
[QOLSVC-1863] truncate on-page XLoader logs if there are too many
Develop to master - merge and fix upstream changes
…otes using tabulator
…gle and double quotes
- This is more efficient than setting it on each call, and applies even to code that just reads the config without accepting an override.
QOLDEV-424 fix parsing of DESBT data
Update README, migrate it to Markdown
Updated authors
chore: switch to pyproject.toml
- Squashed version of ckan#200.
- Removed unused import.
Validation Extension Support (Squashed)
- Squash of ckan#215
- Squash of ckan#223
Strip White Space from Cell Values
RQ Job Timeout Handling
BREAKING CHANGE: SQLAlchemy v2 is not supported in CKAN 2.9.x. CKAN 2.9.x support dropped
SQLAlchemy v2 support
Fix for compatibility with CKAN Table Designer feature
…e url replacement
… feature/custom-xloader-site-url_updated Conflicts: ckanext/xloader/plugin.py
closing as ckan#243 will handle this. |
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.
working towards ensuring we cover all edge cases with this enhancement