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

Salt-based supportconfig #49480

Merged
merged 145 commits into from
Sep 29, 2018
Merged

Salt-based supportconfig #49480

merged 145 commits into from
Sep 29, 2018

Commits on Sep 28, 2018

  1. 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
  2. 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
  3. 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
  4. 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
  5. 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
  6. 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
  7. 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
  8. 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
  9. 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
  10. 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
  11. 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
  12. 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
  13. 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
  14. 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
  15. 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
  16. 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
  17. 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
  18. 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
  19. 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
  20. 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
  21. 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
  22. 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
  23. 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
  24. 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
  25. 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
  26. 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
  27. Configuration menu
    Copy the full SHA
    f914de6 View commit details
    Browse the repository at this point in the history
  28. 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
  29. 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
  30. 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
  31. 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
  32. 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
  33. 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
  34. 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
  35. 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
  36. Configuration menu
    Copy the full SHA
    1736407 View commit details
    Browse the repository at this point in the history
  37. 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
  38. 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
  39. 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
  40. 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
  41. 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
  42. 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
  43. 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
  44. 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
  45. 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
  46. 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
  47. Configuration menu
    Copy the full SHA
    3c2e381 View commit details
    Browse the repository at this point in the history
  48. 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
  49. 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
  50. 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
  51. 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
  52. 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
  53. 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
  54. 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
  55. Configuration menu
    Copy the full SHA
    5b3bf49 View commit details
    Browse the repository at this point in the history
  56. 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
  57. 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
  58. 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
  59. 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
  60. 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
  61. 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
  62. 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
  63. 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
  64. 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
  65. 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
  66. 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
  67. 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
  68. 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
  69. Configuration menu
    Copy the full SHA
    14d8bc6 View commit details
    Browse the repository at this point in the history
  70. 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
  71. 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
  72. 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
  73. Configuration menu
    Copy the full SHA
    0aab88f View commit details
    Browse the repository at this point in the history
  74. 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
  75. 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
  76. 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
  77. 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
  78. 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
  79. 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
  80. 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
  81. 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
  82. 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
  83. 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
  84. 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
  85. 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
  86. 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
  87. 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
  88. 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
  89. 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
  90. 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
  91. 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
  92. 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
  93. 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
  94. 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
  95. 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
  96. 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
  97. 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
  98. 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
  99. 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
  100. 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
  101. 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
  102. 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
  103. 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
  104. Configuration menu
    Copy the full SHA
    9475bde View commit details
    Browse the repository at this point in the history
  105. 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
  106. 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
  107. 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
  108. 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
  109. Configuration menu
    Copy the full SHA
    7199771 View commit details
    Browse the repository at this point in the history
  110. 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
  111. 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
  112. 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
  113. 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
  114. Configuration menu
    Copy the full SHA
    4682b4c View commit details
    Browse the repository at this point in the history
  115. 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
  116. 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
  117. Configuration menu
    Copy the full SHA
    87711b2 View commit details
    Browse the repository at this point in the history
  118. 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
  119. 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
  120. 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
  121. 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
  122. 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
  123. 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
  124. Configuration menu
    Copy the full SHA
    4667326 View commit details
    Browse the repository at this point in the history
  125. 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
  126. 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
  127. 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
  128. 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
  129. 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
  130. Configuration menu
    Copy the full SHA
    d7769bf View commit details
    Browse the repository at this point in the history
  131. 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
  132. 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
  133. Configuration menu
    Copy the full SHA
    30ca241 View commit details
    Browse the repository at this point in the history
  134. 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
  135. 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
  136. 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
  137. 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
  138. 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
  139. 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
  140. 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
  141. 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
  142. 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
  143. 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
  144. 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
  145. 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