Upstream sync for Ckan 2.11 compatibility#27
Open
peterVorman wants to merge 56 commits intomasterfrom
Open
Conversation
Reformatted the README as Markdown to make it easier to update. Did a full review and updated broken links and added config options to increase visibility (generated with `ckan config docs --enabled -f md`)
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
missed a callback_xloader_hook call, need to update result_url here too
hopefully getting closer
…e url replacement
…m which picks up job (which could have different ckan.ini config)
- provide better error messaging on incorrect api_key setup - user creation for testing to mimic real life 2.10+ environment chore: use cleaner pytest for setting variables
Fix: Support CKAN 2.11.x Config apitoken_header_name - default to 'Authorization'
fix: ckan#244 include static webassets on packaging
- Fix whitespace, indentation, unused variables, duplicate function - Refactor to extract identical function definitions
…ov-au/flake8-errors fix Flake8 complaints
…te-url_rebased
Feature/custom xloader site url rebased:
```
- key: ckanext.xloader.site_url
example: http://ckan-dev:5000
default:
description: |
Provide an alternate site URL for the xloader_submit action.
This is useful, for example, when the site is running within a docker network.
Note: This setting will not alter path. i.e ckan.root_path
required: false
- key: ckanext.xloader.site_url_ignore_path_regex
example: "(/PathToS3HostOriginIWantToGoDirectTo|/anotherPath)"
default:
description: |
Provide the ability to ignore paths which can't be mapped to alternative site URL for resource access.
This is useful, for example, when the site is running within a docker network and the cdn front door has
Blob storage mapped to another path on the same domain.
required: false
```
chore: uplift redis container from v3 to v7 as rq 2.0.0 drops below v4
… for large datasets from cgoldshtein/master perf: implement chunked fulltext indexing for large datasets
There was a problem hiding this comment.
Orca Security Scan Summary
| Status | Check | Issues by priority | |
|---|---|---|---|
| Infrastructure as Code | View in Orca | ||
| Secrets | View in Orca | ||
| Vulnerabilities | View in Orca |
🔑 The following Secrets have been detected in your pull request across all commits
| NAME | FILE | LINE NUM | COMMIT | ||
|---|---|---|---|---|---|
| JWT Token Validity Status: INVALID |
README.md | 213 | b5980e4 | View in code |
…-sync #Resolved Conflicts: # .github/workflows/test.yml # ckanext/xloader/tests/test_loader.py
e22085e to
28cf405
Compare
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.
This version is not compatible with the current CKAN release, updated for future migration to 2.11