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 lastEventId tracking #546

Merged
merged 4 commits into from
Jul 22, 2022
Merged

fix lastEventId tracking #546

merged 4 commits into from
Jul 22, 2022

Commits on Jul 21, 2022

  1. Configuration menu
    Copy the full SHA
    596d12d View commit details
    Browse the repository at this point in the history
  2. core: fix lastEventId tracking

    due to singleton usage we may be reading wrong lastEventId, but it is
    not really needed so let's siplify the logic and use the existing
    AnsibleReturnValue for keeping track of it.
    michalskrivanek committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    39908a8 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. core: use PlaybookStatus to determine playbook has ended

    Instead of parsing the current event we can reuse the same logic as used
    for async playbooks, check the "status" artifact to see if ansible is
    still running or not, and check if all events have been processed
    michalskrivanek committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    407d068 View commit details
    Browse the repository at this point in the history
  2. core: add ansible-runner comments

    we rely on this exact behavior of ansible-runner, let's document it
    michalskrivanek committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    49d6f15 View commit details
    Browse the repository at this point in the history