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

[WIP] Porting Async Batch #50546 #55268

Closed
wants to merge 33 commits into from

Commits on Dec 18, 2019

  1. Async batch

    Mihai Dinca committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    d6fc692 View commit details
    Browse the repository at this point in the history
  2. Fix if statement placement

    Mihai Dinca committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    3a22c4a View commit details
    Browse the repository at this point in the history
  3. Remove unused imports

    Mihai Dinca committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    e2e77ee View commit details
    Browse the repository at this point in the history
  4. Add find_job checks

    Mihai Dinca committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    3167b5a View commit details
    Browse the repository at this point in the history
  5. Check if should close on all events

    Mihai Dinca committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    ee16fbe View commit details
    Browse the repository at this point in the history
  6. Remove code used for debug

    Mihai Dinca committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    6c52505 View commit details
    Browse the repository at this point in the history
  7. Remove TODO comment

    Mihai Dinca committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    fe8bb39 View commit details
    Browse the repository at this point in the history
  8. Fix pylint error

    Mihai Dinca committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    0431734 View commit details
    Browse the repository at this point in the history
  9. Remove leading '_' from function names

    Mihai Dinca committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    8b42afe View commit details
    Browse the repository at this point in the history
  10. Remove TODO comment

    Mihai Dinca committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    c4ba221 View commit details
    Browse the repository at this point in the history
  11. Make batch_delay a request parameter

    Mihai Dinca committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    7a70969 View commit details
    Browse the repository at this point in the history
  12. Improvements

     - start batching immediatelly after all minions reply to ping
     - return jid, available minions and missing minions in the response
     - fire event when batching start and when it ends
    Mihai Dinca committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    77b96a2 View commit details
    Browse the repository at this point in the history
  13. Allow multiple event handlers

    Mihai Dinca committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    bbfd37f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e17d3a3 View commit details
    Browse the repository at this point in the history
  15. Add async batch unittests

    Mihai Dinca committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    f3fa394 View commit details
    Browse the repository at this point in the history
  16. Remove unnecessary else

    Mihai Dinca committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    f7000ad View commit details
    Browse the repository at this point in the history
  17. Set utf8 and remove duplicate dict value

    Mihai Dinca committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    b2a98e2 View commit details
    Browse the repository at this point in the history
  18. Replace str substitution with format

    Mihai Dinca committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    80019ee View commit details
    Browse the repository at this point in the history
  19. Improve docstring

    Mihai Dinca committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    1389af8 View commit details
    Browse the repository at this point in the history
  20. Use for subsequent

    Mihai Dinca committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    a387b94 View commit details
    Browse the repository at this point in the history
  21. Rename method

    Mihai Dinca committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    8fce76d View commit details
    Browse the repository at this point in the history
  22. Remove import

    Mihai Dinca committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    0a63a83 View commit details
    Browse the repository at this point in the history
  23. Fix pylint error

    Mihai Dinca committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    caed708 View commit details
    Browse the repository at this point in the history
  24. Fix tests - method rename

    Mihai Dinca committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    dde2ff5 View commit details
    Browse the repository at this point in the history
  25. Improve BatchAsync docstring

    Mihai Dinca committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    08b45d0 View commit details
    Browse the repository at this point in the history
  26. Allow metadata to pass

    Mihai Dinca committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    4570b58 View commit details
    Browse the repository at this point in the history
  27. Pass metadata only to batch jobs

    Mihai Dinca committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    07987af View commit details
    Browse the repository at this point in the history
  28. Add the metadata to the start/done events

    Mihai Dinca committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    cd098b7 View commit details
    Browse the repository at this point in the history
  29. Pass only metadata not all **kwargs

    Mihai Dinca committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    f4f0b2a View commit details
    Browse the repository at this point in the history
  30. Add batch_presence_ping_timeout parameter

    Mihai Dinca committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    cd6ff72 View commit details
    Browse the repository at this point in the history
  31. Incorporate PR saltstack#52519

    Mihai Dinca committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    ad55f40 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2020

  1. Configuration menu
    Copy the full SHA
    4b06611 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2020

  1. Configuration menu
    Copy the full SHA
    79b5e17 View commit details
    Browse the repository at this point in the history