forked from kubeflow/pipelines
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Updates styling for the graphs * Break all diagonal edges into vertical and horizontal components * Checkpointing. A lot of minor adjustments being made * Change graph rendering to only use horizontal and vertical lines for edges. Previously diagonal edges are converted into two vertical edges and one horiztonal * Small cleanup * Hovering over node now highlights all incoming and outgoing edges, as does selecting a node More fixes, stop stacking starting edges * Clean up * Remove edge starting circle code * Returns the DAG to using arbitrary angles rather than right angles * Adds small vertical segment to end of all edges * Significant clean up and updating tests * A little more clean up and adding tests for the new Status util function * One more test for Status * Increase node font weight * PR comments * A little more cleanup in Graph
- Loading branch information
1 parent
c123191
commit 0584869
Showing
21 changed files
with
1,125 additions
and
502 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.