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: Relaunch form does not persist security context values when changed #527

Merged
merged 1 commit into from Jun 29, 2022

Conversation

james-union
Copy link
Contributor

@james-union james-union commented Jun 28, 2022

Signed-off-by: James james@union.ai

TL;DR

Use execution security context in Relaunch form

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

Complete description

Derived execution security context into Relaunch form

Tracking Issue

fixes flyteorg/flyte#496

Signed-off-by: James <james@union.ai>
@james-union james-union self-assigned this Jun 28, 2022
@codecov
Copy link

codecov bot commented Jun 28, 2022

Codecov Report

Merging #527 (b6d1a0d) into master (e933f21) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #527      +/-   ##
==========================================
+ Coverage   69.95%   69.96%   +0.01%     
==========================================
  Files         437      437              
  Lines       10124    10128       +4     
  Branches     1721     1722       +1     
==========================================
+ Hits         7082     7086       +4     
  Misses       3042     3042              
Impacted Files Coverage Δ
...cutions/ExecutionDetails/RelaunchExecutionForm.tsx 100.00% <ø> (ø)
.../console/src/components/Launch/LaunchForm/types.ts 100.00% <ø> (ø)
...omponents/Launch/LaunchForm/LaunchWorkflowForm.tsx 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e933f21...b6d1a0d. Read the comment docs.

Copy link
Contributor

@anrusina anrusina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good from code perspective, will leave smoke test to @jsonporter

@jsonporter jsonporter merged commit 1be5572 into master Jun 29, 2022
@jsonporter jsonporter deleted the james/relaunch-persist-security-context branch June 29, 2022 16:20
@flyte-bot
Copy link
Collaborator

🎉 This PR is included in version 1.1.4 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

jsonporter added a commit that referenced this pull request Sep 30, 2022
* chore: move src to a new location

Signed-off-by: Nastya Rusina <nastya@union.ai>

* ci: allow branch to be built again

Signed-off-by: Nastya Rusina <nastya@union.ai>

* chore: replace link to github repository to a proper one

Signed-off-by: Nastya Rusina <nastya@union.ai>

* ci: basic test and test-coverage setup

Signed-off-by: Nastya Rusina <nastya@union.ai>

* chore: add first plugin package

Signed-off-by: Nastya Rusina <nastya@union.ai>

* chore: allow to start test from main directory

Signed-off-by: Nastya Rusina <nastya@union.ai>

