Skip to content
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

fix: add paused state #595

Merged
merged 101 commits into from
Oct 10, 2022
Merged

fix: add paused state #595

merged 101 commits into from
Oct 10, 2022

Conversation

olga-union
Copy link
Contributor

@olga-union olga-union commented Sep 22, 2022

TL;DR

Added new FE phase (Paused) to track the status of the gate nodes. Updated node executions table view to accommodate this new status, and in the graph view created new type of custom nodes to display the gate nodes, as well as the helper button to display the list of all 'paused' nodes in one place. All the points of contact with the gate nodes described above also have an action button to resume the process, if they are in 'paused' state. They will be connected to a new launch form modal in the follow-up work.

Type

  • Bug Fix
  • Feature
  • Plugin

Are all requirements met?

  • Code completed
  • Smoke tested
  • Unit tests added
  • Code documentation added
  • Any pending items have an associated Issue

Demo

Screen.Recording.2022-09-27.at.10.34.10.AM.mov

Tracking Issue

fixes https://github.com/flyteorg/flyteconsole/issues/586
fixes https://github.com/flyteorg/flyteconsole/issues/591

Follow-up issue

https://github.com/flyteorg/flyteconsole/issues/587

anrusina and others added 30 commits May 17, 2022 18:05
Signed-off-by: Nastya Rusina <[email protected]>
Signed-off-by: Carina Ursu <[email protected]>

Co-authored-by: Carina Ursu <[email protected]>
* ci: move storybook related packages to top level
* ci: ensure that lint can be run in PR checks
* ci: allow to run tests linux setup

Signed-off-by: Nastya Rusina <[email protected]>
#436)

* ci: ensure unified tsconfig and remove mocks,test,stories from build
* ci: move certificates into certificate folder inside script

Signed-off-by: Nastya Rusina <[email protected]>
* fix: issue 398
* fix: prevent parent onclick event trigger

Signed-off-by: eugenejahn <[email protected]>
* fix: unable to view all the workflow versions

Signed-off-by: Carina Ursu <[email protected]>

* chore: cleanup

Signed-off-by: Carina Ursu <[email protected]>

Co-authored-by: Carina Ursu <[email protected]>
* chore(tsc): exclude test/stories/mock files only from build

Signed-off-by: Nastya Rusina <[email protected]>
* chore: support for StructuredDataSet Input/Output type

Signed-off-by: Carina Ursu <[email protected]>

* chore: add tests

Signed-off-by: Carina Ursu <[email protected]>

* chore: add package

Signed-off-by: Carina Ursu <[email protected]>

* chore: resolving local package issue

Signed-off-by: Carina Ursu <[email protected]>

* chore: yarn lock

Signed-off-by: Carina Ursu <[email protected]>

* chore: stories

Signed-off-by: Carina Ursu <[email protected]>

* chore: fix associative arrays in copy functionality

Signed-off-by: Carina Ursu <[email protected]>

* chore: fix scalar stories

Signed-off-by: Carina Ursu <[email protected]>

* chore: oops

Signed-off-by: Carina Ursu <[email protected]>

* chore: cleanup

Signed-off-by: Carina Ursu <[email protected]>

* chore: revert old viewer to original

Signed-off-by: Carina Ursu <[email protected]>

* chore: fix

Signed-off-by: Carina Ursu <[email protected]>

* chore: remove non-null assertion

Signed-off-by: Carina Ursu <[email protected]>

* chore: fix types

Signed-off-by: Carina Ursu <[email protected]>

* chore: cleanup

Signed-off-by: Carina Ursu <[email protected]>

* chore: fix tests

Signed-off-by: Carina Ursu <[email protected]>

* chore: fix test types

Signed-off-by: Carina Ursu <[email protected]>

* chore: cleanup

Signed-off-by: Carina Ursu <[email protected]>

* chore: cleanup

Signed-off-by: Carina Ursu <[email protected]>

* chore: cleanup

Signed-off-by: Carina Ursu <[email protected]>

* chore: cleanup

Signed-off-by: Carina Ursu <[email protected]>

