summaryrefslogtreecommitdiff
path: root/src/helpers
AgeCommit message (Expand)Author
2020-05-07T2431: use native versions of validate-value and numeric validator.Daniil Baturin
2020-04-10util: T2253: fix translation to cmdJohn Estabrook
2020-04-10Revert "Revert "util: T2226: rewrite merge config to use cmd""John Estabrook
2020-04-09util: T2226: os.system was wrongly converted to runThomas Mangin
2020-04-08Revert "util: T2226: rewrite merge config to use cmd"John Estabrook
2020-04-06util: T2226: rewrite merge config to use cmdThomas Mangin
2020-04-06util: T2226: rewrite load config to use cmdThomas Mangin
2020-04-06util: T2226: rewrite bridge to use cmd (see comment in code)Thomas Mangin
2020-04-06util: T2226: rewrite boot config loader to use cmdThomas Mangin
2020-04-06util: T2226: rewrite config migration to use cmdThomas Mangin
2020-04-06util: T2226: covert most calls from os.system to utilThomas Mangin
2020-03-30config load: T2053: update for version string syntax changeJohn Estabrook
2020-03-30config merge: T2052: update for version string syntax changeJohn Estabrook
2020-03-30migration: T2029: run virtual migration before migrationJohn Estabrook
2020-03-30migration: T2029: set default vintage; remove target from virtualJohn Estabrook
2020-03-27merge config: T2169: remove redundant use of show_configJohn Estabrook
2020-03-12[boot-config-loader] T1622: log traceback only if 'vyos-config-debug'John Estabrook
2019-12-03T1801: move escaping of backslashes into configtreeJohn Estabrook
2019-10-01T1424: Rewrite the config load scriptJohn Estabrook
2019-09-19[boot-config-loader] T1622: (bugfix) set gid and write permissionsJohn Estabrook
2019-09-01Merge pull request #119 from alkersan/T1621_misc_rewritesChristian Poessinger
2019-08-31[boot-config-loader] T1622: Add failsafe and back traceJohn Estabrook
2019-08-30[op-mode] T1621 rewrite misc commands to python/xml syntaxDmytro Aleksandrov
2019-08-26bridge: T1608: deny adding non existing interfaces to bridge configChristian Poessinger
2019-08-16[op-mode] T1590 xml-style rewrite of 'show system' operationsDmytro Aleksandrov
2019-06-12T1397: check for path argument in both effective and merge configJohn Estabrook
2019-06-12T1397: use revised migration methodJohn Estabrook
2019-06-12T1397: escape backslashes in output passed to configtreeJohn Estabrook
2019-06-05T1334: Migration script runner rewriteJohn Estabrook
2019-05-29T1397: Rewrite the config merge scriptJohn Estabrook
2019-01-26T1193: remove the commands pipe since it's no longer needed.Daniil Baturin
2018-11-29T1001: escape backslashes in the input in the commands pipe as well.Daniil Baturin
2018-08-25validate-value.py: remove tailing whitespacesChristian Poessinger
2018-06-30src: commands-pipe: fix bug (no raw string) reported by sonarcubeChristian Poessinger
2018-06-05T684: add bindings for the commands formatter and scripts for converting conf...Daniil Baturin
2018-05-16T643: use fullmatch for regex validators so that people don't have to write ^...Daniil Baturin
2018-05-16T643: correct support for regex validators.Daniil Baturin
2018-05-16T643: correct the logic for generating node constraints and add emulation of ...Daniil Baturin