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 reset error: addresses issue #757 #793

Closed
wants to merge 6 commits into from

Commits on Mar 7, 2024

  1. Fix reset error

        - check workflow state
        - do not allow reset when there are Running or Intializing workflows
        - add get_workflow_list method to eliminate duplicate code
        - make response text message clearer to read in code
    pagrubel committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    cf732f8 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    05abde5 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    d5931e6 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. Allow reset for all active states

     - Clean up code for archive is request
     - Make unique time stamped backup for archive
     - Use variables for large text for query choices and warnings
    pagrubel committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    643a0e3 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Simplify reset function

    pagrubel committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    0ca1f5c View commit details
    Browse the repository at this point in the history
  2. Fix pylama

    pagrubel committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    fce6484 View commit details
    Browse the repository at this point in the history