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

merge upstream #1

Merged
merged 2,998 commits into from
Oct 2, 2018
Merged

merge upstream #1

merged 2,998 commits into from
Oct 2, 2018
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Sep 27, 2018

  1. Handle neon deprecations in the ssh module

    Fixes #49412
    rallytime committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    60a3eb7 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into deprecations-sshmod

    Nicole Thomas authored Sep 27, 2018
    Configuration menu
    Copy the full SHA
    a0bcdb2 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2018

  1. Configuration menu
    Copy the full SHA
    1f227fc View commit details
    Browse the repository at this point in the history
  2. [minion][scheduler] The master_alive job never deleted

    Kirill Bespalov committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    eed679a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #49806 from isbm/isbm-zypper-errcode-6-bp

    Bugfix: zypper ZYPPER_EXIT_NO_REPOS exit code
    Nicole Thomas authored Sep 28, 2018
    Configuration menu
    Copy the full SHA
    52b0472 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #49805 from isbm/isbm-zypper-errcode-6-dev

    Bugfix: zypper ZYPPER_EXIT_NO_REPOS exit code
    Nicole Thomas authored Sep 28, 2018
    Configuration menu
    Copy the full SHA
    10e8b01 View commit details
    Browse the repository at this point in the history
  5. Add missing docstrings

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    b4f1a72 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #49799 from terminalmage/salt-jenkins-1127

    Clean up install of package from shell test
    Nicole Thomas authored Sep 28, 2018
    Configuration menu
    Copy the full SHA
    4a5bc5b View commit details
    Browse the repository at this point in the history
  7. Fix ipaddress imports

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    0498e94 View commit details
    Browse the repository at this point in the history
  8. Merge branch '2018.3' into merge-2018.3

    Nicole Thomas authored Sep 28, 2018
    Configuration menu
    Copy the full SHA
    c6b9d18 View commit details
    Browse the repository at this point in the history
  9. Remove unused import

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    561c99e View commit details
    Browse the repository at this point in the history
  10. Fix ipaddress import

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    bbeec4d View commit details
    Browse the repository at this point in the history
  11. Fix unicode imports in compat

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    5e970ea View commit details
    Browse the repository at this point in the history
  12. Override standard IPv6Address class

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    1ae94f1 View commit details
    Browse the repository at this point in the history
  13. Check version via object

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    49b32b7 View commit details
    Browse the repository at this point in the history
  14. Isolate Py2 and Py3 mode

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    eeab9f2 View commit details
    Browse the repository at this point in the history
  15. Add logging

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    cab5f62 View commit details
    Browse the repository at this point in the history
  16. Add debugging to the ip_address method (py2 and py3)

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    b40e1e1 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7a6ea3b View commit details
    Browse the repository at this point in the history
  18. Remove unnecessary variable for import detection

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    8e62633 View commit details
    Browse the repository at this point in the history
  19. Remove duplicated code

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    deb0b4e View commit details
    Browse the repository at this point in the history
  20. Merge pull request #49791 from terminalmage/issue49626

    Fix 3 bugs in subdict matching
    Nicole Thomas authored Sep 28, 2018
    Configuration menu
    Copy the full SHA
    4d9fc7c View commit details
    Browse the repository at this point in the history
  21. Remove unnecessary operator

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    3fde850 View commit details
    Browse the repository at this point in the history
  22. Remove multiple returns

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    d05999e View commit details
    Browse the repository at this point in the history
  23. Use ternary operator instead

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    40d0e6b View commit details
    Browse the repository at this point in the history
  24. Merge pull request #49790 from weswhet/fixing-sentry-logger-2018.3

    fixing an issue where sentry logger would fail to get tags from grain…
    Nicole Thomas authored Sep 28, 2018
    Configuration menu
    Copy the full SHA
    d191b08 View commit details
    Browse the repository at this point in the history
  25. Remove duplicated code

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    77f1c44 View commit details
    Browse the repository at this point in the history
  26. Move docstrings to their native places

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    693e4d4 View commit details
    Browse the repository at this point in the history
  27. Add real exception message

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    8bb5438 View commit details
    Browse the repository at this point in the history
  28. Add logging to the ip_interface

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    f5644bf View commit details
    Browse the repository at this point in the history
  29. Add scope on str

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    66ec29c View commit details
    Browse the repository at this point in the history
  30. Lintfix: mute not called constructors

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    379ead4 View commit details
    Browse the repository at this point in the history
  31. Add extra detection for hexadecimal packed bytes on Python2.

    This cannot be detected with type comparison, because bytes == str
    and at the same time bytes != str if compatibility is not around
    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    cefb16b View commit details
    Browse the repository at this point in the history
  32. Fix py2 case where the same class cannot initialise itself on Python2…

    … via super.
    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    7f2208b View commit details
    Browse the repository at this point in the history
  33. Simplify checking clause

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    12038ea View commit details
    Browse the repository at this point in the history
  34. Do not use introspection for method swap

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    54233ca View commit details
    Browse the repository at this point in the history
  35. Fix wrong type swap

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    1c02a31 View commit details
    Browse the repository at this point in the history
  36. Add Py3.4 old implementation's fix

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    f52ea0b View commit details
    Browse the repository at this point in the history
  37. Lintfix

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    5932a0d View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    0a86112 View commit details
    Browse the repository at this point in the history
  39. Revert method remapping with pylint updates

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    c314e1c View commit details
    Browse the repository at this point in the history
  40. Remove unnecessary manipulation with IPv6 scope outside of the IPv6Ad…

    …dress object instance
    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    3ce265e View commit details
    Browse the repository at this point in the history
  41. Lintfix: W0611

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    615b09a View commit details
    Browse the repository at this point in the history
  42. Add additional check

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    facb34a View commit details
    Browse the repository at this point in the history
  43. Add IPv6 scoped test

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    bb37ba0 View commit details
    Browse the repository at this point in the history
  44. Merge pull request #49796 from rallytime/deprecations-sshmod

    Handle neon deprecations in the ssh module
    Nicole Thomas authored Sep 28, 2018
    Configuration menu
    Copy the full SHA
    e6e6f51 View commit details
    Browse the repository at this point in the history
  45. Merge branch 'develop' into fix-broken-thing

    Nicole Thomas authored Sep 28, 2018
    Configuration menu
    Copy the full SHA
    5b8ae4f View commit details
    Browse the repository at this point in the history
  46. Reverse skipping tests: if no ipaddress

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    c14f26f View commit details
    Browse the repository at this point in the history
  47. Reduce the number of days an issue is stale by 10

    rallytime committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    ac2aa41 View commit details
    Browse the repository at this point in the history
  48. Add support option parser

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    b3c3e57 View commit details
    Browse the repository at this point in the history
  49. Add support script function

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    cef3963 View commit details
    Browse the repository at this point in the history
  50. Add salt-support starter

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    af94717 View commit details
    Browse the repository at this point in the history
  51. Initial support wrapper

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    866b967 View commit details
    Browse the repository at this point in the history
  52. Add data collector skeleton

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    5a8f062 View commit details
    Browse the repository at this point in the history
  53. Add default scenario of the support configuration

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    bd8db3d View commit details
    Browse the repository at this point in the history
  54. Add main flow for the collector.

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    00ddf20 View commit details
    Browse the repository at this point in the history
  55. Move support library to its own package

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    c7a7093 View commit details
    Browse the repository at this point in the history
  56. Add default support collection scenario

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    84f13ca View commit details
    Browse the repository at this point in the history
  57. Add logging

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    57d48e5 View commit details
    Browse the repository at this point in the history
  58. Handle CLI error.

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    5708a31 View commit details
    Browse the repository at this point in the history
  59. Update format of the default support scenario

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    a3777d6 View commit details
    Browse the repository at this point in the history
  60. Default archive name

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    37f33a6 View commit details
    Browse the repository at this point in the history
  61. Finalise local data collection

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    9ab1c3f View commit details
    Browse the repository at this point in the history
  62. Write archive from memory objects.

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    ec195eb View commit details
    Browse the repository at this point in the history
  63. Add colored console outputter for salt-support.

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    c7753a3 View commit details
    Browse the repository at this point in the history
  64. Use colored outputter

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    35fbb76 View commit details
    Browse the repository at this point in the history
  65. Add message output class

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    18de984 View commit details
    Browse the repository at this point in the history
  66. Remove try/except capture from the scripts and move to the runner dir…

    …ectly
    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    bbcbe2c View commit details
    Browse the repository at this point in the history
  67. Implement output highlighter methods for CLI output

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    200daac View commit details
    Browse the repository at this point in the history
  68. Move scenarios to profiles

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    92bcba8 View commit details
    Browse the repository at this point in the history
  69. Get return section from the output. Tolerate raw data.

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    4a53173 View commit details
    Browse the repository at this point in the history
  70. Implement internal data collector

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    af51fdb View commit details
    Browse the repository at this point in the history
  71. Add network stack examination to the default profile

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    bbafb76 View commit details
    Browse the repository at this point in the history
  72. Add an internal filetree function

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    9373798 View commit details
    Browse the repository at this point in the history
  73. Add a method to discard current session

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    9b28615 View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    f914de6 View commit details
    Browse the repository at this point in the history
  75. Implement internal function caller

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    2e394de View commit details
    Browse the repository at this point in the history
  76. Add internal functions

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    40959ab View commit details
    Browse the repository at this point in the history
  77. Add default root for the one-file support data

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    23d9f66 View commit details
    Browse the repository at this point in the history
  78. Set output device

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    03bd633 View commit details
    Browse the repository at this point in the history
  79. Separate dynamic data and static files on the fs

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    e35f617 View commit details
    Browse the repository at this point in the history
  80. Update color theme

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    74553c9 View commit details
    Browse the repository at this point in the history
  81. Add ident to the error message

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    5fe0e03 View commit details
    Browse the repository at this point in the history
  82. Report rejected files with the ident

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    db3eda2 View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    1736407 View commit details
    Browse the repository at this point in the history
  84. Use socket name of the host machine

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    69fe23a View commit details
    Browse the repository at this point in the history
  85. Add options for profile and archive settings

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    6c97fa0 View commit details
    Browse the repository at this point in the history
  86. Use archive name from options.

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    67db567 View commit details
    Browse the repository at this point in the history
  87. Get profile by config/options

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    2650487 View commit details
    Browse the repository at this point in the history
  88. Cleanup broken archive on crash/exception

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    f0c08b5 View commit details
    Browse the repository at this point in the history
  89. Use profile from the options/configuration

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    3be42f6 View commit details
    Browse the repository at this point in the history
  90. Add more colored messages :-)

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    314ec18 View commit details
    Browse the repository at this point in the history
  91. Initial implementation of get static profiles

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    63ec715 View commit details
    Browse the repository at this point in the history
  92. Update docstring

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    f4325b2 View commit details
    Browse the repository at this point in the history
  93. Move PostgreSQL profile to its own

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    9381469 View commit details
    Browse the repository at this point in the history
  94. Configuration menu
    Copy the full SHA
    3c2e381 View commit details
    Browse the repository at this point in the history
  95. Add network profile

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    1054a26 View commit details
    Browse the repository at this point in the history
  96. Add Salt's profile

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    b618b3a View commit details
    Browse the repository at this point in the history
  97. Uncomment package profile

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    2e32799 View commit details
    Browse the repository at this point in the history
  98. Allow several profiles to be specified

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    2f69b74 View commit details
    Browse the repository at this point in the history
  99. Remove comments, add parameter to get more profiles

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    f182a07 View commit details
    Browse the repository at this point in the history
  100. Implement existing configuration finder

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    b42fcaf View commit details
    Browse the repository at this point in the history
  101. Add options to handle unit configurations

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    1d4526e View commit details
    Browse the repository at this point in the history
  102. Configuration menu
    Copy the full SHA
    5b3bf49 View commit details
    Browse the repository at this point in the history
  103. Handle arg parse generic errors, unit mis-choose

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    325b572 View commit details
    Browse the repository at this point in the history
  104. Let cleanup be aware of pre-config state

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    9ad1295 View commit details
    Browse the repository at this point in the history
  105. Fix imports

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    92a837f View commit details
    Browse the repository at this point in the history
  106. Handle exit codes properly

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    e98953d View commit details
    Browse the repository at this point in the history
  107. Allow to overwrite existing archive

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    c4b76b2 View commit details
    Browse the repository at this point in the history
  108. Use py2/3 exceptions equally

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    8c16bb4 View commit details
    Browse the repository at this point in the history
  109. Include exit exception on debugging

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    1328b06 View commit details
    Browse the repository at this point in the history
  110. Render profiles as Jinja2, add basic recursive caller to the template…

    … of the profile
    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    5a9912b View commit details
    Browse the repository at this point in the history
  111. Add "users" profile

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    b45de4c View commit details
    Browse the repository at this point in the history
  112. Implement basic caller for the profile template

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    6c441df View commit details
    Browse the repository at this point in the history
  113. Add table output renderer

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    547e582 View commit details
    Browse the repository at this point in the history
  114. Fix typo

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    537b489 View commit details
    Browse the repository at this point in the history
  115. Remove table outputter

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    176ddea View commit details
    Browse the repository at this point in the history
  116. Configuration menu
    Copy the full SHA
    14d8bc6 View commit details
    Browse the repository at this point in the history
  117. Remove group.getent from the loop per each user

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    0eab584 View commit details
    Browse the repository at this point in the history
  118. Add table outputter to network profile

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    d06e123 View commit details
    Browse the repository at this point in the history
  119. Add text outputter to hostname/fqdn data

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    27abd2f View commit details
    Browse the repository at this point in the history
  120. Configuration menu
    Copy the full SHA
    0aab88f View commit details
    Browse the repository at this point in the history
  121. Fix Py3 compat

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    0a2a50e View commit details
    Browse the repository at this point in the history
  122. Collect status (initial)

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    befcce5 View commit details
    Browse the repository at this point in the history
  123. Avoid irrelevant to profile files

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    46d6148 View commit details
    Browse the repository at this point in the history
  124. Add job profiles

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    3cb4f6e View commit details
    Browse the repository at this point in the history
  125. Add profile template trace

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    d03b552 View commit details
    Browse the repository at this point in the history
  126. Add inspection through the runners

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    d44a316 View commit details
    Browse the repository at this point in the history
  127. Allow parameters in callers and runners

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    e1a3cc5 View commit details
    Browse the repository at this point in the history
  128. Handle non-dict iterables

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    8b049aa View commit details
    Browse the repository at this point in the history
  129. Highlight template content in the trace log

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    f8f042f View commit details
    Browse the repository at this point in the history
  130. Add return extractor from the local call returns

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    2d6ed7b View commit details
    Browse the repository at this point in the history
  131. Move local runner to its own namespace

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    7acc5f8 View commit details
    Browse the repository at this point in the history
  132. Lintfix: PEP8

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    ec8868c View commit details
    Browse the repository at this point in the history
  133. Remove duplicate code

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    faa0722 View commit details
    Browse the repository at this point in the history
  134. Fix caller return

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    5722742 View commit details
    Browse the repository at this point in the history
  135. Add description tag to the scenario

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    269f3b3 View commit details
    Browse the repository at this point in the history
  136. Add generic colored message

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    bf63985 View commit details
    Browse the repository at this point in the history
  137. Add wrapping function. NOTE: it should be refactored with the other s…

    …imilar functions
    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    9888bb3 View commit details
    Browse the repository at this point in the history
  138. Print description while processing the scenario

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    6d64d12 View commit details
    Browse the repository at this point in the history
  139. Turn off default profile and print help instead

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    e437f4d View commit details
    Browse the repository at this point in the history
  140. Move command-line check before collector

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    16cf1fc View commit details
    Browse the repository at this point in the history
  141. Do not verify archive if help needs to be printed

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    f08f70f View commit details
    Browse the repository at this point in the history
  142. Add console output unit test for indent output

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    7be377c View commit details
    Browse the repository at this point in the history
  143. Fix docstring

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    48fac38 View commit details
    Browse the repository at this point in the history
  144. Rename test class

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    22c4ca4 View commit details
    Browse the repository at this point in the history
  145. Refactor test to add setup/teardown

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    b8eacd0 View commit details
    Browse the repository at this point in the history
  146. Add unit test to verify indent

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    ad200f0 View commit details
    Browse the repository at this point in the history
  147. Use direct constants instead of encoded strings

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    be5f042 View commit details
    Browse the repository at this point in the history
  148. Add unit test for color indent rotation check

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    0bbf309 View commit details
    Browse the repository at this point in the history
  149. Add a test case for Collector class

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    af222c8 View commit details
    Browse the repository at this point in the history
  150. Add unit test for closing the archive

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    282d482 View commit details
    Browse the repository at this point in the history
  151. Configuration menu
    Copy the full SHA
    9475bde View commit details
    Browse the repository at this point in the history
  152. Add test for linking an external file

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    5340a5d View commit details
    Browse the repository at this point in the history
  153. Cleanup tests on tear-down method

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    a347cf3 View commit details
    Browse the repository at this point in the history
  154. Add call count check

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    279c1da View commit details
    Browse the repository at this point in the history
  155. Add unit test for support collection section discard

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    8c2eb27 View commit details
    Browse the repository at this point in the history
  156. Configuration menu
    Copy the full SHA
    7199771 View commit details
    Browse the repository at this point in the history
  157. Fix docstring

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    c5644bc View commit details
    Browse the repository at this point in the history
  158. Add unit test for local caller

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    51228f4 View commit details
    Browse the repository at this point in the history
  159. Add unit test for local runner

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    595b347 View commit details
    Browse the repository at this point in the history
  160. Add unit test for internal function call

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    7e40c44 View commit details
    Browse the repository at this point in the history
  161. Configuration menu
    Copy the full SHA
    4682b4c View commit details
    Browse the repository at this point in the history
  162. Add unit test for internal function call

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    7e3c2de View commit details
    Browse the repository at this point in the history
  163. Add unit test for return extration

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    b425878 View commit details
    Browse the repository at this point in the history
  164. Configuration menu
    Copy the full SHA
    87711b2 View commit details
    Browse the repository at this point in the history
  165. Add unit test for cleanup routine

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    ef6f8fa View commit details
    Browse the repository at this point in the history
  166. Fix typo of method name

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    b90615a View commit details
    Browse the repository at this point in the history
  167. Add unit test for check existing archive

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    6fd7ad6 View commit details
    Browse the repository at this point in the history
  168. Add test suite for profile testing

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    9e7e45c View commit details
    Browse the repository at this point in the history
  169. Add unit test for default profile is YAML-parseable

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    b7590f0 View commit details
    Browse the repository at this point in the history
  170. Add unit test for user template profile rendering

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    8216797 View commit details
    Browse the repository at this point in the history
  171. Configuration menu
    Copy the full SHA
    4667326 View commit details
    Browse the repository at this point in the history
  172. Add function to render a Jinja2 template by name

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    bd05c24 View commit details
    Browse the repository at this point in the history
  173. Use template rendering function

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    5790518 View commit details
    Browse the repository at this point in the history
  174. Add unit test on jobs-trace template for runner

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    463f30a View commit details
    Browse the repository at this point in the history
  175. Move function above the tests

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    a8dbf7c View commit details
    Browse the repository at this point in the history
  176. Add current logfile, if defined in configuration

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    7ce8d4d View commit details
    Browse the repository at this point in the history
  177. Configuration menu
    Copy the full SHA
    d7769bf View commit details
    Browse the repository at this point in the history
  178. Lintfix: iteration over .keys()

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    1e56119 View commit details
    Browse the repository at this point in the history
  179. Remove template "salt" from non-template checks

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    72a7c10 View commit details
    Browse the repository at this point in the history
  180. Configuration menu
    Copy the full SHA
    30ca241 View commit details
    Browse the repository at this point in the history
  181. Lintfix: PEP8 E302: expected 2 blank lines, found 0

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    158dd1b View commit details
    Browse the repository at this point in the history
  182. Lintfix: use salt.utils.files.fopen instead of open

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    a7a4386 View commit details
    Browse the repository at this point in the history
  183. Lintfix: PEP8 E303: too many blank lines (3)

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    96b994a View commit details
    Browse the repository at this point in the history
  184. Lintfix: Uses of an external blacklisted import 'six': Please use 'im…

    …port salt.ext.six as six'
    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    f6cb329 View commit details
    Browse the repository at this point in the history
  185. Lintfix: use salt.utils.files.fopen instead of open

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    8929bf2 View commit details
    Browse the repository at this point in the history
  186. Fix unit tests

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    b824fa6 View commit details
    Browse the repository at this point in the history
  187. Fix six import

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    1b02d13 View commit details
    Browse the repository at this point in the history
  188. Mute pylint: file handler explicitly needed

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    8920432 View commit details
    Browse the repository at this point in the history
  189. Lintfix: explicitly close filehandle

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    5345b47 View commit details
    Browse the repository at this point in the history
  190. Lintfix: mute fopen warning

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    2d86563 View commit details
    Browse the repository at this point in the history
  191. Remove development stub. Ughh...

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    870b382 View commit details
    Browse the repository at this point in the history
  192. Removed blacklist of pkg_resources

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    f844bc9 View commit details
    Browse the repository at this point in the history
  193. Merge branch 'fluorine' into 'develop'

    No conflicts.
    rallytime committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    d3ff03e View commit details
    Browse the repository at this point in the history
  194. Merge pull request #49784 from rallytime/merge-2018.3

    [2018.3] Merge forward from 2017.7 to 2018.3
    Nicole Thomas authored Sep 28, 2018
    Configuration menu
    Copy the full SHA
    804d52c View commit details
    Browse the repository at this point in the history
  195. Adding timeout to all pipelines so that the build aborts

    Brett Benassi committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    855ffe6 View commit details
    Browse the repository at this point in the history
  196. Skip test_local_pkg_install for now: this is causing the test suite t…

    …o hang
    
    The test suite is hanging on this test. We need to skip it until we can
    look into this further.
    rallytime committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    389824f View commit details
    Browse the repository at this point in the history
  197. Skip test_local_pkg_install for now: this is causing the test suite t…

    …o hang
    
    The test suite is hanging on this test. We need to skip it until we can
    look into this further.
    rallytime committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    efd4d97 View commit details
    Browse the repository at this point in the history
  198. Merge pull request #49825 from rallytime/bp-49824

    Back-port #49824 to fluorine
    Nicole Thomas authored Sep 28, 2018
    Configuration menu
    Copy the full SHA
    2e15d91 View commit details
    Browse the repository at this point in the history
  199. Merge pull request #49824 from rallytime/skip-test-develop

    Skip test_local_pkg_install for now: this is causing the test suite to hang
    Nicole Thomas authored Sep 28, 2018
    Configuration menu
    Copy the full SHA
    3625b3a View commit details
    Browse the repository at this point in the history
  200. Merge pull request #48936 from msciciel/add-grain-kernelparams

    Add grain kernelparams
    Nicole Thomas authored Sep 28, 2018
    Configuration menu
    Copy the full SHA
    76a9dfe View commit details
    Browse the repository at this point in the history
  201. Updating syntax to be better and with new lines

    Brett Benassi committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    f6d9679 View commit details
    Browse the repository at this point in the history
  202. Merge pull request #49815 from isbm/isbm-ipv6-scope-errors-2018.3

    Bugfix/rework: IPv6 scope errors (bp)
    Nicole Thomas authored Sep 28, 2018
    Configuration menu
    Copy the full SHA
    fccc08c View commit details
    Browse the repository at this point in the history
  203. Configuration menu
    Copy the full SHA
    ea85c1c View commit details
    Browse the repository at this point in the history
  204. Configuration menu
    Copy the full SHA
    b23150e View commit details
    Browse the repository at this point in the history
  205. Merge pull request #49817 from rallytime/stale-config-update

    Reduce the number of days an issue is stale by 10
    garethgreenaway authored Sep 28, 2018
    Configuration menu
    Copy the full SHA
    420638a View commit details
    Browse the repository at this point in the history
  206. Adding some changes for the status

    Brett Benassi committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    b25ac9f View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2018

  1. Merge pull request #49480 from isbm/isbm-supportconfig

    Salt-based supportconfig
    Mike Place authored Sep 29, 2018
    Configuration menu
    Copy the full SHA
    71531e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b18095e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1578394 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2018

  1. Option print_result should be true by default

    According documentation default value for print_result should be `true` ```Defaults to True```
    dawidmalina authored Sep 30, 2018
    Configuration menu
    Copy the full SHA
    ebb95ff View commit details
    Browse the repository at this point in the history
  2. Merge pull request #49823 from dubb-b/timeout_addition

    Adding timeout to all pipelines so that the build aborts
    Nicole Thomas authored Sep 30, 2018
    Configuration menu
    Copy the full SHA
    fd46d35 View commit details
    Browse the repository at this point in the history
  3. Merge branch '2017.7' into '2018.3'

    No conflicts.
    rallytime committed Sep 30, 2018
    Configuration menu
    Copy the full SHA
    179e4b1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #49838 from dawidmalina/patch-1

    Option print_result should be true by default
    Mike Place authored Sep 30, 2018
    Configuration menu
    Copy the full SHA
    f8934ef View commit details
    Browse the repository at this point in the history
  5. Merge pull request #49827 from dgmorrisjr/fix_modules_file

    fixing mis-spelling of lattrs in file.py, referncing #49204
    Mike Place authored Sep 30, 2018
    Configuration menu
    Copy the full SHA
    8a8a7fe View commit details
    Browse the repository at this point in the history
  6. Merge branch 'develop' into merge-develop

    Mike Place authored Sep 30, 2018
    Configuration menu
    Copy the full SHA
    c14f205 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #49812 from kbespalov/minion-schedule

    [minion][scheduler] The master_alive job never deleted
    Mike Place authored Sep 30, 2018
    Configuration menu
    Copy the full SHA
    34d3278 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #49839 from rallytime/merge-2018.3

    [2018.3] Merge forward from 2017.7 to 2018.3
    Nicole Thomas authored Sep 30, 2018
    Configuration menu
    Copy the full SHA
    e6382cb View commit details
    Browse the repository at this point in the history
  9. Merge branch '2018.3' into 'fluorine'

    Conflicts:
      - salt/minion.py
      - salt/utils/data.py
    rallytime committed Sep 30, 2018
    Configuration menu
    Copy the full SHA
    dbbfb0d View commit details
    Browse the repository at this point in the history
  10. Merge pull request #49650 from Yxnt/fix-aliyuncloud_TypeError

    fix aliyun cloud typeerror
    Nicole Thomas authored Sep 30, 2018
    Configuration menu
    Copy the full SHA
    424062f View commit details
    Browse the repository at this point in the history
  11. Merge pull request #49673 from sheagcraig/fix_plistlib_deprecation_no…

    …tice
    
    Use py3-preferred plistlib API to load service plists.
    Nicole Thomas authored Sep 30, 2018
    Configuration menu
    Copy the full SHA
    3dc57a6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a8b6e25 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2018

  1. Replace "pchanges" with "changes" to fix onchanges/prereq requisites

    Since "pchanges" was never supported in the state compiler, and
    "changes" is what these reqs always used, replacing "pchanges" with
    "changes" will allow those requisites to work in test mode.
    terminalmage committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    8fdfe1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    843811b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e783b48 View commit details
    Browse the repository at this point in the history
  4. Add repack_state_returns to TestCase

    This allows for a state return dict to be repacked so that the top level
    keys are the IDs, making it much easier to analyze and craft asserts
    against the results.
    terminalmage committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    42f03dd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a73ccfe View commit details
    Browse the repository at this point in the history
  6. Make it possible to use prereq with test and saltmod state mods

    this requisite passes a __prerequired__ kwarg so these need to support
    **kwargs for that reason.
    
    This also changes the comment for salt.function in test mode because
    it's inaccurate and doesn't make sense.
    terminalmage committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    4fde779 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    92d589e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    24db9e4 View commit details
    Browse the repository at this point in the history
  9. Couple lint fixes.

    garethgreenaway committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    c5baecf View commit details
    Browse the repository at this point in the history
  10. Merge pull request #49844 from garethgreenaway/adding_vault_module_tests

    [develop] Adding some tests for the vault execution module.
    Nicole Thomas authored Oct 1, 2018
    Configuration menu
    Copy the full SHA
    ef2adea View commit details
    Browse the repository at this point in the history
  11. Merge pull request #49841 from rallytime/merge-fluorine

    [fluorine] Merge forward from 2018.3 to fluorine
    Nicole Thomas authored Oct 1, 2018
    Configuration menu
    Copy the full SHA
    c6846c7 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #49819 from rallytime/merge-develop

    [develop] Merge forward from fluorine to develop
    Nicole Thomas authored Oct 1, 2018
    Configuration menu
    Copy the full SHA
    326f69d View commit details
    Browse the repository at this point in the history
  13. Merge branch 'fluorine' into 'develop'

    Conflicts:
      - salt/cloud/clouds/saltify.py
      - salt/modules/network.py
      - tests/unit/modules/test_network.py
    rallytime committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    aa670df View commit details
    Browse the repository at this point in the history
  14. Merge pull request #49678 from bloomberg/master_stats_latency

    Master stats latency
    Nicole Thomas authored Oct 1, 2018
    Configuration menu
    Copy the full SHA
    8ca83c3 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #49481 from rongzeng54/zr.add_grains_blacklist

    Add parameter named grains_blacklist
    Nicole Thomas authored Oct 1, 2018
    Configuration menu
    Copy the full SHA
    ba7436e View commit details
    Browse the repository at this point in the history
  16. Merge pull request #48666 from angeloudy/fix-broken-thing

    values need to be bytes when writing back to ldap
    Nicole Thomas authored Oct 1, 2018
    Configuration menu
    Copy the full SHA
    365d7f7 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #49798 from bloomberg/saltnado-full_return

    saltnado: teach runner about full_return
    Mike Place authored Oct 1, 2018
    Configuration menu
    Copy the full SHA
    b66d468 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2a89e16 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #49849 from rallytime/merge-develop

    [develop] Merge forward from fluorine to develop
    Nicole Thomas authored Oct 1, 2018
    Configuration menu
    Copy the full SHA
    2d95187 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    92645cf View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2018

  1. Merge pull request #49843 from MTecknology/fix-49748

    Don't return False when target exists (file.rename)
    Erik Johnson authored Oct 2, 2018
    Configuration menu
    Copy the full SHA
    e828e2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb28f0b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed4ef7c View commit details
    Browse the repository at this point in the history
  4. Change versionadded to Neon

    cro committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    66455e2 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #49865 from cro/fluorine

    Change versionadded for loadable matchers to Neon
    Erik Johnson authored Oct 2, 2018
    Configuration menu
    Copy the full SHA
    94e238f View commit details
    Browse the repository at this point in the history
  6. Merge pull request #49832 from terminalmage/issue45895

    Replace pchanges with changes to make onchanges/prereq work in test mode
    Nicole Thomas authored Oct 2, 2018
    Configuration menu
    Copy the full SHA
    014078d View commit details
    Browse the repository at this point in the history
  7. Merge pull request #49864 from terminalmage/docs

    Document behavior change in file.rename state
    Nicole Thomas authored Oct 2, 2018
    Configuration menu
    Copy the full SHA
    2ba7c71 View commit details
    Browse the repository at this point in the history