- 3a0a796 Merge pull request #103 from ganto/feature/python38 by Petr Michalec · 4 weeks ago master
- 50bebe4 Add support for collections.abc in Python >=3.8 by Reto Gantenbein · 2 years, 6 months ago
- 974efed Merge pull request #95 from salt-formulas/develop by Petr Michalec · 4 years, 3 months ago v1.7.0
- c2f6236 Merge pull request #96 from salt-formulas/develop-bump-170 by Petr Michalec · 4 years, 3 months ago
- 7673374 bump version 1.7.0 by Petr Michalec · 4 years, 3 months ago
- 6b345f1 Merge pull request #89 from bbinet/param-references-class by Petr Michalec · 4 years, 3 months ago
- 5656186 Only use scalar parameters as references in class name by Bruno Binet · 4 years, 8 months ago
- f7e3e94 Add support to use current node parameters as references in class name by Bruno Binet · 4 years, 9 months ago
- e25dc93 Merge pull request #94 from salt-formulas/andrewp-fix-inv-query-overwriting by Petr Michalec · 4 years, 3 months ago
- 09d436c Fix indentical inventory queries with different flags returning incorrect data by Andrew Pickford · 4 years, 7 months ago
- 789878b Merge pull request #92 from salt-formulas/andrewp-fix-yaml-git-errors by Petr Michalec · 4 years, 7 months ago
- 7f26719 Merge pull request #93 from salt-formulas/andrewp-fix-class-mappings-regression by Petr Michalec · 4 years, 7 months ago
- 01504a2 Merge pull request #88 from bbinet/python-37-support by Petr Michalec · 4 years, 7 months ago
- 0f6149d Merge pull request #91 from bbinet/patch-1 by Petr Michalec · 4 years, 7 months ago
- b803adb Allow for class mappings to wildcard match against either the node name or node file path by Andrew Pickford · 4 years, 7 months ago
- 5e65f3f Fix doc for ignore_class_notfound_regexp by Bruno Binet · 4 years, 8 months ago
- e3fc5e8 add Python3.7 compatibility by Bruno Binet · 4 years, 9 months ago
- 0ff21b8 Change msg param to an optional param for InterpolationError and NameError by Andrew Pickford · 5 years ago
- 6a15e4e Fix logging for DuplicateNodeNameError in yaml git storage by Andrew Pickford · 5 years ago
- b8de2fb Merge pull request #85 from pranavgupta1234/extend_file_extension by Petr Michalec · 6 years ago
- cc7d59d removed unnecessary typecasting by pranavgupta1234 · 6 years ago
- 961aa7f remove import fnmatch from yaml_git as well by pranavgupta1234 · 6 years ago
- 8283bfb extension support added for yaml_git storage as well by pranavgupta1234 · 6 years ago
- 8d17363 removed fnmatch import by pranavgupta1234 · 6 years ago
- bba9562 added support for .yaml along with .yml by pranavgupta1234 · 6 years ago
- d9ce787 Merge pull request #78 from alexandruavadanii/fix-default-ignore_overwritten_missing_reference by Petr Michalec · 6 years ago
- bd78071 Merge pull request #76 from maljub01/fix-typo by Filip Pytloun · 6 years ago
- 2d93d69 Merge pull request #79 from horakmar/develop by Aleš Komárek · 6 years ago
- d00e3ba Fixed typo in settings definitions. by Martin Horák · 6 years ago
- 3f0171d Fix ignore_overwritten_missing_reference default by Alexandru Avadanii · 6 years ago
- 8c1979d Fix a typo: Canot -> Cannot by Marwan Al Jubeh · 6 years ago
- 2f9f2ac Merge pull request #75 from salt-formulas/develop by Petr Michalec · 6 years ago 1.6.0 v1.6.0
- 4ba6925 fix version name to 1.6.x by Petr Michalec · 6 years ago
- ac8839e Merge pull request #74 from salt-formulas/develop by Petr Michalec · 6 years ago
- a83680c Merge pull request #73 from a-ovchinnikov/develop by Petr Michalec · 6 years ago
- 637a909 bump version 1.7.0 by Petr Michalec · 6 years ago
- 8cdce39 Tests for parsers are added by Alexey Ovchinnikov · 6 years ago
- acad24c Merge pull request #60 from a-ovchinnikov/develop by Petr Michalec · 6 years ago
- ece09c6 Fix for parser reinstantiation bug by Alexey Ovchinnikov · 6 years ago
- bb76a54 Fix for reference check in core by Alexey Ovchinnikov · 6 years ago
- 2294aef Minor changes by Alexey Ovchinnikov · 6 years ago
- c193191 Settings cleanup by Alexey Ovchinnikov · 6 years ago
- 3af1e0d More refactoring by Alexey Ovchinnikov · 6 years ago
- d1a099a Merge pull request #71 from salt-formulas/andrewp-yaml-git by Petr Michalec · 6 years ago
- 720ad9b Merge pull request #72 from Martin819/develop by Petr Michalec · 6 years ago
- d159be1 Fix error reporting for inventory queries by Andrew Pickford · 6 years ago
- 7794b68 Simplify the absolute name parser by Martin Polreich · 6 years ago
- 5a2f9da Split ifs to separated functions by Martin Polreich · 6 years ago
- 3471d5d Edit tests by Martin Polreich · 6 years ago
- 767b772 Add test case for '..' by Martin Polreich · 6 years ago
- c394ea5 Fix tests by Martin Polreich · 6 years ago
- 27dea66 Allow to use '..' as a reference to higher level in class structure by Martin Polreich · 6 years ago
- 424769f Add documentation for yaml_git and mixed storage types by Andrew Pickford · 6 years ago andrewp-yaml-git
- fa2785f Add a locking mechanism to yaml_git storage by Andrew Pickford · 6 years ago
- 7b03872 Merge pull request #70 from salt-formulas/andrewp-fix-relative-classes by Petr Michalec · 6 years ago develop
- 424f651 Defaulted compose_node_name in get_storage to fix backward compatibility issue by Ales Komarek · 6 years ago
- 0206c9f Add tests for compose node name functionality by Andrew Pickford · 6 years ago andrewp-fix-relative-classes
- 168a034 Fix relative class name functionality by Andrew Pickford · 6 years ago
- 059726d Merge pull request #69 from salt-formulas/andrewp-fix-inv-query-merging by Petr Michalec · 6 years ago
- 45a675a Fix merging inv query results by Andrew Pickford · 6 years ago andrewp-fix-inv-query-merging
- bf3597a Update README.rst by Petr Michalec · 6 years ago
- 36bc995 Update README.rst by Petr Michalec · 6 years ago
- eb62d35 Update README.rst by Petr Michalec · 6 years ago
- 871c61d Update README.rst by Petr Michalec · 6 years ago
- cd8abe9 Update README.rst by Petr Michalec · 6 years ago
- 0344dcc rename README-extensions.rst by Petr Michalec · 6 years ago
- 26b20f7 Update README.rst by Petr Michalec · 6 years ago
- 23fcc23 Update README.rst by Petr Michalec · 6 years ago
- 3fb65d8 Merge pull request #68 from salt-formulas/feature-relative-class-name by Petr Michalec · 6 years ago
- 234ce10 Merge pull request #67 from salt-formulas/andrewp-compose-node-name-fixes by Petr Michalec · 6 years ago
- d2762b0 Feature, classes, use relative reference by Petr Michalec · 6 years ago feature-relative-class-name
- 30abae2 Fix references bug introduced in refactoring by Andrew Pickford · 6 years ago
- 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
- 379c8f9 Merge pull request #66 from salt-formulas/andrewp-invitem-refactoring-fix by Petr Michalec · 6 years ago
- 7ce295c Fix references bug introduced in refactoring by Andrew Pickford · 6 years ago andrewp-invitem-refactoring-fix
- e768c1a Merge pull request #65 from salt-formulas/develop by Petr Michalec · 6 years ago 1.5.6 v1.5.6
- 3627638 Merge pull request #64 from salt-formulas/fix-class-ref-descend by Petr Michalec · 6 years ago
- d15bffc Fix, class name references in 2nd level by Petr Michalec · 6 years ago fix-class-ref-descend
- 18fd5b2 Merge pull request #62 from salt-formulas/develop by Petr Michalec · 6 years ago
- 7fb396d Merge pull request #61 from salt-formulas/bump-156 by Petr Michalec · 6 years ago
- 7102e87 bump 1.5.6 version by Petr Michalec · 6 years ago bump-156
- 8a869a6 Merge pull request #48 from gburiola/develop by Petr Michalec · 6 years ago
- a7bfd74 Ignore path starting with _ on compose_node_name by Luis Buriola · 6 years ago
- 96d7ace Rename option add_subdir_to_node to compose_node_name by Luis Buriola · 6 years ago
- 8de37a3 update changelog by Petr Michalec · 6 years ago
- 23949f4 Merge pull request #58 from salt-formulas/pr/57 by Petr Michalec · 6 years ago
- 4ae9ef7 Fix numeric keys at key prefix check by Petr Michalec · 6 years ago pr/57
- 294cc43 Update third.yml by Petr Michalec · 6 years ago check-numeric-key
- c04e1b0 Add option add_subdir_to_node by Luis Buriola · 6 years ago
- d5ba465 Merge pull request #53 from a-ovchinnikov/develop by Petr Michalec · 6 years ago
- f3f752c Merge pull request #56 from salt-formulas/develop by Martin Polreich · 6 years ago v1.5.5
- 286ed46 Bump version 1.5.5 by Martin Polreich · 6 years ago
- aeea688 Refactoring pt. 2 by Alexey Ovchinnikov · 6 years ago pr/53
- 21d6238 Refactoring pt. 1 by Alexey Ovchinnikov · 6 years ago
- 1c332a0 Merge pull request #55 from salt-formulas/andrewp-fix-exports by Petr Michalec · 6 years ago
- a92cc93 Fix: use returned parameter from _render_simple_dict/list in exports class by Andrew Pickford · 7 years ago andrewp-fix-exports
- 1c0d8a7 Merge pull request #54 from salt-formulas/andrewp-fixed-parameters by Petr Michalec · 6 years ago
- 34d1445 Rename fixed/immutable parameters to constant parameters by Andrew Pickford · 6 years ago andrewp-fixed-parameters
- 581860f Merge pull request #52 from salt-formulas/andrewp-overwrite-bug-fix by Petr Michalec · 7 years ago
- 9229823 Return correct uri for TypeMergeError exceptions with dictionaries by Andrew Pickford · 7 years ago