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 abstract classes in container.py #93

Merged
merged 22 commits into from
Jun 26, 2023
Merged

Commits on Jun 23, 2023

  1. Add abstract classes in container.py

    Concrete classes in rock.py
    
    As a result, workload.py and mysql_shell.py are now 100% shared between VM & K8s
    
    TODO: add docstrings, update naming
    
    Future plans: add abstraction so that charm.py can be shared between VM & k8s
    carlcsaposs-canonical committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    bf1161f View commit details
    Browse the repository at this point in the history
  2. temp skip lint

    carlcsaposs-canonical committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    16db727 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa4c804 View commit details
    Browse the repository at this point in the history
  4. add timeout arg

    carlcsaposs-canonical committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    c951fb0 View commit details
    Browse the repository at this point in the history
  5. format

    carlcsaposs-canonical committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    51d4c7c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8914298 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    14f43ba View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2dd7ad7 View commit details
    Browse the repository at this point in the history
  9. update comments

    carlcsaposs-canonical committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    f64b164 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c05a568 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    39779cc View commit details
    Browse the repository at this point in the history
  12. Add docstrings

    carlcsaposs-canonical committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    38b5e65 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    111ee54 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6dcd282 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f4be8b3 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a3c2cb0 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8321f90 View commit details
    Browse the repository at this point in the history
  18. logger

    carlcsaposs-canonical committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    be8a283 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5dcffe8 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    47a4063 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    3497ec1 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    7baccd5 View commit details
    Browse the repository at this point in the history