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

Refactor: remove unused state - SHUTDOWN #33746

Merged
merged 13 commits into from
Aug 28, 2023
Merged

Commits on Aug 25, 2023

  1. Remove unused state: SHUTDOWN

    This state is never set in production code, so it may as well be deprecated.
    daniel.dylag committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    1db9631 View commit details
    Browse the repository at this point in the history
  2. update

    daniel.dylag committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    9ba89b8 View commit details
    Browse the repository at this point in the history
  3. Update: remove remaining references

    daniel.dylag committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    e41b1d6 View commit details
    Browse the repository at this point in the history
  4. update tests

    daniel.dylag committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    8bb0e3a View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. remove remaining references

    daniel.dylag committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    a7d7b23 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. fix test

    daniel.dylag committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    7ce51a2 View commit details
    Browse the repository at this point in the history
  2. update diagram

    I used good ol' Paint because couldn't find the original .drawio file
    daniel.dylag committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    cf0775c View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    a2cc3a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d296144 View commit details
    Browse the repository at this point in the history
  3. Update State to strongly typed TaskInstanceState in test_scheduler_jo…

    …b.py
    daniel.dylag committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    c5bc929 View commit details
    Browse the repository at this point in the history
  4. update

    daniel.dylag committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    dd65daa View commit details
    Browse the repository at this point in the history
  5. Revert adding unnecessary type rannotation

    daniel.dylag committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    8c803c8 View commit details
    Browse the repository at this point in the history
  6. fix static checks

    daniel.dylag committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    6506b94 View commit details
    Browse the repository at this point in the history