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

Add flow_framework namespace specs #553

Merged
merged 21 commits into from
Sep 6, 2024

Commits on Sep 4, 2024

  1. add flow framework create

    Signed-off-by: Junwei Dai <[email protected]>
    Junwei Dai committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    e6a0c9e View commit details
    Browse the repository at this point in the history
  2. add flow framework delete

    Signed-off-by: Junwei Dai <[email protected]>
    Junwei Dai committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    62e0fd9 View commit details
    Browse the repository at this point in the history
  3. add flow framework put and get

    Signed-off-by: Junwei Dai <[email protected]>
    Junwei Dai committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    a451624 View commit details
    Browse the repository at this point in the history
  4. add changelog info

    Signed-off-by: Junwei Dai <[email protected]>
    Junwei Dai committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    accea08 View commit details
    Browse the repository at this point in the history
  5. fix mistype error

    refactor:
    1.add epilogues that deletes the workflow if it was created.
    2.rewrite all the  'whether'
    3. remove empty lines
    4. add validation enum
    
    Signed-off-by: Junwei Dai <[email protected]>
    Junwei Dai committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    1c133f1 View commit details
    Browse the repository at this point in the history
  6. refactor:

    add version to flow framework and test
    
    Signed-off-by: Junwei Dai <[email protected]>
    Junwei Dai committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    a5910b3 View commit details
    Browse the repository at this point in the history
  7. refactor:

    add delete path param, add delete test, would also delete the workflow previously created
    
    Signed-off-by: Junwei Dai <[email protected]>
    Junwei Dai committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    10a88a6 View commit details
    Browse the repository at this point in the history
  8. refactor:

    Add schema for 4xx response
    
    Signed-off-by: Junwei Dai <[email protected]>
    Junwei Dai committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    d5446bb View commit details
    Browse the repository at this point in the history
  9. refactor:

    Add eslint ignore 'reprovision'
    
    Signed-off-by: Junwei Dai <[email protected]>
    Junwei Dai committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    bcdc900 View commit details
    Browse the repository at this point in the history
  10. refactor:

    remove empty line
    
    Signed-off-by: Junwei Dai <[email protected]>
    Junwei Dai committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    bc8e404 View commit details
    Browse the repository at this point in the history
  11. refactor:

    fix merge conflict error
    Signed-off-by: Junwei Dai <[email protected]>
    
    Signed-off-by: Junwei Dai <[email protected]>
    Junwei Dai committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    d772954 View commit details
    Browse the repository at this point in the history
  12. refactor:

    fix merge conflict error
    Signed-off-by: Junwei Dai <[email protected]>
    
    Signed-off-by: Junwei Dai <[email protected]>
    Junwei Dai committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    b99a822 View commit details
    Browse the repository at this point in the history
  13. Update tests/default/flow_framework/workflow.yaml

    Co-authored-by: Daniel (dB.) Doubrovkine <[email protected]>
    Signed-off-by: Junwei Dai <[email protected]>
    junweid62 and dblock committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    a96e1ad View commit details
    Browse the repository at this point in the history
  14. refactor:

    1.change flow_framework._common to flow_framework._errors
    2.change exception to Error for consistency
    Signed-off-by: Junwei Dai <[email protected]>
    
    Signed-off-by: Junwei Dai <[email protected]>
    Junwei Dai committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    ceb229f View commit details
    Browse the repository at this point in the history
  15. add use_case parameter, add reprovision to .cspell

    Signed-off-by: Junwei Dai <[email protected]>
    
    Signed-off-by: Junwei Dai <[email protected]>
    Junwei Dai committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    f84cb79 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. refactor: fix eslint

    Signed-off-by: Junwei Dai <[email protected]>
    
    Signed-off-by: Junwei Dai <[email protected]>
    Junwei Dai committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    4d7d28e View commit details
    Browse the repository at this point in the history
  2. refactor: remove comment

    Signed-off-by: Junwei Dai <[email protected]>
    Junwei Dai committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    03ed38a View commit details
    Browse the repository at this point in the history
  3. refactor: fix lint spec error

    Signed-off-by: Junwei Dai <[email protected]>
    Junwei Dai committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    fb4174d View commit details
    Browse the repository at this point in the history
  4. refactor: fix lint spec error

    Signed-off-by: Junwei Dai <[email protected]>
    Junwei Dai committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    97860be View commit details
    Browse the repository at this point in the history
  5. refactor: fix lint spec error

    Signed-off-by: Junwei Dai <[email protected]>
    Junwei Dai committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    488c35a View commit details
    Browse the repository at this point in the history
  6. refactor: fix lint spec error, add flow_framework.common file

    Signed-off-by: Junwei Dai <[email protected]>
    Junwei Dai committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    67e89be View commit details
    Browse the repository at this point in the history