2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-23 02:17:33 +00:00

21 Commits

Author SHA1 Message Date
Andrei Pavel
8e37580e59
[#3287] fix pycodestyle warnings
- E111 indentation is not a multiple of 4
- E117 over-indented
- E125 continuation line with same indent as next logical line
- E127 continuation line over-indented for visual indent
- E128 continuation line under-indented for visual indent
- E129 visually indented line with same indent as next logical line
- E131 continuation line unaligned for hanging indent
- E201 whitespace after '['
- E201 whitespace after '{'
- E202 whitespace before ')'
- E202 whitespace before ']'
- E202 whitespace before '}'
- E203 whitespace before '
- E203 whitespace before ','
- E222 multiple spaces after operator
- E225 missing whitespace around operator
- E228 missing whitespace around modulo operator
- E231 missing whitespace after ','
- E251 unexpected spaces around keyword / parameter equals
- E261 at least two spaces before inline comment
- E262 inline comment should start with '# '
- E265 block comment should start with '# '
- E301 expected 1 blank line, found 0
- E302 expected 2 blank lines, found 1
- E303 too many blank lines (2)
- E305 expected 2 blank lines after class or function definition, found 1
- E306 expected 1 blank line before a nested definition, found 0
- E401 multiple imports on one line
- E402 module level import not at top of file
- E501 line too long
- E502 the backslash is redundant between brackets
- E703 statement ends with a semicolon
- E713 test for membership should be 'not in'
- E722 do not use bare 'except'
- E741 ambiguous variable name 'l'
- W605 invalid escape sequence '\/'
2024-06-20 18:52:09 +03:00
Andrei Pavel
c0acd781c9
[#3287] fix bandit warnings 2024-06-20 18:52:09 +03:00
Andrei Pavel
098efc743c
[#2889] release changes 2023-05-29 21:55:51 +03:00
Razvan Becheriu
c056162c99 [#2827] reverted src/share/api and updated script 2023-05-11 11:31:16 +03:00
Razvan Becheriu
7002405f62 [#2827] process api.rst also 2023-05-11 11:30:02 +03:00
Marcin Siodelski
67ae357ccd [#2408] Documented the conflict status code usage 2022-09-22 15:26:49 +02:00
Andrei Pavel
640ed86331 [#2067] ARM: remove dot before commands in API Ref 2021-09-20 18:16:50 +00:00
Wlodek Wencel
d47d2860c2 Changelog entry, dates, messages for release 2021-08-27 05:47:44 -07:00
Andrei Pavel
efa104ea26 [#866] text ARM, remove ungenerated indices 2021-08-13 15:44:20 +00:00
Francis Dupont
5221c89223 [#1240] Rebased/updated 1240 patch 2020-09-17 16:06:20 +02:00
Michal Nowikowski
ea0c3249ee [#1249] release changes
- updated copyrights date
- updates mes files
- added release entry in ChangeLog
2020-05-25 07:22:57 +02:00
Francis Dupont
82c0618fc5 [#1240] Revert "[#1240] Added access in command JSON files"
This reverts commit 20cd5ab4d9660ec446580813434e6e34a9a50c11.
2020-05-23 12:57:03 +02:00
Francis Dupont
c831169b7c [#1240] Revert "[#1240] Addressed comment"
This reverts commit c6ba78769c8c261c721df7a595ff2f500a9923d8.
2020-05-23 12:56:22 +02:00
Francis Dupont
c6ba78769c [#1240] Addressed comment 2020-05-22 16:21:09 +00:00
Francis Dupont
20cd5ab4d9 [#1240] Added access in command JSON files 2020-05-22 16:21:08 +00:00
Tomek Mrugalski
dee54b0233 Fixed error in api2doc.py
- the default response had unnecessary quotes
2019-08-19 14:42:39 -04:00
Michal Nowikowski
357b9352f4 moved generating kea-messages.rst and api.rst from Makefile.am to sphinx's conf.py so they are generated on readthedocs.org as well 2019-08-09 13:10:53 +02:00
Tomek Mrugalski
97a99db76a [#809,!469] Sphinx generation fix. 2019-08-07 16:54:47 +02:00
Tomek Mrugalski
3ba1a26553 [#777,!464] Minor python changes after review:
- removed commented out code
 - better check for first character
2019-08-07 12:58:10 +02:00
Tomek Mrugalski
7571271e7a [#777,!464] api2doc.py updated to handle new syntax, Makefile.am updated 2019-08-07 12:58:10 +02:00
Michal Nowikowski
519035a179 revamped api doc generation 2019-07-30 10:45:13 +02:00