-
Notifications
You must be signed in to change notification settings - Fork 32
🎨 TaskID -> TaskKey
#8409
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 88 commits into
ITISFoundation:master
from
bisgaard-itis:improve-celery-task-error-messages-and-improve-taskid-name
Oct 3, 2025
Merged
🎨 TaskID -> TaskKey
#8409
Changes from 79 commits
Commits
Show all changes
88 commits
Select commit
Hold shift + click to select a range
87e855c
add task_owner as required field in TaskFilter
bisgaard-itis 4462b0e
client_name -> TaskOwner
bisgaard-itis 51ef580
make AsyncJobFilter minimal
bisgaard-itis 26abc99
improve naming
bisgaard-itis d2cf678
task_owner -> owner
bisgaard-itis 87c63ef
TaskFilter -> OwnerMetadata
bisgaard-itis a66d944
further fixes to OwnerMetadata
bisgaard-itis 052aa3f
minor fix
bisgaard-itis b716c64
Merge branch 'master' into 8387-fix-log-endpoint-in-api-server
bisgaard-itis e3033e5
cleanup
bisgaard-itis 07531d4
cleanup task submit in webserver
bisgaard-itis e0ed541
test fixes
bisgaard-itis a8e106e
get rid of AsyncJobFilter
bisgaard-itis e9aa9ba
small fix in api-server
bisgaard-itis d690ddd
fix tests in celery-library
bisgaard-itis e57f34e
fix webserver
bisgaard-itis 301fe56
Merge branch 'master' into 8387-fix-log-endpoint-in-api-server
bisgaard-itis 2b9765f
fix
bisgaard-itis 6314cdf
test fix in api-server
bisgaard-itis b59d1ee
fix in mocks
bisgaard-itis c29ef31
several test fixes
bisgaard-itis c5042d5
yet another minor fix
bisgaard-itis 0f09f84
fix
bisgaard-itis 2451056
Merge branch 'master' into 8387-fix-log-endpoint-in-api-server
bisgaard-itis 5f220b8
make wildcard a basemodel
bisgaard-itis db10040
test fixes
bisgaard-itis 615891e
test fix
bisgaard-itis 24ef2be
several fixes
bisgaard-itis 7e94b08
improve validation from task_id
bisgaard-itis c25f45d
Merge branch 'master' into 8387-fix-log-endpoint-in-api-server
bisgaard-itis 3f44899
cosmetic change
bisgaard-itis a85d544
minor change
bisgaard-itis ca9a457
Merge branch 'master' into 8387-fix-log-endpoint-in-api-server
bisgaard-itis dbaf0fd
add description to owner field
bisgaard-itis ff51528
@pcrespov @sanderegg use APP_NAME in doc string
bisgaard-itis 41eafbf
task_filter -> owner_metadata
bisgaard-itis 61b9668
fix type issue
bisgaard-itis 036ae36
rename TaskFilter -> OwnerMetadata
bisgaard-itis 0e1a971
relative imports
bisgaard-itis 4eaab57
@pcrespov move model
bisgaard-itis d48ed0d
remove model
bisgaard-itis 80a28e1
task_metadata -> execution_metadata
bisgaard-itis b7fa0bc
task_filter -> owner_metadata
bisgaard-itis 1f96c61
job_filter -> owner_metadata
bisgaard-itis 7a1c396
name fix @GitHK
bisgaard-itis ef0b203
name change fixes
bisgaard-itis 5cdaeef
task_filter -> owner_metadata
bisgaard-itis 3736b88
task_filter -> owner_metadata
bisgaard-itis 4431084
Merge branch 'master' into 8387-fix-log-endpoint-in-api-server
bisgaard-itis 4ba288c
ensure OwnerMetadata can be serialized
bisgaard-itis 341e283
convert to OwnerMetadata baseclass before submitting rpc requests
bisgaard-itis 419a23b
test fix
bisgaard-itis e442965
add extra fields in OwnerMetadata
bisgaard-itis 9f2b002
fix test
bisgaard-itis cb114e6
further bug fixes
bisgaard-itis 7dea526
add user_id input
bisgaard-itis a9bab0e
TaskID -> TaskKey
bisgaard-itis 5303b6f
adapt OwnerMetaData from id to key
bisgaard-itis 86cd121
small fix in model validator
bisgaard-itis 6f74d33
cosmetic fix
bisgaard-itis d1eaa36
start changing inputs task_id -> task_uuid
bisgaard-itis 4300f50
convert inputs names in RedisTaskInfoStore
bisgaard-itis 66463b7
convert CeleryTaskManager task_id -> task_key
bisgaard-itis a023c45
convert task_id to task_key in exception models
bisgaard-itis 2ea9853
fix
bisgaard-itis 514bfa6
fix error messages in error models
bisgaard-itis cb00c7c
fix error model
bisgaard-itis 5e3e77f
update api-server api
bisgaard-itis 32ac020
handle task not found errors properly in api-server
bisgaard-itis f020bc3
task_id -> task_key in all celery tasks
bisgaard-itis f5f72c4
minor change
bisgaard-itis 8da86df
futher bugfixes
bisgaard-itis 3f4cfb9
Merge branch 'master' into improve-celery-task-error-messages-and-imp…
bisgaard-itis 7c8cf89
Merge branch 'master' into improve-celery-task-error-messages-and-imp…
bisgaard-itis c30f67a
@giancarloromeo task_id -> task_key
bisgaard-itis 0c9695e
task_id -> task_key @giancarloromeo
bisgaard-itis de46286
task_id -> task_key @giancarloromeo
bisgaard-itis 1e91d03
tiask_id -> task_key @giancarloromeo
bisgaard-itis 7674b34
Merge branch 'master' into improve-celery-task-error-messages-and-imp…
bisgaard-itis 3523d63
@giancarloromeo task_id -> task_key
bisgaard-itis 0233f75
fix input name
bisgaard-itis 78d5a42
task_id -> task_key
bisgaard-itis 39ac01d
pylint: remove unused import
bisgaard-itis 490d945
Merge branch 'master' into improve-celery-task-error-messages-and-imp…
bisgaard-itis bc6ee86
Merge branch 'master' into improve-celery-task-error-messages-and-imp…
bisgaard-itis 6077fb8
Merge branch 'master' into improve-celery-task-error-messages-and-imp…
bisgaard-itis 67993c5
Merge branch 'master' into improve-celery-task-error-messages-and-imp…
bisgaard-itis 1180c06
Merge branch 'master' into improve-celery-task-error-messages-and-imp…
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
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.