-
Notifications
You must be signed in to change notification settings - Fork 113
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
[KED-2997] Create rename run and edit notes UI behavior #665
Merged
tynandebold
merged 44 commits into
main
from
feature/rename-run-and-edit-notes-behavior#ked-2997
Jan 6, 2022
Merged
Changes from 42 commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
2494eb0
add pencil/edit icon; create run-details modal; open/close of that mo…
tynandebold 0bcf22c
add basic text area in modal
tynandebold 96b0992
Merge branch 'main' of https://github.com/quantumblacklabs/kedro-viz …
tynandebold fe10f11
local creation of an Input component
tynandebold 2e90f22
create ui folder and add generic textarea and input components
tynandebold 01623a5
use text-decoration for active state
tynandebold ce09a90
modal gets dynamic data from selected run
tynandebold 15a9690
run details modal tests
tynandebold e1c08f3
rename textarea to input and use that in modal; remove other input co…
tynandebold d644efd
test written for input component
tynandebold 7707e34
Merge branch 'main' of https://github.com/quantumblacklabs/kedro-viz …
tynandebold a9e64b3
updates based on PR review
tynandebold b175e38
Merge branch 'main' of https://github.com/quantumblacklabs/kedro-viz …
tynandebold f3a45e0
Rashida's PR reviews; hide edit run button when comparison view is on
tynandebold 1e7f703
Merge branch 'main' of https://github.com/quantumblacklabs/kedro-viz …
tynandebold 810b2a0
Merge branch 'main' of https://github.com/quantumblacklabs/kedro-viz …
tynandebold 9b5fbc9
fix typos; update general edit run modal behavior
tynandebold 1681b4f
Merge branch 'main' of https://github.com/quantumblacklabs/kedro-viz …
tynandebold 29919f9
add runDetails mutation
tynandebold 48c9b8a
remove searchable text; add client to mutation so tests pass
tynandebold bccfdda
Merge branch 'main' of https://github.com/quantumblacklabs/kedro-viz …
tynandebold c59b945
don't format schema
tynandebold 40acffd
Update backend schema
rashidakanchwala b79e682
Fixed mypy error
rashidakanchwala bb7d883
fixed mypy2
rashidakanchwala 5db44d8
fixed pylint error
rashidakanchwala 2c6f708
update to id from runId in graphql response
rashidakanchwala f595229
update run_id to id in response -2
rashidakanchwala 63a1320
UpdateRunDetails returns Run
rashidakanchwala 84173ac
correct response from updateRunDetails mutation; reset mutation on er…
tynandebold c35efe5
fix run-selection anomoly
tynandebold 1abf75a
fix failing RunDetailsModal test
tynandebold eba39f5
update mutation response
tynandebold 471d03d
Merge branch 'main' of https://github.com/quantumblacklabs/kedro-viz …
tynandebold 327a71b
use the Modal component from the repo, not the QB UI one
tynandebold dcefcca
fix failing RunDetailsModal test
tynandebold 88f9732
Merge branch 'main' of https://github.com/quantumblacklabs/kedro-viz …
tynandebold e6fd526
remove working_directory from circleci
tynandebold f04307e
add working_directory to build_38
tynandebold 3466a2d
use tmp folder instead of repo
tynandebold ca51744
revert and use arch
tynandebold 27f13cf
revert by removing working_directory from build_38 and test build again
tynandebold b14fb2f
clear input on trigger; remove arch from circle ci
tynandebold 18db979
Merge branch 'main' of https://github.com/quantumblacklabs/kedro-viz …
tynandebold 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
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.
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.
are these changes relevant to this PR?
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.
Sort of. They're an addendum to what @limdauto did yesterday.
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.
Yea this is needed to separate
linux
cache fromwindows
cache in CI.