This repository was archived by the owner on Jul 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
Web UI initial import #358
Merged
Conversation
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
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #358 +/- ##
==========================================
+ Coverage 72.99% 73.14% +0.15%
==========================================
Files 237 237
Lines 49568 50146 +578
==========================================
+ Hits 36180 36680 +500
- Misses 13388 13466 +78
|
Benchmark resultsNexmark
Galen
LDBC
Nexmark (with Persistence)
|
2f16e7d
to
36c5fb5
Compare
@mbudiu-vmw sorry for the huge PR I suggest to focus reviewing to most relevant folders with core-logic:
|
Signed-off-by: Gerd Zellweger <[email protected]>
In this case we might not always be able connect all Connectors them in the config anymore.
Fetching the connector data on-demand while adding a node breaks the layout as we only know the size once it's too late (e.g., position has been determined already). We do know all the ConnectorDescr data when adding a new one so we just generate it instead of fetching it on-demand.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
TODO before check-in: