-
Notifications
You must be signed in to change notification settings - Fork 32
🎨🐛 Fix filtering bug in celery tasks #8355
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
Merged
bisgaard-itis
merged 40 commits into
ITISFoundation:master
from
bisgaard-itis:8333-fix-filtering-bug-in-celery-tasks
Sep 12, 2025
Merged
Changes from 23 commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
35402ee
allow extra fields in TaskFilter and test
bisgaard-itis bbaf2a5
add test of field_sorting_key
bisgaard-itis 3aeb4fb
Merge branch 'master' into 8333-fix-filtering-bug-in-celery-tasks
bisgaard-itis 093b6c5
extend functionality of TaskFilter
bisgaard-itis bde276c
fix listing of tasks
bisgaard-itis 6daf856
add test for filtering
bisgaard-itis 2d01d69
upper -> lower case client ASYNC_JOB_CLIENT_NAMEs
bisgaard-itis 494a8a2
remove filtering input to rpc async job interface
bisgaard-itis 91b7fbc
Merge branch 'master' into 8333-fix-filtering-bug-in-celery-tasks
bisgaard-itis 59b0064
minor cleanup
bisgaard-itis f9f04d6
pylint
bisgaard-itis e9f5d42
pylint
bisgaard-itis 60a72aa
fix test
bisgaard-itis 59fe947
Merge branch 'master' into 8333-fix-filtering-bug-in-celery-tasks
bisgaard-itis 4f4b1f5
correct wrong usage of client_app_name
bisgaard-itis 31fc291
add doc
bisgaard-itis 6389fda
use app-name for ASYNC_JOB_CLIENT_NAME in api-server
bisgaard-itis 33a2ae4
use app-name in storage when specifying client_name in AsyncJobFilter
bisgaard-itis be84da1
use app-name in AsyncJobFilter in webserver
bisgaard-itis 9a8d113
cleanup in webserver
bisgaard-itis 9fe331b
cleanup in api-server
bisgaard-itis fdff2d8
fix import error
bisgaard-itis b04a0af
fix storage mocks
bisgaard-itis 87dedd9
fix mock
bisgaard-itis 7ede81b
Merge branch 'master' into 8333-fix-filtering-bug-in-celery-tasks
bisgaard-itis 36d92ff
Several minor corrections @pcrespov
bisgaard-itis c767367
document usage @pcrespov
bisgaard-itis 7ede2aa
introduce backend agnostic wildcard
bisgaard-itis e5b2602
simplify wildcard usage
bisgaard-itis a906622
minor cleanup
bisgaard-itis 6a9b046
enhance docs
bisgaard-itis f81dccd
cleanup @pcrespov
bisgaard-itis 5603624
pylint
bisgaard-itis b8359d9
simplify wildcard usage
bisgaard-itis 52897f5
minor fix
bisgaard-itis 7c4fbba
Merge branch 'master' into 8333-fix-filtering-bug-in-celery-tasks
bisgaard-itis 80817ec
model -> schema @pcrespov
bisgaard-itis ae8d703
fixes @pcrespov
bisgaard-itis c5bc5d2
Merge branch 'master' into 8333-fix-filtering-bug-in-celery-tasks
bisgaard-itis 47ab209
Merge branch 'master' into 8333-fix-filtering-bug-in-celery-tasks
bisgaard-itis 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
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
15 changes: 0 additions & 15 deletions
15
packages/service-library/src/servicelib/rabbitmq/rpc_interfaces/storage/_utils.py
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.