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
Joona Hoikkala
feacbe9671
[Apache v2] DualParserNode implementation 3/3 ( #7376 )
...
* DualParserNode, DualCommentNode and DualDirectiveNode implementations
* Add DualBlockNode
* DualBlockNode find_ methods
* Address review comments
* Address review comments
* Simplify isPass
* Add explanation to _create_matching_list pydoc
* Remove unnecessary conditional block
* Address review comments
2019-09-23 16:27:48 -04:00
Joona Hoikkala
c224340330
[Apache v2] DualParserNode implementation 2/3 ( #7375 )
...
* DualParserNode, DualCommentNode and DualDirectiveNode implementations
* Add DualBlockNode
* Address review comments
* Address review comments
* Call the right assertion after name change
* Simplify isPass
* Add explanation to _create_matching_list pydoc
* Break when match was found
2019-09-19 17:44:50 -04:00
Joona Hoikkala
23fb6d2877
[Apache v2] DualParserNode implementation 1/3 ( #7374 )
...
* DualParserNode, DualCommentNode and DualDirectiveNode implementations
* Address review comments
* Address review comments
* Simplify isPass
2019-09-18 16:31:44 -04:00