-
Notifications
You must be signed in to change notification settings - Fork 27
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
added family grouping plus family and cycle collapsing #1810
Open
markgrahamdawson
wants to merge
32
commits into
cylc:master
Choose a base branch
from
markgrahamdawson:family-subgraphs
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 27 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
dbde144
addded family grouping with subgraphs
markgrahamdawson 7d32c13
added family group select menu to toolbar
markgrahamdawson 99b5e2b
added family collapsing logic
markgrahamdawson b2a481f
added cycle collapsing logic
markgrahamdawson c98b446
fixed issue with dreating edges
markgrahamdawson 034b3ec
added status to collapsed nodes
markgrahamdawson 6d4b65f
save point
markgrahamdawson 065c39d
grouping with recursion
markgrahamdawson 744abab
Tidy and fixed linting errors
markgrahamdawson bdbb79d
added VTreeview component for menu
markgrahamdawson 706e295
send dynamic data to toolbar
markgrahamdawson 343b6d3
fixed toolbar checkbox state
markgrahamdawson 853aa20
fix toolbar data format part 1
markgrahamdawson a01f882
fix current tests
markgrahamdawson c0a63a8
added E2E tests
markgrahamdawson 3b6bb93
added unit tests
markgrahamdawson 080319f
moved unit test functions into utils
markgrahamdawson 37ab49c
updated unit tests
markgrahamdawson 676466f
fix e2e tests
markgrahamdawson 12852e0
added towncrier entry
markgrahamdawson d56939f
removed unnecessary gql query parameters
markgrahamdawson c97cd7e
review amendments to toolbar
markgrahamdawson e406f53
remove more unnecessary gql query params
markgrahamdawson 47b161e
moved allChilderenLookUp and allParentLookUp outside of initial options
markgrahamdawson c733592
converted familyArray store to computed property
markgrahamdawson c15bb00
made use of tokens
markgrahamdawson d92d2c8
fixed unit tests
markgrahamdawson d2dc449
removed unnecessary unit tests
markgrahamdawson db63bd5
refactor edges creation whilst also fixing bug
markgrahamdawson 85a0d67
removed unnecessary functions for creating edges and fixed bug
markgrahamdawson ff32357
fix issue with nested families showing as disabled in toolbar
markgrahamdawson 9794700
cleaned toolbar and fix broken tests
markgrahamdawson 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Added graph view feature to group by family and collapse by family and cycle point | ||
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.
Sig improvement in comprehendability IMO