-
Notifications
You must be signed in to change notification settings - Fork 299
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
[flyte deck] Streaming Decks #2779
Open
Future-Outlier
wants to merge
51
commits into
master
Choose a base branch
from
flytekit-streaming-deck
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 18 commits
Commits
Show all changes
51 commits
Select commit
Hold shift + click to select a range
01182b4
[Flyte Decl] Streaming Decks
Future-Outlier 9616fc3
print
Future-Outlier 98ae7c7
sleep more
Future-Outlier 4e92bb0
add dummy deck
Future-Outlier 4df18b5
nit
Future-Outlier ebb4d4e
dummy deck
Future-Outlier 99522d9
update
Future-Outlier c19d67d
nit
Future-Outlier 67cd829
test
Future-Outlier 06da3df
return html
Future-Outlier 6d99d69
Change Deck
Future-Outlier b805cd7
fix
Future-Outlier 4c97758
fix recursion error
Future-Outlier 7b3574a
remove redundant code
Future-Outlier 9b60564
add dummy deck to deck init
Future-Outlier 18c994f
Better Dummy Deck Logic
Future-Outlier 39f39d1
Merge branch 'master' into flytekit-streaming-deck
Future-Outlier aabcbbb
Deck Publish
Future-Outlier 9ca43f3
Merge branch 'master' into flytekit-streaming-deck
Future-Outlier ed56352
litn
Future-Outlier b559fc9
remove dummy deck
Future-Outlier fc5578f
nit
Future-Outlier 7139468
use auto refresh tab, 5 seconds as interval
Future-Outlier e0aee9e
revert
Future-Outlier 3727588
test setDynamicTabs
Future-Outlier ce3ee15
change interval time
Future-Outlier d066231
test
Future-Outlier f9387ce
revert
Future-Outlier f14c3fa
test
Future-Outlier c33a909
nit
Future-Outlier 8666c60
try dynamic containers
Future-Outlier 93580d6
try dynamic containers v2
Future-Outlier bcaaabd
try dynamic containers v3
Future-Outlier a321700
debug
Future-Outlier 6464fae
update
Future-Outlier 884943c
nit
Future-Outlier d4b5b96
Refresh Botton
Future-Outlier 406227c
fix
Future-Outlier 1e77f54
lint
Future-Outlier d70a2d5
Merge branch 'master' into flytekit-streaming-deck
Future-Outlier 7fc6393
test new refresh
Future-Outlier 6980140
lint
Future-Outlier c87a342
Revert back html code, collaborating with Lyon
Future-Outlier f609760
lint
Future-Outlier 473ae11
nit
Future-Outlier 008fe52
Merge branch 'master' into flytekit-streaming-deck
Future-Outlier f0b9028
nit
Future-Outlier d48efa9
update
Future-Outlier 6b55930
better code
Future-Outlier b5912fb
update
Future-Outlier a681ccd
some notes for giving user params builder deck enabled
Future-Outlier 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
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.
This will make it automatically refresh the page.. probably need that on the empty deck but not sure how to do the realtime behavior once it has content (you don't want to refresh while the user is browsing around or clicking through various tabs)
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.
COOL, will try it, thank you