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

feat: Unified workflows list UI and API #11121

Merged
merged 27 commits into from
Jul 10, 2023

Commits on May 22, 2023

  1. feat: wip

    Signed-off-by: Yuan Tang <[email protected]>
    terrytangyuan committed May 22, 2023
    Configuration menu
    Copy the full SHA
    234b09f View commit details
    Browse the repository at this point in the history
  2. fix: return complete wfs

    Signed-off-by: Yuan Tang <[email protected]>
    terrytangyuan committed May 22, 2023
    Configuration menu
    Copy the full SHA
    86c4102 View commit details
    Browse the repository at this point in the history
  3. fix: add archived column

    Signed-off-by: Yuan Tang <[email protected]>
    terrytangyuan committed May 22, 2023
    Configuration menu
    Copy the full SHA
    0ab6747 View commit details
    Browse the repository at this point in the history
  4. fix: true or false

    Signed-off-by: Yuan Tang <[email protected]>
    terrytangyuan committed May 22, 2023
    Configuration menu
    Copy the full SHA
    2988184 View commit details
    Browse the repository at this point in the history
  5. fix: remove archived-wf from UI

    Signed-off-by: Yuan Tang <[email protected]>
    terrytangyuan committed May 22, 2023
    Configuration menu
    Copy the full SHA
    3d9185e View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. fix: fix wf detail

    Signed-off-by: Yuan Tang <[email protected]>
    terrytangyuan committed May 23, 2023
    Configuration menu
    Copy the full SHA
    d267bab View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. fix: fix

    Signed-off-by: Yuan Tang <[email protected]>
    terrytangyuan committed May 24, 2023
    Configuration menu
    Copy the full SHA
    9cbdb59 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. feat: Add delete popup

    Signed-off-by: Yuan Tang <[email protected]>
    terrytangyuan committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    5e2f5eb View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. fix: check if wf is in both

    Signed-off-by: Yuan Tang <[email protected]>
    terrytangyuan committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    ed6542a View commit details
    Browse the repository at this point in the history
  2. fix: redirect after deletion

    Signed-off-by: Yuan Tang <[email protected]>
    terrytangyuan committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    fb4fd14 View commit details
    Browse the repository at this point in the history
  3. fix: edge cases

    Signed-off-by: Yuan Tang <[email protected]>
    terrytangyuan committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    50b2e08 View commit details
    Browse the repository at this point in the history
  4. fix: wip

    Signed-off-by: Yuan Tang <[email protected]>
    terrytangyuan committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    ae040e8 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. fix: wip

    Signed-off-by: Yuan Tang <[email protected]>
    terrytangyuan committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    5f67f7b View commit details
    Browse the repository at this point in the history
  2. fix: wip

    Signed-off-by: Yuan Tang <[email protected]>
    terrytangyuan committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    add32f3 View commit details
    Browse the repository at this point in the history
  3. fix: blank page

    Signed-off-by: Yuan Tang <[email protected]>
    terrytangyuan committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    351cc5c View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2023

  1. fix: couple of fixes and TODO

    Signed-off-by: Yuan Tang <[email protected]>
    terrytangyuan committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    8a89cb5 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2023

  1. fix: working with global var instead of state

    Signed-off-by: Yuan Tang <[email protected]>
    terrytangyuan committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    b51d810 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2023

  1. fix: feedback

    Signed-off-by: Yuan Tang <[email protected]>
    terrytangyuan committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    544aefb View commit details
    Browse the repository at this point in the history
  2. fix: Address feedback

    Signed-off-by: Yuan Tang <[email protected]>
    terrytangyuan committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    cb9ca5c View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2023

  1. fix: undo temporary changes

    Signed-off-by: Yuan Tang <[email protected]>
    terrytangyuan committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    a92363f View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. fix: print error

    Signed-off-by: Yuan Tang <[email protected]>
    terrytangyuan committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    a4be657 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    a4ed8ad View commit details
    Browse the repository at this point in the history
  2. fix: use 0 instead of -1

    Signed-off-by: Yuan Tang <[email protected]>
    terrytangyuan committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    84d778f View commit details
    Browse the repository at this point in the history
  3. fix: Add missing list meta

    Signed-off-by: Yuan Tang <[email protected]>
    terrytangyuan committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    4e53ada View commit details
    Browse the repository at this point in the history
  4. fix: simplify

    Signed-off-by: Yuan Tang <[email protected]>
    terrytangyuan committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    b6b15ec View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2023

  1. fix: keep sorting

    Signed-off-by: Yuan Tang <[email protected]>
    terrytangyuan committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    f6df909 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. fix: Consistent result and test correctness

    Signed-off-by: Yuan Tang <[email protected]>
    terrytangyuan committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    2461b7c View commit details
    Browse the repository at this point in the history