summaryrefslogtreecommitdiffstats
path: root/roles/lib_utils/src/class/yedit.py
Commit message (Collapse)AuthorAgeFilesLines
* Adding ability to yedit json files.Kenny Woodson2018-02-131-6/+18
|
* Returning actual results of yedit query. Empty list was returning empty dict.Kenny Woodson2017-09-201-1/+1
|
* Fix for yedit custom separatorsMatt Woodson2017-05-101-1/+1
|
* Fixed a bug in oc_volume.Kenny Woodson2017-03-281-19/+18
|
* Adding a few more test cases. Fixed a bug when key was empty. Safeguard ↵Kenny Woodson2017-03-281-9/+20
| | | | against yedit module being passed an empty key
* Added the ability to do multiple editsKenny Woodson2017-03-281-54/+88
|
* raise exceptions when walking through object pathJoel Diaz2017-02-281-2/+9
| | | | | | | | | | | | | | | | if we're given path a.b.c and the existing object is: a: b: - item1 raise an exception due to unexpected objects found while traversing the path (ie. b is a list, not a dict) also, add_entry assumes new dicts for each sub element when creating elements besides the final assignment value. doing something like a.b.c[0] = 12 where 'c' doesn't exist raises an exception add test cases to cover: access path that differs from existing object create new objects with an embedded list in the path create new object with a list at the end (define the end list in the passed in 'value' to avoid this exception)
* fix up ruamel.yaml/pyyaml no-member lint errorsJason DeTiberus2017-02-221-37/+43
|
* Removed unrequired no-members from yedit and generated codeSteve Milner2017-02-221-6/+20
|
* Pleasing the linting gods.Kenny Woodson2017-02-161-5/+11
|
* Fixed tests for pyyaml vs ruamel. Added import logic. Fixed safe load.Kenny Woodson2017-02-161-2/+2
|
* Adding fallback support for pyyaml.Kenny Woodson2017-02-161-13/+30
|
* Added oc_serviceaccount_secret to lib_openshift.Thomas Wiest2017-02-061-8/+15
|
* Adding oc_edit module to lib_openshift.Kenny Woodson2017-01-171-0/+2
|
* lib_openshift modules. This is the first one. oc_route.Kenny Woodson2017-01-131-9/+53
|
* Adding ability to systematically modify yaml from ansible.Kenny Woodson2017-01-111-0/+520