1. e2e3a21 Update reclass system dependencies by Petr Michalec · 7 years ago
  2. 411a551 update requirements by Petr Michalec · 7 years ago
  3. 67ad77c update requirements by Petr Michalec · 7 years ago
  4. 1039b21 update requirements by Petr Michalec · 7 years ago
  5. 3469eb5 Merge pull request #12 from AndrewPickford/master by Petr Michalec · 7 years ago
  6. e6743ef Merge pull request #2 from salt-formulas/updates-for-andrew by Andrew Pickford · 7 years ago
  7. ab9cac3 README update, fix rst syntax by Petr Michalec · 7 years ago
  8. 1932474 Fix typo in README by Petr Michalec · 7 years ago
  9. 4ab4ed9 Merge branch 'sf-merge-test' into updates-for-andrew by Petr Michalec · 7 years ago
  10. ad44117 Documentation updates by Petr Michalec · 7 years ago
  11. 5a35e87 Merge remote-tracking branch 'salt-formula/master' into sf-merge-test by Andrew Pickford · 7 years ago
  12. 897f8b6 fix ignore_class_regexp default pattern by Petr Michalec · 7 years ago
  13. 5474e2b Merge pull request #10 from pjediny/fix-isinstance by Petr Michalec · 7 years ago
  14. 38cd76b Use isinstance() insted of type() by Petr Jediný · 7 years ago
  15. 2c48d60 add ignore class not found regexp from salt-formulas/reclass by Andrew Pickford · 7 years ago
  16. bdf4147 update copyright and maintainer email by Andrew Pickford · 7 years ago
  17. fd6a3a3 documentation updates from salt-formulas/reclass by Andrew Pickford · 7 years ago
  18. f4b93c0 add inventory query example by Andrew Pickford · 7 years ago
  19. ffdfb39 also prune new test dir reclass/test by Andrew Pickford · 7 years ago
  20. 94b3e08 log the skipped class notfound by Petr Michalec · 7 years ago
  21. 116a062 rename README.ententions to README-extentions.rst by Andrew Pickford · 7 years ago
  22. 2f7d4f0 fix syntax overlooked by Petr Michalec · 7 years ago
  23. fa7cb98 Merge pull request #7 from salt-formulas/fix-ignore_class_regexp by Petr Michalec · 7 years ago
  24. 6c025e5 fix typo in ingore_class_regexp by Petr Michalec · 7 years ago
  25. 31a7e03 Merge pull request #6 from salt-formulas/ignore_class_regexp by Cedric HNYDA · 7 years ago
  26. d1fb0b4 ignore missing class by regexp by Petr Michalec · 7 years ago
  27. bb0a619 initial documentation for extensions by Andrew Pickford · 7 years ago
  28. 2a28327 sync version number to 1.5.2 by Andrew Pickford · 7 years ago
  29. 3fece05 remove unused line by Andrew Pickford · 7 years ago
  30. e6fba88 extend the current path rather than create a new subpath object by Andrew Pickford · 7 years ago
  31. d29a684 remove unused function deepest_match_in by Andrew Pickford · 7 years ago
  32. 62f2ef0 fix ancestor key dereferencing in exports by Andrew Pickford · 7 years ago
  33. d590976 use better algorithm for individual export evaluation by Andrew Pickford · 7 years ago
  34. d7045b0 deep copying parser objects fails so just shallow copy Settings objects instead by Andrew Pickford · 7 years ago
  35. 6a77d07 account for ancester and non existant paths by Andrew Pickford · 7 years ago
  36. 8099f08 correct option passing for reclass-salt top by Andrew Pickford · 7 years ago
  37. e415d16 fix typo by Andrew Pickford · 7 years ago
  38. 27f2fa7 bump version to 1.5.1 by Andrew Pickford · 7 years ago
  39. 8258dad add OPT_ prefix to allow and inventory options by Andrew Pickford · 7 years ago
  40. fbb1306 pass command line options into settings by Andrew Pickford · 7 years ago
  41. 49ef7db improve readability by Andrew Pickford · 7 years ago
  42. 8a05d71 command line option for ignore class not found by Andrew Pickford · 7 years ago
  43. 8fe8468 rename class_not_found to class_notfound by Andrew Pickford · 7 years ago
  44. 34a9e5d add option to ignore missing classes by Andrew Pickford · 7 years ago
  45. f36c449 Merge pull request #5 from salt-formulas/pass-defaults by Petr Michalec · 7 years ago
  46. 58f5981 Pass ingore_class_notfound defaults properly by Petr Michalec · 7 years ago
  47. a3af54a Modify parser and spread ignore_class_not_found from cmd line by chnyda · 7 years ago
  48. 1c2b748 Merge pull request #4 from chnyda/master by Petr Michalec · 7 years ago
  49. ff7e9c1 Fix reclass parser to include OPT_IGNORE_CLASS_NOTFOUND by chnyda · 7 years ago
  50. b5c4c93 Merge pull request #2 from bbinet/optionnal-classes by Petr Michalec · 7 years ago
  51. 2689522 Merge pull request #1 from epcim/pr/fix/fix_raise_UndefinedVariableError by Petr Michalec · 7 years ago
  52. ce4d860 rename ret to node in _nodeinfo by Andrew Pickford · 7 years ago
  53. 3c7e567 add tests for invquery ignore errors option by Andrew Pickford · 7 years ago
  54. 1e2fd7f bring ClassNotFound and BadReference errors into unified InterpolationError by Andrew Pickford · 7 years ago
  55. 06352f0 fix test broken by output change by Andrew Pickford · 7 years ago
  56. 6a00c56 make interpolation error messages more informative by Andrew Pickford · 7 years ago
  57. dec210a add inventory query options by Andrew Pickford · 7 years ago
  58. 000ecf1 consolidate settings into an object that can be passed around by Andrew Pickford · 7 years ago
  59. 2224af4 give file name/uri containing failed key in resolve errors by Andrew Pickford · 7 years ago
  60. b92cde2 add path so docs compile by Andrew Pickford · 7 years ago
  61. 91116e8 allow logical and/or in inv queries by Andrew Pickford · 7 years ago
  62. cd54d25 tweak references error message by Andrew Pickford · 7 years ago
  63. 057637c include missing reference names in error message by Andrew Pickford · 8 years ago
  64. cf984dc skip already rendered refs in dicts by Andrew Pickford · 8 years ago
  65. 2ecca1b Merge pull request #1 from epcim/pr/fix/fix_raise_UndefinedVariableError by Andrew Pickford · 8 years ago
  66. d0c4915 add inv test returning list of nodes passing test by Andrew Pickford · 8 years ago
  67. 2926383 allow asignment for environment property by Andrew Pickford · 8 years ago
  68. f78779e remove unneeded paramiko import by Andrew Pickford · 8 years ago
  69. 634a4e7 typo: GitURL not GitOptions by Andrew Pickford · 8 years ago
  70. ca34780 Merge branch 'dennisvd/noescape' into 'master' by Andrew Pickford · 8 years ago
  71. 0faeada Merge branch 'reportmissingbranch' into 'master' by Andrew Pickford · 8 years ago
  72. 461bc69 deepcopy the options otherwise they are overwritten by Andrew Pickford · 8 years ago
  73. 10d27f2 more checks for the presence of keys by Dennis van Dok · 8 years ago
  74. 983ec75 If a branch is missing from a repo, report both by Dennis van Dok · 8 years ago
  75. c9cf2a3 Do not try to escape the key string as this will not work with colons. by Dennis van Dok · 8 years ago
  76. 561c4d6 cache repo per storage object by Andrew Pickford · 8 years ago
  77. 87e6e2e add ssh key file option by Andrew Pickford · 8 years ago
  78. eaaaa06 add option to set cache_dir by Andrew Pickford · 8 years ago
  79. 917c71d add pygit2 by Andrew Pickford · 8 years ago
  80. 1831ac6 basic git remote functionality by Andrew Pickford · 8 years ago
  81. 1389c75 repo locations on local disc start with file:// by Andrew Pickford · 8 years ago
  82. cbe2e9c optionally pull data only from a subdir in a repo by Andrew Pickford · 8 years ago
  83. 03f631f fix raise of UndefinedVariableError by Petr Michalec · 8 years ago
  84. 9cd16d8 add node environment as an automatic parameter by Andrew Pickford · 8 years ago
  85. 0234713 add mocked __setitem__ and __getitem__ to fix broken mocked tests by Andrew Pickford · 8 years ago
  86. 65fe088 environment needs to passed into recursive calls of _recurse_entity by Andrew Pickford · 8 years ago
  87. 8902944 include environment as part of repr by Andrew Pickford · 8 years ago
  88. 38f3924 use storage type dependant path mangler by Andrew Pickford · 8 years ago
  89. 4fa81a5 squelch warning on centos7 due to upgrading cffi by Andrew Pickford · 8 years ago
  90. fa1fb8b fix to use the branch parameter by Andrew Pickford · 8 years ago
  91. 9d066a2 /usr now default prefix for installations by Andrew Pickford · 8 years ago
  92. 1e64dcc update version to indicate this is an extended fork of reclass by Andrew Pickford · 8 years ago
  93. 8980ad9 add test of YamlData.from_string by Andrew Pickford · 8 years ago
  94. 7a017ab add missing enumerate_nodes method by Andrew Pickford · 8 years ago
  95. a0c9efc independant caches for each environment by Andrew Pickford · 8 years ago
  96. 6a0b0a1 layout tweaks by Andrew Pickford · 8 years ago
  97. 786c042 environment parameter now mandatory by Andrew Pickford · 8 years ago
  98. 939f543 correctly cache files by Andrew Pickford · 8 years ago
  99. cbff9cd mixed storage type by Andrew Pickford · 8 years ago
  100. 3b3681b yaml_git storage type by Andrew Pickford · 8 years ago