1. 3b1ab43 use a syntax closer to list comprehensions for $[] by Andrew Pickford · 8 years ago
  2. 372e55a $[] now returns a dictionary by Andrew Pickford · 8 years ago
  3. 96e6399 tidy up $[] parsing by Andrew Pickford · 8 years ago
  4. 527ad2e if test for $[] exports by Andrew Pickford · 8 years ago
  5. d5fd646 tidy up export items calculations by Andrew Pickford · 8 years ago
  6. f99b1c9 handle no existing exports file by Andrew Pickford · 8 years ago
  7. 10a167c basic $[] functionality by Andrew Pickford · 8 years ago
  8. e5d68b3 move value and item classes to new reclass/values directory by Andrew Pickford · 8 years ago
  9. d3cf61d add pyparsing to requirements by Andrew Pickford · 8 years ago
  10. 17dc7fb tidy up value items by Andrew Pickford · 8 years ago
  11. 8940402 framework for $[] export parameters by Andrew Pickford · 8 years ago
  12. 7aea78d optionally add some automatically set parameters by Andrew Pickford · 8 years ago
  13. 6a884e5 ignore already rendered values when assembling references by Andrew Pickford · 8 years ago
  14. c1b9e26 allow key values of None/null to be unconditionally over written by Andrew Pickford · 8 years ago
  15. 01ad983 tidy up includes by Andrew Pickford · 8 years ago
  16. ca842f0 deal with ancestor references before deeper references by Andrew Pickford · 8 years ago
  17. 1868a7a treat the escape char normally when not next to reference open by Andrew Pickford · 8 years ago
  18. 7932810 clean up handling of references to lists and dicts by Andrew Pickford · 8 years ago
  19. 88456f5 tidy up value wrapping and rendering methods by Andrew Pickford · 8 years ago
  20. b4e1219 fix merging references to lists by Andrew Pickford · 8 years ago
  21. 6b93af4 convert all parts of a compound reference key to strings before concatenating by Andrew Pickford · 8 years ago
  22. 7801fdd rename Values to ValueList by Andrew Pickford · 8 years ago
  23. 6d14445 code tidy up by Andrew Pickford · 8 years ago
  24. c6416e1 ensure value object contains only one item by Andrew Pickford · 8 years ago
  25. aa49bc8 allow deep merging in referenced dicts by Andrew Pickford · 8 years ago
  26. b0a344f change parsed tokens directly into tuples removing need for a token stack by Andrew Pickford · 8 years ago
  27. 64c5517 rework parser to use parse actions instead of having to reparse xml by Andrew Pickford · 8 years ago
  28. 05cfd74 allow nested parameter substitutions by Andrew Pickford · 8 years ago
  29. 111d0db add option to not use references in yaml output by AndrewPickford · 8 years ago
  30. c08b844 Merge pull request #65 from NeoXiD/bugfix/invalid-classname-error by Jason Ritzke · 8 years ago before-fork upstream
  31. 478eb30 Fixed InvalidClassnameError by Pascal Mathis · 8 years ago
  32. 75dbf1e Merge pull request #61 from Rtzq0/issue_60 by James Lott · 8 years ago
  33. b388533 made initmerge explicit by Jason R · 8 years ago
  34. 99acc6e Add functionality for overriding dictionary merges. by Jason R · 8 years ago
  35. c78ab35 Merge pull request #59 from madduck/issue_23 by James Lott · 8 years ago
  36. 3525f15 set up reclass for packaging on pypi by Jason R · 8 years ago
  37. 2ac6452 Fix UndefinedVariableError, which had, uh, undefined variables by martin f. krafft · 10 years ago
  38. 25cb8f5 Prepare 1.4.1 release by martin f. krafft · 10 years ago reclass-1.4.1
  39. 6b7d050 Add missing entries to changelog by martin f. krafft · 10 years ago
  40. 96f358c Revert "Setup basic logging for reclass" by martin f. krafft · 10 years ago
  41. 15cb21d Revert "replace null vvv() prints with logger.debug()" by martin f. krafft · 10 years ago
  42. 048e50f Revert "Update reclass cli entry points, use the logger from reclass.logger" by martin f. krafft · 10 years ago
  43. 426437d Copyright year update by martin f. krafft · 10 years ago
  44. 73221e0 Version update for 1.4 by martin f. krafft · 10 years ago reclass-1.4
  45. 67bde40 Update reclass cli entry points, use the logger from reclass.logger by illumin-us-r3v0lution · 10 years ago
  46. aa44410 replace null vvv() prints with logger.debug() by illumin-us-r3v0lution · 10 years ago
  47. d784be7 Setup basic logging for reclass by illumin-us-r3v0lution · 10 years ago
  48. f739903 record last commit in changelog by martin f. krafft · 11 years ago
  49. ff1342c Prevent interpolate() from overwriting values updated during merge by martin f. krafft · 11 years ago
  50. 6e0040d fix and clarify scalar merging text by martin f. krafft · 11 years ago
  51. 3c46f09 Update link to Artistic Licence 2.0 by martin f. krafft · 11 years ago
  52. ff3ca02 Beef up the example inventory by martin f. krafft · 11 years ago
  53. 42e679e Also mangle relpath during inventory enumeration by martin f. krafft · 11 years ago
  54. 15e72de Use "init" as directory index by martin f. krafft · 11 years ago
  55. 4a43919 Fix error reporting on node name collision by martin f. krafft · 11 years ago
  56. 38990a2 docs update: pillar propagation setting must be applied to ext_pillar only by martin f. krafft · 11 years ago
  57. 26aa824 Prepare reclass 1.3 by martin f. krafft · 11 years ago debian/1.3-2 reclass-1.3
  58. 758e503 Optionally propagate pillar data from Salt to reclass by martin f. krafft · 11 years ago
  59. 15346a1 Include node name in __reclass__ pillar key by martin f. krafft · 11 years ago
  60. 2bdfffd Update todo items by martin f. krafft · 11 years ago
  61. fb7360e remove printf-debugging by martin f. krafft · 11 years ago
  62. 14c81f5 Allow classes to be namespaced with subdirectories by martin f. krafft · 11 years ago
  63. 1ca2f24 Update changelog for commit 6cf5d7a by martin f. krafft · 11 years ago
  64. 40815ee Update changelog for commit 5b17aca by martin f. krafft · 11 years ago
  65. 8e8e3bb Merge pull request #21 from solarnz/usage-documentation by martin f. krafft · 11 years ago
  66. 46c7ce6 Add an environment to the example file by martin f. krafft · 11 years ago
  67. 6cf5d7a Update the usage documentation page to show the correct nodeinfo command. by Chris Trotman · 11 years ago
  68. d48a46e Quick-n-dirty addition of node environments by martin f. krafft · 11 years ago
  69. 5b17aca Update salt adapter top function to new Core API by martin f. krafft · 11 years ago
  70. 40b54ec add lca2014 talk ref by martin f. krafft · 11 years ago
  71. f219afa fix entity uri unit test by martin f. krafft · 11 years ago
  72. 1582dfd Instantiate constants for better debug output by martin f. krafft · 11 years ago
  73. fb842d6 Reenable caching via memcache storage proxy by martin f. krafft · 11 years ago
  74. 5c3c39d Factor out all reclass logic from storage classes by martin f. krafft · 11 years ago
  75. 483034f Factor storage loader into its own module by martin f. krafft · 11 years ago
  76. 383ed02 mangle paths inside config module already by martin f. krafft · 11 years ago
  77. 4d6b2c3 Add memcache proxy preparing to factor out caching by martin f. krafft · 11 years ago
  78. 523e827 Rework exceptions, improve message handling by martin f. krafft · 11 years ago
  79. 1ba35c5 Copyright year update, happy new year! by martin f. krafft · 11 years ago
  80. 1a2cc14 Add class subdirectories todo by martin f. krafft · 11 years ago
  81. f108903 Prepare reclass 1.2.2 by martin f. krafft · 11 years ago reclass-1.2.2
  82. 42886f7 Record doc fix (02550e4) in changelog by martin f. krafft · 11 years ago
  83. 02550e4 Fix class mapping regexp rendering in docs by Daniel Dehennin · 11 years ago
  84. 2359f22 Record class_mappings fix (10e277c) in changelog by martin f. krafft · 11 years ago
  85. 10e277c Recurse classes defined in class_mappings by martin f. krafft · 11 years ago
  86. 3ae5f83 Fix class-not-found error message, add nodename by martin f. krafft · 11 years ago
  87. f7aaa9b Fix documentation by martin f. krafft · 11 years ago reclass-1.2.1
  88. b26aab6 Prepare reclass 1.2.1 by martin f. krafft · 11 years ago
  89. bee6bbd Update Salt adapter docs wrt configuration file by martin f. krafft · 11 years ago
  90. 54bb472 add configfile lookup todo by martin f. krafft · 11 years ago
  91. c2bb0e5 Add class_mappings kwarg to Salt adapter functions by Daniel Dehennin · 11 years ago
  92. 671c203 Date format fix in changelog by martin f. krafft · 11 years ago
  93. 1700310 Prepare release 1.2 by martin f. krafft · 11 years ago reclass-1.2
  94. 37b56b6 Match class mappings against entity name incl. subdir by martin f. krafft · 11 years ago
  95. 010ea27 Document class mappings in changelog by martin f. krafft · 11 years ago
  96. 05cbf6b Add note about escaping slashes in regexp by martin f. krafft · 11 years ago
  97. 41521eb Enable interpolation/backreferences in regexp-class-mappings by martin f. krafft · 11 years ago
  98. 2e233ed Change to using a list of mappings to maintain order by martin f. krafft · 11 years ago
  99. 3b10e80 Document the class mappings features by martin f. krafft · 11 years ago
  100. fb02b47 Basic framework for class mappings by martin f. krafft · 11 years ago