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

Rabbitmq additions master #55767

Merged
merged 11 commits into from
Jan 2, 2020
Merged

Commits on Dec 31, 2019

  1. Added add/delete/list/exists upstream functions.

    Pylint-inspired layout changes.
    Also remove empty lines in _safe_output function.
    github-abcde committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    09b809e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30542e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db42caf View commit details
    Browse the repository at this point in the history
  4. Added version-added docstrings. Updated parameter documentation layou…

    …t. Renamed dicttrim.remove_empty_values to data.filter_falsey as per PR 52499.
    github-abcde committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    eb6febb View commit details
    Browse the repository at this point in the history
  5. salt/modules/rabbitmq.py: Changed add_upstream from using one "defini…

    …tion"-parameter to using all the parameters that make up the definition.
    github-abcde committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    b4a8788 View commit details
    Browse the repository at this point in the history
  6. Rename add_upstream to set_upstream as that fits better.

    Refactored upstream_present to remove duplicate code.
    github-abcde committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    0b961c2 View commit details
    Browse the repository at this point in the history
  7. tests/unit/modules/test_rabbitmq.py: Added tests for list_upstream, s…

    …et_upstream, delete_upstream. Pylint-inspired fixes.
    github-abcde committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    b43e621 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    511912d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    53dd15f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bf75543 View commit details
    Browse the repository at this point in the history
  11. Doc updates.

    Fixed docstring for salt/states/rabbitmq_upstream.py:present
    github-abcde committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    d50d7de View commit details
    Browse the repository at this point in the history