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

Use cluster-handling CloudifyClient #1459

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Dec 13, 2022

  1. env.py: rewrite client cluster handling

    Now that the regular client handles clusters, this profile saving
    client can be a bit simpler
    tehasdf committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    82e21c4 View commit details
    Browse the repository at this point in the history
  2. auditlog: handle new async client

    The async client is now a thing of its own.
    tehasdf committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    d3e5615 View commit details
    Browse the repository at this point in the history
  3. fixup tests to work with the new client

    I think it's a bit simpler now, especially the mocks around
    test_agents
    tehasdf committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    773ae31 View commit details
    Browse the repository at this point in the history
  4. flake

    tehasdf committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    1c3fa6a View commit details
    Browse the repository at this point in the history
  5. dev-reqs.txt

    tehasdf committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    3f39b8c View commit details
    Browse the repository at this point in the history