| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-07-22 | T7637: T7605: update git submodule for typo and escape backslash | John Estabrook | |
| 2025-07-22 | Merge pull request #45 from jestabro/debug-smoketests | John Estabrook | |
| T7637: T7605: update commit hashes for typo and escape backslash | |||
| 2025-07-22 | T7637: T7605: update commit hashes for typo and escape backslash | John Estabrook | |
| 2025-07-22 | Merge pull request #4613 from c-po/add-pylint | Christian Breunig | |
| T7648: Set up a linter check to check complete files for syntax errors and missing imports | |||
| 2025-07-21 | T7648: enable pylint for both migration-scripts and custom daemons (services) | Christian Breunig | |
| 2025-07-21 | migration: T7648: fix Undefined variable 'config' in vrrp/1-to-2 | Christian Breunig | |
| 2025-07-21 | migration: T7648: fix Undefined variable 'af_path' in quagga/2-to-3 | Christian Breunig | |
| 2025-07-21 | migration: T7648: fix Undefined variable 'config' in interfaces/5-to-6 | Christian Breunig | |
| 2025-07-21 | migration: T7648: fix Undefined variable 'base' in interfaces/0-to-1 | Christian Breunig | |
| 2025-07-21 | T7648: enable pylint target for "make all" to check for e.g. missing imports | Christian Breunig | |
| 2025-07-21 | vyos.utils: T7648: fix undefined variable in install_into_config | Christian Breunig | |
| ************* Module vyos.utils.misc python/vyos/utils/misc.py:51:46: E0602: Undefined variable 'node' (undefined-variable) | |||
| 2025-07-21 | vyos.utils: T7648: fix missing import for ConfigError | Christian Breunig | |
| 2025-07-21 | vyos.utils: T7648: remove duplicate definition of makedir | Christian Breunig | |
| Function makedir defined two times inside the same file. | |||
| 2025-07-21 | vyos.utils: T7648: only provide one chown function | Christian Breunig | |
| Remove duplicate function definition vyos.utils.file.chown which was also provided by vyos.utils.permission.chown. | |||
| 2025-07-21 | op-mode: T7648: fix pylint errors in storage module | Christian 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-21 | op-mode: pki: T7648: fix pylint error | Christian 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-21 | op-mode: T7648: add missing import statement in connect disconnect handler | Christian Breunig | |
| 2025-07-21 | vyos.ifconfig: T7648: fix pylint errors | Christian 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-21 | T7648: 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-21 | Debian: T7648: add build dependencies for pylint | Christian Breunig | |
| 2025-07-21 | Merge pull request #4612 from jestabro/fix-nat64 | Christian Breunig | |
| T7645: fix missing import and incorrect check of is_node_changed | |||
| 2025-07-21 | Merge pull request #4611 from jestabro/limit-noteworthy | Daniil Baturin | |
| T6704: limit size of noteworthy list in airbag | |||
| 2025-07-20 | T7645: formatting | John Estabrook | |
| 2025-07-20 | T7645: fix missing import and incorrect check of is_node_changed | John Estabrook | |
| Fix errors introduced by refactoring for modprobe/rmmod jool module. | |||
| 2025-07-20 | T6704: limit size of noteworthy list in airbag | John Estabrook | |
| Use deque instead of list to limit the size of collected stderr messages in airbag. | |||
| 2025-07-19 | Merge pull request #4610 from kumvijaya/current | Christian Breunig | |
| T7619: Removed REMOTE_REPO var from mirror workflow | |||
| 2025-07-19 | Merge pull request #52 from kumvijaya/current | Christian Breunig | |
| T7619: Removed REMOTE_REPO var from mirror workflow | |||
| 2025-07-19 | T7619: Removed REMOTE_REPO var from mirror workflow | kumvijaya | |
| 2025-07-19 | T7619: removed REMOTE_REPO var from mirror workflow | kumvijaya | |
| 2025-07-18 | ipsec: T7504: Added IKEv2 retransmission options | aapostoliuk | |
| Added IKEv2 retransmission options (base, tries, timeout). | |||
| 2025-07-17 | T5797: Adjust MSS from forward hook to postrouting | Giga Murphy | |
| 2025-07-16 | Merge pull request #4605 from MattKobayashi/T7625 | Viacheslav Hletenko | |
| T7625: load-balancing: prune limit key if not configured | |||
| 2025-07-15 | Merge pull request #24 from vyos/cla | Christian Breunig | |
| CI: T7579: fix of the run trigger for CLA | |||
| 2025-07-15 | tpm: T4919: Add boot warning if TPM not present | sarthurdev | |
| 2025-07-15 | Merge pull request #38 from vyos/cla | Christian Breunig | |
| CI: T7579: fix of the run trigger for CLA | |||
| 2025-07-15 | Merge pull request #44 from vyos/cla | Christian Breunig | |
| CI: T7579: fix of the run trigger for CLA | |||
| 2025-07-15 | tpm: T7628: Fix non-TPM backed encryption | sarthurdev | |
| 2025-07-15 | tpm: T4919: Not supported on live-ISO | sarthurdev | |
| 2025-07-15 | T7625: smoketest: test limit config separately | Matthew Kobayashi | |
| 2025-07-14 | Merge pull request #4599 from kumvijaya/current | Christian Breunig | |
| T7613: pr mirror workflow manual run option added with closed choice | |||
| 2025-07-14 | Merge pull request #4606 from jestabro/fix-load-without-arg | John Estabrook | |
| T7627: fix regression to allow load without arg to load default config | |||
| 2025-07-14 | T7627: fix regression to allow load without arg to load default config | John Estabrook | |
| 2025-07-14 | T7579: fix of the run trigger for CLA | Yevhen Bondarenko | |
| 2025-07-14 | T7579: fix of the run trigger for CLA | Yevhen Bondarenko | |
| 2025-07-14 | T7579: fix of the run trigger for CLA | Yevhen Bondarenko | |
| 2025-07-14 | Merge pull request #50 from kumvijaya/current | Viacheslav Hletenko | |
| T7613: pr mirror workflow manual run option added with closed choice | |||
| 2025-07-14 | Merge pull request #51 from vyos/cla | Viacheslav Hletenko | |
| CI: T7579: fix of the run trigger for CLA | |||
| 2025-07-14 | T7579: fix of the run trigger for CLA | Yevhen Bondarenko | |
| 2025-07-14 | T7625: load-balancing: prune limit key if not configured | Matthew Kobayashi | |
| 2025-07-13 | Merge pull request #4598 from nobidev/features/add-test-route-static-dhcp | Viacheslav Hletenko | |
| T7623: Add test route static dhcp in VRF | |||
