summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-07-22T7637: T7605: update git submodule for typo and escape backslashJohn Estabrook
2025-07-22Merge pull request #45 from jestabro/debug-smoketestsJohn Estabrook
T7637: T7605: update commit hashes for typo and escape backslash
2025-07-22T7637: T7605: update commit hashes for typo and escape backslashJohn Estabrook
2025-07-22Merge pull request #4613 from c-po/add-pylintChristian Breunig
T7648: Set up a linter check to check complete files for syntax errors and missing imports
2025-07-21T7648: enable pylint for both migration-scripts and custom daemons (services)Christian Breunig
2025-07-21migration: T7648: fix Undefined variable 'config' in vrrp/1-to-2Christian Breunig
2025-07-21migration: T7648: fix Undefined variable 'af_path' in quagga/2-to-3Christian Breunig
2025-07-21migration: T7648: fix Undefined variable 'config' in interfaces/5-to-6Christian Breunig
2025-07-21migration: T7648: fix Undefined variable 'base' in interfaces/0-to-1Christian Breunig
2025-07-21T7648: enable pylint target for "make all" to check for e.g. missing importsChristian Breunig
2025-07-21vyos.utils: T7648: fix undefined variable in install_into_configChristian Breunig
************* Module vyos.utils.misc python/vyos/utils/misc.py:51:46: E0602: Undefined variable 'node' (undefined-variable)
2025-07-21vyos.utils: T7648: fix missing import for ConfigErrorChristian Breunig
2025-07-21vyos.utils: T7648: remove duplicate definition of makedirChristian Breunig
Function makedir defined two times inside the same file.
2025-07-21vyos.utils: T7648: only provide one chown functionChristian Breunig
Remove duplicate function definition vyos.utils.file.chown which was also provided by vyos.utils.permission.chown.
2025-07-21op-mode: T7648: fix pylint errors in storage moduleChristian Breunig
************* Module storage src/op_mode/storage.py:32:11: E0602: Undefined variable '_get_system_storage' (undefined-variable) src/op_mode/storage.py:52:11: E0602: Undefined variable 'output' (undefined-variable)
2025-07-21op-mode: pki: T7648: fix pylint errorChristian Breunig
************* Module pki src/op_mode/pki.py:459:8: E1128: Assigning result of a function call, where the function returns None (assignment-from-none)
2025-07-21op-mode: T7648: add missing import statement in connect disconnect handlerChristian Breunig
2025-07-21vyos.ifconfig: T7648: fix pylint errorsChristian Breunig
************* Module vyos.ifconfig.control python/vyos/ifconfig/control.py:53:22: E1101: Instance of 'Control' has no 'config' member (no-member) python/vyos/ifconfig/control.py:59:47: E1101: Instance of 'Control' has no 'config' member (no-member) python/vyos/ifconfig/control.py:63:43: E1101: Instance of 'Control' has no 'config' member (no-member) python/vyos/ifconfig/control.py:91:28: E1101: Instance of 'Control' has no 'ifname' member (no-member) python/vyos/ifconfig/control.py:186:35: E1101: Instance of 'Control' has no 'config' member (no-member) python/vyos/ifconfig/control.py:188:37: E1101: Instance of 'Control' has no 'config' member (no-member) python/vyos/ifconfig/control.py:193:35: E1101: Instance of 'Control' has no 'config' member (no-member) python/vyos/ifconfig/control.py:195:37: E1101: Instance of 'Control' has no 'config' member (no-member)
2025-07-21T7648: when using netifaces set "pylint: disable = no-name-in-module"Christian Breunig
As the python netifaces module is written in C - we can not inspect any import line as the linter does not see it. Disable the warnings here.
2025-07-21Debian: T7648: add build dependencies for pylintChristian Breunig
2025-07-21Merge pull request #4612 from jestabro/fix-nat64Christian Breunig
T7645: fix missing import and incorrect check of is_node_changed
2025-07-21Merge pull request #4611 from jestabro/limit-noteworthyDaniil Baturin
T6704: limit size of noteworthy list in airbag
2025-07-20T7645: formattingJohn Estabrook
2025-07-20T7645: fix missing import and incorrect check of is_node_changedJohn Estabrook
Fix errors introduced by refactoring for modprobe/rmmod jool module.
2025-07-20T6704: limit size of noteworthy list in airbagJohn Estabrook
Use deque instead of list to limit the size of collected stderr messages in airbag.
2025-07-19Merge pull request #4610 from kumvijaya/currentChristian Breunig
T7619: Removed REMOTE_REPO var from mirror workflow
2025-07-19Merge pull request #52 from kumvijaya/currentChristian Breunig
T7619: Removed REMOTE_REPO var from mirror workflow
2025-07-19T7619: Removed REMOTE_REPO var from mirror workflowkumvijaya
2025-07-19T7619: removed REMOTE_REPO var from mirror workflowkumvijaya
2025-07-18ipsec: T7504: Added IKEv2 retransmission optionsaapostoliuk
Added IKEv2 retransmission options (base, tries, timeout).
2025-07-17T5797: Adjust MSS from forward hook to postroutingGiga Murphy
2025-07-16Merge pull request #4605 from MattKobayashi/T7625Viacheslav Hletenko
T7625: load-balancing: prune limit key if not configured
2025-07-15Merge pull request #24 from vyos/claChristian Breunig
CI: T7579: fix of the run trigger for CLA
2025-07-15tpm: T4919: Add boot warning if TPM not presentsarthurdev
2025-07-15Merge pull request #38 from vyos/claChristian Breunig
CI: T7579: fix of the run trigger for CLA
2025-07-15Merge pull request #44 from vyos/claChristian Breunig
CI: T7579: fix of the run trigger for CLA
2025-07-15tpm: T7628: Fix non-TPM backed encryptionsarthurdev
2025-07-15tpm: T4919: Not supported on live-ISOsarthurdev
2025-07-15T7625: smoketest: test limit config separatelyMatthew Kobayashi
2025-07-14Merge pull request #4599 from kumvijaya/currentChristian Breunig
T7613: pr mirror workflow manual run option added with closed choice
2025-07-14Merge pull request #4606 from jestabro/fix-load-without-argJohn Estabrook
T7627: fix regression to allow load without arg to load default config
2025-07-14T7627: fix regression to allow load without arg to load default configJohn Estabrook
2025-07-14T7579: fix of the run trigger for CLAYevhen Bondarenko
2025-07-14T7579: fix of the run trigger for CLAYevhen Bondarenko
2025-07-14T7579: fix of the run trigger for CLAYevhen Bondarenko
2025-07-14Merge pull request #50 from kumvijaya/currentViacheslav Hletenko
T7613: pr mirror workflow manual run option added with closed choice
2025-07-14Merge pull request #51 from vyos/claViacheslav Hletenko
CI: T7579: fix of the run trigger for CLA
2025-07-14T7579: fix of the run trigger for CLAYevhen Bondarenko
2025-07-14T7625: load-balancing: prune limit key if not configuredMatthew Kobayashi
2025-07-13Merge pull request #4598 from nobidev/features/add-test-route-static-dhcpViacheslav Hletenko
T7623: Add test route static dhcp in VRF