forked from datopian/ckanext-versions
-
Notifications
You must be signed in to change notification settings - Fork 0
CKAN 2.11 migration #19
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
21
commits into
development
Choose a base branch
from
toavina/update-python
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
21 commits
Select commit
Hold shift + click to select a range
22334d3
feat: update Python versions and GitHub Actions versions
ChasNelson1990 d790319
Initial plan
Copilot b8029ae
Fix Python 3.10+ compatibility and database initialization issues
Copilot 4bea46b
Improve exception handling in tables_exist()
Copilot 691779d
Convert test_auth.py to use pytest fixtures instead of setup()
Copilot 9a41504
Add CKAN 2.10+ compatibility for Activity model and enable activity p…
Copilot 7011367
Remove CKAN 2.9 support to maintain activity plugin compatibility
Copilot f39a3b6
Merge pull request #17 from fjelltopp/copilot/sub-pr-16
ChasNelson1990 c4a5eb0
Update test workflow to target CKAN 2.11 and Python 3.10
A-Souhei 8e9c8fe
Partial CKAN 2.11 migration - incomplete due to complexity
A-Souhei 64d0fb6
Fix CKAN 2.11 test failures: Add with_plugins and use clean_db_with_m…
A-Souhei c1a17ad
Fix resource version tests: Trigger activities and add user context
A-Souhei b7f2389
Fix 2 more test failures: Trigger activities in TestActivityActions
A-Souhei 24b543d
Fix final test failure: Trigger activity in test_resource_version_clear
A-Souhei 26f318c
Fix test_resource_version_create_creator_user_id_parameter
A-Souhei 58dbef5
Fix resource_view_list bug and all intermittent test failures
A-Souhei 348b332
Fix intermittent test failures with explicit session commits
A-Souhei 2935363
Fix flake8 linting errors in test_actions.py
A-Souhei 61a843d
Fix intermittent failure in TestResourceView tests
A-Souhei 047c9fb
Untrack PROGRESS.md internal notes
A-Souhei 815a79d
Drop CKAN <2.10 Activity import fallbacks
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
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
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.
W're dropping CKAN <2.10 support so you can remove this logic from both places it is used.
Uh oh!
There was an error while loading. Please reload this page.
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.
I will look at this tomorrow morning.
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. Can I merge without a re-review?