Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-28 | T6488: firewall: extend op-mode command to show global state-policy counters ↵ | Nicolás Fort | |
(#3681) * T6488: firewall: extend op-mode command to show global state-policy counters. | |||
2024-06-27 | T6497: CGNAT refactoring delete conntrack entries (#3699) | Viacheslav Hletenko | |
2024-06-27 | Merge pull request #3715 from HollyGurza/T6313 | Christian Breunig | |
T6313: Add "NAT" to "generate" command for rule resequence | |||
2024-06-27 | Merge pull request #3692 from jestabro/revise-migration | Christian Breunig | |
T6007: revise migration system | |||
2024-06-27 | Merge pull request #3729 from c-po/T6510-jenkins-fix | Christian Breunig | |
smoketest: T6510: remove build time test to check for /dev/input/event0 | |||
2024-06-27 | T6313: Add "NAT" to "generate" command for rule resequence | khramshinr | |
2024-06-27 | smoketest: T6510: remove build time test to check for /dev/input/event0 | Christian Breunig | |
The container used for the Jenkins package builds does not provide a /dev/input/event0 file, thus the build time test fails. Remove the test case as it's not mandatory. | |||
2024-06-26 | migration: T6007: fix cosmetic issue of extra newline | John Estabrook | |
2024-06-26 | migration: T6007: drop restrictive perms, already set on config.boot | John Estabrook | |
2024-06-26 | migration: T6007: remove obsoleted | John Estabrook | |
2024-06-26 | migration: T6007: update run-config-migration script | John Estabrook | |
2024-06-26 | migration: T6007: add util add_system_version to replace *_system_footer | John Estabrook | |
2024-06-26 | migration: T6007: update load_config.py | John Estabrook | |
2024-06-26 | migration: T6007: update vyos_net_name | John Estabrook | |
2024-06-26 | migration: T6007: update vyos-merge-config.py | John Estabrook | |
2024-06-26 | migration: T6007: update vyos-load-config.py | John Estabrook | |
2024-06-26 | migration: T6007: write configtree operations to log | John Estabrook | |
2024-06-26 | migration: T6007: drop check for executable scripts, as now modules | John Estabrook | |
2024-06-26 | migration: T6007: convert all migration scripts to load as module | John Estabrook | |
2024-06-26 | migration: T6007: update migration class | John Estabrook | |
2024-06-26 | migration: T6007: add version object for config file and system | John Estabrook | |
2024-06-26 | migration: T6007: add exception in base for use by migration files | John Estabrook | |
2024-06-26 | migration: T6007: use load_as_module_source for files without extension | John Estabrook | |
2024-06-26 | migration: T6447: fix missing check before reset to checkpoint | John Estabrook | |
2024-06-26 | migration: T6447: add traceback on error | John Estabrook | |
2024-06-26 | vyos.utils.dict: T5195: fix syntax warning | John Estabrook | |
2024-06-26 | Merge pull request #3727 from c-po/T6510-smoketesting | Christian Breunig | |
T6510: smoketest: generell improvement task for the smoketesting platform | |||
2024-06-26 | T6510: remove shebang for "make test" testcases | Christian Breunig | |
Tests must run supervisioned by unittest framework and should not be executed manually | |||
2024-06-26 | vyos-configd: T6510: autogenerate configd-include.json | Christian Breunig | |
Now that there is a build time validation that Config() is not instantiated twice in a config mode script, and also as there are no more direct calls on the my_set and my_delete binary, we can auto generate the list of helpers run by vyos-configd. | |||
2024-06-26 | smoketest: T6510: make test_configd_inspect.py a build time test | Christian Breunig | |
Rather then waiting for a fully assembled ISO image to validate if there is no incompatibility with vyos-configd - like more then one instance of Config(), make this a build time test case for "make test" | |||
2024-06-26 | smoketest: T6510: add missing config-test verification steps | Christian Breunig | |
Validate if the migrators performed correctly by comparing it to a known good result file containing all the required `set` commands | |||
2024-06-26 | smoketest: T6510: make verification of migrated configurations mandatory | Christian Breunig | |
For every configuration that is tested from smoketest/configs, there must be a matching smoketest/config-tests file that has all the `set` commands after the migration. Example of missing testcases: vyos@vyos:~$ /usr/bin/vyos-configtest Generating tests Loaded migration result test for config "basic-api-service" Loaded migration result test for config "basic-vyos" Missing migration result test for config "bgp-azure-ipsec-gateway" ... aborted | |||
2024-06-26 | GitHub: T6494: bugfix on checkout, use the PR repo/branch over the upstream | Christian Breunig | |
2024-06-26 | GitHub: T6494: add GITHUB_TOKEN environment variable | Christian Breunig | |
2024-06-26 | Merge pull request #3728 from vyos/T6520-update-smoke-test-workflow-permission | Christian Breunig | |
T6520: added PR write permissions for smoke test workflow | |||
2024-06-27 | T6520: added PR write permissions for smoke test workflow | Vijayakumar A | |
2024-06-26 | Merge pull request #3724 from c-po/T6519-migration | Christian Breunig | |
interfaces: T6519: harden config migration if ethernet interface is missing | |||
2024-06-26 | interfaces: T6519: harden config migration if ethernet interface is missing | Christian Breunig | |
During a corner case where the configuration is migrated to a different system with fewer ethernet interfaces, migration will fail during an image upgrade. vyos.ethtool.Ethtool() is instantiated with an invalid interface leading to an exception that kills the migrator | |||
2024-06-25 | Merge pull request #3714 from c-po/T6494-custom-ISO-2 | Daniil Baturin | |
GitHub: T6494: extend ISO integration workflow | |||
2024-06-25 | Merge pull request #3722 from nicolas-fort/T3900-v6-template | Christian Breunig | |
T3900: extend latest fix for firewall raw implementation to ipv6. | |||
2024-06-25 | T3900: extend latest fix for firewall raw implementation to ipv6. | Nicolas Fort | |
2024-06-24 | Merge pull request #3718 from dmbaturin/T6514-system-storage-raw | Daniil Baturin | |
op-mode: T6514: rework the "show system storage" code to handle live CD systems correctly | |||
2024-06-24 | Merge pull request #3588 from HollyGurza/T5735 | Christian Breunig | |
T5735: Stunnel CLI and configuration | |||
2024-06-24 | op-mode: T6514: rework the "show system storage" code | Daniil Baturin | |
to handle live CD systems correctly and allow reusing the functions from other scripts | |||
2024-06-24 | T5735: Stunnel CLI and configuration | khramshinr | |
Add CLI commands Add config Add conf_mode Add systemd config Add stunnel smoketests Add log level config | |||
2024-06-24 | Merge pull request #3701 from jestabro/configd-drop-env-sudo | Christian Breunig | |
configd: T6504: send sudo_user on session init and set env variable | |||
2024-06-24 | smoketest: T6510: ensure one cannot delete the current user in "system login" | Christian Breunig | |
2024-06-24 | Merge pull request #3683 from dmbaturin/T6501-lsmod-on-steroids | John Estabrook | |
op mode: T6501: add "run show kernel modules" | |||
2024-06-24 | GitHub: T6494: add PR comment steps | Christian Breunig | |
2024-06-24 | GitHub: T6494: add individual job timeouts | Christian Breunig | |