Co-authored-by: Carina Ursu <[email protected]>
…scode setup properly (#458)

* chore: separate AppInfo
* chore: vscode properly understands @flyteconsole
* chore: add basics/locale entry
* test: add storybooks and tests
* test: fix istanbul test-coverage issue by binding babel versions

Signed-off-by: Nastya Rusina <[email protected]>
* ci: minimize babel presence

Signed-off-by: Nastya Rusina <[email protected]>
* fix: update node executions to display map tasks
* fix: update map task logs styles
* test: add/update unit tests
* fix: fix flickering and unnecessary re-renders

Signed-off-by: Olga Nad <[email protected]>
* ci: resolve docker build issues
* chore: remove unneeded changes

Signed-off-by: Nastya Rusina <[email protected]>
* chore: fix

Signed-off-by: Carina Ursu <[email protected]>

* chore: remove console

Signed-off-by: Carina Ursu <[email protected]>

* chore: add cherio o=to package

Signed-off-by: Carina Ursu <[email protected]>

* chore: add cherio o=to package

Signed-off-by: Carina Ursu <[email protected]>

* chore: fix start prod

Signed-off-by: Carina Ursu <[email protected]>

* chore: fix start prod

Signed-off-by: Carina Ursu <[email protected]>

* chore: cleanup

Signed-off-by: Carina Ursu <[email protected]>

* chore: cleanup

Signed-off-by: Carina Ursu <[email protected]>

Co-authored-by: Carina Ursu <[email protected]>
made the entities component become more generic that can support Workflow, Task, and others
added the inputs and outputs to task details page
added the versions table in task details page
added the version details page
added task details link in node side panel

Signed-off-by: eugenejahn <[email protected]>

Co-authored-by: Eugene Jahn <[email protected]>
* hotfix ci pipeline

Signed-off-by: Yuvraj <[email protected]>

* more changes

Signed-off-by: Yuvraj <[email protected]>

Co-authored-by: Yuvraj <[email protected]>
olga-union and others added 5 commits September 9, 2022 09:36
Signed-off-by: Flyte-Bot <[email protected]>

Signed-off-by: Flyte-Bot <[email protected]>
Co-authored-by: flyte-bot <[email protected]>
* fix: add BASE_URL to dev startup, open deeply nested urls

Signed-off-by: Carina Ursu <[email protected]>

* fix: remove debug code

Signed-off-by: Carina Ursu <[email protected]>

* chore: empty BASE_URL handling

Signed-off-by: Carina Ursu <[email protected]>

Signed-off-by: Carina Ursu <[email protected]>
* fix: add default disabled state for only mine filter

Signed-off-by: Olga Nad <[email protected]>

* fix: tests

Signed-off-by: Olga Nad <[email protected]>

* fix: use api context to default filter state

Signed-off-by: Olga Nad <[email protected]>

* fix: revert test updates

Signed-off-by: Olga Nad <[email protected]>

Signed-off-by: Olga Nad <[email protected]>
Signed-off-by: Flyte-Bot <[email protected]>

Signed-off-by: Flyte-Bot <[email protected]>
Co-authored-by: flyte-bot <[email protected]>
@olga-union olga-union marked this pull request as ready for review September 28, 2022 18:16
@olga-union olga-union requested review from a team, ursucarina, eugenejahn and jsonporter and removed request for a team September 28, 2022 18:17
jsonporter and others added 3 commits September 29, 2022 11:52
* progress

* Fixed

* Removed debug code

Signed-off-by: Jason Porter <[email protected]>

Signed-off-by: Jason Porter <[email protected]>
Signed-off-by: Olga Nad <[email protected]>
@olga-union olga-union force-pushed the olga-union/add-paused-state branch from 893e6a7 to 3d97b66 Compare September 29, 2022 20:39
@olga-union olga-union changed the base branch from master to devmain October 3, 2022 18:42
@codecov
Copy link

codecov bot commented Oct 3, 2022

Codecov Report

Merging #595 (f255d10) into devmain (fcb3596) will increase coverage by 0.48%.
The diff coverage is 70.77%.

@@             Coverage Diff             @@
##           devmain     #595      +/-   ##
===========================================
+ Coverage    63.11%   63.59%   +0.48%     
===========================================
  Files          441      445       +4     
  Lines        10434    10548     +114     
  Branches      1792     1810      +18     
===========================================
+ Hits          6585     6708     +123     
+ Misses        3849     3840       -9     
Impacted Files Coverage Δ
...xecutions/ExecutionDetails/ExecutionTabContent.tsx 23.91% <0.00%> (+0.57%) ⬆️
...components/Executions/ExecutionDetails/strings.tsx 100.00% <ø> (ø)
...sole/src/components/Executions/Tables/constants.ts 100.00% <ø> (ø)
...nsole/src/components/Executions/Tables/strings.tsx 100.00% <ø> (ø)
.../components/Executions/TaskExecutionsList/utils.ts 98.18% <ø> (+4.15%) ⬆️
...app/console/src/components/Executions/constants.ts 100.00% <ø> (ø)
.../zapp/console/src/components/Executions/strings.ts 100.00% <ø> (ø)
...es/zapp/console/src/components/Executions/types.ts 100.00% <ø> (ø)
...ole/src/components/WorkflowGraph/WorkflowGraph.tsx 87.50% <ø> (ø)
...mponents/flytegraph/ReactFlow/ReactFlowWrapper.tsx 24.13% <ø> (ø)
... and 39 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@jsonporter jsonporter merged commit 8c97c55 into devmain Oct 10, 2022
@jsonporter jsonporter deleted the olga-union/add-paused-state branch October 10, 2022 17:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Signal: Add signaling UI to Graph Signal: Add Signal UX to node list view
10 participants