1. 7794b68 Simplify the absolute name parser by Martin Polreich · 6 years ago
  2. 5a2f9da Split ifs to separated functions by Martin Polreich · 6 years ago
  3. 3471d5d Edit tests by Martin Polreich · 6 years ago
  4. 767b772 Add test case for '..' by Martin Polreich · 6 years ago
  5. c394ea5 Fix tests by Martin Polreich · 6 years ago
  6. 27dea66 Allow to use '..' as a reference to higher level in class structure by Martin Polreich · 6 years ago
  7. 7b03872 Merge pull request #70 from salt-formulas/andrewp-fix-relative-classes by Petr Michalec · 6 years ago develop
  8. 0206c9f Add tests for compose node name functionality by Andrew Pickford · 6 years ago andrewp-fix-relative-classes
  9. 168a034 Fix relative class name functionality by Andrew Pickford · 6 years ago
  10. 059726d Merge pull request #69 from salt-formulas/andrewp-fix-inv-query-merging by Petr Michalec · 6 years ago
  11. 45a675a Fix merging inv query results by Andrew Pickford · 6 years ago andrewp-fix-inv-query-merging
  12. bf3597a Update README.rst by Petr Michalec · 6 years ago
  13. 36bc995 Update README.rst by Petr Michalec · 6 years ago
  14. eb62d35 Update README.rst by Petr Michalec · 6 years ago
  15. 871c61d Update README.rst by Petr Michalec · 6 years ago
  16. cd8abe9 Update README.rst by Petr Michalec · 6 years ago
  17. 0344dcc rename README-extensions.rst by Petr Michalec · 6 years ago
  18. 26b20f7 Update README.rst by Petr Michalec · 6 years ago
  19. 23fcc23 Update README.rst by Petr Michalec · 6 years ago
  20. 3fb65d8 Merge pull request #68 from salt-formulas/feature-relative-class-name by Petr Michalec · 6 years ago
  21. 234ce10 Merge pull request #67 from salt-formulas/andrewp-compose-node-name-fixes by Petr Michalec · 6 years ago
  22. d2762b0 Feature, classes, use relative reference by Petr Michalec · 6 years ago feature-relative-class-name
  23. 30abae2 Fix references bug introduced in refactoring by Andrew Pickford · 6 years ago
  24. 97b87cb Update mixed and yaml_git for node name changes introduced with compose_node_name option by Andrew Pickford · 6 years ago andrewp-compose-node-name-fixes
  25. 379c8f9 Merge pull request #66 from salt-formulas/andrewp-invitem-refactoring-fix by Petr Michalec · 6 years ago
  26. 7ce295c Fix references bug introduced in refactoring by Andrew Pickford · 6 years ago andrewp-invitem-refactoring-fix
  27. e768c1a Merge pull request #65 from salt-formulas/develop by Petr Michalec · 6 years ago 1.5.6 v1.5.6
  28. 3627638 Merge pull request #64 from salt-formulas/fix-class-ref-descend by Petr Michalec · 6 years ago
  29. d15bffc Fix, class name references in 2nd level by Petr Michalec · 6 years ago fix-class-ref-descend
  30. 18fd5b2 Merge pull request #62 from salt-formulas/develop by Petr Michalec · 6 years ago
  31. 7fb396d Merge pull request #61 from salt-formulas/bump-156 by Petr Michalec · 6 years ago
  32. 7102e87 bump 1.5.6 version by Petr Michalec · 6 years ago bump-156
  33. 8a869a6 Merge pull request #48 from gburiola/develop by Petr Michalec · 6 years ago
  34. a7bfd74 Ignore path starting with _ on compose_node_name by Luis Buriola · 6 years ago
  35. 96d7ace Rename option add_subdir_to_node to compose_node_name by Luis Buriola · 6 years ago
  36. 8de37a3 update changelog by Petr Michalec · 6 years ago
  37. 23949f4 Merge pull request #58 from salt-formulas/pr/57 by Petr Michalec · 6 years ago
  38. 4ae9ef7 Fix numeric keys at key prefix check by Petr Michalec · 6 years ago pr/57
  39. 294cc43 Update third.yml by Petr Michalec · 6 years ago check-numeric-key
  40. c04e1b0 Add option add_subdir_to_node by Luis Buriola · 6 years ago
  41. d5ba465 Merge pull request #53 from a-ovchinnikov/develop by Petr Michalec · 6 years ago
  42. f3f752c Merge pull request #56 from salt-formulas/develop by Martin Polreich · 6 years ago v1.5.5
  43. 286ed46 Bump version 1.5.5 by Martin Polreich · 6 years ago
  44. aeea688 Refactoring pt. 2 by Alexey Ovchinnikov · 6 years ago pr/53
  45. 21d6238 Refactoring pt. 1 by Alexey Ovchinnikov · 6 years ago
  46. 1c332a0 Merge pull request #55 from salt-formulas/andrewp-fix-exports by Petr Michalec · 6 years ago
  47. a92cc93 Fix: use returned parameter from _render_simple_dict/list in exports class by Andrew Pickford · 7 years ago andrewp-fix-exports
  48. 1c0d8a7 Merge pull request #54 from salt-formulas/andrewp-fixed-parameters by Petr Michalec · 6 years ago
  49. 34d1445 Rename fixed/immutable parameters to constant parameters by Andrew Pickford · 6 years ago andrewp-fixed-parameters
  50. 581860f Merge pull request #52 from salt-formulas/andrewp-overwrite-bug-fix by Petr Michalec · 7 years ago
  51. 9229823 Return correct uri for TypeMergeError exceptions with dictionaries by Andrew Pickford · 7 years ago
  52. 5b31850 Fix more stringent tests that failed for python3 by Andrew Pickford · 7 years ago
  53. a628ca6 Fix more stringent tests that failed for python3 by Andrew Pickford · 7 years ago andrewp-overwrite-bug-fix
  54. e3b114e Add documentation for fixed/immutable parameter prefix by Andrew Pickford · 7 years ago
  55. fa991d9 Add new key modifier fixed, default symbol '=' by Andrew Pickford · 7 years ago
  56. eca7d09 Replace a nested if chain in DictPath with a single if/elif chain by Andrew Pickford · 7 years ago
  57. 902c6b6 Move merging logic into one place in ValueList class, improve error reporting by Andrew Pickford · 7 years ago
  58. a3f207e Merge pull request #51 from salt-formulas/andrew-valuelist-uri by Petr Michalec · 7 years ago v1.5.4
  59. f1889b4 Add uri() method to valuelist class by Andrew Pickford · 7 years ago andrew-valuelist-uri
  60. 44b576c Merge pull request #50 from salt-formulas/develop by Petr Michalec · 7 years ago
  61. 89c31ba Bump version 1.5.4 by Petr Michalec · 7 years ago
  62. 520c14f Merge pull request #49 from salt-formulas/maxarnold-salt20183-fix by Petr Michalec · 7 years ago
  63. 2e01223 Fix: salt 2018.3 + py2.7/3.x compatibility by Petr Michalec · 7 years ago maxarnold-salt20183-fix
  64. 3d313c1 Update README, reclass related tools by Petr Michalec · 7 years ago
  65. 2652216 Merge pull request #47 from salt-formulas/develop by Petr Michalec · 7 years ago v1.5.3
  66. 37fe9e5 Merge pull request #45 from salt-formulas/bump-version-1.5.3 by Petr Michalec · 7 years ago
  67. c647dc9 Merge pull request #46 from salt-formulas/andrew-use-c-bindings by Petr Michalec · 7 years ago
  68. 2d12f7a YAML: Use C bindings if available by Alexandru Avadanii · 7 years ago
  69. 77d80a8 Bump version to 1.5.3 by Petr Michalec · 7 years ago
  70. 2853cb1 Merge pull request #43 from salt-formulas/pr/38 by Petr Michalec · 7 years ago
  71. 4493d8a Merge pull request #42 from salt-formulas/pr/37 by Petr Michalec · 7 years ago
  72. 55f1825 Add tests for handling overwrites of escaped strings by Andrew Pickford · 7 years ago
  73. f1aaff5 Implement a better fix for escaped strings in referenced dictionaries by Andrew Pickford · 7 years ago
  74. 46942b3 Implement merge_over method for CompItem class by Andrew Pickford · 7 years ago
  75. 67e737c Minor fix in doc/readme by Petr Michalec · 7 years ago
  76. 04cb20a Allow use of references in classes to load by Andrew Pickford · 7 years ago
  77. 7904774 Add travis ci (#35) by Petr Michalec · 7 years ago
  78. 8e7eb57 Merge pull request #31 from salt-formulas/andrew-fix-overwrites by Petr Michalec · 7 years ago
  79. 9d61ea8 Merge pull request #32 from salt-formulas/andrew-fix-setup-typo by Petr Michalec · 7 years ago
  80. 2eff4c4 Fix typo entry_points not entry_point by Andrew Pickford · 7 years ago
  81. 6f20a1a Fix failure of parameter overwrites in some cases by Andrew Pickford · 7 years ago
  82. df55039 Merge pull request #29 from salt-formulas/revert-26-ref-in-classes by Petr Michalec · 7 years ago
  83. f6775cd Revert "Interpolate references in class names" by Petr Michalec · 7 years ago
  84. 13a2472 Merge pull request #28 from adrianchifor/install_prefix_remove by Petr Michalec · 7 years ago
  85. 36ecd9d Removed install prefix by Adrian Chifor · 7 years ago
  86. 412740a Merge pull request #25 from salt-formulas/python3-new-adrian by Petr Michalec · 7 years ago
  87. 3048be2 develop rebase. six.iteritems usage. Other python3 stuff. Tests OK by Adrian Chifor · 7 years ago
  88. 5fbab1d Merge pull request #26 from salt-formulas/ref-in-classes by Petr Michalec · 7 years ago
  89. d04d8e9 Merge pull request #22 from salt-formulas/update-pr21 by Petr Michalec · 7 years ago
  90. cb18ed4 Merge pull request #15 from salt-formulas/develop by Jakub Josef · 7 years ago v1.5.2
  91. 5c5d0bc Interpolate references in class names by Petr Michalec · 7 years ago
  92. 7115849 Update allow_none_override as agreed under PR #21 by Petr Michalec · 7 years ago
  93. 2a4beb8 Python3 rationals from #16 by Petr Michalec · 7 years ago
  94. 017b1bc Revert misunderstood add of dependences + partially py3 compatibility changes by Petr Michalec · 7 years ago
  95. 684e0a6 Merge pull request #21 from salt-formulas/option-to-allow-none-over-scalar-or-dict by Petr Michalec · 7 years ago
  96. 0a3a368 Allow override Scalar (assumed for dict,list) by None by Petr Michalec · 7 years ago
  97. bd08875 update dependencies on setup.py by Petr Michalec · 7 years ago
  98. a610eb5 Merge pull request #20 from salt-formulas/update-dependencies by Petr Michalec · 7 years ago
  99. f83a6c7 Update dependencies by Petr Michalec · 7 years ago
  100. f08f744 Merge pull request #19 from salt-formulas/andrew-fix-escapes by Petr Michalec · 7 years ago