Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-19 | IPoE-server: add missed pppd_compat module | Viacheslav Hletenko | |
2024-07-19 | smoketest: T6406: use check_kmod() helper over native call() | Christian Breunig | |
2024-07-19 | smoketest: T6597: add "commit" debug information | Christian Breunig | |
2024-07-19 | utils: T5195: fix timeout comment | Christian Breunig | |
2024-07-19 | Merge pull request #3828 from HollyGurza/T6578 | Christian Breunig | |
T6578: Fix unhandled exception in "show openconnect-server sessions" | |||
2024-07-18 | openvpn: T6591: deprecate OpenVPN server net30 topology (#3825) | Daniil Baturin | |
2024-07-18 | Merge pull request #3818 from dmbaturin/T6586-unconfigured-object | John Estabrook | |
op-mode: T6586: add a distinct exception for unconfigured objects (as opposed to entire subsystems) | |||
2024-07-18 | T6578: Fix unhandled exception in "show openconnect-server sessions" | khramshinr | |
2024-07-18 | Merge pull request #3820 from kumvijaya/current | Christian Breunig | |
T6590: rebase label worflow added | |||
2024-07-17 | Merge pull request #3811 from dmbaturin/T6580-op-mode-path-completion | Christian Breunig | |
op-mode: T6580: read active nodes directly from the config tree without calling cli-shell-api | |||
2024-07-17 | T6590: rebase label worflow added | Vijayakumar A | |
2024-07-17 | Merge pull request #3817 from c-po/op-mode-restart | Christian Breunig | |
op-mode: T6577: create generic service restart helper to work with the API | |||
2024-07-17 | op-mode: T6586: add a distinct exception for unconfigured objects | Daniil Baturin | |
as opposed to entire subsystems | |||
2024-07-16 | op-mode: T6577: create generic service restart helper to work with the API | Christian Breunig | |
Right now we have multiple restart helpers (e.g. dhcp server, ssh, ntp) that all do the same (more or less): * Check if service is configured on CLI * Restart if configured * Error out if unconfigured This is not available via the op-mode API. Create a new restart.py op-mode helper that takes the service name and possible VRF as argument so it's also exposed via API. | |||
2024-07-16 | Merge pull request #3809 from kumvijaya/current | Christian Breunig | |
T6572: added trigger pr caller workflow | |||
2024-07-15 | Merge pull request #3816 from zdc/T6583-current | Daniil Baturin | |
ruff: T6583: Added settings for ruff | |||
2024-07-15 | ruff: T6583: Added settings for ruff | zsdc | |
Ruff settings help to write code in the same style for all contributors. These settings are compatible with requirements used in another very (if not the most) popular code formatter - black, except using a single quote, to keep the style also compatible with what we have now. | |||
2024-07-15 | Merge pull request #3810 from c-po/restart-ntp | Christian Breunig | |
op-mode: T6575: add support for NTP service restart via CLI | |||
2024-07-15 | Merge pull request #3813 from jestabro/configdep-error | Christian Breunig | |
configdep: T6559: fix regression in dependent script error under configd | |||
2024-07-15 | configdep: T6559: add smoketest of dependency script error | John Estabrook | |
2024-07-14 | configdep: T6559: use single dependency list with reset under configd | John Estabrook | |
2024-07-14 | configdep: T6559: drop global redundancy removal to fix error reporting | John Estabrook | |
2024-07-14 | Merge pull request #3812 from dmbaturin/T6581-show-firewall-rule-completion | Christian Breunig | |
firewall: T6581: fix completion for "show firewall ... rule" | |||
2024-07-14 | firewall: T6581: fix completion for "show firewall ... rule" | Daniil Baturin | |
2024-07-14 | op-mode: T6580: read active nodes directly from the config tree | Daniil Baturin | |
without calling cli-shell-api | |||
2024-07-13 | op-mode: T6575: add support for NTP service restart via CLI | Christian Breunig | |
This seemed to be arround in the early days, but is not available since at least VyOS 1.3.3. Add CLI helper to restart the NTP process (chrony). | |||
2024-07-13 | T6572: added trigger workflow caller workflow | Vijayakumar A | |
2024-07-13 | T6572: added create-pr workflow | Vijayakumar A | |
2024-07-13 | T6572: added trigger-pr workflow | Vijayakumar A | |
2024-07-11 | Merge pull request #3805 from c-po/t6566-mon-band | Christian Breunig | |
op-mode: T6566: add support for listing all interfaces in "monitor bandwidth" | |||
2024-07-10 | op-mode: T6566: add support for listing all interfaces in "monitor bandwidth" | Christian Breunig | |
Right now we can only monitor the bandwidth for one individual interface, but not all at once. This adds support to monitor all interfaces. | |||
2024-07-08 | vxlan: T6505: Support VXLAN VLAN-VNI range mapping in CLI (#3756) | Nataliia S | |
2024-07-07 | T6560: added workflow trigger path restrictions (#3799) | Vijayakumar A | |
2024-07-06 | Merge pull request #3791 from c-po/T6537-powerctrl | Christian Breunig | |
op-mode: T6537: remove unused cmd imported from vyos.utils.process | |||
2024-07-05 | Merge pull request #3790 from c-po/reverse-proxy-log-fix | Christian Breunig | |
smoketest: T6539: remove explicit test for non existing global log entry | |||
2024-07-05 | Merge pull request #3789 from c-po/github-action-build | Christian Breunig | |
GitHub: T6494: do not use 0/null value to mark build succeed | |||
2024-07-05 | T6556: pull_request_target update in unused import (#3792) | Vijayakumar A | |
2024-07-05 | op-mode: T6537: remove unused cmd imported from vyos.utils.process | Christian Breunig | |
Commit dc60fe99350 ("op-mode: T6537: include hostname in the reboot/shutdown warning message") added a more local import of vyos.utils.process.cmd() that made the fglobal import obsolete and trigger a linter warning. $ make unused-imports -------------------------------------------------------------------- Your code has been rated at 10.00/10 (previous run: 10.00/10, +0.00) | |||
2024-07-05 | Merge pull request #3711 from part1cleth1ef/current | Christian Breunig | |
T6496: Added support for WPA-Enterprise client-mode | |||
2024-07-05 | Merge pull request #3784 from vyos/T6556-trigger-branches-cleanup | Christian Breunig | |
T6556: workflow trigger branches cleanup | |||
2024-07-05 | wireless: T6496: use mac-address validator on BSSID and move it up one CLI level | Christian Breunig | |
2024-07-05 | wireless: T6496: use ascii regex for WPA passphrase constraint | Christian Breunig | |
2024-07-05 | wireless: T6496: support for EAP-MSCHAPv2 client over wifi | Christopher | |
fix: attempt to fix indentation on `wpa_supplicant.conf.j2` fix: attempt to fix indentation on `wpa_supplicant.conf.j2` fix: incorrect bssid mapping fix: use the correct jinja templating (I think) fix: “remote blank space fix: attempt to fix the formatting in j2 fix: attempt to fix the formatting in j2 feat: rename enterprise username and password + add checks in conf mode. fix: move around `bssid` config option on `wpa_supplicant.conf.j2` and fix the security config part fix: fix indentation on `wpa_supplicant.conf.j2` | |||
2024-07-05 | smoketest: T6539: remove explicit test for non existing global log entry | Christian Breunig | |
Commit dd5908eac ("T6539: add logging options to load-balancer reverse-proxy") added CLI commands to add custom log entries for frontend and backend servers as well as a global log directive. Remove explicit test code for no longer always present "global log" directive. | |||
2024-07-05 | Merge pull request #3788 from jestabro/check-component-version | Christian Breunig | |
migration: T6007: add missing check for None in utility function | |||
2024-07-05 | GitHub: T6494: do not use 0/null value to mark build succeed | Christian Breunig | |
GitHub performs loose equality comparisons. If the types do not match, GitHub coerces the type to a number. GitHub casts data types to a number using these conversions: https://docs.github.com/en/actions/learn-github-actions/expressions | |||
2024-07-04 | migration: T6007: add missing check for None in utility function | John Estabrook | |
An empty component version string will trigger a full migration, however, the case of component_version is None was missed in a utility function. Fix comment formatting. | |||
2024-07-05 | T6556: workflow trigger branches cleanup | Vijayakumar A | |
2024-07-04 | Merge pull request #3782 from c-po/T4287-wifi-2 | Christian Breunig | |
wireless: T4287: use Debian postinst over preinst when using update-alternatives | |||
2024-07-04 | wireless: T4287: use Debian postinst over preinst when using update-alternatives | Christian Breunig | |
This fixes an error during ISO assembly: update-alternatives: error: no alternatives for regulatory.db dpkg: error processing archive /tmp/apt-dpkg-install-PJplR3/00-vyos-1x_1.5dev0-1880-gecaa44498_amd64.deb (--unpack): new vyos-1x package pre-installation script subprocess returned error exit status 2 |