-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
fix(frontend): fix parsing large workflow graph. Fixes #4179 #4180
Merged
k8s-ci-robot
merged 37 commits into
kubeflow:master
from
radcheb:frontend-fix-parse-large-workflow
Oct 16, 2020
Merged
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
b693997
frontend: add large pipeline example to mocked data
radcheb 01f4a61
add util function decodeCompressedNodes
radcheb b544eb8
decode compressedNodes in workflow if node is empty and compressedNod…
radcheb 7736eef
fix decodeCompressedNodes
radcheb a21a73f
prettify code
radcheb 71dd186
Frontend:test Utils decodeCompressedNodes
radcheb a0d91aa
test RunDetails page render compressed grah
radcheb ebdec29
add util function decodeCompressedNodes
radcheb 0d0f6d4
Frontend:test Utils decodeCompressedNodes
radcheb a0fe147
test RunDetails page render compressed grah
radcheb ea76e79
reformat code
radcheb bec5db4
update jest snapshot to add compressed node case
radcheb c436dc7
fix tests
radcheb 9981e3e
reformat code
radcheb 5aa139a
update RunDetails snapshot
radcheb 76614a3
remove dupplicate test code
radcheb e68d567
RunDetails: remove compressedNodes after decoding it
radcheb 38ca3f6
reformat decodeCompressedNodes + add failure case test
radcheb 4018c1f
decodeCompressedNodes returns undefined on error
radcheb 8c13353
RunDetails decodeCompressedNodes test: snapshot same as single node g…
radcheb d59a460
do not wait for decodeCompressedNodes + debug print workflow
radcheb 14e20c9
Merge branch 'master' into frontend-fix-parse-large-workflow
radcheb ac4b463
fix Run load + refresh snapshot
radcheb 66b2456
format code
radcheb 4587827
Merge branch 'master' into frontend-fix-parse-large-workflow
radcheb e6a0435
Fix one-node compressed workflow graph + update snapshot
radcheb 5ea75b6
reformat code
radcheb ff37a9e
rename large pipeline name
radcheb 9038244
fix decompressNodes to work in browser
radcheb c1b698c
fix test
radcheb 8958105
fix tests
radcheb 1cf8643
remove some of the console.log
radcheb 83b2c1a
clean code
radcheb e93a060
address comments
radcheb 8491c5c
address comments: wait for zlib instead of mocking decodeCompressedNodes
radcheb 5b46a4d
address comments: decodeCompressedNodes reject in case of error + cat…
radcheb 0415d6b
address comments
radcheb 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
update RunDetails snapshot
- Loading branch information
commit 5aa139a7524d4d1ef4f8d9a227740ebf69aab50c
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
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.
sth seems wrong, the snapshot is empty.
If you compare it to snapshot of the one node test, it has some content