-
Notifications
You must be signed in to change notification settings - Fork 639
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
DYN-8334 Node Cluster Visual Preparation Work #15865
Merged
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
7a7bbf3
Single Node Placement and Performance report
QilongTang 9afee56
Creating three nodes in a row
QilongTang 5f57c94
Add feature flag check
QilongTang 89a2932
Merge branch 'master' into NodeClusterPlacementPerformance
QilongTang 4c73df7
Merge branch 'master' into NodeClusterPlacementPerformance
QilongTang 21a5e21
Update
QilongTang b05693b
update
QilongTang 7dd493a
Add IsPreview State to Node
QilongTang bee6fb9
update
QilongTang b21bb6f
add comment
QilongTang 2ca671f
Update
QilongTang adba820
update
QilongTang 9783743
watch node usage
QilongTang 1fc5aeb
Merge branch 'master' into NodeClusterPlacementPerformance
QilongTang 6e6a5e3
Merge branch 'NodeClusterPlacementPerformance' of https://github.com/…
QilongTang 85fe5da
clean-up
QilongTang ddf0325
Add back regular node overlay
QilongTang 970c2e2
Add node Glyph for zoom out state
QilongTang b4a656e
Some minor updates
QilongTang c96f3ed
update node state image
QilongTang f46cfe9
update image again
QilongTang b7a2fe2
Apply new look and feel
QilongTang 2a0a911
code clean up
QilongTang 15f1502
Merge branch 'NodeClusterPlacementPerformance' into NodeClusterVisual
QilongTang 8427140
More comments
QilongTang efebd42
exclude from graph serialization
QilongTang f815606
renames
QilongTang e8f8057
clean up
QilongTang 46f2215
clean up
QilongTang ac82e1a
Update
QilongTang 1cc20e5
comment
QilongTang d9975e6
Comments
QilongTang 39f0cd9
Merge branch 'master' into NodeClusterVisual
QilongTang 5e7e3b2
minor update
QilongTang f719688
Fix unit test and update default flag value
QilongTang 5fb4d4b
Merge branch 'master' into NodeClusterVisual
QilongTang 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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
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.
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.
Is this something that we actually want to be public ? I think it's ok for now and we can think/debate later on this subject.
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.
Good point. Let me see if I can make it internal for now
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.
Looks like not, the property is bind to UI layer and needs to be public, at least NodeViewModel layer, I can make the NodeModel layer internal
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.
If I remember right we can have something public and change our mind a little later while in master ? Or no