-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Tool Shed 2.0 fixes #16825
Merged
Merged
Tool Shed 2.0 fixes #16825
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
f08ab1c
Fix duplicated cache key
nsoranzo 72629a4
Expand matrix to test all combinations on Python 3.7 and 3.11
nsoranzo 60aca16
Expand ``run:`` values to multiple lines
nsoranzo 9a5a552
Fix issues reported by ``yarn build``
nsoranzo 7dc9be4
Explicitly add playwright to dev dependencies
nsoranzo b1d86d4
Check that TOOL_SHED_TEST_BROWSER is a valid value
nsoranzo ed0c72e
Make owner and name parameters of ``get_or_create_repository()`` not …
nsoranzo 219bd20
Fix imports
nsoranzo bbb239a
Install node from setup-node action
nsoranzo 14e3ae3
Restore GET /api/categories/<encoded_id> in ToolShed 2.0
nsoranzo b85f2f1
Fix `get_users_with_repo_alert()` call
nsoranzo 4e7763d
Add type annotations. Drop unused functions and re-exports.
nsoranzo 806dfae
Fix `index_repositories()` method
nsoranzo e5bec6a
Fix typo in query
nsoranzo b5013aa
Fix another typo
nsoranzo bab9753
Fix another typo
nsoranzo e340895
Type annotation fixes
nsoranzo bdcc331
Remove unused test config option
nsoranzo 048d792
Configure temporary whoosh_index_dir for tests
nsoranzo 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 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 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 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 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 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 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 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 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 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.
I was "attempting" to only testing a subset of configurations because I thought all against all on the these combinations would be too much testing for such a niche feature. Does this configuration double the number of tool shed tests we're running?
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.
Yes, from 4 to 8. If you think that some of these combinations are not worth to be run on both Python versions, I can redo the matrix to run them only on Python 3.7.