Joona Hoikkala
2d9694410e
Merge remote-tracking branch 'origin/apache-parser-v2' into augeas_add_comment
2019-11-13 15:50:17 +02:00
Joona Hoikkala
517ff5cb19
[Apache v2] Implement delete_child() ( #7521 )
...
* Implement delete_child
* Fix linter
2019-11-12 14:19:35 -08:00
Joona Hoikkala
d14eec9ecf
[Apache v2] Implement save() and unsaved_files() ( #7520 )
...
* Implement save() and unsaved_files()
* Linter fix
2019-11-12 14:19:21 -08:00
Joona Hoikkala
bdf24d2bed
Implement add_child_directive ( #7517 )
2019-11-12 14:19:02 -08:00
Joona Hoikkala
6a92a08164
Implement add_child_comment
2019-11-12 19:03:26 +02:00
Joona Hoikkala
578ca1c6af
[Apache v2] Adding nodes 1/3 : add_child_block() ( #7497 )
...
* Implement add_child_block()
* Add comments and example
* Check augas path inconsistencies in initialization
2019-11-11 11:33:14 -08:00
Joona Hoikkala
19de05c72f
[Apache v2] Implement set_parameters() ( #7461 )
...
* find_comments implementation and AugeasCommentNode creation
* set_parameters implementation
* Change parameters to a property
* Remove parameters property setter
* More pythonic iteration handling
2019-11-06 10:33:24 -08:00
Joona Hoikkala
d645574839
[Apache v2] AugeasBlockNode find_comments() implementation ( #7457 )
...
* find_comments implementation and AugeasCommentNode creation
* Use dummy value for ancestor
* Add NotImplementedError when calling find_comments with exact parameter
* Remove parameter 'exact' from find_comments interface
* Fix comment
2019-10-30 11:03:23 -07:00
Joona Hoikkala
3f36298716
[Apache v2] find_blocks and find_directives implementation ( #7443 )
...
* Implement AugeasDirectiveNode and AugeasBlockNode find and create functions
* Add tests for _aug_get_block_name
2019-10-21 12:52:00 -07:00