Joona Hoikkala
|
4e78430ef4
|
Add documentation for children
|
2019-08-30 23:28:48 +03:00 |
|
Joona Hoikkala
|
37885ee6e7
|
Update certbot-apache/certbot_apache/interfaces.py
Co-Authored-By: Brad Warren <bmw@users.noreply.github.com>
|
2019-08-30 23:18:26 +03:00 |
|
Joona Hoikkala
|
6036e106d9
|
Update certbot-apache/certbot_apache/interfaces.py
Co-Authored-By: Brad Warren <bmw@users.noreply.github.com>
|
2019-08-30 23:18:11 +03:00 |
|
Joona Hoikkala
|
448be77d50
|
Add types to method documentation
|
2019-08-30 09:09:22 +03:00 |
|
Joona Hoikkala
|
2354ebd1ff
|
Address review comments
|
2019-08-29 00:55:39 +03:00 |
|
Joona Hoikkala
|
f715b012ef
|
Skip cover for dummy calls to super
|
2019-08-28 17:37:01 +03:00 |
|
Joona Hoikkala
|
c5b5fc4f3b
|
Refine docs, and remove unused __init__ from BlockNode
|
2019-08-28 15:38:07 +03:00 |
|
Joona Hoikkala
|
6b9806cb75
|
Merge branch 'parserinterfaces_2' of github.com:certbot/certbot into parserinterfaces_2
|
2019-08-27 17:30:07 +03:00 |
|
Joona Hoikkala
|
52a4ed1dc0
|
Updates to documentation
|
2019-08-27 17:26:59 +03:00 |
|
Joona Hoikkala
|
c70f4431de
|
Update certbot-apache/certbot_apache/interfaces.py
Co-Authored-By: Brad Warren <bmw@users.noreply.github.com>
|
2019-08-27 16:59:26 +03:00 |
|
Joona Hoikkala
|
cf067776ea
|
Fix pydocs and make BlockNode a child of DirectiveNode
|
2019-08-22 20:54:08 +03:00 |
|
Joona Hoikkala
|
11f977fa22
|
Add parsernode utils to check keyword arguments and document the defaults in pydoc
|
2019-08-20 20:36:46 +03:00 |
|
Joona Hoikkala
|
864f06100a
|
Define initialization for different ParserNode classes
|
2019-08-18 14:31:54 +03:00 |
|
Joona Hoikkala
|
4975d0a273
|
Proper scope for linter exclusion
|
2019-08-18 10:34:40 +03:00 |
|
Joona Hoikkala
|
06dc56f810
|
Update certbot-apache/certbot_apache/interfaces.py
Co-Authored-By: Brad Warren <bmw@users.noreply.github.com>
|
2019-08-16 11:08:08 +03:00 |
|
Joona Hoikkala
|
e1aafe1816
|
Update certbot-apache/certbot_apache/interfaces.py
Co-Authored-By: Brad Warren <bmw@users.noreply.github.com>
|
2019-08-16 11:07:57 +03:00 |
|
Joona Hoikkala
|
7c1d3d195f
|
Fix inheritance in implemented test classes
|
2019-08-16 11:06:41 +03:00 |
|
Joona Hoikkala
|
b0b7aa2e9b
|
Merge branch 'parserinterfaces_2' of github.com:certbot/certbot into parserinterfaces_2
|
2019-08-16 10:49:39 +03:00 |
|
Joona Hoikkala
|
519c497709
|
Smaller scope for linter exclusion and removal of metadata()
|
2019-08-16 10:45:04 +03:00 |
|
Joona Hoikkala
|
1c122468c9
|
Update certbot-apache/certbot_apache/interfaces.py
Co-Authored-By: Brad Warren <bmw@users.noreply.github.com>
|
2019-08-16 09:44:03 +03:00 |
|
Joona Hoikkala
|
e0ce3f9d6e
|
Update certbot-apache/certbot_apache/interfaces.py
Co-Authored-By: Brad Warren <bmw@users.noreply.github.com>
|
2019-08-16 09:43:54 +03:00 |
|
Joona Hoikkala
|
6b41bee007
|
Bring inheritance back
|
2019-08-16 00:01:40 +03:00 |
|
Joona Hoikkala
|
933a21ec3d
|
Add apache specific functionality to the interface
|
2019-08-15 18:53:18 +03:00 |
|
Joona Hoikkala
|
e43f5b05f7
|
Move class argument definitions to class pydoc
|
2019-08-15 16:36:05 +03:00 |
|
Joona Hoikkala
|
270754deff
|
[Apache v2] New ParserNode interface abstraction (#7246)
* New ParserNode interface abstraction
* Add the test assertions, and fix interface
* Update certbot-apache/certbot_apache/interfaces.py
Co-Authored-By: Brad Warren <bmw@users.noreply.github.com>
* Update certbot-apache/certbot_apache/interfaces.py
Co-Authored-By: Brad Warren <bmw@users.noreply.github.com>
* Update certbot-apache/certbot_apache/interfaces.py
Co-Authored-By: Brad Warren <bmw@users.noreply.github.com>
* Add dummy tests and change arguments to properties
* Add more context to comment property docstring
* Add documentation to the main docstring
* Streamline the parameter naming
* Update certbot-apache/certbot_apache/interfaces.py
Co-Authored-By: Brad Warren <bmw@users.noreply.github.com>
* Add explicit instructions how whitespaces are treated in set_parameters
* Add the information about lookups being case insensitive.
* Add context about whitespacing to add_ - methods
* Update certbot-apache/certbot_apache/interfaces.py
Co-Authored-By: Brad Warren <bmw@users.noreply.github.com>
* Update certbot-apache/certbot_apache/interfaces.py
Co-Authored-By: Brad Warren <bmw@users.noreply.github.com>
|
2019-08-13 09:22:51 -07:00 |
|