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

Chore: Rebase devmain on top of master #464

Merged
merged 30 commits into from
May 13, 2022
Merged

Commits on Apr 26, 2022

  1. perf: Release 1.0 (#424)

    Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com>
    EngHabu authored Apr 26, 2022
    Configuration menu
    Copy the full SHA
    73ec83f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6c6f8f View commit details
    Browse the repository at this point in the history
  3. BREAKING CHANGE: Release 1.0 (#425)

    Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com>
    EngHabu authored Apr 26, 2022
    Configuration menu
    Copy the full SHA
    f1d53c1 View commit details
    Browse the repository at this point in the history
  4. chore: release 1.0 again BREAKING CHANGE (#426)

    BREAKING CHANGE: BREAKING CHANGE
    Signed-off-by: Nastya Rusina <nastya@union.ai>
    anrusina authored Apr 26, 2022
    Configuration menu
    Copy the full SHA
    73dff24 View commit details
    Browse the repository at this point in the history
  5. chore(release): Release 1.0.0 [skip ci]

    # [1.0.0](http://github.com/lyft/flyteconsole/compare/v0.55.1...v1.0.0) (2022-04-26)
    
    ### chore
    
    * release 1.0 again BREAKING CHANGE ([#426](http://github.com/lyft/flyteconsole/issues/426)) ([73dff24](http://github.com/lyft/flyteconsole/commit/73dff24557c450eb8f32c91a249067e9ebe5a4fb))
    
    ### BREAKING CHANGES
    
    * BREAKING CHANGE
    Signed-off-by: Nastya Rusina <nastya@union.ai>
    flyte-bot committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    39c0c07 View commit details
    Browse the repository at this point in the history
  6. Ci added for devmain branch (#428)

    Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>
    
    Co-authored-by: Yuvraj <evalsocket@users.noreply.github.com>
    yindia and Yuvraj authored Apr 26, 2022
    Configuration menu
    Copy the full SHA
    16c0721 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. chore: move src to a new location

    Signed-off-by: Nastya Rusina <nastya@union.ai>
    anrusina committed May 13, 2022
    Configuration menu
    Copy the full SHA
    7110268 View commit details
    Browse the repository at this point in the history
  2. ci: allow branch to be built again

    Signed-off-by: Nastya Rusina <nastya@union.ai>
    anrusina committed May 13, 2022
    Configuration menu
    Copy the full SHA
    0fa448f View commit details
    Browse the repository at this point in the history
  3. chore: replace link to github repository to a proper one

    Signed-off-by: Nastya Rusina <nastya@union.ai>
    anrusina committed May 13, 2022
    Configuration menu
    Copy the full SHA
    e576059 View commit details
    Browse the repository at this point in the history
  4. ci: basic test and test-coverage setup

    Signed-off-by: Nastya Rusina <nastya@union.ai>
    anrusina committed May 13, 2022
    Configuration menu
    Copy the full SHA
    e0d4508 View commit details
    Browse the repository at this point in the history
  5. chore: add first plugin package

    Signed-off-by: Nastya Rusina <nastya@union.ai>
    anrusina committed May 13, 2022
    Configuration menu
    Copy the full SHA
    81059df View commit details
    Browse the repository at this point in the history
  6. chore: allow to start test from main directory

    Signed-off-by: Nastya Rusina <nastya@union.ai>
    anrusina committed May 13, 2022
    Configuration menu
    Copy the full SHA
    a33f606 View commit details
    Browse the repository at this point in the history
  7. ci: update lowest mkdirp version (#423)

    Signed-off-by: Nastya Rusina <nastya@union.ai>
    anrusina committed May 13, 2022
    Configuration menu
    Copy the full SHA
    48a55db View commit details
    Browse the repository at this point in the history
  8. chore: add build scripts for console app (#429)

    Signed-off-by: Carina Ursu <carina@union.ai>
    
    Co-authored-by: Carina Ursu <carina@union.ai>
    2 people authored and anrusina committed May 13, 2022
    Configuration menu
    Copy the full SHA
    bc473e5 View commit details
    Browse the repository at this point in the history
  9. fix: hide the legend (#435)

    Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>
    eugenejahn authored and anrusina committed May 13, 2022
    Configuration menu
    Copy the full SHA
    09cb2e3 View commit details
    Browse the repository at this point in the history
  10. 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>
    anrusina committed May 13, 2022
    Configuration menu
    Copy the full SHA
    1e2b554 View commit details
    Browse the repository at this point in the history
  11. fix: fix issue 386 (#437)

    Signed-off-by: eugenejahn <eugenejahnjahn@gmail.com>
    eugenejahn authored and anrusina committed May 13, 2022
    Configuration menu
    Copy the full SHA
    e60f660 View commit details
    Browse the repository at this point in the history
  12. 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>
    anrusina committed May 13, 2022
    Configuration menu
    Copy the full SHA
    9f81ec5 View commit details
    Browse the repository at this point in the history
  13. 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>
    eugenejahn authored and anrusina committed May 13, 2022
    Configuration menu
    Copy the full SHA
    ff75305 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    604f852 View commit details
    Browse the repository at this point in the history
  15. 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>
    2 people authored and anrusina committed May 13, 2022
    Configuration menu
    Copy the full SHA
    6ec03c0 View commit details
    Browse the repository at this point in the history
  16. 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>
    anrusina committed May 13, 2022
    Configuration menu
    Copy the full SHA
    448ef5f View commit details
    Browse the repository at this point in the history
  17. ci: ensure that webpack too doesn't include test/mock/specs files (#452)

    Signed-off-by: Nastya Rusina <nastya@union.ai>
    anrusina committed May 13, 2022
    Configuration menu
    Copy the full SHA
    c36de88 View commit details
    Browse the repository at this point in the history
  18. 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>
    2 people authored and anrusina committed May 13, 2022
    Configuration menu
    Copy the full SHA
    394c480 View commit details
    Browse the repository at this point in the history
  19. chore: Provide basic repo structure and ensure that stories, tests, v…

    …scode setup properly (#458)
    
    * chore: separate AppInfo
    * chore: vscode properly understands @flyteconsole
    * chore: add basics/locale entry
    * test: add storybooks and tests
    * test: fix istanbul test-coverage issue by binding babel versions
    
    Signed-off-by: Nastya Rusina <nastya@union.ai>
    anrusina committed May 13, 2022
    Configuration menu
    Copy the full SHA
    31e63c8 View commit details
    Browse the repository at this point in the history
  20. ci: minimize babel presence (#457)

    * ci: minimize babel presence
    
    Signed-off-by: Nastya Rusina <nastya@union.ai>
    anrusina committed May 13, 2022
    Configuration menu
    Copy the full SHA
    686f3cc View commit details
    Browse the repository at this point in the history
  21. 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>
    olga-union authored and anrusina committed May 13, 2022
    Configuration menu
    Copy the full SHA
    7bed57e View commit details
    Browse the repository at this point in the history
  22. ci: resolve docker build issues (#462)

    * ci: resolve docker build issues
    * chore: remove unneeded changes
    
    Signed-off-by: Nastya Rusina <nastya@union.ai>
    anrusina committed May 13, 2022
    Configuration menu
    Copy the full SHA
    8544389 View commit details
    Browse the repository at this point in the history
  23. chore: update package version

    Signed-off-by: Nastya Rusina <nastya@union.ai>
    anrusina committed May 13, 2022
    Configuration menu
    Copy the full SHA
    9d6a4b3 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    ad6245c View commit details
    Browse the repository at this point in the history