-
Notifications
You must be signed in to change notification settings - Fork 16.3k
[v3-0-test] Update TaskLogContent to support virtualized rendering (#50746)
#51202
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
Conversation
pierrejeambrun
left a comment
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.
static checks need fixing.
|
cc: @bbovenzi (merger) @guan404ming (author) |
|
Could we fix this possibly in next 20-30 mins? If not, I will have to move this to 3.0.3 |
|
This type error happened since the upstream PR #50547 is not cherry picked here but it does not affect the function work in this PR even it doesn't picked here. Should we add it in or just fix the static error here. If so, I think I currently don't have permission to push to this branch. But change is simple is just in maybe someone has permission could help with this, thanks! |
|
Needed backport PR first: #51357 |
|
Thanks! |
7696572 to
f248deb
Compare
|
I just rebased this PR on top to anticipate the CI and make it mergeable faster |
guan404ming
left a comment
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.
Static error fixed, thanks for the rebase.
…50746) (#51202) * Fix OpenAPI schema for `get_log` API (#50547) * Fix openapi schema for get_log API * Fix test_log (cherry picked from commit 08cc57d) * [v3-0-test] Update `TaskLogContent` to support virtualized rendering (#50746) * Update TaskLogContent to support virtualized rendering * Update TaskLogPreview and Logs to handle undefined parsedLogs (cherry picked from commit 813f3e3) Co-authored-by: Guan Ming(Wesley) Chiu <105915352+guan404ming@users.noreply.github.com> --------- Co-authored-by: LIU ZHE YOU <68415893+jason810496@users.noreply.github.com> Co-authored-by: Guan Ming(Wesley) Chiu <105915352+guan404ming@users.noreply.github.com>
Update TaskLogContent to support virtualized rendering
Update TaskLogPreview and Logs to handle undefined parsedLogs
(cherry picked from commit 813f3e3)
Co-authored-by: Guan Ming(Wesley) Chiu 105915352+guan404ming@users.noreply.github.com