* ci: update lowest mkdirp version (#423)

Signed-off-by: Nastya Rusina <nastya@union.ai>

* chore: add build scripts for console app (#429)

Signed-off-by: Carina Ursu <carina@union.ai>

Co-authored-by: Carina Ursu <carina@union.ai>

* fix: hide the legend (#435)

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* ci: move storybook related packages to top level (#434)

* 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 <nastya@union.ai>

* fix: fix issue 386 (#437)

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* ci: ensure unified tsconfig and remove mocks, test, stories from build (#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 <nastya@union.ai>

* Make whole row clickable to open TaskExecutionDetails panel (#444)

* fix: issue 398
* fix: prevent parent onclick event trigger

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* ci: allow to start jest config for all project at once (#447)

* minor: unable to view all the workflow versions (#446)

* fix: unable to view all the workflow versions

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

Co-authored-by: Carina Ursu <carina@union.ai>

* chore(tsc): exclude test/stories/mock files only from build (#451)

* chore(tsc): exclude test/stories/mock files only from build

Signed-off-by: Nastya Rusina <nastya@union.ai>

* ci: ensure that webpack too doesn't include test/mock/specs files (#452)

Signed-off-by: Nastya Rusina <nastya@union.ai>

* minor: add support for StructuredDataSet Input/Output type (#445)

* chore: support for StructuredDataSet Input/Output type

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: add tests

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: add package

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: resolving local package issue

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: yarn lock

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: stories

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix associative arrays in copy functionality

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix scalar stories

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: oops

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: revert old viewer to original

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: remove non-null assertion

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix types

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix tests

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix test types

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

Co-authored-by: Carina Ursu <carina@union.ai>

* chore: Provide basic repo structure and ensure that stories, tests, vscode 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 <nastya@union.ai>

* ci: minimize babel presence (#457)

* ci: minimize babel presence

Signed-off-by: Nastya Rusina <nastya@union.ai>

* fix: update node executions to display map tasks (#455)

* 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 <olga@union.ai>

* ci: resolve docker build issues (#462)

* ci: resolve docker build issues
* chore: remove unneeded changes

Signed-off-by: Nastya Rusina <nastya@union.ai>

* Chore: Rebase devmain on top of master (#464)

* fix: ensure that admin version is fully shown (#465)

* chore: fix for console not respecting admin url (#468)

* chore: fix

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: remove console

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: add cherio o=to package

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: add cherio o=to package

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix start prod

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix start prod

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

Co-authored-by: Carina Ursu <carina@union.ai>

* chore: rebase on top of master

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* fix: trigger release #patch (#477)

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* feat: add task version info (#485)

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 <eugenejahnjahn@gmail.com>

Co-authored-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* chore: update Readme with python note + package version update (#486)

Signed-off-by: Nastya Rusina <nastya@union.ai>

Co-authored-by: Nastya Rusina <nastya@union.ai>

* hotfix ci pipeline (#487)

* hotfix ci pipeline

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

* more changes

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

Co-authored-by: Yuvraj <evalsocket@users.noreply.github.com>

* [Mapping][TaskInfo] V.2 - Update Task details to allow check information for child task execution (#467)

* fix: add eventVersion check for map tasks (#484)

* fix: resolve minimist package to v1.2.6 (#492)

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* ci: add flyte-api plugin package (#490)

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* fix: update/add graph related stories (#493)

* fix: separate api auth to plugin folder (#495)

* fix: separate api auth to plugin folder
* chore: for local admin URL is undefined
* chore: update README.md
* test: fix tests + add new ones
* v0.0.2 - release for flyte-api plugin

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* feat: rerun task action in execution page  (#488)

* feat: task rerun done

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* feat: fix initialParameters

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* fix: remove a file

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* feat: rerun task done

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* feat: rerun fix literal type

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* feat: small typo fixed

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* feat: small typo fixed

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* feat: fix test coverage

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* chore: update release version (#501)

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* chore(deps-dev): bump protobufjs from 6.8.9 to 6.11.3 (#502)

Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.8.9 to 6.11.3.
- [Release notes](https://github.com/protobufjs/protobuf.js/releases)
- [Changelog](https://github.com/protobufjs/protobuf.js/blob/v6.11.3/CHANGELOG.md)
- [Commits](https://github.com/protobufjs/protobuf.js/commits/v6.11.3)

---
updated-dependencies:
- dependency-name: protobufjs
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: add package generator for basics/composites/plugins (#503)

* chore: add package generator for basics/composites/plugins

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* Update CONTRIBUTING.md  with package generate info

* fix(bug-508): executions can not be filtered by start time (#509)

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* chore(deps-dev): bump semantic-release from 17.2.3 to 19.0.3 (#510)

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 17.2.3 to 19.0.3.
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](semantic-release/semantic-release@v17.2.3...v19.0.3)

---
updated-dependencies:
- dependency-name: semantic-release
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat: support flyte decks (#504)

* feat: support flyte deck #none

Signed-off-by: James <james@union.ai>

* fix: rebase with master #none

Signed-off-by: James <james@union.ai>

* fix: fix iframe height and api response type; #none

Signed-off-by: James <james@union.ai>

* fix: modal style; #none;

Signed-off-by: James <james@union.ai>

* fix: use env variable for server ssl config #none;

Signed-off-by: James <james@union.ai>

* fix: use h2 instead of h3 for future migration #none

Signed-off-by: James <james@union.ai>

* feat: navbar navigation dropdown (#511)

* feat: navbar navigstion dropdown
* chore: storybook update
* chore: fix test + add base readme

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* chore: support internal/external navigsation better (#513)

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* Update Contributing.md (#515)

Add line how to add nodejs plugin to asdf, to simplify setup

* chore: update navigationDropdown usage (#517)

Signed-off-by: Work <awork@narusina.fritz.box>

Co-authored-by: Work <awork@narusina.fritz.box>

* chore(deps): bump jsdom from 16.4.0 to 16.7.0 (#516)

Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.4.0 to 16.7.0.
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md)
- [Commits](jsdom/jsdom@16.4.0...16.7.0)

---
updated-dependencies:
- dependency-name: jsdom
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat: launch plans list & detail page #none; (#507)

* feat: launch plans list #none;
* fix: launch plan detail page the top navigation header
* fix: added expected inputs and fixed inputs; #none
* fix: remove radio buttons for view all launch plan versions; #none

Signed-off-by: James <james@union.ai>

* chore: release 1.1.3 (#520)

Signed-off-by: Nastya Rusina <nastya@union.ai>

* fix: cache icon fro map task (#519)

* fix: cache icon fro map task
* fix: icon and text center

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* fix: Relaunch form does not persist security context values when changed (#527)

fix: use execution security context in relaunch; #none

Signed-off-by: James <james@union.ai>

* fix: release process (#529)

* fix release process

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

* more changes

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

* more changes

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

* fix workflow

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

Co-authored-by: Yuvraj <evalsocket@users.noreply.github.com>

* fix: fix semantic-release config (#532)

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

* test: fix time sensitive test (#533)

chore: fix test

Signed-off-by: Nastya Rusina <nastya@union.ai>

* Rename upgrade idl workflow (#534)

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

Co-authored-by: Yuvraj <evalsocket@users.noreply.github.com>

* fix: support mapped tasks (#494)

* fix: support mapped tasks #none

Signed-off-by: James <james@union.ai>

* fix: fix comments #none

Signed-off-by: James <james@union.ai>

* fix: fix unit test #none

Signed-off-by: James <james@union.ai>

* fix: add string constants #none

Signed-off-by: James <james@union.ai>

* fix: added test for mapInputHelper #none

Signed-off-by: James <james@union.ai>

* fix: fix test for utils.test.ts #none

Signed-off-by: James <james@union.ai>

* chore: trigger snyk re-run

* fix: multiple keys for mapped types; #none

Signed-off-by: James <james@union.ai>

* chore: storybook item (#530)

Signed-off-by: Nastya Rusina <nastya@union.ai>

* fix: fix validation for duplicate and fix focus issue

Signed-off-by: James <james@union.ai>

* chore: provide previous run values on relaunch

Signed-off-by: Nastya Rusina <nastya@union.ai>

Co-authored-by: Nastya <55718143+anrusina@users.noreply.github.com>
Co-authored-by: Nastya Rusina <nastya@union.ai>

* fix(491): remove favicon package + use favicon.svg by default (#537)

* fix(491): remove favicon package + use favicon.svg by default

Signed-off-by: Nastya Rusina <nastya@union.ai>

* chore: resolve yarn.lock merge conflict

Signed-off-by: Nastya Rusina <nastya@union.ai>

* Fixed undefined task input types access in NodeExecutionActions (#538)

* Fixed undefined task input types access in NodeExecutionActions
Issue occurred due to race condition while loading data, indentical fix applies as for #506

Signed-off-by: Nick Müller <nmueller@blackshark.ai>

* fix: cannot read properties of undefined (#506)

fix: nullref

Signed-off-by: Carina Ursu <carina@union.ai>

Co-authored-by: Carina Ursu <carina@union.ai>
(cherry picked from commit d38b98b)

Signed-off-by: Nick Müller <nmueller@blackshark.ai>

Co-authored-by: Carina Ursu <carinaelena@gmail.com>

* feat: support union type for launch plan (#540)

* feat: support union type for launch plan

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* fix: format

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* fix: update type label

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* fix: update the format

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* fix: graph has realtime updates as execution progresses (#543)

Signed-off-by: Olga Nad <olga@union.ai>

* fix: make sure groups used in graph aren't undefined (#545)

Signed-off-by: Olga Nad <olga@union.ai>

* Hotfix docker push GHWF (#547)

* Rename upgrade idl workflow

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

* fix docker push wf

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

Co-authored-by: Yuvraj <evalsocket@users.noreply.github.com>

* fix: Graph Center on initial render (#541)

* fix: upgrade react-flow-renderer version

Signed-off-by: James <james@union.ai>

* fix: use setTimeout for queue on the next render

Signed-off-by: James <james@union.ai>

* fix: use one state variable and fitView after nodesChange

Signed-off-by: James <james@union.ai>

* introduce needFitView

* fix: graph edge overlaps nodes (#542)

* fix: upgrade react-flow-renderer version

Signed-off-by: James <james@union.ai>

* fix: use setTimeout for queue on the next render

Signed-off-by: James <james@union.ai>

* fix: use one state variable and fitView after nodesChange

Signed-off-by: James <james@union.ai>

* fix: graph edge overlaps nodes issue

Signed-off-by: James <james@union.ai>

* introduce needFitView

* edge overlap

* fix: flyteconsole tag in ci pipeline  (#550)

* fix tag issue in ci

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

* remove welcome bot from boilerplate config

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

Co-authored-by: Yuvraj <evalsocket@users.noreply.github.com>

* enable docker push for console (#552)

* chore(deps): bump terser from 4.8.0 to 4.8.1 (#548)

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update Flyteidl version (#558)

Signed-off-by: Flyte-Bot <admin@flyte.org>

Signed-off-by: Flyte-Bot <admin@flyte.org>
Co-authored-by: flyte-bot <flyte-bot@users.noreply.github.com>

* fix: fix searchbar X button (#564)

chore: fix searchbar X button

Signed-off-by: Carina Ursu <carina@union.ai>

Signed-off-by: Carina Ursu <carina@union.ai>

* fix: update timeline view to show dynamic wf internals on first render (#562)

* fix: update timeline view to show dynamic wf internals on first render

Signed-off-by: Olga Nad <olga@union.ai>

* fix: update tests and clean up code

Signed-off-by: Olga Nad <olga@union.ai>

* fix: test

Signed-off-by: Olga Nad <olga@union.ai>

Signed-off-by: Olga Nad <olga@union.ai>

* fix: webmanifest missing crossorigin attribute (#566)

Signed-off-by: Carina Ursu <carina@union.ai>

Signed-off-by: Carina Ursu <carina@union.ai>

* fix: console showing subworkflows as unknown (#570)

* fix: console showing subworkflows as unknown

Signed-off-by: Olga Nad <olga@union.ai>

* fix: replace comparison with lodash isEqual

Signed-off-by: Olga Nad <olga@union.ai>

* fix: remove checkIfObjectsAreSame

Signed-off-by: Olga Nad <olga@union.ai>

Signed-off-by: Olga Nad <olga@union.ai>

* fix: Dict value loses 1 trailing character on UI Launch. (#561)

fix: dict lose trailing issue

Signed-off-by: James <james@union.ai>

Signed-off-by: James <james@union.ai>

* fix: launchform validation (#557)

* fix: disable launch button and show validation messaages

Signed-off-by: James <james@union.ai>

* fix: code clean

Signed-off-by: James <james@union.ai>

Signed-off-by: James <james@union.ai>

* fix: integrate timeline and graph tabs wrappers under one component (#572)

* fix: integrate timeline and graph tabs wrappers under one component

Signed-off-by: Olga Nad <olga@union.ai>

* fix: details tab in graph view and clean-up

Signed-off-by: Olga Nad <olga@union.ai>

* fix: old unit tests

Signed-off-by: Olga Nad <olga@union.ai>

* fix: temp filename change

Signed-off-by: Olga Nad <olga@union.ai>

* fix: final filename change

Signed-off-by: Olga Nad <olga@union.ai>

* fix: tsconfig

Signed-off-by: Olga Nad <olga@union.ai>

Signed-off-by: Olga Nad <olga@union.ai>

* chore(deps-dev): bump moment from 2.29.3 to 2.29.4 (#549)

Bumps [moment](https://github.com/moment/moment) from 2.29.3 to 2.29.4.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](moment/moment@2.29.3...2.29.4)

---
updated-dependencies:
- dependency-name: moment
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* added none type in union type (#577)

* added none type in union type

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* udpated the test case

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* fix: fixed eslint

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* fix: correctly coerce `defaultValue` when rendering LaunchPlan details (#578)

fix: correctly coerce defaultValue when rendering LaunchPlan details

Signed-off-by: Rahul Mehta <rahul@theoremlp.com>

Signed-off-by: Rahul Mehta <rahul@theoremlp.com>

* #minor: inputHelpers InputProps (#579)

fix: inputHelpers InputProps

Signed-off-by: Carina Ursu <carina@union.ai>

Signed-off-by: Carina Ursu <carina@union.ai>

* fix: fix test of launchform (#581)

* fix: fix test of launchform

Signed-off-by: James <james@union.ai>

* fix: inputHelpers tests regression

Signed-off-by: Olga Nad <olga@union.ai>

* fix: update tests description

Signed-off-by: Olga Nad <olga@union.ai>

* fix: spelling typo

Signed-off-by: Olga Nad <olga@union.ai>

Signed-off-by: James <james@union.ai>
Signed-off-by: Olga Nad <olga@union.ai>
Co-authored-by: Olga Nad <olga@union.ai>

* Pruning some unused packages (#583)

Signed-off-by: Jason Porter <jason@union.ai>

Signed-off-by: Jason Porter <jason@union.ai>

* feat: minor change (#584)

Minor change

Signed-off-by: Jason Porter <jason@union.ai>

Signed-off-by: Jason Porter <jason@union.ai>

* fix: floor seconds to int in the edge case moment returns it as float (#582)

Signed-off-by: Olga Nad <olga@union.ai>

Signed-off-by: Olga Nad <olga@union.ai>

* Update Flyteidl version (#575)

Signed-off-by: Flyte-Bot <admin@flyte.org>

Signed-off-by: Flyte-Bot <admin@flyte.org>
Co-authored-by: flyte-bot <flyte-bot@users.noreply.github.com>

* fix: add BASE_URL to dev startup, open deeply nested urls (#589)

* fix: add BASE_URL to dev startup, open deeply nested urls

Signed-off-by: Carina Ursu <carina@union.ai>

* fix: remove debug code

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: empty BASE_URL handling

Signed-off-by: Carina Ursu <carina@union.ai>

Signed-off-by: Carina Ursu <carina@union.ai>

* fix: add default disabled state for only mine filter (#585)

* fix: add default disabled state for only mine filter

Signed-off-by: Olga Nad <olga@union.ai>

* fix: tests

Signed-off-by: Olga Nad <olga@union.ai>

* fix: use api context to default filter state

Signed-off-by: Olga Nad <olga@union.ai>

* fix: revert test updates

Signed-off-by: Olga Nad <olga@union.ai>

Signed-off-by: Olga Nad <olga@union.ai>

* Update Flyteidl version (#590)

Signed-off-by: Flyte-Bot <admin@flyte.org>

Signed-off-by: Flyte-Bot <admin@flyte.org>
Co-authored-by: flyte-bot <flyte-bot@users.noreply.github.com>

* Launch plan ref v2 (#601)

* progress

* Fixed

* Removed debug code

Signed-off-by: Jason Porter <jason@union.ai>

Signed-off-by: Jason Porter <jason@union.ai>

* fix: enable deeplinks in development (#602)

chore: enable deeplinks in development

Signed-off-by: Carina Ursu <carina@union.ai>

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: release 1.3.5 (#605)

Signed-off-by: Jason Porter <jason@union.ai>

Signed-off-by: Jason Porter <jason@union.ai>

Signed-off-by: Nastya Rusina <nastya@union.ai>
Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>
Signed-off-by: Olga Nad <olga@union.ai>
Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>
Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>
Signed-off-by: James <james@union.ai>
Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>
Signed-off-by: Flyte-Bot <admin@flyte.org>
Signed-off-by: Carina Ursu <carina@union.ai>
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Rahul Mehta <rahul@theoremlp.com>
Signed-off-by: Jason Porter <jason@union.ai>
Co-authored-by: Nastya Rusina <nastya@union.ai>
Co-authored-by: Nastya <55718143+anrusina@users.noreply.github.com>
Co-authored-by: Carina Ursu <carinaelena@gmail.com>
Co-authored-by: Carina Ursu <carina@union.ai>
Co-authored-by: Eugene Jahn <eugenejahnjahn@gmail.com>
Co-authored-by: apTalya <99441958+apTalya@users.noreply.github.com>
Co-authored-by: Yuvraj <code@evalsocket.dev>
Co-authored-by: Yuvraj <evalsocket@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: james-union <105876962+james-union@users.noreply.github.com>
Co-authored-by: Work <awork@narusina.fritz.box>
Co-authored-by: Nick Müller <nmueller@blackshark.ai>
Co-authored-by: Flyte Bot <admin@flyte.org>
Co-authored-by: flyte-bot <flyte-bot@users.noreply.github.com>
Co-authored-by: Rahul Mehta <98349643+rahul-theorem@users.noreply.github.com>
Co-authored-by: Jason Porter <84735036+jsonporter@users.noreply.github.com>
jsonporter added a commit that referenced this pull request Oct 3, 2022
* chore: move src to a new location

Signed-off-by: Nastya Rusina <nastya@union.ai>

* ci: allow branch to be built again

Signed-off-by: Nastya Rusina <nastya@union.ai>

* chore: replace link to github repository to a proper one

Signed-off-by: Nastya Rusina <nastya@union.ai>

* ci: basic test and test-coverage setup

Signed-off-by: Nastya Rusina <nastya@union.ai>

* chore: add first plugin package

Signed-off-by: Nastya Rusina <nastya@union.ai>

* chore: allow to start test from main directory

Signed-off-by: Nastya Rusina <nastya@union.ai>

* ci: update lowest mkdirp version (#423)

Signed-off-by: Nastya Rusina <nastya@union.ai>

* chore: add build scripts for console app (#429)

Signed-off-by: Carina Ursu <carina@union.ai>

Co-authored-by: Carina Ursu <carina@union.ai>

* fix: hide the legend (#435)

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* ci: move storybook related packages to top level (#434)

* 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 <nastya@union.ai>

* fix: fix issue 386 (#437)

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* ci: ensure unified tsconfig and remove mocks, test, stories from build (#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 <nastya@union.ai>

* Make whole row clickable to open TaskExecutionDetails panel (#444)

* fix: issue 398
* fix: prevent parent onclick event trigger

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* ci: allow to start jest config for all project at once (#447)

* minor: unable to view all the workflow versions (#446)

* fix: unable to view all the workflow versions

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

Co-authored-by: Carina Ursu <carina@union.ai>

* chore(tsc): exclude test/stories/mock files only from build (#451)

* chore(tsc): exclude test/stories/mock files only from build

Signed-off-by: Nastya Rusina <nastya@union.ai>

* ci: ensure that webpack too doesn't include test/mock/specs files (#452)

Signed-off-by: Nastya Rusina <nastya@union.ai>

* minor: add support for StructuredDataSet Input/Output type (#445)

* chore: support for StructuredDataSet Input/Output type

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: add tests

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: add package

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: resolving local package issue

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: yarn lock

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: stories

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix associative arrays in copy functionality

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix scalar stories

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: oops

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: revert old viewer to original

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: remove non-null assertion

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix types

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix tests

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix test types

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

Co-authored-by: Carina Ursu <carina@union.ai>

* chore: Provide basic repo structure and ensure that stories, tests, vscode 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 <nastya@union.ai>

* ci: minimize babel presence (#457)

* ci: minimize babel presence

Signed-off-by: Nastya Rusina <nastya@union.ai>

* fix: update node executions to display map tasks (#455)

* 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 <olga@union.ai>

* ci: resolve docker build issues (#462)

* ci: resolve docker build issues
* chore: remove unneeded changes

Signed-off-by: Nastya Rusina <nastya@union.ai>

* Chore: Rebase devmain on top of master (#464)

* fix: ensure that admin version is fully shown (#465)

* chore: fix for console not respecting admin url (#468)

* chore: fix

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: remove console

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: add cherio o=to package

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: add cherio o=to package

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix start prod

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix start prod

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

Co-authored-by: Carina Ursu <carina@union.ai>

* chore: rebase on top of master

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* fix: trigger release #patch (#477)

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* feat: add task version info (#485)

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 <eugenejahnjahn@gmail.com>

Co-authored-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* chore: update Readme with python note + package version update (#486)

Signed-off-by: Nastya Rusina <nastya@union.ai>

Co-authored-by: Nastya Rusina <nastya@union.ai>

* hotfix ci pipeline (#487)

* hotfix ci pipeline

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

* more changes

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

Co-authored-by: Yuvraj <evalsocket@users.noreply.github.com>

* [Mapping][TaskInfo] V.2 - Update Task details to allow check information for child task execution (#467)

* fix: add eventVersion check for map tasks (#484)

* fix: resolve minimist package to v1.2.6 (#492)

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* ci: add flyte-api plugin package (#490)

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* fix: update/add graph related stories (#493)

* fix: separate api auth to plugin folder (#495)

* fix: separate api auth to plugin folder
* chore: for local admin URL is undefined
* chore: update README.md
* test: fix tests + add new ones
* v0.0.2 - release for flyte-api plugin

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* feat: rerun task action in execution page  (#488)

* feat: task rerun done

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* feat: fix initialParameters

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* fix: remove a file

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* feat: rerun task done

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* feat: rerun fix literal type

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* feat: small typo fixed

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* feat: small typo fixed

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* feat: fix test coverage

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* chore: update release version (#501)

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* chore(deps-dev): bump protobufjs from 6.8.9 to 6.11.3 (#502)

Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.8.9 to 6.11.3.
- [Release notes](https://github.com/protobufjs/protobuf.js/releases)
- [Changelog](https://github.com/protobufjs/protobuf.js/blob/v6.11.3/CHANGELOG.md)
- [Commits](https://github.com/protobufjs/protobuf.js/commits/v6.11.3)

---
updated-dependencies:
- dependency-name: protobufjs
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: add package generator for basics/composites/plugins (#503)

* chore: add package generator for basics/composites/plugins

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* Update CONTRIBUTING.md  with package generate info

* fix(bug-508): executions can not be filtered by start time (#509)

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* chore(deps-dev): bump semantic-release from 17.2.3 to 19.0.3 (#510)

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 17.2.3 to 19.0.3.
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](semantic-release/semantic-release@v17.2.3...v19.0.3)

---
updated-dependencies:
- dependency-name: semantic-release
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat: support flyte decks (#504)

* feat: support flyte deck #none

Signed-off-by: James <james@union.ai>

* fix: rebase with master #none

Signed-off-by: James <james@union.ai>

* fix: fix iframe height and api response type; #none

Signed-off-by: James <james@union.ai>

* fix: modal style; #none;

Signed-off-by: James <james@union.ai>

* fix: use env variable for server ssl config #none;

Signed-off-by: James <james@union.ai>

* fix: use h2 instead of h3 for future migration #none

Signed-off-by: James <james@union.ai>

* feat: navbar navigation dropdown (#511)

* feat: navbar navigstion dropdown
* chore: storybook update
* chore: fix test + add base readme

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* chore: support internal/external navigsation better (#513)

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* Update Contributing.md (#515)

Add line how to add nodejs plugin to asdf, to simplify setup

* chore: update navigationDropdown usage (#517)

Signed-off-by: Work <awork@narusina.fritz.box>

Co-authored-by: Work <awork@narusina.fritz.box>

* chore(deps): bump jsdom from 16.4.0 to 16.7.0 (#516)

Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.4.0 to 16.7.0.
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md)
- [Commits](jsdom/jsdom@16.4.0...16.7.0)

---
updated-dependencies:
- dependency-name: jsdom
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat: launch plans list & detail page #none; (#507)

* feat: launch plans list #none;
* fix: launch plan detail page the top navigation header
* fix: added expected inputs and fixed inputs; #none
* fix: remove radio buttons for view all launch plan versions; #none

Signed-off-by: James <james@union.ai>

* chore: release 1.1.3 (#520)

Signed-off-by: Nastya Rusina <nastya@union.ai>

* fix: cache icon fro map task (#519)

* fix: cache icon fro map task
* fix: icon and text center

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* fix: Relaunch form does not persist security context values when changed (#527)

fix: use execution security context in relaunch; #none

Signed-off-by: James <james@union.ai>

* fix: release process (#529)

* fix release process

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

* more changes

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

* more changes

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

* fix workflow

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

Co-authored-by: Yuvraj <evalsocket@users.noreply.github.com>

* fix: fix semantic-release config (#532)

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

* test: fix time sensitive test (#533)

chore: fix test

Signed-off-by: Nastya Rusina <nastya@union.ai>

* Rename upgrade idl workflow (#534)

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

Co-authored-by: Yuvraj <evalsocket@users.noreply.github.com>

* fix: support mapped tasks (#494)

* fix: support mapped tasks #none

Signed-off-by: James <james@union.ai>

* fix: fix comments #none

Signed-off-by: James <james@union.ai>

* fix: fix unit test #none

Signed-off-by: James <james@union.ai>

* fix: add string constants #none

Signed-off-by: James <james@union.ai>

* fix: added test for mapInputHelper #none

Signed-off-by: James <james@union.ai>

* fix: fix test for utils.test.ts #none

Signed-off-by: James <james@union.ai>

* chore: trigger snyk re-run

* fix: multiple keys for mapped types; #none

Signed-off-by: James <james@union.ai>

* chore: storybook item (#530)

Signed-off-by: Nastya Rusina <nastya@union.ai>

* fix: fix validation for duplicate and fix focus issue

Signed-off-by: James <james@union.ai>

* chore: provide previous run values on relaunch

Signed-off-by: Nastya Rusina <nastya@union.ai>

Co-authored-by: Nastya <55718143+anrusina@users.noreply.github.com>
Co-authored-by: Nastya Rusina <nastya@union.ai>

* fix(491): remove favicon package + use favicon.svg by default (#537)

* fix(491): remove favicon package + use favicon.svg by default

Signed-off-by: Nastya Rusina <nastya@union.ai>

* chore: resolve yarn.lock merge conflict

Signed-off-by: Nastya Rusina <nastya@union.ai>

* Fixed undefined task input types access in NodeExecutionActions (#538)

* Fixed undefined task input types access in NodeExecutionActions
Issue occurred due to race condition while loading data, indentical fix applies as for #506

Signed-off-by: Nick Müller <nmueller@blackshark.ai>

* fix: cannot read properties of undefined (#506)

fix: nullref

Signed-off-by: Carina Ursu <carina@union.ai>

Co-authored-by: Carina Ursu <carina@union.ai>
(cherry picked from commit d38b98b)

Signed-off-by: Nick Müller <nmueller@blackshark.ai>

Co-authored-by: Carina Ursu <carinaelena@gmail.com>

* feat: support union type for launch plan (#540)

* feat: support union type for launch plan

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* fix: format

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* fix: update type label

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* fix: update the format

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* fix: graph has realtime updates as execution progresses (#543)

Signed-off-by: Olga Nad <olga@union.ai>

* fix: make sure groups used in graph aren't undefined (#545)

Signed-off-by: Olga Nad <olga@union.ai>

* Hotfix docker push GHWF (#547)

* Rename upgrade idl workflow

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

* fix docker push wf

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

Co-authored-by: Yuvraj <evalsocket@users.noreply.github.com>

* fix: Graph Center on initial render (#541)

* fix: upgrade react-flow-renderer version

Signed-off-by: James <james@union.ai>

* fix: use setTimeout for queue on the next render

Signed-off-by: James <james@union.ai>

* fix: use one state variable and fitView after nodesChange

Signed-off-by: James <james@union.ai>

* introduce needFitView

* fix: graph edge overlaps nodes (#542)

* fix: upgrade react-flow-renderer version

Signed-off-by: James <james@union.ai>

* fix: use setTimeout for queue on the next render

Signed-off-by: James <james@union.ai>

* fix: use one state variable and fitView after nodesChange

Signed-off-by: James <james@union.ai>

* fix: graph edge overlaps nodes issue

Signed-off-by: James <james@union.ai>

* introduce needFitView

* edge overlap

* fix: flyteconsole tag in ci pipeline  (#550)

* fix tag issue in ci

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

* remove welcome bot from boilerplate config

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

Co-authored-by: Yuvraj <evalsocket@users.noreply.github.com>

* enable docker push for console (#552)

* chore(deps): bump terser from 4.8.0 to 4.8.1 (#548)

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update Flyteidl version (#558)

Signed-off-by: Flyte-Bot <admin@flyte.org>

Signed-off-by: Flyte-Bot <admin@flyte.org>
Co-authored-by: flyte-bot <flyte-bot@users.noreply.github.com>

* fix: fix searchbar X button (#564)

chore: fix searchbar X button

Signed-off-by: Carina Ursu <carina@union.ai>

Signed-off-by: Carina Ursu <carina@union.ai>

* fix: update timeline view to show dynamic wf internals on first render (#562)

* fix: update timeline view to show dynamic wf internals on first render

Signed-off-by: Olga Nad <olga@union.ai>

* fix: update tests and clean up code

Signed-off-by: Olga Nad <olga@union.ai>

* fix: test

Signed-off-by: Olga Nad <olga@union.ai>

Signed-off-by: Olga Nad <olga@union.ai>

* fix: webmanifest missing crossorigin attribute (#566)

Signed-off-by: Carina Ursu <carina@union.ai>

Signed-off-by: Carina Ursu <carina@union.ai>

* fix: console showing subworkflows as unknown (#570)

* fix: console showing subworkflows as unknown

Signed-off-by: Olga Nad <olga@union.ai>

* fix: replace comparison with lodash isEqual

Signed-off-by: Olga Nad <olga@union.ai>

* fix: remove checkIfObjectsAreSame

Signed-off-by: Olga Nad <olga@union.ai>

Signed-off-by: Olga Nad <olga@union.ai>

* fix: Dict value loses 1 trailing character on UI Launch. (#561)

fix: dict lose trailing issue

Signed-off-by: James <james@union.ai>

Signed-off-by: James <james@union.ai>

* fix: launchform validation (#557)

* fix: disable launch button and show validation messaages

Signed-off-by: James <james@union.ai>

* fix: code clean

Signed-off-by: James <james@union.ai>

Signed-off-by: James <james@union.ai>

* fix: integrate timeline and graph tabs wrappers under one component (#572)

* fix: integrate timeline and graph tabs wrappers under one component

Signed-off-by: Olga Nad <olga@union.ai>

* fix: details tab in graph view and clean-up

Signed-off-by: Olga Nad <olga@union.ai>

* fix: old unit tests

Signed-off-by: Olga Nad <olga@union.ai>

* fix: temp filename change

Signed-off-by: Olga Nad <olga@union.ai>

* fix: final filename change

Signed-off-by: Olga Nad <olga@union.ai>

* fix: tsconfig

Signed-off-by: Olga Nad <olga@union.ai>

Signed-off-by: Olga Nad <olga@union.ai>

* chore(deps-dev): bump moment from 2.29.3 to 2.29.4 (#549)

Bumps [moment](https://github.com/moment/moment) from 2.29.3 to 2.29.4.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](moment/moment@2.29.3...2.29.4)

---
updated-dependencies:
- dependency-name: moment
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* added none type in union type (#577)

* added none type in union type

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* udpated the test case

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* fix: fixed eslint

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* fix: correctly coerce `defaultValue` when rendering LaunchPlan details (#578)

fix: correctly coerce defaultValue when rendering LaunchPlan details

Signed-off-by: Rahul Mehta <rahul@theoremlp.com>

Signed-off-by: Rahul Mehta <rahul@theoremlp.com>

* #minor: inputHelpers InputProps (#579)

fix: inputHelpers InputProps

Signed-off-by: Carina Ursu <carina@union.ai>

Signed-off-by: Carina Ursu <carina@union.ai>

* fix: fix test of launchform (#581)

* fix: fix test of launchform

Signed-off-by: James <james@union.ai>

* fix: inputHelpers tests regression

Signed-off-by: Olga Nad <olga@union.ai>

* fix: update tests description

Signed-off-by: Olga Nad <olga@union.ai>

* fix: spelling typo

Signed-off-by: Olga Nad <olga@union.ai>

Signed-off-by: James <james@union.ai>
Signed-off-by: Olga Nad <olga@union.ai>
Co-authored-by: Olga Nad <olga@union.ai>

* Pruning some unused packages (#583)

Signed-off-by: Jason Porter <jason@union.ai>

Signed-off-by: Jason Porter <jason@union.ai>

* feat: minor change (#584)

Minor change

Signed-off-by: Jason Porter <jason@union.ai>

Signed-off-by: Jason Porter <jason@union.ai>

* fix: floor seconds to int in the edge case moment returns it as float (#582)

Signed-off-by: Olga Nad <olga@union.ai>

Signed-off-by: Olga Nad <olga@union.ai>

* Update Flyteidl version (#575)

Signed-off-by: Flyte-Bot <admin@flyte.org>

Signed-off-by: Flyte-Bot <admin@flyte.org>
Co-authored-by: flyte-bot <flyte-bot@users.noreply.github.com>

* fix: add BASE_URL to dev startup, open deeply nested urls (#589)

* fix: add BASE_URL to dev startup, open deeply nested urls

Signed-off-by: Carina Ursu <carina@union.ai>

* fix: remove debug code

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: empty BASE_URL handling

Signed-off-by: Carina Ursu <carina@union.ai>

Signed-off-by: Carina Ursu <carina@union.ai>

* fix: add default disabled state for only mine filter (#585)

* fix: add default disabled state for only mine filter

Signed-off-by: Olga Nad <olga@union.ai>

* fix: tests

Signed-off-by: Olga Nad <olga@union.ai>

* fix: use api context to default filter state

Signed-off-by: Olga Nad <olga@union.ai>

* fix: revert test updates

Signed-off-by: Olga Nad <olga@union.ai>

Signed-off-by: Olga Nad <olga@union.ai>

* Update Flyteidl version (#590)

Signed-off-by: Flyte-Bot <admin@flyte.org>

Signed-off-by: Flyte-Bot <admin@flyte.org>
Co-authored-by: flyte-bot <flyte-bot@users.noreply.github.com>

* Launch plan ref v2 (#601)

* progress

* Fixed

* Removed debug code

Signed-off-by: Jason Porter <jason@union.ai>

Signed-off-by: Jason Porter <jason@union.ai>

* fix: enable deeplinks in development (#602)

chore: enable deeplinks in development

Signed-off-by: Carina Ursu <carina@union.ai>

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: release 1.3.5 (#605)

Signed-off-by: Jason Porter <jason@union.ai>

Signed-off-by: Jason Porter <jason@union.ai>

* fix: devmain build

Signed-off-by: Olga Nad <olga@union.ai>

* fix: capitalized file renames

Signed-off-by: Olga Nad <olga@union.ai>

* Delete NodeExecutionActions.test.tsx

* Delete NodeExecutionCacheStatus.test.tsx

* fix: capitalized file renames step 1

Signed-off-by: Olga Nad <olga@union.ai>

* fix: capitalized file renames step 2

Signed-off-by: Olga Nad <olga@union.ai>

Signed-off-by: Nastya Rusina <nastya@union.ai>
Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>
Signed-off-by: Olga Nad <olga@union.ai>
Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>
Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>
Signed-off-by: James <james@union.ai>
Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>
Signed-off-by: Flyte-Bot <admin@flyte.org>
Signed-off-by: Carina Ursu <carina@union.ai>
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Rahul Mehta <rahul@theoremlp.com>
Signed-off-by: Jason Porter <jason@union.ai>
Co-authored-by: Nastya Rusina <nastya@union.ai>
Co-authored-by: Nastya <55718143+anrusina@users.noreply.github.com>
Co-authored-by: Carina Ursu <carinaelena@gmail.com>
Co-authored-by: Carina Ursu <carina@union.ai>
Co-authored-by: Eugene Jahn <eugenejahnjahn@gmail.com>
Co-authored-by: apTalya <99441958+apTalya@users.noreply.github.com>
Co-authored-by: Yuvraj <code@evalsocket.dev>
Co-authored-by: Yuvraj <evalsocket@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: james-union <105876962+james-union@users.noreply.github.com>
Co-authored-by: Work <awork@narusina.fritz.box>
Co-authored-by: Nick Müller <nmueller@blackshark.ai>
Co-authored-by: Flyte Bot <admin@flyte.org>
Co-authored-by: flyte-bot <flyte-bot@users.noreply.github.com>
Co-authored-by: Rahul Mehta <98349643+rahul-theorem@users.noreply.github.com>
Co-authored-by: Jason Porter <84735036+jsonporter@users.noreply.github.com>
jsonporter added a commit that referenced this pull request Oct 3, 2022
* chore: move src to a new location

Signed-off-by: Nastya Rusina <nastya@union.ai>

* ci: allow branch to be built again

Signed-off-by: Nastya Rusina <nastya@union.ai>

* chore: replace link to github repository to a proper one

Signed-off-by: Nastya Rusina <nastya@union.ai>

* ci: basic test and test-coverage setup

Signed-off-by: Nastya Rusina <nastya@union.ai>

* chore: add first plugin package

Signed-off-by: Nastya Rusina <nastya@union.ai>

* chore: allow to start test from main directory

Signed-off-by: Nastya Rusina <nastya@union.ai>

* ci: update lowest mkdirp version (#423)

Signed-off-by: Nastya Rusina <nastya@union.ai>

* chore: add build scripts for console app (#429)

Signed-off-by: Carina Ursu <carina@union.ai>

Co-authored-by: Carina Ursu <carina@union.ai>

* fix: hide the legend (#435)

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* ci: move storybook related packages to top level (#434)

* 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 <nastya@union.ai>

* fix: fix issue 386 (#437)

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* ci: ensure unified tsconfig and remove mocks, test, stories from build (#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 <nastya@union.ai>

* Make whole row clickable to open TaskExecutionDetails panel (#444)

* fix: issue 398
* fix: prevent parent onclick event trigger

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* ci: allow to start jest config for all project at once (#447)

* minor: unable to view all the workflow versions (#446)

* fix: unable to view all the workflow versions

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

Co-authored-by: Carina Ursu <carina@union.ai>

* chore(tsc): exclude test/stories/mock files only from build (#451)

* chore(tsc): exclude test/stories/mock files only from build

Signed-off-by: Nastya Rusina <nastya@union.ai>

* ci: ensure that webpack too doesn't include test/mock/specs files (#452)

Signed-off-by: Nastya Rusina <nastya@union.ai>

* minor: add support for StructuredDataSet Input/Output type (#445)

* chore: support for StructuredDataSet Input/Output type

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: add tests

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: add package

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: resolving local package issue

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: yarn lock

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: stories

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix associative arrays in copy functionality

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix scalar stories

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: oops

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: revert old viewer to original

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: remove non-null assertion

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix types

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix tests

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix test types

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

Co-authored-by: Carina Ursu <carina@union.ai>

* chore: Provide basic repo structure and ensure that stories, tests, vscode 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 <nastya@union.ai>

* ci: minimize babel presence (#457)

* ci: minimize babel presence

Signed-off-by: Nastya Rusina <nastya@union.ai>

* fix: update node executions to display map tasks (#455)

* 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 <olga@union.ai>

* ci: resolve docker build issues (#462)

* ci: resolve docker build issues
* chore: remove unneeded changes

Signed-off-by: Nastya Rusina <nastya@union.ai>

* Chore: Rebase devmain on top of master (#464)

* fix: ensure that admin version is fully shown (#465)

* chore: fix for console not respecting admin url (#468)

* chore: fix

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: remove console

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: add cherio o=to package

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: add cherio o=to package

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix start prod

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix start prod

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

Co-authored-by: Carina Ursu <carina@union.ai>

* chore: rebase on top of master

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* fix: trigger release #patch (#477)

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* feat: add task version info (#485)

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 <eugenejahnjahn@gmail.com>

Co-authored-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* chore: update Readme with python note + package version update (#486)

Signed-off-by: Nastya Rusina <nastya@union.ai>

Co-authored-by: Nastya Rusina <nastya@union.ai>

* hotfix ci pipeline (#487)

* hotfix ci pipeline

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

* more changes

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

Co-authored-by: Yuvraj <evalsocket@users.noreply.github.com>

* [Mapping][TaskInfo] V.2 - Update Task details to allow check information for child task execution (#467)

* fix: add eventVersion check for map tasks (#484)

* fix: resolve minimist package to v1.2.6 (#492)

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* ci: add flyte-api plugin package (#490)

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* fix: update/add graph related stories (#493)

* fix: separate api auth to plugin folder (#495)

* fix: separate api auth to plugin folder
* chore: for local admin URL is undefined
* chore: update README.md
* test: fix tests + add new ones
* v0.0.2 - release for flyte-api plugin

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* feat: rerun task action in execution page  (#488)

* feat: task rerun done

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* feat: fix initialParameters

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* fix: remove a file

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* feat: rerun task done

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* feat: rerun fix literal type

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* feat: small typo fixed

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* feat: small typo fixed

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* feat: fix test coverage

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* chore: update release version (#501)

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* chore(deps-dev): bump protobufjs from 6.8.9 to 6.11.3 (#502)

Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.8.9 to 6.11.3.
- [Release notes](https://github.com/protobufjs/protobuf.js/releases)
- [Changelog](https://github.com/protobufjs/protobuf.js/blob/v6.11.3/CHANGELOG.md)
- [Commits](https://github.com/protobufjs/protobuf.js/commits/v6.11.3)

---
updated-dependencies:
- dependency-name: protobufjs
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: add package generator for basics/composites/plugins (#503)

* chore: add package generator for basics/composites/plugins

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* Update CONTRIBUTING.md  with package generate info

* fix(bug-508): executions can not be filtered by start time (#509)

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* chore(deps-dev): bump semantic-release from 17.2.3 to 19.0.3 (#510)

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 17.2.3 to 19.0.3.
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](semantic-release/semantic-release@v17.2.3...v19.0.3)

---
updated-dependencies:
- dependency-name: semantic-release
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat: support flyte decks (#504)

* feat: support flyte deck #none

Signed-off-by: James <james@union.ai>

* fix: rebase with master #none

Signed-off-by: James <james@union.ai>

* fix: fix iframe height and api response type; #none

Signed-off-by: James <james@union.ai>

* fix: modal style; #none;

Signed-off-by: James <james@union.ai>

* fix: use env variable for server ssl config #none;

Signed-off-by: James <james@union.ai>

* fix: use h2 instead of h3 for future migration #none

Signed-off-by: James <james@union.ai>

* feat: navbar navigation dropdown (#511)

* feat: navbar navigstion dropdown
* chore: storybook update
* chore: fix test + add base readme

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* chore: support internal/external navigsation better (#513)

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* Update Contributing.md (#515)

Add line how to add nodejs plugin to asdf, to simplify setup

* chore: update navigationDropdown usage (#517)

Signed-off-by: Work <awork@narusina.fritz.box>

Co-authored-by: Work <awork@narusina.fritz.box>

* chore(deps): bump jsdom from 16.4.0 to 16.7.0 (#516)

Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.4.0 to 16.7.0.
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md)
- [Commits](jsdom/jsdom@16.4.0...16.7.0)

---
updated-dependencies:
- dependency-name: jsdom
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat: launch plans list & detail page #none; (#507)

* feat: launch plans list #none;
* fix: launch plan detail page the top navigation header
* fix: added expected inputs and fixed inputs; #none
* fix: remove radio buttons for view all launch plan versions; #none

Signed-off-by: James <james@union.ai>

* chore: release 1.1.3 (#520)

Signed-off-by: Nastya Rusina <nastya@union.ai>

* fix: cache icon fro map task (#519)

* fix: cache icon fro map task
* fix: icon and text center

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* fix: Relaunch form does not persist security context values when changed (#527)

fix: use execution security context in relaunch; #none

Signed-off-by: James <james@union.ai>

* fix: release process (#529)

* fix release process

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

* more changes

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

* more changes

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

* fix workflow

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

Co-authored-by: Yuvraj <evalsocket@users.noreply.github.com>

* fix: fix semantic-release config (#532)

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

* test: fix time sensitive test (#533)

chore: fix test

Signed-off-by: Nastya Rusina <nastya@union.ai>

* Rename upgrade idl workflow (#534)

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

Co-authored-by: Yuvraj <evalsocket@users.noreply.github.com>

* fix: support mapped tasks (#494)

* fix: support mapped tasks #none

Signed-off-by: James <james@union.ai>

* fix: fix comments #none

Signed-off-by: James <james@union.ai>

* fix: fix unit test #none

Signed-off-by: James <james@union.ai>

* fix: add string constants #none

Signed-off-by: James <james@union.ai>

* fix: added test for mapInputHelper #none

Signed-off-by: James <james@union.ai>

* fix: fix test for utils.test.ts #none

Signed-off-by: James <james@union.ai>

* chore: trigger snyk re-run

* fix: multiple keys for mapped types; #none

Signed-off-by: James <james@union.ai>

* chore: storybook item (#530)

Signed-off-by: Nastya Rusina <nastya@union.ai>

* fix: fix validation for duplicate and fix focus issue

Signed-off-by: James <james@union.ai>

* chore: provide previous run values on relaunch

Signed-off-by: Nastya Rusina <nastya@union.ai>

Co-authored-by: Nastya <55718143+anrusina@users.noreply.github.com>
Co-authored-by: Nastya Rusina <nastya@union.ai>

* fix(491): remove favicon package + use favicon.svg by default (#537)

* fix(491): remove favicon package + use favicon.svg by default

Signed-off-by: Nastya Rusina <nastya@union.ai>

* chore: resolve yarn.lock merge conflict

Signed-off-by: Nastya Rusina <nastya@union.ai>

* Fixed undefined task input types access in NodeExecutionActions (#538)

* Fixed undefined task input types access in NodeExecutionActions
Issue occurred due to race condition while loading data, indentical fix applies as for #506

Signed-off-by: Nick Müller <nmueller@blackshark.ai>

* fix: cannot read properties of undefined (#506)

fix: nullref

Signed-off-by: Carina Ursu <carina@union.ai>

Co-authored-by: Carina Ursu <carina@union.ai>
(cherry picked from commit d38b98b)

Signed-off-by: Nick Müller <nmueller@blackshark.ai>

Co-authored-by: Carina Ursu <carinaelena@gmail.com>

* feat: support union type for launch plan (#540)

* feat: support union type for launch plan

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* fix: format

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* fix: update type label

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* fix: update the format

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* fix: graph has realtime updates as execution progresses (#543)

Signed-off-by: Olga Nad <olga@union.ai>

* fix: make sure groups used in graph aren't undefined (#545)

Signed-off-by: Olga Nad <olga@union.ai>

* Hotfix docker push GHWF (#547)

* Rename upgrade idl workflow

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

* fix docker push wf

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

Co-authored-by: Yuvraj <evalsocket@users.noreply.github.com>

* fix: Graph Center on initial render (#541)

* fix: upgrade react-flow-renderer version

Signed-off-by: James <james@union.ai>

* fix: use setTimeout for queue on the next render

Signed-off-by: James <james@union.ai>

* fix: use one state variable and fitView after nodesChange

Signed-off-by: James <james@union.ai>

* introduce needFitView

* fix: graph edge overlaps nodes (#542)

* fix: upgrade react-flow-renderer version

Signed-off-by: James <james@union.ai>

* fix: use setTimeout for queue on the next render

Signed-off-by: James <james@union.ai>

* fix: use one state variable and fitView after nodesChange

Signed-off-by: James <james@union.ai>

* fix: graph edge overlaps nodes issue

Signed-off-by: James <james@union.ai>

* introduce needFitView

* edge overlap

* fix: flyteconsole tag in ci pipeline  (#550)

* fix tag issue in ci

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

* remove welcome bot from boilerplate config

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

Co-authored-by: Yuvraj <evalsocket@users.noreply.github.com>

* enable docker push for console (#552)

* chore(deps): bump terser from 4.8.0 to 4.8.1 (#548)

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update Flyteidl version (#558)

Signed-off-by: Flyte-Bot <admin@flyte.org>

Signed-off-by: Flyte-Bot <admin@flyte.org>
Co-authored-by: flyte-bot <flyte-bot@users.noreply.github.com>

* fix: fix searchbar X button (#564)

chore: fix searchbar X button

Signed-off-by: Carina Ursu <carina@union.ai>

Signed-off-by: Carina Ursu <carina@union.ai>

* fix: update timeline view to show dynamic wf internals on first render (#562)

* fix: update timeline view to show dynamic wf internals on first render

Signed-off-by: Olga Nad <olga@union.ai>

* fix: update tests and clean up code

Signed-off-by: Olga Nad <olga@union.ai>

* fix: test

Signed-off-by: Olga Nad <olga@union.ai>

Signed-off-by: Olga Nad <olga@union.ai>

* fix: webmanifest missing crossorigin attribute (#566)

Signed-off-by: Carina Ursu <carina@union.ai>

Signed-off-by: Carina Ursu <carina@union.ai>

* fix: console showing subworkflows as unknown (#570)

* fix: console showing subworkflows as unknown

Signed-off-by: Olga Nad <olga@union.ai>

* fix: replace comparison with lodash isEqual

Signed-off-by: Olga Nad <olga@union.ai>

* fix: remove checkIfObjectsAreSame

Signed-off-by: Olga Nad <olga@union.ai>

Signed-off-by: Olga Nad <olga@union.ai>

* fix: Dict value loses 1 trailing character on UI Launch. (#561)

fix: dict lose trailing issue

Signed-off-by: James <james@union.ai>

Signed-off-by: James <james@union.ai>

* fix: launchform validation (#557)

* fix: disable launch button and show validation messaages

Signed-off-by: James <james@union.ai>

* fix: code clean

Signed-off-by: James <james@union.ai>

Signed-off-by: James <james@union.ai>

* fix: integrate timeline and graph tabs wrappers under one component (#572)

* fix: integrate timeline and graph tabs wrappers under one component

Signed-off-by: Olga Nad <olga@union.ai>

* fix: details tab in graph view and clean-up

Signed-off-by: Olga Nad <olga@union.ai>

* fix: old unit tests

Signed-off-by: Olga Nad <olga@union.ai>

* fix: temp filename change

Signed-off-by: Olga Nad <olga@union.ai>

* fix: final filename change

Signed-off-by: Olga Nad <olga@union.ai>

* fix: tsconfig

Signed-off-by: Olga Nad <olga@union.ai>

Signed-off-by: Olga Nad <olga@union.ai>

* chore(deps-dev): bump moment from 2.29.3 to 2.29.4 (#549)

Bumps [moment](https://github.com/moment/moment) from 2.29.3 to 2.29.4.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](moment/moment@2.29.3...2.29.4)

---
updated-dependencies:
- dependency-name: moment
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* added none type in union type (#577)

* added none type in union type

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* udpated the test case

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* fix: fixed eslint

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* fix: correctly coerce `defaultValue` when rendering LaunchPlan details (#578)

fix: correctly coerce defaultValue when rendering LaunchPlan details

Signed-off-by: Rahul Mehta <rahul@theoremlp.com>

Signed-off-by: Rahul Mehta <rahul@theoremlp.com>

* #minor: inputHelpers InputProps (#579)

fix: inputHelpers InputProps

Signed-off-by: Carina Ursu <carina@union.ai>

Signed-off-by: Carina Ursu <carina@union.ai>

* fix: fix test of launchform (#581)

* fix: fix test of launchform

Signed-off-by: James <james@union.ai>

* fix: inputHelpers tests regression

Signed-off-by: Olga Nad <olga@union.ai>

* fix: update tests description

Signed-off-by: Olga Nad <olga@union.ai>

* fix: spelling typo

Signed-off-by: Olga Nad <olga@union.ai>

Signed-off-by: James <james@union.ai>
Signed-off-by: Olga Nad <olga@union.ai>
Co-authored-by: Olga Nad <olga@union.ai>

* Pruning some unused packages (#583)

Signed-off-by: Jason Porter <jason@union.ai>

Signed-off-by: Jason Porter <jason@union.ai>

* feat: minor change (#584)

Minor change

Signed-off-by: Jason Porter <jason@union.ai>

Signed-off-by: Jason Porter <jason@union.ai>

* fix: floor seconds to int in the edge case moment returns it as float (#582)

Signed-off-by: Olga Nad <olga@union.ai>

Signed-off-by: Olga Nad <olga@union.ai>

* Update Flyteidl version (#575)

Signed-off-by: Flyte-Bot <admin@flyte.org>

Signed-off-by: Flyte-Bot <admin@flyte.org>
Co-authored-by: flyte-bot <flyte-bot@users.noreply.github.com>

* fix: add BASE_URL to dev startup, open deeply nested urls (#589)

* fix: add BASE_URL to dev startup, open deeply nested urls

Signed-off-by: Carina Ursu <carina@union.ai>

* fix: remove debug code

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: empty BASE_URL handling

Signed-off-by: Carina Ursu <carina@union.ai>

Signed-off-by: Carina Ursu <carina@union.ai>

* fix: add default disabled state for only mine filter (#585)

* fix: add default disabled state for only mine filter

Signed-off-by: Olga Nad <olga@union.ai>

* fix: tests

Signed-off-by: Olga Nad <olga@union.ai>

* fix: use api context to default filter state

Signed-off-by: Olga Nad <olga@union.ai>

* fix: revert test updates

Signed-off-by: Olga Nad <olga@union.ai>

Signed-off-by: Olga Nad <olga@union.ai>

* Update Flyteidl version (#590)

Signed-off-by: Flyte-Bot <admin@flyte.org>

Signed-off-by: Flyte-Bot <admin@flyte.org>
Co-authored-by: flyte-bot <flyte-bot@users.noreply.github.com>

* fix: use compiledworkflowclosure in all three tabs for executions view

Signed-off-by: James <james@union.ai>

* fix: executiontabcontent

Signed-off-by: James <james@union.ai>

* fix: test for workflowgraph

* fix: detail panel

Signed-off-by: James <james@union.ai>

* Launch plan ref v2 (#601)

* progress

* Fixed

* Removed debug code

Signed-off-by: Jason Porter <jason@union.ai>

Signed-off-by: Jason Porter <jason@union.ai>

* fix: enable deeplinks in development (#602)

chore: enable deeplinks in development

Signed-off-by: Carina Ursu <carina@union.ai>

Signed-off-by: Carina Ursu <carina@union.ai>

* fix: linter

Signed-off-by: James <james@union.ai>

* fix: tests for workflowgraph

Signed-off-by: James <james@union.ai>

* fix: skip tests, package.json file back

Signed-off-by: James <james@union.ai>

* fix: console flyteidl 1.1.14

Signed-off-by: James <james@union.ai>

* fix: console flyteidl 1.1.14

Signed-off-by: James <james@union.ai>

* fix: console flyteidl 1.1.4

Signed-off-by: James <james@union.ai>

Signed-off-by: Nastya Rusina <nastya@union.ai>
Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>
Signed-off-by: Olga Nad <olga@union.ai>
Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>
Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>
Signed-off-by: James <james@union.ai>
Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>
Signed-off-by: Flyte-Bot <admin@flyte.org>
Signed-off-by: Carina Ursu <carina@union.ai>
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Rahul Mehta <rahul@theoremlp.com>
Signed-off-by: Jason Porter <jason@union.ai>
Co-authored-by: Nastya Rusina <nastya@union.ai>
Co-authored-by: Nastya <55718143+anrusina@users.noreply.github.com>
Co-authored-by: Carina Ursu <carinaelena@gmail.com>
Co-authored-by: Carina Ursu <carina@union.ai>
Co-authored-by: Eugene Jahn <eugenejahnjahn@gmail.com>
Co-authored-by: olga-union <101579322+olga-union@users.noreply.github.com>
Co-authored-by: apTalya <99441958+apTalya@users.noreply.github.com>
Co-authored-by: Yuvraj <code@evalsocket.dev>
Co-authored-by: Yuvraj <evalsocket@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Work <awork@narusina.fritz.box>
Co-authored-by: Nick Müller <nmueller@blackshark.ai>
Co-authored-by: Flyte Bot <admin@flyte.org>
Co-authored-by: flyte-bot <flyte-bot@users.noreply.github.com>
Co-authored-by: Rahul Mehta <98349643+rahul-theorem@users.noreply.github.com>
Co-authored-by: Olga Nad <olga@union.ai>
Co-authored-by: Jason Porter <84735036+jsonporter@users.noreply.github.com>
jsonporter added a commit that referenced this pull request Oct 10, 2022
* chore: move src to a new location

Signed-off-by: Nastya Rusina <nastya@union.ai>

* ci: allow branch to be built again

Signed-off-by: Nastya Rusina <nastya@union.ai>

* chore: replace link to github repository to a proper one

Signed-off-by: Nastya Rusina <nastya@union.ai>

* ci: basic test and test-coverage setup

Signed-off-by: Nastya Rusina <nastya@union.ai>

* chore: add first plugin package

Signed-off-by: Nastya Rusina <nastya@union.ai>

* chore: allow to start test from main directory

Signed-off-by: Nastya Rusina <nastya@union.ai>

* ci: update lowest mkdirp version (#423)

Signed-off-by: Nastya Rusina <nastya@union.ai>

* chore: add build scripts for console app (#429)

Signed-off-by: Carina Ursu <carina@union.ai>

Co-authored-by: Carina Ursu <carina@union.ai>

* fix: hide the legend (#435)

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* ci: move storybook related packages to top level (#434)

* 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 <nastya@union.ai>

* fix: fix issue 386 (#437)

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* ci: ensure unified tsconfig and remove mocks, test, stories from build (#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 <nastya@union.ai>

* Make whole row clickable to open TaskExecutionDetails panel (#444)

* fix: issue 398
* fix: prevent parent onclick event trigger

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* ci: allow to start jest config for all project at once (#447)

* minor: unable to view all the workflow versions (#446)

* fix: unable to view all the workflow versions

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

Co-authored-by: Carina Ursu <carina@union.ai>

* chore(tsc): exclude test/stories/mock files only from build (#451)

* chore(tsc): exclude test/stories/mock files only from build

Signed-off-by: Nastya Rusina <nastya@union.ai>

* ci: ensure that webpack too doesn't include test/mock/specs files (#452)

Signed-off-by: Nastya Rusina <nastya@union.ai>

* minor: add support for StructuredDataSet Input/Output type (#445)

* chore: support for StructuredDataSet Input/Output type

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: add tests

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: add package

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: resolving local package issue

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: yarn lock

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: stories

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix associative arrays in copy functionality

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix scalar stories

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: oops

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: revert old viewer to original

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: remove non-null assertion

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix types

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix tests

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix test types

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

Co-authored-by: Carina Ursu <carina@union.ai>

* chore: Provide basic repo structure and ensure that stories, tests, vscode 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 <nastya@union.ai>

* ci: minimize babel presence (#457)

* ci: minimize babel presence

Signed-off-by: Nastya Rusina <nastya@union.ai>

* fix: update node executions to display map tasks (#455)

* 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 <olga@union.ai>

* ci: resolve docker build issues (#462)

* ci: resolve docker build issues
* chore: remove unneeded changes

Signed-off-by: Nastya Rusina <nastya@union.ai>

* Chore: Rebase devmain on top of master (#464)

* fix: ensure that admin version is fully shown (#465)

* chore: fix for console not respecting admin url (#468)

* chore: fix

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: remove console

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: add cherio o=to package

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: add cherio o=to package

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix start prod

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix start prod

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

Co-authored-by: Carina Ursu <carina@union.ai>

* chore: rebase on top of master

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* fix: trigger release #patch (#477)

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* feat: add task version info (#485)

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 <eugenejahnjahn@gmail.com>

Co-authored-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* chore: update Readme with python note + package version update (#486)

Signed-off-by: Nastya Rusina <nastya@union.ai>

Co-authored-by: Nastya Rusina <nastya@union.ai>

* hotfix ci pipeline (#487)

* hotfix ci pipeline

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

* more changes

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

Co-authored-by: Yuvraj <evalsocket@users.noreply.github.com>

* [Mapping][TaskInfo] V.2 - Update Task details to allow check information for child task execution (#467)

* fix: add eventVersion check for map tasks (#484)

* fix: resolve minimist package to v1.2.6 (#492)

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* ci: add flyte-api plugin package (#490)

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* fix: update/add graph related stories (#493)

* fix: separate api auth to plugin folder (#495)

* fix: separate api auth to plugin folder
* chore: for local admin URL is undefined
* chore: update README.md
* test: fix tests + add new ones
* v0.0.2 - release for flyte-api plugin

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* feat: rerun task action in execution page  (#488)

* feat: task rerun done

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* feat: fix initialParameters

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* fix: remove a file

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* feat: rerun task done

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* feat: rerun fix literal type

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* feat: small typo fixed

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* feat: small typo fixed

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* feat: fix test coverage

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* chore: update release version (#501)

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* chore(deps-dev): bump protobufjs from 6.8.9 to 6.11.3 (#502)

Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.8.9 to 6.11.3.
- [Release notes](https://github.com/protobufjs/protobuf.js/releases)
- [Changelog](https://github.com/protobufjs/protobuf.js/blob/v6.11.3/CHANGELOG.md)
- [Commits](https://github.com/protobufjs/protobuf.js/commits/v6.11.3)

---
updated-dependencies:
- dependency-name: protobufjs
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: add package generator for basics/composites/plugins (#503)

* chore: add package generator for basics/composites/plugins

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* Update CONTRIBUTING.md  with package generate info

* fix(bug-508): executions can not be filtered by start time (#509)

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* chore(deps-dev): bump semantic-release from 17.2.3 to 19.0.3 (#510)

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 17.2.3 to 19.0.3.
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](semantic-release/semantic-release@v17.2.3...v19.0.3)

---
updated-dependencies:
- dependency-name: semantic-release
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat: support flyte decks (#504)

* feat: support flyte deck #none

Signed-off-by: James <james@union.ai>

* fix: rebase with master #none

Signed-off-by: James <james@union.ai>

* fix: fix iframe height and api response type; #none

Signed-off-by: James <james@union.ai>

* fix: modal style; #none;

Signed-off-by: James <james@union.ai>

* fix: use env variable for server ssl config #none;

Signed-off-by: James <james@union.ai>

* fix: use h2 instead of h3 for future migration #none

Signed-off-by: James <james@union.ai>

* feat: navbar navigation dropdown (#511)

* feat: navbar navigstion dropdown
* chore: storybook update
* chore: fix test + add base readme

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* chore: support internal/external navigsation better (#513)

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* Update Contributing.md (#515)

Add line how to add nodejs plugin to asdf, to simplify setup

* chore: update navigationDropdown usage (#517)

Signed-off-by: Work <awork@narusina.fritz.box>

Co-authored-by: Work <awork@narusina.fritz.box>

* chore(deps): bump jsdom from 16.4.0 to 16.7.0 (#516)

Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.4.0 to 16.7.0.
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md)
- [Commits](jsdom/jsdom@16.4.0...16.7.0)

---
updated-dependencies:
- dependency-name: jsdom
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat: launch plans list & detail page #none; (#507)

* feat: launch plans list #none;
* fix: launch plan detail page the top navigation header
* fix: added expected inputs and fixed inputs; #none
* fix: remove radio buttons for view all launch plan versions; #none

Signed-off-by: James <james@union.ai>

* chore: release 1.1.3 (#520)

Signed-off-by: Nastya Rusina <nastya@union.ai>

* fix: cache icon fro map task (#519)

* fix: cache icon fro map task
* fix: icon and text center

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* fix: Relaunch form does not persist security context values when changed (#527)

fix: use execution security context in relaunch; #none

Signed-off-by: James <james@union.ai>

* fix: release process (#529)

* fix release process

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

* more changes

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

* more changes

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

* fix workflow

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

Co-authored-by: Yuvraj <evalsocket@users.noreply.github.com>

* fix: fix semantic-release config (#532)

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

* test: fix time sensitive test (#533)

chore: fix test

Signed-off-by: Nastya Rusina <nastya@union.ai>

* Rename upgrade idl workflow (#534)

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

Co-authored-by: Yuvraj <evalsocket@users.noreply.github.com>

* fix: support mapped tasks (#494)

* fix: support mapped tasks #none

Signed-off-by: James <james@union.ai>

* fix: fix comments #none

Signed-off-by: James <james@union.ai>

* fix: fix unit test #none

Signed-off-by: James <james@union.ai>

* fix: add string constants #none

Signed-off-by: James <james@union.ai>

* fix: added test for mapInputHelper #none

Signed-off-by: James <james@union.ai>

* fix: fix test for utils.test.ts #none

Signed-off-by: James <james@union.ai>

* chore: trigger snyk re-run

* fix: multiple keys for mapped types; #none

Signed-off-by: James <james@union.ai>

* chore: storybook item (#530)

Signed-off-by: Nastya Rusina <nastya@union.ai>

* fix: fix validation for duplicate and fix focus issue

Signed-off-by: James <james@union.ai>

* chore: provide previous run values on relaunch

Signed-off-by: Nastya Rusina <nastya@union.ai>

Co-authored-by: Nastya <55718143+anrusina@users.noreply.github.com>
Co-authored-by: Nastya Rusina <nastya@union.ai>

* fix(491): remove favicon package + use favicon.svg by default (#537)

* fix(491): remove favicon package + use favicon.svg by default

Signed-off-by: Nastya Rusina <nastya@union.ai>

* chore: resolve yarn.lock merge conflict

Signed-off-by: Nastya Rusina <nastya@union.ai>

* Fixed undefined task input types access in NodeExecutionActions (#538)

* Fixed undefined task input types access in NodeExecutionActions
Issue occurred due to race condition while loading data, indentical fix applies as for #506

Signed-off-by: Nick Müller <nmueller@blackshark.ai>

* fix: cannot read properties of undefined (#506)

fix: nullref

Signed-off-by: Carina Ursu <carina@union.ai>

Co-authored-by: Carina Ursu <carina@union.ai>
(cherry picked from commit d38b98b)

Signed-off-by: Nick Müller <nmueller@blackshark.ai>

Co-authored-by: Carina Ursu <carinaelena@gmail.com>

* feat: support union type for launch plan (#540)

* feat: support union type for launch plan

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* fix: format

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* fix: update type label

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* fix: update the format

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* fix: graph has realtime updates as execution progresses (#543)

Signed-off-by: Olga Nad <olga@union.ai>

* fix: make sure groups used in graph aren't undefined (#545)

Signed-off-by: Olga Nad <olga@union.ai>

* Hotfix docker push GHWF (#547)

* Rename upgrade idl workflow

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

* fix docker push wf

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

Co-authored-by: Yuvraj <evalsocket@users.noreply.github.com>

* fix: Graph Center on initial render (#541)

* fix: upgrade react-flow-renderer version

Signed-off-by: James <james@union.ai>

* fix: use setTimeout for queue on the next render

Signed-off-by: James <james@union.ai>

* fix: use one state variable and fitView after nodesChange

Signed-off-by: James <james@union.ai>

* introduce needFitView

* fix: graph edge overlaps nodes (#542)

* fix: upgrade react-flow-renderer version

Signed-off-by: James <james@union.ai>

* fix: use setTimeout for queue on the next render

Signed-off-by: James <james@union.ai>

* fix: use one state variable and fitView after nodesChange

Signed-off-by: James <james@union.ai>

* fix: graph edge overlaps nodes issue

Signed-off-by: James <james@union.ai>

* introduce needFitView

* edge overlap

* fix: flyteconsole tag in ci pipeline  (#550)

* fix tag issue in ci

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

* remove welcome bot from boilerplate config

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

Co-authored-by: Yuvraj <evalsocket@users.noreply.github.com>

* enable docker push for console (#552)

* chore(deps): bump terser from 4.8.0 to 4.8.1 (#548)

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update Flyteidl version (#558)

Signed-off-by: Flyte-Bot <admin@flyte.org>

Signed-off-by: Flyte-Bot <admin@flyte.org>
Co-authored-by: flyte-bot <flyte-bot@users.noreply.github.com>

* fix: fix searchbar X button (#564)

chore: fix searchbar X button

Signed-off-by: Carina Ursu <carina@union.ai>

Signed-off-by: Carina Ursu <carina@union.ai>

* fix: update timeline view to show dynamic wf internals on first render (#562)

* fix: update timeline view to show dynamic wf internals on first render

Signed-off-by: Olga Nad <olga@union.ai>

* fix: update tests and clean up code

Signed-off-by: Olga Nad <olga@union.ai>

* fix: test

Signed-off-by: Olga Nad <olga@union.ai>

Signed-off-by: Olga Nad <olga@union.ai>

* fix: webmanifest missing crossorigin attribute (#566)

Signed-off-by: Carina Ursu <carina@union.ai>

Signed-off-by: Carina Ursu <carina@union.ai>

* fix: console showing subworkflows as unknown (#570)

* fix: console showing subworkflows as unknown

Signed-off-by: Olga Nad <olga@union.ai>

* fix: replace comparison with lodash isEqual

Signed-off-by: Olga Nad <olga@union.ai>

* fix: remove checkIfObjectsAreSame

Signed-off-by: Olga Nad <olga@union.ai>

Signed-off-by: Olga Nad <olga@union.ai>

* fix: Dict value loses 1 trailing character on UI Launch. (#561)

fix: dict lose trailing issue

Signed-off-by: James <james@union.ai>

Signed-off-by: James <james@union.ai>

* fix: launchform validation (#557)

* fix: disable launch button and show validation messaages

Signed-off-by: James <james@union.ai>

* fix: code clean

Signed-off-by: James <james@union.ai>

Signed-off-by: James <james@union.ai>

* fix: integrate timeline and graph tabs wrappers under one component (#572)

* fix: integrate timeline and graph tabs wrappers under one component

Signed-off-by: Olga Nad <olga@union.ai>

* fix: details tab in graph view and clean-up

Signed-off-by: Olga Nad <olga@union.ai>

* fix: old unit tests

Signed-off-by: Olga Nad <olga@union.ai>

* fix: temp filename change

Signed-off-by: Olga Nad <olga@union.ai>

* fix: final filename change

Signed-off-by: Olga Nad <olga@union.ai>

* fix: tsconfig

Signed-off-by: Olga Nad <olga@union.ai>

Signed-off-by: Olga Nad <olga@union.ai>

* chore(deps-dev): bump moment from 2.29.3 to 2.29.4 (#549)

Bumps [moment](https://github.com/moment/moment) from 2.29.3 to 2.29.4.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](moment/moment@2.29.3...2.29.4)

---
updated-dependencies:
- dependency-name: moment
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* added none type in union type (#577)

* added none type in union type

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* udpated the test case

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* fix: fixed eslint

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* fix: correctly coerce `defaultValue` when rendering LaunchPlan details (#578)

fix: correctly coerce defaultValue when rendering LaunchPlan details

Signed-off-by: Rahul Mehta <rahul@theoremlp.com>

Signed-off-by: Rahul Mehta <rahul@theoremlp.com>

* #minor: inputHelpers InputProps (#579)

fix: inputHelpers InputProps

Signed-off-by: Carina Ursu <carina@union.ai>

Signed-off-by: Carina Ursu <carina@union.ai>

* fix: fix test of launchform (#581)

* fix: fix test of launchform

Signed-off-by: James <james@union.ai>

* fix: inputHelpers tests regression

Signed-off-by: Olga Nad <olga@union.ai>

* fix: update tests description

Signed-off-by: Olga Nad <olga@union.ai>

* fix: spelling typo

Signed-off-by: Olga Nad <olga@union.ai>

Signed-off-by: James <james@union.ai>
Signed-off-by: Olga Nad <olga@union.ai>
Co-authored-by: Olga Nad <olga@union.ai>

* Pruning some unused packages (#583)

Signed-off-by: Jason Porter <jason@union.ai>

Signed-off-by: Jason Porter <jason@union.ai>

* feat: minor change (#584)

Minor change

Signed-off-by: Jason Porter <jason@union.ai>

Signed-off-by: Jason Porter <jason@union.ai>

* fix: floor seconds to int in the edge case moment returns it as float (#582)

Signed-off-by: Olga Nad <olga@union.ai>

Signed-off-by: Olga Nad <olga@union.ai>

* Update Flyteidl version (#575)

Signed-off-by: Flyte-Bot <admin@flyte.org>

Signed-off-by: Flyte-Bot <admin@flyte.org>
Co-authored-by: flyte-bot <flyte-bot@users.noreply.github.com>

* fix: add BASE_URL to dev startup, open deeply nested urls (#589)

* fix: add BASE_URL to dev startup, open deeply nested urls

Signed-off-by: Carina Ursu <carina@union.ai>

* fix: remove debug code

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: empty BASE_URL handling

Signed-off-by: Carina Ursu <carina@union.ai>

Signed-off-by: Carina Ursu <carina@union.ai>

* fix: add default disabled state for only mine filter (#585)

* fix: add default disabled state for only mine filter

Signed-off-by: Olga Nad <olga@union.ai>

* fix: tests

Signed-off-by: Olga Nad <olga@union.ai>

* fix: use api context to default filter state

Signed-off-by: Olga Nad <olga@union.ai>

* fix: revert test updates

Signed-off-by: Olga Nad <olga@union.ai>

Signed-off-by: Olga Nad <olga@union.ai>

* Update Flyteidl version (#590)

Signed-off-by: Flyte-Bot <admin@flyte.org>

Signed-off-by: Flyte-Bot <admin@flyte.org>
Co-authored-by: flyte-bot <flyte-bot@users.noreply.github.com>

* Launch plan ref v2 (#601)

* progress

* Fixed

* Removed debug code

Signed-off-by: Jason Porter <jason@union.ai>

Signed-off-by: Jason Porter <jason@union.ai>

* fix: add paused state

Signed-off-by: Olga Nad <olga@union.ai>

* fix: add paused tasks button on a graph, move checks to utils

Signed-off-by: Olga Nad <olga@union.ai>

* fix: add gate nodes to graph, update paused table, custom nodes clean-up

Signed-off-by: Olga Nad <olga@union.ai>

* fix: final touch-ups

Signed-off-by: Olga Nad <olga@union.ai>

* fix: add return types to helpers

Signed-off-by: Olga Nad <olga@union.ai>

* fix: update state and resume in details tab, add some tests

Signed-off-by: Olga Nad <olga@union.ai>

* fix: add more tests

Signed-off-by: Olga Nad <olga@union.ai>

* fix: post-merge build fixes

Signed-off-by: Olga Nad <olga@union.ai>

* fix: add more unit tests

Signed-off-by: Olga Nad <olga@union.ai>

* fix: add ticket number to launch form todos

Signed-off-by: Olga Nad <olga@union.ai>

* fix: workflow graph test

Signed-off-by: Olga Nad <olga@union.ai>

Signed-off-by: Nastya Rusina <nastya@union.ai>
Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>
Signed-off-by: Olga Nad <olga@union.ai>
Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>
Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>
Signed-off-by: James <james@union.ai>
Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>
Signed-off-by: Flyte-Bot <admin@flyte.org>
Signed-off-by: Carina Ursu <carina@union.ai>
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Rahul Mehta <rahul@theoremlp.com>
Signed-off-by: Jason Porter <jason@union.ai>
Co-authored-by: Nastya Rusina <nastya@union.ai>
Co-authored-by: Nastya <55718143+anrusina@users.noreply.github.com>
Co-authored-by: Carina Ursu <carinaelena@gmail.com>
Co-authored-by: Carina Ursu <carina@union.ai>
Co-authored-by: Eugene Jahn <eugenejahnjahn@gmail.com>
Co-authored-by: apTalya <99441958+apTalya@users.noreply.github.com>
Co-authored-by: Yuvraj <code@evalsocket.dev>
Co-authored-by: Yuvraj <evalsocket@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: james-union <105876962+james-union@users.noreply.github.com>
Co-authored-by: Work <awork@narusina.fritz.box>
Co-authored-by: Nick Müller <nmueller@blackshark.ai>
Co-authored-by: Flyte Bot <admin@flyte.org>
Co-authored-by: flyte-bot <flyte-bot@users.noreply.github.com>
Co-authored-by: Rahul Mehta <98349643+rahul-theorem@users.noreply.github.com>
Co-authored-by: Jason Porter <84735036+jsonporter@users.noreply.github.com>
jsonporter added a commit that referenced this pull request Oct 12, 2022
* chore: move src to a new location

Signed-off-by: Nastya Rusina <nastya@union.ai>

* ci: allow branch to be built again

Signed-off-by: Nastya Rusina <nastya@union.ai>

* chore: replace link to github repository to a proper one

Signed-off-by: Nastya Rusina <nastya@union.ai>

* ci: basic test and test-coverage setup

Signed-off-by: Nastya Rusina <nastya@union.ai>

* chore: add first plugin package

Signed-off-by: Nastya Rusina <nastya@union.ai>

* chore: allow to start test from main directory

Signed-off-by: Nastya Rusina <nastya@union.ai>

* ci: update lowest mkdirp version (#423)

Signed-off-by: Nastya Rusina <nastya@union.ai>

* chore: add build scripts for console app (#429)

Signed-off-by: Carina Ursu <carina@union.ai>

Co-authored-by: Carina Ursu <carina@union.ai>

* fix: hide the legend (#435)

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* ci: move storybook related packages to top level (#434)

* 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 <nastya@union.ai>

* fix: fix issue 386 (#437)

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* ci: ensure unified tsconfig and remove mocks, test, stories from build (#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 <nastya@union.ai>

* Make whole row clickable to open TaskExecutionDetails panel (#444)

* fix: issue 398
* fix: prevent parent onclick event trigger

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* ci: allow to start jest config for all project at once (#447)

* minor: unable to view all the workflow versions (#446)

* fix: unable to view all the workflow versions

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

Co-authored-by: Carina Ursu <carina@union.ai>

* chore(tsc): exclude test/stories/mock files only from build (#451)

* chore(tsc): exclude test/stories/mock files only from build

Signed-off-by: Nastya Rusina <nastya@union.ai>

* ci: ensure that webpack too doesn't include test/mock/specs files (#452)

Signed-off-by: Nastya Rusina <nastya@union.ai>

* minor: add support for StructuredDataSet Input/Output type (#445)

* chore: support for StructuredDataSet Input/Output type

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: add tests

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: add package

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: resolving local package issue

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: yarn lock

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: stories

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix associative arrays in copy functionality

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix scalar stories

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: oops

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: revert old viewer to original

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: remove non-null assertion

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix types

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix tests

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix test types

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

Co-authored-by: Carina Ursu <carina@union.ai>

* chore: Provide basic repo structure and ensure that stories, tests, vscode 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 <nastya@union.ai>

* ci: minimize babel presence (#457)

* ci: minimize babel presence

Signed-off-by: Nastya Rusina <nastya@union.ai>

* fix: update node executions to display map tasks (#455)

* 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 <olga@union.ai>

* ci: resolve docker build issues (#462)

* ci: resolve docker build issues
* chore: remove unneeded changes

Signed-off-by: Nastya Rusina <nastya@union.ai>

* Chore: Rebase devmain on top of master (#464)

* fix: ensure that admin version is fully shown (#465)

* chore: fix for console not respecting admin url (#468)

* chore: fix

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: remove console

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: add cherio o=to package

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: add cherio o=to package

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix start prod

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix start prod

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

Co-authored-by: Carina Ursu <carina@union.ai>

* chore: rebase on top of master

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* fix: trigger release #patch (#477)

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* feat: add task version info (#485)

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 <eugenejahnjahn@gmail.com>

Co-authored-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* chore: update Readme with python note + package version update (#486)

Signed-off-by: Nastya Rusina <nastya@union.ai>

Co-authored-by: Nastya Rusina <nastya@union.ai>

* hotfix ci pipeline (#487)

* hotfix ci pipeline

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

* more changes

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

Co-authored-by: Yuvraj <evalsocket@users.noreply.github.com>

* [Mapping][TaskInfo] V.2 - Update Task details to allow check information for child task execution (#467)

* fix: add eventVersion check for map tasks (#484)

* fix: resolve minimist package to v1.2.6 (#492)

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* ci: add flyte-api plugin package (#490)

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* fix: update/add graph related stories (#493)

* fix: separate api auth to plugin folder (#495)

* fix: separate api auth to plugin folder
* chore: for local admin URL is undefined
* chore: update README.md
* test: fix tests + add new ones
* v0.0.2 - release for flyte-api plugin

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* feat: rerun task action in execution page  (#488)

* feat: task rerun done

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* feat: fix initialParameters

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* fix: remove a file

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* feat: rerun task done

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* feat: rerun fix literal type

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* feat: small typo fixed

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* feat: small typo fixed

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* feat: fix test coverage

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* chore: update release version (#501)

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* chore(deps-dev): bump protobufjs from 6.8.9 to 6.11.3 (#502)

Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.8.9 to 6.11.3.
- [Release notes](https://github.com/protobufjs/protobuf.js/releases)
- [Changelog](https://github.com/protobufjs/protobuf.js/blob/v6.11.3/CHANGELOG.md)
- [Commits](https://github.com/protobufjs/protobuf.js/commits/v6.11.3)

---
updated-dependencies:
- dependency-name: protobufjs
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: add package generator for basics/composites/plugins (#503)

* chore: add package generator for basics/composites/plugins

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* Update CONTRIBUTING.md  with package generate info

* fix(bug-508): executions can not be filtered by start time (#509)

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* chore(deps-dev): bump semantic-release from 17.2.3 to 19.0.3 (#510)

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 17.2.3 to 19.0.3.
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](semantic-release/semantic-release@v17.2.3...v19.0.3)

---
updated-dependencies:
- dependency-name: semantic-release
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat: support flyte decks (#504)

* feat: support flyte deck #none

Signed-off-by: James <james@union.ai>

* fix: rebase with master #none

Signed-off-by: James <james@union.ai>

* fix: fix iframe height and api response type; #none

Signed-off-by: James <james@union.ai>

* fix: modal style; #none;

Signed-off-by: James <james@union.ai>

* fix: use env variable for server ssl config #none;

Signed-off-by: James <james@union.ai>

* fix: use h2 instead of h3 for future migration #none

Signed-off-by: James <james@union.ai>

* feat: navbar navigation dropdown (#511)

* feat: navbar navigstion dropdown
* chore: storybook update
* chore: fix test + add base readme

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* chore: support internal/external navigsation better (#513)

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* Update Contributing.md (#515)

Add line how to add nodejs plugin to asdf, to simplify setup

* chore: update navigationDropdown usage (#517)

Signed-off-by: Work <awork@narusina.fritz.box>

Co-authored-by: Work <awork@narusina.fritz.box>

* chore(deps): bump jsdom from 16.4.0 to 16.7.0 (#516)

Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.4.0 to 16.7.0.
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md)
- [Commits](jsdom/jsdom@16.4.0...16.7.0)

---
updated-dependencies:
- dependency-name: jsdom
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat: launch plans list & detail page #none; (#507)

* feat: launch plans list #none;
* fix: launch plan detail page the top navigation header
* fix: added expected inputs and fixed inputs; #none
* fix: remove radio buttons for view all launch plan versions; #none

Signed-off-by: James <james@union.ai>

* chore: release 1.1.3 (#520)

Signed-off-by: Nastya Rusina <nastya@union.ai>

* fix: cache icon fro map task (#519)

* fix: cache icon fro map task
* fix: icon and text center

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* fix: Relaunch form does not persist security context values when changed (#527)

fix: use execution security context in relaunch; #none

Signed-off-by: James <james@union.ai>

* fix: release process (#529)

* fix release process

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

* more changes

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

* more changes

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

* fix workflow

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

Co-authored-by: Yuvraj <evalsocket@users.noreply.github.com>

* fix: fix semantic-release config (#532)

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

* test: fix time sensitive test (#533)

chore: fix test

Signed-off-by: Nastya Rusina <nastya@union.ai>

* Rename upgrade idl workflow (#534)

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

Co-authored-by: Yuvraj <evalsocket@users.noreply.github.com>

* fix: support mapped tasks (#494)

* fix: support mapped tasks #none

Signed-off-by: James <james@union.ai>

* fix: fix comments #none

Signed-off-by: James <james@union.ai>

* fix: fix unit test #none

Signed-off-by: James <james@union.ai>

* fix: add string constants #none

Signed-off-by: James <james@union.ai>

* fix: added test for mapInputHelper #none

Signed-off-by: James <james@union.ai>

* fix: fix test for utils.test.ts #none

Signed-off-by: James <james@union.ai>

* chore: trigger snyk re-run

* fix: multiple keys for mapped types; #none

Signed-off-by: James <james@union.ai>

* chore: storybook item (#530)

Signed-off-by: Nastya Rusina <nastya@union.ai>

* fix: fix validation for duplicate and fix focus issue

Signed-off-by: James <james@union.ai>

* chore: provide previous run values on relaunch

Signed-off-by: Nastya Rusina <nastya@union.ai>

Co-authored-by: Nastya <55718143+anrusina@users.noreply.github.com>
Co-authored-by: Nastya Rusina <nastya@union.ai>

* fix(491): remove favicon package + use favicon.svg by default (#537)

* fix(491): remove favicon package + use favicon.svg by default

Signed-off-by: Nastya Rusina <nastya@union.ai>

* chore: resolve yarn.lock merge conflict

Signed-off-by: Nastya Rusina <nastya@union.ai>

* Fixed undefined task input types access in NodeExecutionActions (#538)

* Fixed undefined task input types access in NodeExecutionActions
Issue occurred due to race condition while loading data, indentical fix applies as for #506

Signed-off-by: Nick Müller <nmueller@blackshark.ai>

* fix: cannot read properties of undefined (#506)

fix: nullref

Signed-off-by: Carina Ursu <carina@union.ai>

Co-authored-by: Carina Ursu <carina@union.ai>
(cherry picked from commit d38b98b)

Signed-off-by: Nick Müller <nmueller@blackshark.ai>

Co-authored-by: Carina Ursu <carinaelena@gmail.com>

* feat: support union type for launch plan (#540)

* feat: support union type for launch plan

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* fix: format

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* fix: update type label

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* fix: update the format

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* fix: graph has realtime updates as execution progresses (#543)

Signed-off-by: Olga Nad <olga@union.ai>

* fix: make sure groups used in graph aren't undefined (#545)

Signed-off-by: Olga Nad <olga@union.ai>

* Hotfix docker push GHWF (#547)

* Rename upgrade idl workflow

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

* fix docker push wf

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

Co-authored-by: Yuvraj <evalsocket@users.noreply.github.com>

* fix: Graph Center on initial render (#541)

* fix: upgrade react-flow-renderer version

Signed-off-by: James <james@union.ai>

* fix: use setTimeout for queue on the next render

Signed-off-by: James <james@union.ai>

* fix: use one state variable and fitView after nodesChange

Signed-off-by: James <james@union.ai>

* introduce needFitView

* fix: graph edge overlaps nodes (#542)

* fix: upgrade react-flow-renderer version

Signed-off-by: James <james@union.ai>

* fix: use setTimeout for queue on the next render

Signed-off-by: James <james@union.ai>

* fix: use one state variable and fitView after nodesChange

Signed-off-by: James <james@union.ai>

* fix: graph edge overlaps nodes issue

Signed-off-by: James <james@union.ai>

* introduce needFitView

* edge overlap

* fix: flyteconsole tag in ci pipeline  (#550)

* fix tag issue in ci

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

* remove welcome bot from boilerplate config

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

Co-authored-by: Yuvraj <evalsocket@users.noreply.github.com>

* enable docker push for console (#552)

* chore(deps): bump terser from 4.8.0 to 4.8.1 (#548)

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update Flyteidl version (#558)

Signed-off-by: Flyte-Bot <admin@flyte.org>

Signed-off-by: Flyte-Bot <admin@flyte.org>
Co-authored-by: flyte-bot <flyte-bot@users.noreply.github.com>

* fix: fix searchbar X button (#564)

chore: fix searchbar X button

Signed-off-by: Carina Ursu <carina@union.ai>

Signed-off-by: Carina Ursu <carina@union.ai>

* fix: update timeline view to show dynamic wf internals on first render (#562)

* fix: update timeline view to show dynamic wf internals on first render

Signed-off-by: Olga Nad <olga@union.ai>

* fix: update tests and clean up code

Signed-off-by: Olga Nad <olga@union.ai>

* fix: test

Signed-off-by: Olga Nad <olga@union.ai>

Signed-off-by: Olga Nad <olga@union.ai>

* fix: webmanifest missing crossorigin attribute (#566)

Signed-off-by: Carina Ursu <carina@union.ai>

Signed-off-by: Carina Ursu <carina@union.ai>

* fix: console showing subworkflows as unknown (#570)

* fix: console showing subworkflows as unknown

Signed-off-by: Olga Nad <olga@union.ai>

* fix: replace comparison with lodash isEqual

Signed-off-by: Olga Nad <olga@union.ai>

* fix: remove checkIfObjectsAreSame

Signed-off-by: Olga Nad <olga@union.ai>

Signed-off-by: Olga Nad <olga@union.ai>

* fix: Dict value loses 1 trailing character on UI Launch. (#561)

fix: dict lose trailing issue

Signed-off-by: James <james@union.ai>

Signed-off-by: James <james@union.ai>

* fix: launchform validation (#557)

* fix: disable launch button and show validation messaages

Signed-off-by: James <james@union.ai>

* fix: code clean

Signed-off-by: James <james@union.ai>

Signed-off-by: James <james@union.ai>

* fix: integrate timeline and graph tabs wrappers under one component (#572)

* fix: integrate timeline and graph tabs wrappers under one component

Signed-off-by: Olga Nad <olga@union.ai>

* fix: details tab in graph view and clean-up

Signed-off-by: Olga Nad <olga@union.ai>

* fix: old unit tests

Signed-off-by: Olga Nad <olga@union.ai>

* fix: temp filename change

Signed-off-by: Olga Nad <olga@union.ai>

* fix: final filename change

Signed-off-by: Olga Nad <olga@union.ai>

* fix: tsconfig

Signed-off-by: Olga Nad <olga@union.ai>

Signed-off-by: Olga Nad <olga@union.ai>

* chore(deps-dev): bump moment from 2.29.3 to 2.29.4 (#549)

Bumps [moment](https://github.com/moment/moment) from 2.29.3 to 2.29.4.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](moment/moment@2.29.3...2.29.4)

---
updated-dependencies:
- dependency-name: moment
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* added none type in union type (#577)

* added none type in union type

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* udpated the test case

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* fix: fixed eslint

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* fix: correctly coerce `defaultValue` when rendering LaunchPlan details (#578)

fix: correctly coerce defaultValue when rendering LaunchPlan details

Signed-off-by: Rahul Mehta <rahul@theoremlp.com>

Signed-off-by: Rahul Mehta <rahul@theoremlp.com>

* #minor: inputHelpers InputProps (#579)

fix: inputHelpers InputProps

Signed-off-by: Carina Ursu <carina@union.ai>

Signed-off-by: Carina Ursu <carina@union.ai>

* fix: fix test of launchform (#581)

* fix: fix test of launchform

Signed-off-by: James <james@union.ai>

* fix: inputHelpers tests regression

Signed-off-by: Olga Nad <olga@union.ai>

* fix: update tests description

Signed-off-by: Olga Nad <olga@union.ai>

* fix: spelling typo

Signed-off-by: Olga Nad <olga@union.ai>

Signed-off-by: James <james@union.ai>
Signed-off-by: Olga Nad <olga@union.ai>
Co-authored-by: Olga Nad <olga@union.ai>

* Pruning some unused packages (#583)

Signed-off-by: Jason Porter <jason@union.ai>

Signed-off-by: Jason Porter <jason@union.ai>

* feat: minor change (#584)

Minor change

Signed-off-by: Jason Porter <jason@union.ai>

Signed-off-by: Jason Porter <jason@union.ai>

* fix: floor seconds to int in the edge case moment returns it as float (#582)

Signed-off-by: Olga Nad <olga@union.ai>

Signed-off-by: Olga Nad <olga@union.ai>

* Update Flyteidl version (#575)

Signed-off-by: Flyte-Bot <admin@flyte.org>

Signed-off-by: Flyte-Bot <admin@flyte.org>
Co-authored-by: flyte-bot <flyte-bot@users.noreply.github.com>

* fix: add BASE_URL to dev startup, open deeply nested urls (#589)

* fix: add BASE_URL to dev startup, open deeply nested urls

Signed-off-by: Carina Ursu <carina@union.ai>

* fix: remove debug code

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: empty BASE_URL handling

Signed-off-by: Carina Ursu <carina@union.ai>

Signed-off-by: Carina Ursu <carina@union.ai>

* fix: add default disabled state for only mine filter (#585)

* fix: add default disabled state for only mine filter

Signed-off-by: Olga Nad <olga@union.ai>

* fix: tests

Signed-off-by: Olga Nad <olga@union.ai>

* fix: use api context to default filter state

Signed-off-by: Olga Nad <olga@union.ai>

* fix: revert test updates

Signed-off-by: Olga Nad <olga@union.ai>

Signed-off-by: Olga Nad <olga@union.ai>

* Update Flyteidl version (#590)

Signed-off-by: Flyte-Bot <admin@flyte.org>

Signed-off-by: Flyte-Bot <admin@flyte.org>
Co-authored-by: flyte-bot <flyte-bot@users.noreply.github.com>

* Launch plan ref v2 (#601)

* progress

* Fixed

* Removed debug code

Signed-off-by: Jason Porter <jason@union.ai>

Signed-off-by: Jason Porter <jason@union.ai>

* fix: enable deeplinks in development (#602)

chore: enable deeplinks in development

Signed-off-by: Carina Ursu <carina@union.ai>

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: release 1.3.5 (#605)

Signed-off-by: Jason Porter <jason@union.ai>

Signed-off-by: Jason Porter <jason@union.ai>

* fix: refactor contexts around node executions table and rows

Signed-off-by: Olga Nad <olga@union.ai>

* fix: add missing file

Signed-off-by: Olga Nad <olga@union.ai>

* fix: add temp row component

Signed-off-by: Olga Nad <olga@union.ai>

* fix: refactor final touch-ups

Signed-off-by: Olga Nad <olga@union.ai>

* fix: add/update unit tests

Signed-off-by: Olga Nad <olga@union.ai>

* fix: replace getBy with queryBy

Signed-off-by: Olga Nad <olga@union.ai>

Signed-off-by: Nastya Rusina <nastya@union.ai>
Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>
Signed-off-by: Olga Nad <olga@union.ai>
Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>
Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>
Signed-off-by: James <james@union.ai>
Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>
Signed-off-by: Flyte-Bot <admin@flyte.org>
Signed-off-by: Carina Ursu <carina@union.ai>
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Rahul Mehta <rahul@theoremlp.com>
Signed-off-by: Jason Porter <jason@union.ai>
Co-authored-by: Nastya Rusina <nastya@union.ai>
Co-authored-by: Nastya <55718143+anrusina@users.noreply.github.com>
Co-authored-by: Carina Ursu <carinaelena@gmail.com>
Co-authored-by: Carina Ursu <carina@union.ai>
Co-authored-by: Eugene Jahn <eugenejahnjahn@gmail.com>
Co-authored-by: apTalya <99441958+apTalya@users.noreply.github.com>
Co-authored-by: Yuvraj <code@evalsocket.dev>
Co-authored-by: Yuvraj <evalsocket@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: james-union <105876962+james-union@users.noreply.github.com>
Co-authored-by: Work <awork@narusina.fritz.box>
Co-authored-by: Nick Müller <nmueller@blackshark.ai>
Co-authored-by: Flyte Bot <admin@flyte.org>
Co-authored-by: flyte-bot <flyte-bot@users.noreply.github.com>
Co-authored-by: Rahul Mehta <98349643+rahul-theorem@users.noreply.github.com>
Co-authored-by: Jason Porter <84735036+jsonporter@users.noreply.github.com>
jsonporter added a commit that referenced this pull request Oct 21, 2022
* chore: move src to a new location

Signed-off-by: Nastya Rusina <nastya@union.ai>

* ci: allow branch to be built again

Signed-off-by: Nastya Rusina <nastya@union.ai>

* chore: replace link to github repository to a proper one

Signed-off-by: Nastya Rusina <nastya@union.ai>

* ci: basic test and test-coverage setup

Signed-off-by: Nastya Rusina <nastya@union.ai>

* chore: add first plugin package

Signed-off-by: Nastya Rusina <nastya@union.ai>

* chore: allow to start test from main directory

Signed-off-by: Nastya Rusina <nastya@union.ai>

* ci: update lowest mkdirp version (#423)

Signed-off-by: Nastya Rusina <nastya@union.ai>

* chore: add build scripts for console app (#429)

Signed-off-by: Carina Ursu <carina@union.ai>

Co-authored-by: Carina Ursu <carina@union.ai>

* fix: hide the legend (#435)

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* ci: move storybook related packages to top level (#434)

* 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 <nastya@union.ai>

* fix: fix issue 386 (#437)

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* ci: ensure unified tsconfig and remove mocks, test, stories from build (#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 <nastya@union.ai>

* Make whole row clickable to open TaskExecutionDetails panel (#444)

* fix: issue 398
* fix: prevent parent onclick event trigger

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* ci: allow to start jest config for all project at once (#447)

* minor: unable to view all the workflow versions (#446)

* fix: unable to view all the workflow versions

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

Co-authored-by: Carina Ursu <carina@union.ai>

* chore(tsc): exclude test/stories/mock files only from build (#451)

* chore(tsc): exclude test/stories/mock files only from build

Signed-off-by: Nastya Rusina <nastya@union.ai>

* ci: ensure that webpack too doesn't include test/mock/specs files (#452)

Signed-off-by: Nastya Rusina <nastya@union.ai>

* minor: add support for StructuredDataSet Input/Output type (#445)

* chore: support for StructuredDataSet Input/Output type

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: add tests

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: add package

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: resolving local package issue

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: yarn lock

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: stories

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix associative arrays in copy functionality

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix scalar stories

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: oops

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: revert old viewer to original

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: remove non-null assertion

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix types

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix tests

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix test types

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

Co-authored-by: Carina Ursu <carina@union.ai>

* chore: Provide basic repo structure and ensure that stories, tests, vscode 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 <nastya@union.ai>

* ci: minimize babel presence (#457)

* ci: minimize babel presence

Signed-off-by: Nastya Rusina <nastya@union.ai>

* fix: update node executions to display map tasks (#455)

* 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 <olga@union.ai>

* ci: resolve docker build issues (#462)

* ci: resolve docker build issues
* chore: remove unneeded changes

Signed-off-by: Nastya Rusina <nastya@union.ai>

* Chore: Rebase devmain on top of master (#464)

* fix: ensure that admin version is fully shown (#465)

* chore: fix for console not respecting admin url (#468)

* chore: fix

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: remove console

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: add cherio o=to package

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: add cherio o=to package

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix start prod

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix start prod

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

Co-authored-by: Carina Ursu <carina@union.ai>

* chore: rebase on top of master

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* fix: trigger release #patch (#477)

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* feat: add task version info (#485)

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 <eugenejahnjahn@gmail.com>

Co-authored-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* chore: update Readme with python note + package version update (#486)

Signed-off-by: Nastya Rusina <nastya@union.ai>

Co-authored-by: Nastya Rusina <nastya@union.ai>

* hotfix ci pipeline (#487)

* hotfix ci pipeline

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

* more changes

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

Co-authored-by: Yuvraj <evalsocket@users.noreply.github.com>

* [Mapping][TaskInfo] V.2 - Update Task details to allow check information for child task execution (#467)

* fix: add eventVersion check for map tasks (#484)

* fix: resolve minimist package to v1.2.6 (#492)

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* ci: add flyte-api plugin package (#490)

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* fix: update/add graph related stories (#493)

* fix: separate api auth to plugin folder (#495)

* fix: separate api auth to plugin folder
* chore: for local admin URL is undefined
* chore: update README.md
* test: fix tests + add new ones
* v0.0.2 - release for flyte-api plugin

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* feat: rerun task action in execution page  (#488)

* feat: task rerun done

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* feat: fix initialParameters

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* fix: remove a file

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* feat: rerun task done

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* feat: rerun fix literal type

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* feat: small typo fixed

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* feat: small typo fixed

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* feat: fix test coverage

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* chore: update release version (#501)

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* chore(deps-dev): bump protobufjs from 6.8.9 to 6.11.3 (#502)

Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.8.9 to 6.11.3.
- [Release notes](https://github.com/protobufjs/protobuf.js/releases)
- [Changelog](https://github.com/protobufjs/protobuf.js/blob/v6.11.3/CHANGELOG.md)
- [Commits](https://github.com/protobufjs/protobuf.js/commits/v6.11.3)

---
updated-dependencies:
- dependency-name: protobufjs
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: add package generator for basics/composites/plugins (#503)

* chore: add package generator for basics/composites/plugins

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* Update CONTRIBUTING.md  with package generate info

* fix(bug-508): executions can not be filtered by start time (#509)

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* chore(deps-dev): bump semantic-release from 17.2.3 to 19.0.3 (#510)

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 17.2.3 to 19.0.3.
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](semantic-release/semantic-release@v17.2.3...v19.0.3)

---
updated-dependencies:
- dependency-name: semantic-release
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat: support flyte decks (#504)

* feat: support flyte deck #none

Signed-off-by: James <james@union.ai>

* fix: rebase with master #none

Signed-off-by: James <james@union.ai>

* fix: fix iframe height and api response type; #none

Signed-off-by: James <james@union.ai>

* fix: modal style; #none;

Signed-off-by: James <james@union.ai>

* fix: use env variable for server ssl config #none;

Signed-off-by: James <james@union.ai>

* fix: use h2 instead of h3 for future migration #none

Signed-off-by: James <james@union.ai>

* feat: navbar navigation dropdown (#511)

* feat: navbar navigstion dropdown
* chore: storybook update
* chore: fix test + add base readme

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* chore: support internal/external navigsation better (#513)

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* Update Contributing.md (#515)

Add line how to add nodejs plugin to asdf, to simplify setup

* chore: update navigationDropdown usage (#517)

Signed-off-by: Work <awork@narusina.fritz.box>

Co-authored-by: Work <awork@narusina.fritz.box>

* chore(deps): bump jsdom from 16.4.0 to 16.7.0 (#516)

Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.4.0 to 16.7.0.
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md)
- [Commits](jsdom/jsdom@16.4.0...16.7.0)

---
updated-dependencies:
- dependency-name: jsdom
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat: launch plans list & detail page #none; (#507)

* feat: launch plans list #none;
* fix: launch plan detail page the top navigation header
* fix: added expected inputs and fixed inputs; #none
* fix: remove radio buttons for view all launch plan versions; #none

Signed-off-by: James <james@union.ai>

* chore: release 1.1.3 (#520)

Signed-off-by: Nastya Rusina <nastya@union.ai>

* fix: cache icon fro map task (#519)

* fix: cache icon fro map task
* fix: icon and text center

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* fix: Relaunch form does not persist security context values when changed (#527)

fix: use execution security context in relaunch; #none

Signed-off-by: James <james@union.ai>

* fix: release process (#529)

* fix release process

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

* more changes

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

* more changes

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

* fix workflow

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

Co-authored-by: Yuvraj <evalsocket@users.noreply.github.com>

* fix: fix semantic-release config (#532)

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

* test: fix time sensitive test (#533)

chore: fix test

Signed-off-by: Nastya Rusina <nastya@union.ai>

* Rename upgrade idl workflow (#534)

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

Co-authored-by: Yuvraj <evalsocket@users.noreply.github.com>

* fix: support mapped tasks (#494)

* fix: support mapped tasks #none

Signed-off-by: James <james@union.ai>

* fix: fix comments #none

Signed-off-by: James <james@union.ai>

* fix: fix unit test #none

Signed-off-by: James <james@union.ai>

* fix: add string constants #none

Signed-off-by: James <james@union.ai>

* fix: added test for mapInputHelper #none

Signed-off-by: James <james@union.ai>

* fix: fix test for utils.test.ts #none

Signed-off-by: James <james@union.ai>

* chore: trigger snyk re-run

* fix: multiple keys for mapped types; #none

Signed-off-by: James <james@union.ai>

* chore: storybook item (#530)

Signed-off-by: Nastya Rusina <nastya@union.ai>

* fix: fix validation for duplicate and fix focus issue

Signed-off-by: James <james@union.ai>

* chore: provide previous run values on relaunch

Signed-off-by: Nastya Rusina <nastya@union.ai>

Co-authored-by: Nastya <55718143+anrusina@users.noreply.github.com>
Co-authored-by: Nastya Rusina <nastya@union.ai>

* fix(491): remove favicon package + use favicon.svg by default (#537)

* fix(491): remove favicon package + use favicon.svg by default

Signed-off-by: Nastya Rusina <nastya@union.ai>

* chore: resolve yarn.lock merge conflict

Signed-off-by: Nastya Rusina <nastya@union.ai>

* Fixed undefined task input types access in NodeExecutionActions (#538)

* Fixed undefined task input types access in NodeExecutionActions
Issue occurred due to race condition while loading data, indentical fix applies as for #506

Signed-off-by: Nick Müller <nmueller@blackshark.ai>

* fix: cannot read properties of undefined (#506)

fix: nullref

Signed-off-by: Carina Ursu <carina@union.ai>

Co-authored-by: Carina Ursu <carina@union.ai>
(cherry picked from commit d38b98b)

Signed-off-by: Nick Müller <nmueller@blackshark.ai>

Co-authored-by: Carina Ursu <carinaelena@gmail.com>

* feat: support union type for launch plan (#540)

* feat: support union type for launch plan

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* fix: format

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* fix: update type label

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* fix: update the format

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* fix: graph has realtime updates as execution progresses (#543)

Signed-off-by: Olga Nad <olga@union.ai>

* fix: make sure groups used in graph aren't undefined (#545)

Signed-off-by: Olga Nad <olga@union.ai>

* Hotfix docker push GHWF (#547)

* Rename upgrade idl workflow

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

* fix docker push wf

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

Co-authored-by: Yuvraj <evalsocket@users.noreply.github.com>

* fix: Graph Center on initial render (#541)

* fix: upgrade react-flow-renderer version

Signed-off-by: James <james@union.ai>

* fix: use setTimeout for queue on the next render

Signed-off-by: James <james@union.ai>

* fix: use one state variable and fitView after nodesChange

Signed-off-by: James <james@union.ai>

* introduce needFitView

* fix: graph edge overlaps nodes (#542)

* fix: upgrade react-flow-renderer version

Signed-off-by: James <james@union.ai>

* fix: use setTimeout for queue on the next render

Signed-off-by: James <james@union.ai>

* fix: use one state variable and fitView after nodesChange

Signed-off-by: James <james@union.ai>

* fix: graph edge overlaps nodes issue

Signed-off-by: James <james@union.ai>

* introduce needFitView

* edge overlap

* fix: flyteconsole tag in ci pipeline  (#550)

* fix tag issue in ci

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

* remove welcome bot from boilerplate config

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

Co-authored-by: Yuvraj <evalsocket@users.noreply.github.com>

* enable docker push for console (#552)

* chore(deps): bump terser from 4.8.0 to 4.8.1 (#548)

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update Flyteidl version (#558)

Signed-off-by: Flyte-Bot <admin@flyte.org>

Signed-off-by: Flyte-Bot <admin@flyte.org>
Co-authored-by: flyte-bot <flyte-bot@users.noreply.github.com>

* fix: fix searchbar X button (#564)

chore: fix searchbar X button

Signed-off-by: Carina Ursu <carina@union.ai>

Signed-off-by: Carina Ursu <carina@union.ai>

* fix: update timeline view to show dynamic wf internals on first render (#562)

* fix: update timeline view to show dynamic wf internals on first render

Signed-off-by: Olga Nad <olga@union.ai>

* fix: update tests and clean up code

Signed-off-by: Olga Nad <olga@union.ai>

* fix: test

Signed-off-by: Olga Nad <olga@union.ai>

Signed-off-by: Olga Nad <olga@union.ai>

* fix: webmanifest missing crossorigin attribute (#566)

Signed-off-by: Carina Ursu <carina@union.ai>

Signed-off-by: Carina Ursu <carina@union.ai>

* fix: console showing subworkflows as unknown (#570)

* fix: console showing subworkflows as unknown

Signed-off-by: Olga Nad <olga@union.ai>

* fix: replace comparison with lodash isEqual

Signed-off-by: Olga Nad <olga@union.ai>

* fix: remove checkIfObjectsAreSame

Signed-off-by: Olga Nad <olga@union.ai>

Signed-off-by: Olga Nad <olga@union.ai>

* fix: Dict value loses 1 trailing character on UI Launch. (#561)

fix: dict lose trailing issue

Signed-off-by: James <james@union.ai>

Signed-off-by: James <james@union.ai>

* fix: launchform validation (#557)

* fix: disable launch button and show validation messaages

Signed-off-by: James <james@union.ai>

* fix: code clean

Signed-off-by: James <james@union.ai>

Signed-off-by: James <james@union.ai>

* fix: integrate timeline and graph tabs wrappers under one component (#572)

* fix: integrate timeline and graph tabs wrappers under one component

Signed-off-by: Olga Nad <olga@union.ai>

* fix: details tab in graph view and clean-up

Signed-off-by: Olga Nad <olga@union.ai>

* fix: old unit tests

Signed-off-by: Olga Nad <olga@union.ai>

* fix: temp filename change

Signed-off-by: Olga Nad <olga@union.ai>

* fix: final filename change

Signed-off-by: Olga Nad <olga@union.ai>

* fix: tsconfig

Signed-off-by: Olga Nad <olga@union.ai>

Signed-off-by: Olga Nad <olga@union.ai>

* chore(deps-dev): bump moment from 2.29.3 to 2.29.4 (#549)

Bumps [moment](https://github.com/moment/moment) from 2.29.3 to 2.29.4.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](moment/moment@2.29.3...2.29.4)

---
updated-dependencies:
- dependency-name: moment
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* added none type in union type (#577)

* added none type in union type

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* udpated the test case

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* fix: fixed eslint

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* fix: correctly coerce `defaultValue` when rendering LaunchPlan details (#578)

fix: correctly coerce defaultValue when rendering LaunchPlan details

Signed-off-by: Rahul Mehta <rahul@theoremlp.com>

Signed-off-by: Rahul Mehta <rahul@theoremlp.com>

* #minor: inputHelpers InputProps (#579)

fix: inputHelpers InputProps

Signed-off-by: Carina Ursu <carina@union.ai>

Signed-off-by: Carina Ursu <carina@union.ai>

* fix: fix test of launchform (#581)

* fix: fix test of launchform

Signed-off-by: James <james@union.ai>

* fix: inputHelpers tests regression

Signed-off-by: Olga Nad <olga@union.ai>

* fix: update tests description

Signed-off-by: Olga Nad <olga@union.ai>

* fix: spelling typo

Signed-off-by: Olga Nad <olga@union.ai>

Signed-off-by: James <james@union.ai>
Signed-off-by: Olga Nad <olga@union.ai>
Co-authored-by: Olga Nad <olga@union.ai>

* Pruning some unused packages (#583)

Signed-off-by: Jason Porter <jason@union.ai>

Signed-off-by: Jason Porter <jason@union.ai>

* feat: minor change (#584)

Minor change

Signed-off-by: Jason Porter <jason@union.ai>

Signed-off-by: Jason Porter <jason@union.ai>

* fix: floor seconds to int in the edge case moment returns it as float (#582)

Signed-off-by: Olga Nad <olga@union.ai>

Signed-off-by: Olga Nad <olga@union.ai>

* Update Flyteidl version (#575)

Signed-off-by: Flyte-Bot <admin@flyte.org>

Signed-off-by: Flyte-Bot <admin@flyte.org>
Co-authored-by: flyte-bot <flyte-bot@users.noreply.github.com>

* fix: add BASE_URL to dev startup, open deeply nested urls (#589)

* fix: add BASE_URL to dev startup, open deeply nested urls

Signed-off-by: Carina Ursu <carina@union.ai>

* fix: remove debug code

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: empty BASE_URL handling

Signed-off-by: Carina Ursu <carina@union.ai>

Signed-off-by: Carina Ursu <carina@union.ai>

* fix: add default disabled state for only mine filter (#585)

* fix: add default disabled state for only mine filter

Signed-off-by: Olga Nad <olga@union.ai>

* fix: tests

Signed-off-by: Olga Nad <olga@union.ai>

* fix: use api context to default filter state

Signed-off-by: Olga Nad <olga@union.ai>

* fix: revert test updates

Signed-off-by: Olga Nad <olga@union.ai>

Signed-off-by: Olga Nad <olga@union.ai>

* Update Flyteidl version (#590)

Signed-off-by: Flyte-Bot <admin@flyte.org>

Signed-off-by: Flyte-Bot <admin@flyte.org>
Co-authored-by: flyte-bot <flyte-bot@users.noreply.github.com>

* Launch plan ref v2 (#601)

* progress

* Fixed

* Removed debug code

Signed-off-by: Jason Porter <jason@union.ai>

Signed-off-by: Jason Porter <jason@union.ai>

* fix: enable deeplinks in development (#602)

chore: enable deeplinks in development

Signed-off-by: Carina Ursu <carina@union.ai>

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: release 1.3.5 (#605)

Signed-off-by: Jason Porter <jason@union.ai>

Signed-off-by: Jason Porter <jason@union.ai>

* fix: filters in node executions table view

Signed-off-by: Olga Nad <olga@union.ai>

* fix: effect dependency and tests

Signed-off-by: Olga Nad <olga@union.ai>

Signed-off-by: Nastya Rusina <nastya@union.ai>
Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>
Signed-off-by: Olga Nad <olga@union.ai>
Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>
Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>
Signed-off-by: James <james@union.ai>
Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>
Signed-off-by: Flyte-Bot <admin@flyte.org>
Signed-off-by: Carina Ursu <carina@union.ai>
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Rahul Mehta <rahul@theoremlp.com>
Signed-off-by: Jason Porter <jason@union.ai>
Co-authored-by: Nastya Rusina <nastya@union.ai>
Co-authored-by: Nastya <55718143+anrusina@users.noreply.github.com>
Co-authored-by: Carina Ursu <carinaelena@gmail.com>
Co-authored-by: Carina Ursu <carina@union.ai>
Co-authored-by: Eugene Jahn <eugenejahnjahn@gmail.com>
Co-authored-by: apTalya <99441958+apTalya@users.noreply.github.com>
Co-authored-by: Yuvraj <code@evalsocket.dev>
Co-authored-by: Yuvraj <evalsocket@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: james-union <105876962+james-union@users.noreply.github.com>
Co-authored-by: Work <awork@narusina.fritz.box>
Co-authored-by: Nick Müller <nmueller@blackshark.ai>
Co-authored-by: Flyte Bot <admin@flyte.org>
Co-authored-by: flyte-bot <flyte-bot@users.noreply.github.com>
Co-authored-by: Rahul Mehta <98349643+rahul-theorem@users.noreply.github.com>
Co-authored-by: Jason Porter <84735036+jsonporter@users.noreply.github.com>
jsonporter added a commit that referenced this pull request Oct 26, 2022
* chore: move src to a new location

Signed-off-by: Nastya Rusina <nastya@union.ai>

* ci: allow branch to be built again

Signed-off-by: Nastya Rusina <nastya@union.ai>

* chore: replace link to github repository to a proper one

Signed-off-by: Nastya Rusina <nastya@union.ai>

* ci: basic test and test-coverage setup

Signed-off-by: Nastya Rusina <nastya@union.ai>

* chore: add first plugin package

Signed-off-by: Nastya Rusina <nastya@union.ai>

* chore: allow to start test from main directory

Signed-off-by: Nastya Rusina <nastya@union.ai>

* ci: update lowest mkdirp version (#423)

Signed-off-by: Nastya Rusina <nastya@union.ai>

* chore: add build scripts for console app (#429)

Signed-off-by: Carina Ursu <carina@union.ai>

Co-authored-by: Carina Ursu <carina@union.ai>

* fix: hide the legend (#435)

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* ci: move storybook related packages to top level (#434)

* 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 <nastya@union.ai>

* fix: fix issue 386 (#437)

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* ci: ensure unified tsconfig and remove mocks, test, stories from build (#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 <nastya@union.ai>

* Make whole row clickable to open TaskExecutionDetails panel (#444)

* fix: issue 398
* fix: prevent parent onclick event trigger

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* ci: allow to start jest config for all project at once (#447)

* minor: unable to view all the workflow versions (#446)

* fix: unable to view all the workflow versions

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

Co-authored-by: Carina Ursu <carina@union.ai>

* chore(tsc): exclude test/stories/mock files only from build (#451)

* chore(tsc): exclude test/stories/mock files only from build

Signed-off-by: Nastya Rusina <nastya@union.ai>

* ci: ensure that webpack too doesn't include test/mock/specs files (#452)

Signed-off-by: Nastya Rusina <nastya@union.ai>

* minor: add support for StructuredDataSet Input/Output type (#445)

* chore: support for StructuredDataSet Input/Output type

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: add tests

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: add package

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: resolving local package issue

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: yarn lock

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: stories

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix associative arrays in copy functionality

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix scalar stories

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: oops

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: revert old viewer to original

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: remove non-null assertion

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix types

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix tests

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix test types

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

Co-authored-by: Carina Ursu <carina@union.ai>

* chore: Provide basic repo structure and ensure that stories, tests, vscode 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 <nastya@union.ai>

* ci: minimize babel presence (#457)

* ci: minimize babel presence

Signed-off-by: Nastya Rusina <nastya@union.ai>

* fix: update node executions to display map tasks (#455)

* 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 <olga@union.ai>

* ci: resolve docker build issues (#462)

* ci: resolve docker build issues
* chore: remove unneeded changes

Signed-off-by: Nastya Rusina <nastya@union.ai>

* Chore: Rebase devmain on top of master (#464)

* fix: ensure that admin version is fully shown (#465)

* chore: fix for console not respecting admin url (#468)

* chore: fix

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: remove console

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: add cherio o=to package

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: add cherio o=to package

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix start prod

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix start prod

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

Co-authored-by: Carina Ursu <carina@union.ai>

* chore: rebase on top of master

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* fix: trigger release #patch (#477)

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* feat: add task version info (#485)

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 <eugenejahnjahn@gmail.com>

Co-authored-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* chore: update Readme with python note + package version update (#486)

Signed-off-by: Nastya Rusina <nastya@union.ai>

Co-authored-by: Nastya Rusina <nastya@union.ai>

* hotfix ci pipeline (#487)

* hotfix ci pipeline

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

* more changes

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

Co-authored-by: Yuvraj <evalsocket@users.noreply.github.com>

* [Mapping][TaskInfo] V.2 - Update Task details to allow check information for child task execution (#467)

* fix: add eventVersion check for map tasks (#484)

* fix: resolve minimist package to v1.2.6 (#492)

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* ci: add flyte-api plugin package (#490)

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* fix: update/add graph related stories (#493)

* fix: separate api auth to plugin folder (#495)

* fix: separate api auth to plugin folder
* chore: for local admin URL is undefined
* chore: update README.md
* test: fix tests + add new ones
* v0.0.2 - release for flyte-api plugin

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* feat: rerun task action in execution page  (#488)

* feat: task rerun done

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* feat: fix initialParameters

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* fix: remove a file

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* feat: rerun task done

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* feat: rerun fix literal type

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* feat: small typo fixed

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* feat: small typo fixed

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* feat: fix test coverage

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* chore: update release version (#501)

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* chore(deps-dev): bump protobufjs from 6.8.9 to 6.11.3 (#502)

Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.8.9 to 6.11.3.
- [Release notes](https://github.com/protobufjs/protobuf.js/releases)
- [Changelog](https://github.com/protobufjs/protobuf.js/blob/v6.11.3/CHANGELOG.md)
- [Commits](https://github.com/protobufjs/protobuf.js/commits/v6.11.3)

---
updated-dependencies:
- dependency-name: protobufjs
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: add package generator for basics/composites/plugins (#503)

* chore: add package generator for basics/composites/plugins

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* Update CONTRIBUTING.md  with package generate info

* fix(bug-508): executions can not be filtered by start time (#509)

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* chore(deps-dev): bump semantic-release from 17.2.3 to 19.0.3 (#510)

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 17.2.3 to 19.0.3.
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](semantic-release/semantic-release@v17.2.3...v19.0.3)

---
updated-dependencies:
- dependency-name: semantic-release
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat: support flyte decks (#504)

* feat: support flyte deck #none

Signed-off-by: James <james@union.ai>

* fix: rebase with master #none

Signed-off-by: James <james@union.ai>

* fix: fix iframe height and api response type; #none

Signed-off-by: James <james@union.ai>

* fix: modal style; #none;

Signed-off-by: James <james@union.ai>

* fix: use env variable for server ssl config #none;

Signed-off-by: James <james@union.ai>

* fix: use h2 instead of h3 for future migration #none

Signed-off-by: James <james@union.ai>

* feat: navbar navigation dropdown (#511)

* feat: navbar navigstion dropdown
* chore: storybook update
* chore: fix test + add base readme

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* chore: support internal/external navigsation better (#513)

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* Update Contributing.md (#515)

Add line how to add nodejs plugin to asdf, to simplify setup

* chore: update navigationDropdown usage (#517)

Signed-off-by: Work <awork@narusina.fritz.box>

Co-authored-by: Work <awork@narusina.fritz.box>

* chore(deps): bump jsdom from 16.4.0 to 16.7.0 (#516)

Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.4.0 to 16.7.0.
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md)
- [Commits](jsdom/jsdom@16.4.0...16.7.0)

---
updated-dependencies:
- dependency-name: jsdom
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat: launch plans list & detail page #none; (#507)

* feat: launch plans list #none;
* fix: launch plan detail page the top navigation header
* fix: added expected inputs and fixed inputs; #none
* fix: remove radio buttons for view all launch plan versions; #none

Signed-off-by: James <james@union.ai>

* chore: release 1.1.3 (#520)

Signed-off-by: Nastya Rusina <nastya@union.ai>

* fix: cache icon fro map task (#519)

* fix: cache icon fro map task
* fix: icon and text center

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* fix: Relaunch form does not persist security context values when changed (#527)

fix: use execution security context in relaunch; #none

Signed-off-by: James <james@union.ai>

* fix: release process (#529)

* fix release process

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

* more changes

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

* more changes

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

* fix workflow

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

Co-authored-by: Yuvraj <evalsocket@users.noreply.github.com>

* fix: fix semantic-release config (#532)

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

* test: fix time sensitive test (#533)

chore: fix test

Signed-off-by: Nastya Rusina <nastya@union.ai>

* Rename upgrade idl workflow (#534)

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

Co-authored-by: Yuvraj <evalsocket@users.noreply.github.com>

* fix: support mapped tasks (#494)

* fix: support mapped tasks #none

Signed-off-by: James <james@union.ai>

* fix: fix comments #none

Signed-off-by: James <james@union.ai>

* fix: fix unit test #none

Signed-off-by: James <james@union.ai>

* fix: add string constants #none

Signed-off-by: James <james@union.ai>

* fix: added test for mapInputHelper #none

Signed-off-by: James <james@union.ai>

* fix: fix test for utils.test.ts #none

Signed-off-by: James <james@union.ai>

* chore: trigger snyk re-run

* fix: multiple keys for mapped types; #none

Signed-off-by: James <james@union.ai>

* chore: storybook item (#530)

Signed-off-by: Nastya Rusina <nastya@union.ai>

* fix: fix validation for duplicate and fix focus issue

Signed-off-by: James <james@union.ai>

* chore: provide previous run values on relaunch

Signed-off-by: Nastya Rusina <nastya@union.ai>

Co-authored-by: Nastya <55718143+anrusina@users.noreply.github.com>
Co-authored-by: Nastya Rusina <nastya@union.ai>

* fix(491): remove favicon package + use favicon.svg by default (#537)

* fix(491): remove favicon package + use favicon.svg by default

Signed-off-by: Nastya Rusina <nastya@union.ai>

* chore: resolve yarn.lock merge conflict

Signed-off-by: Nastya Rusina <nastya@union.ai>

* Fixed undefined task input types access in NodeExecutionActions (#538)

* Fixed undefined task input types access in NodeExecutionActions
Issue occurred due to race condition while loading data, indentical fix applies as for #506

Signed-off-by: Nick Müller <nmueller@blackshark.ai>

* fix: cannot read properties of undefined (#506)

fix: nullref

Signed-off-by: Carina Ursu <carina@union.ai>

Co-authored-by: Carina Ursu <carina@union.ai>
(cherry picked from commit d38b98b)

Signed-off-by: Nick Müller <nmueller@blackshark.ai>

Co-authored-by: Carina Ursu <carinaelena@gmail.com>

* feat: support union type for launch plan (#540)

* feat: support union type for launch plan

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* fix: format

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* fix: update type label

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* fix: update the format

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* fix: graph has realtime updates as execution progresses (#543)

Signed-off-by: Olga Nad <olga@union.ai>

* fix: make sure groups used in graph aren't undefined (#545)

Signed-off-by: Olga Nad <olga@union.ai>

* Hotfix docker push GHWF (#547)

* Rename upgrade idl workflow

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

* fix docker push wf

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

Co-authored-by: Yuvraj <evalsocket@users.noreply.github.com>

* fix: Graph Center on initial render (#541)

* fix: upgrade react-flow-renderer version

Signed-off-by: James <james@union.ai>

* fix: use setTimeout for queue on the next render

Signed-off-by: James <james@union.ai>

* fix: use one state variable and fitView after nodesChange

Signed-off-by: James <james@union.ai>

* introduce needFitView

* fix: graph edge overlaps nodes (#542)

* fix: upgrade react-flow-renderer version

Signed-off-by: James <james@union.ai>

* fix: use setTimeout for queue on the next render

Signed-off-by: James <james@union.ai>

* fix: use one state variable and fitView after nodesChange

Signed-off-by: James <james@union.ai>

* fix: graph edge overlaps nodes issue

Signed-off-by: James <james@union.ai>

* introduce needFitView

* edge overlap

* fix: flyteconsole tag in ci pipeline  (#550)

* fix tag issue in ci

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

* remove welcome bot from boilerplate config

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

Co-authored-by: Yuvraj <evalsocket@users.noreply.github.com>

* enable docker push for console (#552)

* chore(deps): bump terser from 4.8.0 to 4.8.1 (#548)

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update Flyteidl version (#558)

Signed-off-by: Flyte-Bot <admin@flyte.org>

Signed-off-by: Flyte-Bot <admin@flyte.org>
Co-authored-by: flyte-bot <flyte-bot@users.noreply.github.com>

* fix: fix searchbar X button (#564)

chore: fix searchbar X button

Signed-off-by: Carina Ursu <carina@union.ai>

Signed-off-by: Carina Ursu <carina@union.ai>

* fix: update timeline view to show dynamic wf internals on first render (#562)

* fix: update timeline view to show dynamic wf internals on first render

Signed-off-by: Olga Nad <olga@union.ai>

* fix: update tests and clean up code

Signed-off-by: Olga Nad <olga@union.ai>

* fix: test

Signed-off-by: Olga Nad <olga@union.ai>

Signed-off-by: Olga Nad <olga@union.ai>

* fix: webmanifest missing crossorigin attribute (#566)

Signed-off-by: Carina Ursu <carina@union.ai>

Signed-off-by: Carina Ursu <carina@union.ai>

* fix: console showing subworkflows as unknown (#570)

* fix: console showing subworkflows as unknown

Signed-off-by: Olga Nad <olga@union.ai>

* fix: replace comparison with lodash isEqual

Signed-off-by: Olga Nad <olga@union.ai>

* fix: remove checkIfObjectsAreSame

Signed-off-by: Olga Nad <olga@union.ai>

Signed-off-by: Olga Nad <olga@union.ai>

* fix: Dict value loses 1 trailing character on UI Launch. (#561)

fix: dict lose trailing issue

Signed-off-by: James <james@union.ai>

Signed-off-by: James <james@union.ai>

* fix: launchform validation (#557)

* fix: disable launch button and show validation messaages

Signed-off-by: James <james@union.ai>

* fix: code clean

Signed-off-by: James <james@union.ai>

Signed-off-by: James <james@union.ai>

* fix: integrate timeline and graph tabs wrappers under one component (#572)

* fix: integrate timeline and graph tabs wrappers under one component

Signed-off-by: Olga Nad <olga@union.ai>

* fix: details tab in graph view and clean-up

Signed-off-by: Olga Nad <olga@union.ai>

* fix: old unit tests

Signed-off-by: Olga Nad <olga@union.ai>

* fix: temp filename change

Signed-off-by: Olga Nad <olga@union.ai>

* fix: final filename change

Signed-off-by: Olga Nad <olga@union.ai>

* fix: tsconfig

Signed-off-by: Olga Nad <olga@union.ai>

Signed-off-by: Olga Nad <olga@union.ai>

* chore(deps-dev): bump moment from 2.29.3 to 2.29.4 (#549)

Bumps [moment](https://github.com/moment/moment) from 2.29.3 to 2.29.4.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](moment/moment@2.29.3...2.29.4)

---
updated-dependencies:
- dependency-name: moment
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* added none type in union type (#577)

* added none type in union type

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* udpated the test case

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* fix: fixed eslint

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* fix: correctly coerce `defaultValue` when rendering LaunchPlan details (#578)

fix: correctly coerce defaultValue when rendering LaunchPlan details

Signed-off-by: Rahul Mehta <rahul@theoremlp.com>

Signed-off-by: Rahul Mehta <rahul@theoremlp.com>

* #minor: inputHelpers InputProps (#579)

fix: inputHelpers InputProps

Signed-off-by: Carina Ursu <carina@union.ai>

Signed-off-by: Carina Ursu <carina@union.ai>

* fix: fix test of launchform (#581)

* fix: fix test of launchform

Signed-off-by: James <james@union.ai>

* fix: inputHelpers tests regression

Signed-off-by: Olga Nad <olga@union.ai>

* fix: update tests description

Signed-off-by: Olga Nad <olga@union.ai>

* fix: spelling typo

Signed-off-by: Olga Nad <olga@union.ai>

Signed-off-by: James <james@union.ai>
Signed-off-by: Olga Nad <olga@union.ai>
Co-authored-by: Olga Nad <olga@union.ai>

* Pruning some unused packages (#583)

Signed-off-by: Jason Porter <jason@union.ai>

Signed-off-by: Jason Porter <jason@union.ai>

* feat: minor change (#584)

Minor change

Signed-off-by: Jason Porter <jason@union.ai>

Signed-off-by: Jason Porter <jason@union.ai>

* fix: floor seconds to int in the edge case moment returns it as float (#582)

Signed-off-by: Olga Nad <olga@union.ai>

Signed-off-by: Olga Nad <olga@union.ai>

* Update Flyteidl version (#575)

Signed-off-by: Flyte-Bot <admin@flyte.org>

Signed-off-by: Flyte-Bot <admin@flyte.org>
Co-authored-by: flyte-bot <flyte-bot@users.noreply.github.com>

* fix: add BASE_URL to dev startup, open deeply nested urls (#589)

* fix: add BASE_URL to dev startup, open deeply nested urls

Signed-off-by: Carina Ursu <carina@union.ai>

* fix: remove debug code

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: empty BASE_URL handling

Signed-off-by: Carina Ursu <carina@union.ai>

Signed-off-by: Carina Ursu <carina@union.ai>

* fix: add default disabled state for only mine filter (#585)

* fix: add default disabled state for only mine filter

Signed-off-by: Olga Nad <olga@union.ai>

* fix: tests

Signed-off-by: Olga Nad <olga@union.ai>

* fix: use api context to default filter state

Signed-off-by: Olga Nad <olga@union.ai>

* fix: revert test updates

Signed-off-by: Olga Nad <olga@union.ai>

Signed-off-by: Olga Nad <olga@union.ai>

* Update Flyteidl version (#590)

Signed-off-by: Flyte-Bot <admin@flyte.org>

Signed-off-by: Flyte-Bot <admin@flyte.org>
Co-authored-by: flyte-bot <flyte-bot@users.noreply.github.com>

* Launch plan ref v2 (#601)

* progress

* Fixed

* Removed debug code

Signed-off-by: Jason Porter <jason@union.ai>

Signed-off-by: Jason Porter <jason@union.ai>

* fix: enable deeplinks in development (#602)

chore: enable deeplinks in development

Signed-off-by: Carina Ursu <carina@union.ai>

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: release 1.3.5 (#605)

Signed-off-by: Jason Porter <jason@union.ai>

Signed-off-by: Jason Porter <jason@union.ai>

* fix: node executions stale context for relaunched executions

Signed-off-by: Olga Nad <olga@union.ai>

* fix: remove memoization

Signed-off-by: Olga Nad <olga@union.ai>

* fix: actions test

Signed-off-by: Olga Nad <olga@union.ai>

Signed-off-by: Nastya Rusina <nastya@union.ai>
Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>
Signed-off-by: Olga Nad <olga@union.ai>
Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>
Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>
Signed-off-by: James <james@union.ai>
Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>
Signed-off-by: Flyte-Bot <admin@flyte.org>
Signed-off-by: Carina Ursu <carina@union.ai>
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Rahul Mehta <rahul@theoremlp.com>
Signed-off-by: Jason Porter <jason@union.ai>
Co-authored-by: Nastya Rusina <nastya@union.ai>
Co-authored-by: Nastya <55718143+anrusina@users.noreply.github.com>
Co-authored-by: Carina Ursu <carinaelena@gmail.com>
Co-authored-by: Carina Ursu <carina@union.ai>
Co-authored-by: Eugene Jahn <eugenejahnjahn@gmail.com>
Co-authored-by: apTalya <99441958+apTalya@users.noreply.github.com>
Co-authored-by: Yuvraj <code@evalsocket.dev>
Co-authored-by: Yuvraj <evalsocket@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: james-union <105876962+james-union@users.noreply.github.com>
Co-authored-by: Work <awork@narusina.fritz.box>
Co-authored-by: Nick Müller <nmueller@blackshark.ai>
Co-authored-by: Flyte Bot <admin@flyte.org>
Co-authored-by: flyte-bot <flyte-bot@users.noreply.github.com>
Co-authored-by: Rahul Mehta <98349643+rahul-theorem@users.noreply.github.com>
Co-authored-by: Jason Porter <84735036+jsonporter@users.noreply.github.com>
jsonporter added a commit that referenced this pull request Oct 27, 2022
…#629)

* chore: move src to a new location

Signed-off-by: Nastya Rusina <nastya@union.ai>

* ci: allow branch to be built again

Signed-off-by: Nastya Rusina <nastya@union.ai>

* chore: replace link to github repository to a proper one

Signed-off-by: Nastya Rusina <nastya@union.ai>

* ci: basic test and test-coverage setup

Signed-off-by: Nastya Rusina <nastya@union.ai>

* chore: add first plugin package

Signed-off-by: Nastya Rusina <nastya@union.ai>

* chore: allow to start test from main directory

Signed-off-by: Nastya Rusina <nastya@union.ai>

* ci: update lowest mkdirp version (#423)

Signed-off-by: Nastya Rusina <nastya@union.ai>

* chore: add build scripts for console app (#429)

Signed-off-by: Carina Ursu <carina@union.ai>

Co-authored-by: Carina Ursu <carina@union.ai>

* fix: hide the legend (#435)

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* ci: move storybook related packages to top level (#434)

* 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 <nastya@union.ai>

* fix: fix issue 386 (#437)

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* ci: ensure unified tsconfig and remove mocks, test, stories from build (#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 <nastya@union.ai>

* Make whole row clickable to open TaskExecutionDetails panel (#444)

* fix: issue 398
* fix: prevent parent onclick event trigger

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* ci: allow to start jest config for all project at once (#447)

* minor: unable to view all the workflow versions (#446)

* fix: unable to view all the workflow versions

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

Co-authored-by: Carina Ursu <carina@union.ai>

* chore(tsc): exclude test/stories/mock files only from build (#451)

* chore(tsc): exclude test/stories/mock files only from build

Signed-off-by: Nastya Rusina <nastya@union.ai>

* ci: ensure that webpack too doesn't include test/mock/specs files (#452)

Signed-off-by: Nastya Rusina <nastya@union.ai>

* minor: add support for StructuredDataSet Input/Output type (#445)

* chore: support for StructuredDataSet Input/Output type

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: add tests

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: add package

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: resolving local package issue

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: yarn lock

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: stories

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix associative arrays in copy functionality

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix scalar stories

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: oops

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: revert old viewer to original

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: remove non-null assertion

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix types

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix tests

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix test types

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

Co-authored-by: Carina Ursu <carina@union.ai>

* chore: Provide basic repo structure and ensure that stories, tests, vscode 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 <nastya@union.ai>

* ci: minimize babel presence (#457)

* ci: minimize babel presence

Signed-off-by: Nastya Rusina <nastya@union.ai>

* fix: update node executions to display map tasks (#455)

* 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 <olga@union.ai>

* ci: resolve docker build issues (#462)

* ci: resolve docker build issues
* chore: remove unneeded changes

Signed-off-by: Nastya Rusina <nastya@union.ai>

* Chore: Rebase devmain on top of master (#464)

* fix: ensure that admin version is fully shown (#465)

* chore: fix for console not respecting admin url (#468)

* chore: fix

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: remove console

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: add cherio o=to package

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: add cherio o=to package

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix start prod

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix start prod

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

Co-authored-by: Carina Ursu <carina@union.ai>

* chore: rebase on top of master

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* fix: trigger release #patch (#477)

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* feat: add task version info (#485)

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 <eugenejahnjahn@gmail.com>

Co-authored-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* chore: update Readme with python note + package version update (#486)

Signed-off-by: Nastya Rusina <nastya@union.ai>

Co-authored-by: Nastya Rusina <nastya@union.ai>

* hotfix ci pipeline (#487)

* hotfix ci pipeline

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

* more changes

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

Co-authored-by: Yuvraj <evalsocket@users.noreply.github.com>

* [Mapping][TaskInfo] V.2 - Update Task details to allow check information for child task execution (#467)

* fix: add eventVersion check for map tasks (#484)

* fix: resolve minimist package to v1.2.6 (#492)

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* ci: add flyte-api plugin package (#490)

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* fix: update/add graph related stories (#493)

* fix: separate api auth to plugin folder (#495)

* fix: separate api auth to plugin folder
* chore: for local admin URL is undefined
* chore: update README.md
* test: fix tests + add new ones
* v0.0.2 - release for flyte-api plugin

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* feat: rerun task action in execution page  (#488)

* feat: task rerun done

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* feat: fix initialParameters

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* fix: remove a file

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* feat: rerun task done

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* feat: rerun fix literal type

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* feat: small typo fixed

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* feat: small typo fixed

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* feat: fix test coverage

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* chore: update release version (#501)

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* chore(deps-dev): bump protobufjs from 6.8.9 to 6.11.3 (#502)

Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.8.9 to 6.11.3.
- [Release notes](https://github.com/protobufjs/protobuf.js/releases)
- [Changelog](https://github.com/protobufjs/protobuf.js/blob/v6.11.3/CHANGELOG.md)
- [Commits](https://github.com/protobufjs/protobuf.js/commits/v6.11.3)

---
updated-dependencies:
- dependency-name: protobufjs
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: add package generator for basics/composites/plugins (#503)

* chore: add package generator for basics/composites/plugins

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* Update CONTRIBUTING.md  with package generate info

* fix(bug-508): executions can not be filtered by start time (#509)

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* chore(deps-dev): bump semantic-release from 17.2.3 to 19.0.3 (#510)

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 17.2.3 to 19.0.3.
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](semantic-release/semantic-release@v17.2.3...v19.0.3)

---
updated-dependencies:
- dependency-name: semantic-release
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat: support flyte decks (#504)

* feat: support flyte deck #none

Signed-off-by: James <james@union.ai>

* fix: rebase with master #none

Signed-off-by: James <james@union.ai>

* fix: fix iframe height and api response type; #none

Signed-off-by: James <james@union.ai>

* fix: modal style; #none;

Signed-off-by: James <james@union.ai>

* fix: use env variable for server ssl config #none;

Signed-off-by: James <james@union.ai>

* fix: use h2 instead of h3 for future migration #none

Signed-off-by: James <james@union.ai>

* feat: navbar navigation dropdown (#511)

* feat: navbar navigstion dropdown
* chore: storybook update
* chore: fix test + add base readme

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* chore: support internal/external navigsation better (#513)

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* Update Contributing.md (#515)

Add line how to add nodejs plugin to asdf, to simplify setup

* chore: update navigationDropdown usage (#517)

Signed-off-by: Work <awork@narusina.fritz.box>

Co-authored-by: Work <awork@narusina.fritz.box>

* chore(deps): bump jsdom from 16.4.0 to 16.7.0 (#516)

Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.4.0 to 16.7.0.
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md)
- [Commits](jsdom/jsdom@16.4.0...16.7.0)

---
updated-dependencies:
- dependency-name: jsdom
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat: launch plans list & detail page #none; (#507)

* feat: launch plans list #none;
* fix: launch plan detail page the top navigation header
* fix: added expected inputs and fixed inputs; #none
* fix: remove radio buttons for view all launch plan versions; #none

Signed-off-by: James <james@union.ai>

* chore: release 1.1.3 (#520)

Signed-off-by: Nastya Rusina <nastya@union.ai>

* fix: cache icon fro map task (#519)

* fix: cache icon fro map task
* fix: icon and text center

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* fix: Relaunch form does not persist security context values when changed (#527)

fix: use execution security context in relaunch; #none

Signed-off-by: James <james@union.ai>

* fix: release process (#529)

* fix release process

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

* more changes

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

* more changes

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

* fix workflow

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

Co-authored-by: Yuvraj <evalsocket@users.noreply.github.com>

* fix: fix semantic-release config (#532)

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

* test: fix time sensitive test (#533)

chore: fix test

Signed-off-by: Nastya Rusina <nastya@union.ai>

* Rename upgrade idl workflow (#534)

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

Co-authored-by: Yuvraj <evalsocket@users.noreply.github.com>

* fix: support mapped tasks (#494)

* fix: support mapped tasks #none

Signed-off-by: James <james@union.ai>

* fix: fix comments #none

Signed-off-by: James <james@union.ai>

* fix: fix unit test #none

Signed-off-by: James <james@union.ai>

* fix: add string constants #none

Signed-off-by: James <james@union.ai>

* fix: added test for mapInputHelper #none

Signed-off-by: James <james@union.ai>

* fix: fix test for utils.test.ts #none

Signed-off-by: James <james@union.ai>

* chore: trigger snyk re-run

* fix: multiple keys for mapped types; #none

Signed-off-by: James <james@union.ai>

* chore: storybook item (#530)

Signed-off-by: Nastya Rusina <nastya@union.ai>

* fix: fix validation for duplicate and fix focus issue

Signed-off-by: James <james@union.ai>

* chore: provide previous run values on relaunch

Signed-off-by: Nastya Rusina <nastya@union.ai>

Co-authored-by: Nastya <55718143+anrusina@users.noreply.github.com>
Co-authored-by: Nastya Rusina <nastya@union.ai>

* fix(491): remove favicon package + use favicon.svg by default (#537)

* fix(491): remove favicon package + use favicon.svg by default

Signed-off-by: Nastya Rusina <nastya@union.ai>

* chore: resolve yarn.lock merge conflict

Signed-off-by: Nastya Rusina <nastya@union.ai>

* Fixed undefined task input types access in NodeExecutionActions (#538)

* Fixed undefined task input types access in NodeExecutionActions
Issue occurred due to race condition while loading data, indentical fix applies as for #506

Signed-off-by: Nick Müller <nmueller@blackshark.ai>

* fix: cannot read properties of undefined (#506)

fix: nullref

Signed-off-by: Carina Ursu <carina@union.ai>

Co-authored-by: Carina Ursu <carina@union.ai>
(cherry picked from commit d38b98b)

Signed-off-by: Nick Müller <nmueller@blackshark.ai>

Co-authored-by: Carina Ursu <carinaelena@gmail.com>

* feat: support union type for launch plan (#540)

* feat: support union type for launch plan

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* fix: format

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* fix: update type label

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* fix: update the format

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* fix: graph has realtime updates as execution progresses (#543)

Signed-off-by: Olga Nad <olga@union.ai>

* fix: make sure groups used in graph aren't undefined (#545)

Signed-off-by: Olga Nad <olga@union.ai>

* Hotfix docker push GHWF (#547)

* Rename upgrade idl workflow

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

* fix docker push wf

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

Co-authored-by: Yuvraj <evalsocket@users.noreply.github.com>

* fix: Graph Center on initial render (#541)

* fix: upgrade react-flow-renderer version

Signed-off-by: James <james@union.ai>

* fix: use setTimeout for queue on the next render

Signed-off-by: James <james@union.ai>

* fix: use one state variable and fitView after nodesChange

Signed-off-by: James <james@union.ai>

* introduce needFitView

* fix: graph edge overlaps nodes (#542)

* fix: upgrade react-flow-renderer version

Signed-off-by: James <james@union.ai>

* fix: use setTimeout for queue on the next render

Signed-off-by: James <james@union.ai>

* fix: use one state variable and fitView after nodesChange

Signed-off-by: James <james@union.ai>

* fix: graph edge overlaps nodes issue

Signed-off-by: James <james@union.ai>

* introduce needFitView

* edge overlap

* fix: flyteconsole tag in ci pipeline  (#550)

* fix tag issue in ci

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

* remove welcome bot from boilerplate config

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

Co-authored-by: Yuvraj <evalsocket@users.noreply.github.com>

* enable docker push for console (#552)

* chore(deps): bump terser from 4.8.0 to 4.8.1 (#548)

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update Flyteidl version (#558)

Signed-off-by: Flyte-Bot <admin@flyte.org>

Signed-off-by: Flyte-Bot <admin@flyte.org>
Co-authored-by: flyte-bot <flyte-bot@users.noreply.github.com>

* fix: fix searchbar X button (#564)

chore: fix searchbar X button

Signed-off-by: Carina Ursu <carina@union.ai>

Signed-off-by: Carina Ursu <carina@union.ai>

* fix: update timeline view to show dynamic wf internals on first render (#562)

* fix: update timeline view to show dynamic wf internals on first render

Signed-off-by: Olga Nad <olga@union.ai>

* fix: update tests and clean up code

Signed-off-by: Olga Nad <olga@union.ai>

* fix: test

Signed-off-by: Olga Nad <olga@union.ai>

Signed-off-by: Olga Nad <olga@union.ai>

* fix: webmanifest missing crossorigin attribute (#566)

Signed-off-by: Carina Ursu <carina@union.ai>

Signed-off-by: Carina Ursu <carina@union.ai>

* fix: console showing subworkflows as unknown (#570)

* fix: console showing subworkflows as unknown

Signed-off-by: Olga Nad <olga@union.ai>

* fix: replace comparison with lodash isEqual

Signed-off-by: Olga Nad <olga@union.ai>

* fix: remove checkIfObjectsAreSame

Signed-off-by: Olga Nad <olga@union.ai>

Signed-off-by: Olga Nad <olga@union.ai>

* fix: Dict value loses 1 trailing character on UI Launch. (#561)

fix: dict lose trailing issue

Signed-off-by: James <james@union.ai>

Signed-off-by: James <james@union.ai>

* fix: launchform validation (#557)

* fix: disable launch button and show validation messaages

Signed-off-by: James <james@union.ai>

* fix: code clean

Signed-off-by: James <james@union.ai>

Signed-off-by: James <james@union.ai>

* fix: integrate timeline and graph tabs wrappers under one component (#572)

* fix: integrate timeline and graph tabs wrappers under one component

Signed-off-by: Olga Nad <olga@union.ai>

* fix: details tab in graph view and clean-up

Signed-off-by: Olga Nad <olga@union.ai>

* fix: old unit tests

Signed-off-by: Olga Nad <olga@union.ai>

* fix: temp filename change

Signed-off-by: Olga Nad <olga@union.ai>

* fix: final filename change

Signed-off-by: Olga Nad <olga@union.ai>

* fix: tsconfig

Signed-off-by: Olga Nad <olga@union.ai>

Signed-off-by: Olga Nad <olga@union.ai>

* chore(deps-dev): bump moment from 2.29.3 to 2.29.4 (#549)

Bumps [moment](https://github.com/moment/moment) from 2.29.3 to 2.29.4.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](moment/moment@2.29.3...2.29.4)

---
updated-dependencies:
- dependency-name: moment
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* added none type in union type (#577)

* added none type in union type

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* udpated the test case

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* fix: fixed eslint

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* fix: correctly coerce `defaultValue` when rendering LaunchPlan details (#578)

fix: correctly coerce defaultValue when rendering LaunchPlan details

Signed-off-by: Rahul Mehta <rahul@theoremlp.com>

Signed-off-by: Rahul Mehta <rahul@theoremlp.com>

* #minor: inputHelpers InputProps (#579)

fix: inputHelpers InputProps

Signed-off-by: Carina Ursu <carina@union.ai>

Signed-off-by: Carina Ursu <carina@union.ai>

* fix: fix test of launchform (#581)

* fix: fix test of launchform

Signed-off-by: James <james@union.ai>

* fix: inputHelpers tests regression

Signed-off-by: Olga Nad <olga@union.ai>

* fix: update tests description

Signed-off-by: Olga Nad <olga@union.ai>

* fix: spelling typo

Signed-off-by: Olga Nad <olga@union.ai>

Signed-off-by: James <james@union.ai>
Signed-off-by: Olga Nad <olga@union.ai>
Co-authored-by: Olga Nad <olga@union.ai>

* Pruning some unused packages (#583)

Signed-off-by: Jason Porter <jason@union.ai>

Signed-off-by: Jason Porter <jason@union.ai>

* feat: minor change (#584)

Minor change

Signed-off-by: Jason Porter <jason@union.ai>

Signed-off-by: Jason Porter <jason@union.ai>

* fix: floor seconds to int in the edge case moment returns it as float (#582)

Signed-off-by: Olga Nad <olga@union.ai>

Signed-off-by: Olga Nad <olga@union.ai>

* Update Flyteidl version (#575)

Signed-off-by: Flyte-Bot <admin@flyte.org>

Signed-off-by: Flyte-Bot <admin@flyte.org>
Co-authored-by: flyte-bot <flyte-bot@users.noreply.github.com>

* fix: add BASE_URL to dev startup, open deeply nested urls (#589)

* fix: add BASE_URL to dev startup, open deeply nested urls

Signed-off-by: Carina Ursu <carina@union.ai>

* fix: remove debug code

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: empty BASE_URL handling

Signed-off-by: Carina Ursu <carina@union.ai>

Signed-off-by: Carina Ursu <carina@union.ai>

* fix: add default disabled state for only mine filter (#585)

* fix: add default disabled state for only mine filter

Signed-off-by: Olga Nad <olga@union.ai>

* fix: tests

Signed-off-by: Olga Nad <olga@union.ai>

* fix: use api context to default filter state

Signed-off-by: Olga Nad <olga@union.ai>

* fix: revert test updates

Signed-off-by: Olga Nad <olga@union.ai>

Signed-off-by: Olga Nad <olga@union.ai>

* Update Flyteidl version (#590)

Signed-off-by: Flyte-Bot <admin@flyte.org>

Signed-off-by: Flyte-Bot <admin@flyte.org>
Co-authored-by: flyte-bot <flyte-bot@users.noreply.github.com>

* Launch plan ref v2 (#601)

* progress

* Fixed

* Removed debug code

Signed-off-by: Jason Porter <jason@union.ai>

Signed-off-by: Jason Porter <jason@union.ai>

* fix: enable deeplinks in development (#602)

chore: enable deeplinks in development

Signed-off-by: Carina Ursu <carina@union.ai>

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: release 1.3.5 (#605)

Signed-off-by: Jason Porter <jason@union.ai>

Signed-off-by: Jason Porter <jason@union.ai>

* fix: failing/empty graph and timeline tabs upon relaunch data updates

Signed-off-by: Olga Nad <olga@union.ai>

Signed-off-by: Nastya Rusina <nastya@union.ai>
Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>
Signed-off-by: Olga Nad <olga@union.ai>
Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>
Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>
Signed-off-by: James <james@union.ai>
Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>
Signed-off-by: Flyte-Bot <admin@flyte.org>
Signed-off-by: Carina Ursu <carina@union.ai>
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Rahul Mehta <rahul@theoremlp.com>
Signed-off-by: Jason Porter <jason@union.ai>
Co-authored-by: Nastya Rusina <nastya@union.ai>
Co-authored-by: Nastya <55718143+anrusina@users.noreply.github.com>
Co-authored-by: Carina Ursu <carinaelena@gmail.com>
Co-authored-by: Carina Ursu <carina@union.ai>
Co-authored-by: Eugene Jahn <eugenejahnjahn@gmail.com>
Co-authored-by: apTalya <99441958+apTalya@users.noreply.github.com>
Co-authored-by: Yuvraj <code@evalsocket.dev>
Co-authored-by: Yuvraj <evalsocket@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: james-union <105876962+james-union@users.noreply.github.com>
Co-authored-by: Work <awork@narusina.fritz.box>
Co-authored-by: Nick Müller <nmueller@blackshark.ai>
Co-authored-by: Flyte Bot <admin@flyte.org>
Co-authored-by: flyte-bot <flyte-bot@users.noreply.github.com>
Co-authored-by: Rahul Mehta <98349643+rahul-theorem@users.noreply.github.com>
Co-authored-by: Jason Porter <84735036+jsonporter@users.noreply.github.com>
jsonporter added a commit that referenced this pull request Nov 2, 2022
* chore: move src to a new location

Signed-off-by: Nastya Rusina <nastya@union.ai>

* ci: allow branch to be built again

Signed-off-by: Nastya Rusina <nastya@union.ai>

* chore: replace link to github repository to a proper one

Signed-off-by: Nastya Rusina <nastya@union.ai>

* ci: basic test and test-coverage setup

Signed-off-by: Nastya Rusina <nastya@union.ai>

* chore: add first plugin package

Signed-off-by: Nastya Rusina <nastya@union.ai>

* chore: allow to start test from main directory

Signed-off-by: Nastya Rusina <nastya@union.ai>

* ci: update lowest mkdirp version (#423)

Signed-off-by: Nastya Rusina <nastya@union.ai>

* chore: add build scripts for console app (#429)

Signed-off-by: Carina Ursu <carina@union.ai>

Co-authored-by: Carina Ursu <carina@union.ai>

* fix: hide the legend (#435)

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* ci: move storybook related packages to top level (#434)

* 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 <nastya@union.ai>

* fix: fix issue 386 (#437)

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* ci: ensure unified tsconfig and remove mocks, test, stories from build (#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 <nastya@union.ai>

* Make whole row clickable to open TaskExecutionDetails panel (#444)

* fix: issue 398
* fix: prevent parent onclick event trigger

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* ci: allow to start jest config for all project at once (#447)

* minor: unable to view all the workflow versions (#446)

* fix: unable to view all the workflow versions

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

Co-authored-by: Carina Ursu <carina@union.ai>

* chore(tsc): exclude test/stories/mock files only from build (#451)

* chore(tsc): exclude test/stories/mock files only from build

Signed-off-by: Nastya Rusina <nastya@union.ai>

* ci: ensure that webpack too doesn't include test/mock/specs files (#452)

Signed-off-by: Nastya Rusina <nastya@union.ai>

* minor: add support for StructuredDataSet Input/Output type (#445)

* chore: support for StructuredDataSet Input/Output type

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: add tests

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: add package

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: resolving local package issue

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: yarn lock

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: stories

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix associative arrays in copy functionality

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix scalar stories

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: oops

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: revert old viewer to original

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: remove non-null assertion

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix types

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix tests

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix test types

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

Co-authored-by: Carina Ursu <carina@union.ai>

* chore: Provide basic repo structure and ensure that stories, tests, vscode 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 <nastya@union.ai>

* ci: minimize babel presence (#457)

* ci: minimize babel presence

Signed-off-by: Nastya Rusina <nastya@union.ai>

* fix: update node executions to display map tasks (#455)

* 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 <olga@union.ai>

* ci: resolve docker build issues (#462)

* ci: resolve docker build issues
* chore: remove unneeded changes

Signed-off-by: Nastya Rusina <nastya@union.ai>

* Chore: Rebase devmain on top of master (#464)

* fix: ensure that admin version is fully shown (#465)

* chore: fix for console not respecting admin url (#468)

* chore: fix

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: remove console

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: add cherio o=to package

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: add cherio o=to package

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix start prod

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: fix start prod

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: cleanup

Signed-off-by: Carina Ursu <carina@union.ai>

Co-authored-by: Carina Ursu <carina@union.ai>

* chore: rebase on top of master

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* fix: trigger release #patch (#477)

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* feat: add task version info (#485)

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 <eugenejahnjahn@gmail.com>

Co-authored-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* chore: update Readme with python note + package version update (#486)

Signed-off-by: Nastya Rusina <nastya@union.ai>

Co-authored-by: Nastya Rusina <nastya@union.ai>

* hotfix ci pipeline (#487)

* hotfix ci pipeline

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

* more changes

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

Co-authored-by: Yuvraj <evalsocket@users.noreply.github.com>

* [Mapping][TaskInfo] V.2 - Update Task details to allow check information for child task execution (#467)

* fix: add eventVersion check for map tasks (#484)

* fix: resolve minimist package to v1.2.6 (#492)

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* ci: add flyte-api plugin package (#490)

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* fix: update/add graph related stories (#493)

* fix: separate api auth to plugin folder (#495)

* fix: separate api auth to plugin folder
* chore: for local admin URL is undefined
* chore: update README.md
* test: fix tests + add new ones
* v0.0.2 - release for flyte-api plugin

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* feat: rerun task action in execution page  (#488)

* feat: task rerun done

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* feat: fix initialParameters

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* fix: remove a file

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* feat: rerun task done

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* feat: rerun fix literal type

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* feat: small typo fixed

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* feat: small typo fixed

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* feat: fix test coverage

Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>

* chore: update release version (#501)

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* chore(deps-dev): bump protobufjs from 6.8.9 to 6.11.3 (#502)

Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.8.9 to 6.11.3.
- [Release notes](https://github.com/protobufjs/protobuf.js/releases)
- [Changelog](https://github.com/protobufjs/protobuf.js/blob/v6.11.3/CHANGELOG.md)
- [Commits](https://github.com/protobufjs/protobuf.js/commits/v6.11.3)

---
updated-dependencies:
- dependency-name: protobufjs
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: add package generator for basics/composites/plugins (#503)

* chore: add package generator for basics/composites/plugins

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* Update CONTRIBUTING.md  with package generate info

* fix(bug-508): executions can not be filtered by start time (#509)

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* chore(deps-dev): bump semantic-release from 17.2.3 to 19.0.3 (#510)

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 17.2.3 to 19.0.3.
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](semantic-release/semantic-release@v17.2.3...v19.0.3)

---
updated-dependencies:
- dependency-name: semantic-release
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat: support flyte decks (#504)

* feat: support flyte deck #none

Signed-off-by: James <james@union.ai>

* fix: rebase with master #none

Signed-off-by: James <james@union.ai>

* fix: fix iframe height and api response type; #none

Signed-off-by: James <james@union.ai>

* fix: modal style; #none;

Signed-off-by: James <james@union.ai>

* fix: use env variable for server ssl config #none;

Signed-off-by: James <james@union.ai>

* fix: use h2 instead of h3 for future migration #none

Signed-off-by: James <james@union.ai>

* feat: navbar navigation dropdown (#511)

* feat: navbar navigstion dropdown
* chore: storybook update
* chore: fix test + add base readme

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* chore: support internal/external navigsation better (#513)

Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>

* Update Contributing.md (#515)

Add line how to add nodejs plugin to asdf, to simplify setup

* chore: update navigationDropdown usage (#517)

Signed-off-by: Work <awork@narusina.fritz.box>

Co-authored-by: Work <awork@narusina.fritz.box>

* chore(deps): bump jsdom from 16.4.0 to 16.7.0 (#516)

Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.4.0 to 16.7.0.
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md)
- [Commits](jsdom/jsdom@16.4.0...16.7.0)

---
updated-dependencies:
- dependency-name: jsdom
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat: launch plans list & detail page #none; (#507)

* feat: launch plans list #none;
* fix: launch plan detail page the top navigation header
* fix: added expected inputs and fixed inputs; #none
* fix: remove radio buttons for view all launch plan versions; #none

Signed-off-by: James <james@union.ai>

* chore: release 1.1.3 (#520)

Signed-off-by: Nastya Rusina <nastya@union.ai>

* fix: cache icon fro map task (#519)

* fix: cache icon fro map task
* fix: icon and text center

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* fix: Relaunch form does not persist security context values when changed (#527)

fix: use execution security context in relaunch; #none

Signed-off-by: James <james@union.ai>

* fix: release process (#529)

* fix release process

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

* more changes

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

* more changes

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

* fix workflow

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

Co-authored-by: Yuvraj <evalsocket@users.noreply.github.com>

* fix: fix semantic-release config (#532)

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

* test: fix time sensitive test (#533)

chore: fix test

Signed-off-by: Nastya Rusina <nastya@union.ai>

* Rename upgrade idl workflow (#534)

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

Co-authored-by: Yuvraj <evalsocket@users.noreply.github.com>

* fix: support mapped tasks (#494)

* fix: support mapped tasks #none

Signed-off-by: James <james@union.ai>

* fix: fix comments #none

Signed-off-by: James <james@union.ai>

* fix: fix unit test #none

Signed-off-by: James <james@union.ai>

* fix: add string constants #none

Signed-off-by: James <james@union.ai>

* fix: added test for mapInputHelper #none

Signed-off-by: James <james@union.ai>

* fix: fix test for utils.test.ts #none

Signed-off-by: James <james@union.ai>

* chore: trigger snyk re-run

* fix: multiple keys for mapped types; #none

Signed-off-by: James <james@union.ai>

* chore: storybook item (#530)

Signed-off-by: Nastya Rusina <nastya@union.ai>

* fix: fix validation for duplicate and fix focus issue

Signed-off-by: James <james@union.ai>

* chore: provide previous run values on relaunch

Signed-off-by: Nastya Rusina <nastya@union.ai>

Co-authored-by: Nastya <55718143+anrusina@users.noreply.github.com>
Co-authored-by: Nastya Rusina <nastya@union.ai>

* fix(491): remove favicon package + use favicon.svg by default (#537)

* fix(491): remove favicon package + use favicon.svg by default

Signed-off-by: Nastya Rusina <nastya@union.ai>

* chore: resolve yarn.lock merge conflict

Signed-off-by: Nastya Rusina <nastya@union.ai>

* Fixed undefined task input types access in NodeExecutionActions (#538)

* Fixed undefined task input types access in NodeExecutionActions
Issue occurred due to race condition while loading data, indentical fix applies as for #506

Signed-off-by: Nick Müller <nmueller@blackshark.ai>

* fix: cannot read properties of undefined (#506)

fix: nullref

Signed-off-by: Carina Ursu <carina@union.ai>

Co-authored-by: Carina Ursu <carina@union.ai>
(cherry picked from commit d38b98b)

Signed-off-by: Nick Müller <nmueller@blackshark.ai>

Co-authored-by: Carina Ursu <carinaelena@gmail.com>

* feat: support union type for launch plan (#540)

* feat: support union type for launch plan

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* fix: format

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* fix: update type label

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* fix: update the format

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* fix: graph has realtime updates as execution progresses (#543)

Signed-off-by: Olga Nad <olga@union.ai>

* fix: make sure groups used in graph aren't undefined (#545)

Signed-off-by: Olga Nad <olga@union.ai>

* Hotfix docker push GHWF (#547)

* Rename upgrade idl workflow

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

* fix docker push wf

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

Co-authored-by: Yuvraj <evalsocket@users.noreply.github.com>

* fix: Graph Center on initial render (#541)

* fix: upgrade react-flow-renderer version

Signed-off-by: James <james@union.ai>

* fix: use setTimeout for queue on the next render

Signed-off-by: James <james@union.ai>

* fix: use one state variable and fitView after nodesChange

Signed-off-by: James <james@union.ai>

* introduce needFitView

* fix: graph edge overlaps nodes (#542)

* fix: upgrade react-flow-renderer version

Signed-off-by: James <james@union.ai>

* fix: use setTimeout for queue on the next render

Signed-off-by: James <james@union.ai>

* fix: use one state variable and fitView after nodesChange

Signed-off-by: James <james@union.ai>

* fix: graph edge overlaps nodes issue

Signed-off-by: James <james@union.ai>

* introduce needFitView

* edge overlap

* fix: flyteconsole tag in ci pipeline  (#550)

* fix tag issue in ci

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

* remove welcome bot from boilerplate config

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

Co-authored-by: Yuvraj <evalsocket@users.noreply.github.com>

* enable docker push for console (#552)

* chore(deps): bump terser from 4.8.0 to 4.8.1 (#548)

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update Flyteidl version (#558)

Signed-off-by: Flyte-Bot <admin@flyte.org>

Signed-off-by: Flyte-Bot <admin@flyte.org>
Co-authored-by: flyte-bot <flyte-bot@users.noreply.github.com>

* fix: fix searchbar X button (#564)

chore: fix searchbar X button

Signed-off-by: Carina Ursu <carina@union.ai>

Signed-off-by: Carina Ursu <carina@union.ai>

* fix: update timeline view to show dynamic wf internals on first render (#562)

* fix: update timeline view to show dynamic wf internals on first render

Signed-off-by: Olga Nad <olga@union.ai>

* fix: update tests and clean up code

Signed-off-by: Olga Nad <olga@union.ai>

* fix: test

Signed-off-by: Olga Nad <olga@union.ai>

Signed-off-by: Olga Nad <olga@union.ai>

* fix: webmanifest missing crossorigin attribute (#566)

Signed-off-by: Carina Ursu <carina@union.ai>

Signed-off-by: Carina Ursu <carina@union.ai>

* fix: console showing subworkflows as unknown (#570)

* fix: console showing subworkflows as unknown

Signed-off-by: Olga Nad <olga@union.ai>

* fix: replace comparison with lodash isEqual

Signed-off-by: Olga Nad <olga@union.ai>

* fix: remove checkIfObjectsAreSame

Signed-off-by: Olga Nad <olga@union.ai>

Signed-off-by: Olga Nad <olga@union.ai>

* fix: Dict value loses 1 trailing character on UI Launch. (#561)

fix: dict lose trailing issue

Signed-off-by: James <james@union.ai>

Signed-off-by: James <james@union.ai>

* fix: launchform validation (#557)

* fix: disable launch button and show validation messaages

Signed-off-by: James <james@union.ai>

* fix: code clean

Signed-off-by: James <james@union.ai>

Signed-off-by: James <james@union.ai>

* fix: integrate timeline and graph tabs wrappers under one component (#572)

* fix: integrate timeline and graph tabs wrappers under one component

Signed-off-by: Olga Nad <olga@union.ai>

* fix: details tab in graph view and clean-up

Signed-off-by: Olga Nad <olga@union.ai>

* fix: old unit tests

Signed-off-by: Olga Nad <olga@union.ai>

* fix: temp filename change

Signed-off-by: Olga Nad <olga@union.ai>

* fix: final filename change

Signed-off-by: Olga Nad <olga@union.ai>

* fix: tsconfig

Signed-off-by: Olga Nad <olga@union.ai>

Signed-off-by: Olga Nad <olga@union.ai>

* chore(deps-dev): bump moment from 2.29.3 to 2.29.4 (#549)

Bumps [moment](https://github.com/moment/moment) from 2.29.3 to 2.29.4.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](moment/moment@2.29.3...2.29.4)

---
updated-dependencies:
- dependency-name: moment
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* added none type in union type (#577)

* added none type in union type

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* udpated the test case

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* fix: fixed eslint

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>

* fix: correctly coerce `defaultValue` when rendering LaunchPlan details (#578)

fix: correctly coerce defaultValue when rendering LaunchPlan details

Signed-off-by: Rahul Mehta <rahul@theoremlp.com>

Signed-off-by: Rahul Mehta <rahul@theoremlp.com>

* #minor: inputHelpers InputProps (#579)

fix: inputHelpers InputProps

Signed-off-by: Carina Ursu <carina@union.ai>

Signed-off-by: Carina Ursu <carina@union.ai>

* fix: fix test of launchform (#581)

* fix: fix test of launchform

Signed-off-by: James <james@union.ai>

* fix: inputHelpers tests regression

Signed-off-by: Olga Nad <olga@union.ai>

* fix: update tests description

Signed-off-by: Olga Nad <olga@union.ai>

* fix: spelling typo

Signed-off-by: Olga Nad <olga@union.ai>

Signed-off-by: James <james@union.ai>
Signed-off-by: Olga Nad <olga@union.ai>
Co-authored-by: Olga Nad <olga@union.ai>

* Pruning some unused packages (#583)

Signed-off-by: Jason Porter <jason@union.ai>

Signed-off-by: Jason Porter <jason@union.ai>

* feat: minor change (#584)

Minor change

Signed-off-by: Jason Porter <jason@union.ai>

Signed-off-by: Jason Porter <jason@union.ai>

* fix: floor seconds to int in the edge case moment returns it as float (#582)

Signed-off-by: Olga Nad <olga@union.ai>

Signed-off-by: Olga Nad <olga@union.ai>

* Update Flyteidl version (#575)

Signed-off-by: Flyte-Bot <admin@flyte.org>

Signed-off-by: Flyte-Bot <admin@flyte.org>
Co-authored-by: flyte-bot <flyte-bot@users.noreply.github.com>

* fix: add BASE_URL to dev startup, open deeply nested urls (#589)

* fix: add BASE_URL to dev startup, open deeply nested urls

Signed-off-by: Carina Ursu <carina@union.ai>

* fix: remove debug code

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: empty BASE_URL handling

Signed-off-by: Carina Ursu <carina@union.ai>

Signed-off-by: Carina Ursu <carina@union.ai>

* fix: add default disabled state for only mine filter (#585)

* fix: add default disabled state for only mine filter

Signed-off-by: Olga Nad <olga@union.ai>

* fix: tests

Signed-off-by: Olga Nad <olga@union.ai>

* fix: use api context to default filter state

Signed-off-by: Olga Nad <olga@union.ai>

* fix: revert test updates

Signed-off-by: Olga Nad <olga@union.ai>

Signed-off-by: Olga Nad <olga@union.ai>

* Update Flyteidl version (#590)

Signed-off-by: Flyte-Bot <admin@flyte.org>

Signed-off-by: Flyte-Bot <admin@flyte.org>
Co-authored-by: flyte-bot <flyte-bot@users.noreply.github.com>

* Launch plan ref v2 (#601)

* progress

* Fixed

* Removed debug code

Signed-off-by: Jason Porter <jason@union.ai>

Signed-off-by: Jason Porter <jason@union.ai>

* fix: enable deeplinks in development (#602)

chore: enable deeplinks in development

Signed-off-by: Carina Ursu <carina@union.ai>

Signed-off-by: Carina Ursu <carina@union.ai>

* chore: release 1.3.5 (#605)

Signed-off-by: Jason Porter <jason@union.ai>

Signed-off-by: Jason Porter <jason@union.ai>

* fix: infinity loop when opening up details on sub-workflow

Signed-off-by: Olga Nad <olga@union.ai>

Signed-off-by: Nastya Rusina <nastya@union.ai>
Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>
Signed-off-by: Olga Nad <olga@union.ai>
Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>
Signed-off-by: Eugene Jahn <eugenejahnjahn@gmail.com>
Signed-off-by: James <james@union.ai>
Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>
Signed-off-by: Flyte-Bot <admin@flyte.org>
Signed-off-by: Carina Ursu <carina@union.ai>
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Rahul Mehta <rahul@theoremlp.com>
Signed-off-by: Jason Porter <jason@union.ai>
Co-authored-by: Nastya Rusina <nastya@union.ai>
Co-authored-by: Nastya <55718143+anrusina@users.noreply.github.com>
Co-authored-by: Carina Ursu <carinaelena@gmail.com>
Co-authored-by: Carina Ursu <carina@union.ai>
Co-authored-by: Eugene Jahn <eugenejahnjahn@gmail.com>
Co-authored-by: apTalya <99441958+apTalya@users.noreply.github.com>
Co-authored-by: Yuvraj <code@evalsocket.dev>
Co-authored-by: Yuvraj <evalsocket@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: james-union <105876962+james-union@users.noreply.github.com>
Co-authored-by: Work <awork@narusina.fritz.box>
Co-authored-by: Nick Müller <nmueller@blackshark.ai>
Co-authored-by: Flyte Bot <admin@flyte.org>
Co-authored-by: flyte-bot <flyte-bot@users.noreply.github.com>
Co-authored-by: Rahul Mehta <98349643+rahul-theorem@users.noreply.github.com>
Co-authored-by: Jason Porter <84735036+jsonporter@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
4 participants