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

Ansible-runner: list artifacts one by one #237

Merged
merged 6 commits into from
May 2, 2022

Commits on May 1, 2022

  1. Ansible-runner: list artifacts one by one

    AnsibleRunnerHttpClient was listing all new artifacts in artifacts dir
    becuase ansible-runner does not create the artifacts one by one. When we
    are logging we need to wait for the proper artifacts to be generated and
    then we can log it.
    mnecas authored and ahadas committed May 1, 2022
    Configuration menu
    Copy the full SHA
    fbcc984 View commit details
    Browse the repository at this point in the history
  2. ansible-runner: remove misleading comments

    Signed-off-by: Arik Hadas <ahadas@redhat.com>
    ahadas committed May 1, 2022
    Configuration menu
    Copy the full SHA
    41ec312 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    208a07a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b1ff855 View commit details
    Browse the repository at this point in the history
  5. ansible-runner: simplify AnsibleRunnerHttpClient#processEvents

    Signed-off-by: Arik Hadas <ahadas@redhat.com>
    ahadas committed May 1, 2022
    Configuration menu
    Copy the full SHA
    7036e88 View commit details
    Browse the repository at this point in the history
  6. ansible-runner: simplify AnsibleRunnerHttpClient#getNextEvent

    Signed-off-by: Arik Hadas <ahadas@redhat.com>
    ahadas committed May 1, 2022
    Configuration menu
    Copy the full SHA
    a90bddb View commit details
    Browse the repository at this point in the history