-
Notifications
You must be signed in to change notification settings - Fork 0
Migrate ckanext-fork to CKAN 2.11 + Python 3.10 #24
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
Open
A-Souhei
wants to merge
22
commits into
development
Choose a base branch
from
migration/ckan-2.11-python-3.10
base: development
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 20 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
aaf1401
feat: update python and ckan versions in GitHub actions
ChasNelson1990 e7f7e07
Replace deprecated mock import with unittest.mock
A-Souhei 6b02957
Focus test workflow on CKAN 2.11 and failing tests only
A-Souhei 0f51c86
Fix resource_autocomplete to search across resource fields
A-Souhei 94168f6
Fix test_valid_activity_id for CKAN 2.11 activity plugin
A-Souhei 353837b
Focus test workflow on first failing test
A-Souhei bb9d0e4
Fix resource_autocomplete multi-word query matching
A-Souhei e2ccc37
Focus test workflow on next failing test: Private Resource 01
A-Souhei 77b0fd1
Fix resource_autocomplete multi-token query matching with threshold
A-Souhei 830af0f
Run all test_resource_autocomplete tests to verify fix
A-Souhei f43856b
Run all test_actions.py tests
A-Souhei 287b853
Enable activity plugin and update test fixtures for CKAN 2.11
A-Souhei 90a6ac2
Document Fix #10: Activity plugin and test fixture updates (partial)
A-Souhei a9a6b20
Fix TestResourceAutocomplete fixtures and NotFound exception for CKAN…
A-Souhei a15d5bf
Add user context to resource actions for CKAN 2.11 activity plugin
A-Souhei 2db337b
Fix dataset fixture and add user context to fork actions for CKAN 2.11
A-Souhei 8be0141
Fix API authentication for CKAN 2.11 - Use JWT tokens instead of API …
A-Souhei 35d1767
Document resource_autocomplete *:* wildcard limitation
A-Souhei cb0f0d8
Address Copilot review comments
A-Souhei f326df1
Remove PROGRESS.md migration notes file
A-Souhei 8d77eee
Fix resource_autocomplete to use targeted Solr query instead of *:* w…
A-Souhei 7996131
Revert resource_autocomplete Solr query to *:* wildcard
A-Souhei File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This schema hasn't changed in years... so I don't see why this change is needed. It feels really bad for performance.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ChasNelson1990
Fixed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
: is needed because Solr doesn't index resource IDs