summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-09-18Merge pull request #25 from sever-sever/T6674-trigger-rebuild-sagsagittaYevhen Bondarenko
T6674: Action add trigger workflow to rebuild package
2024-09-18T6674: Action add trigger workflow to rebuild packageViacheslav Hletenko
2024-05-21Merge pull request #21 from jestabro/T5940-sagitta1.4.0Daniil Baturin
T5940: relax regex of uri user information for 1.3.x compatibility
2024-05-21T5940: relax regex of uri user information for 1.3.x compatibilityJohn Estabrook
(cherry picked from commit 3d22aa091bb962c68810f10a6027ef452da84a90)
2023-10-07Merge pull request #18 from jestabro/T5638-sagittaDaniil Baturin
T5638 sagitta
2023-10-07numeric: T5638: add --require-rangeDaniil Baturin
(cherry picked from commit 4a18740024573d6c6f459053a8902ad00fcfaa60)
2023-10-07numeric: T5638: Do not complain about range arguments in check_not_value ↵Daniil Baturin
when it's not necessary (i.e., when no actual --not-value options are given) (cherry picked from commit ba5e5638c15914c0b1bb3d61942f64046b38efd6)
2023-10-06Merge pull request #17 from vyos/mergify/bp/sagitta/pr-14Daniil Baturin
numeric: T5617: add --not-value to the numeric validator (backport #14)
2023-10-06numeric: T5617: add --not-value to the numeric validatorDaniil Baturin
(cherry picked from commit dea4f2b277d882362c2265bedae05bb3746a4136)
2023-08-02T5430: vxlan mus tbe listed as bridgable in completion helperChristian Breunig
2023-07-31Merge pull request #13 from jestabro/no-vlanJohn Estabrook
T5421: add arg to filter out subinterfaces
2023-07-31T5421: add arg to filter out subinterfacesJohn Estabrook
2023-02-27Merge pull request #12 from jestabro/list-interfacesDaniil Baturin
T4952: install list_interfaces to completion directory
2023-02-27T4952: install list_interfaces to completion directoryJohn Estabrook
2023-02-12Merge pull request #11 from jestabro/ifaceDaniil Baturin
T4952: add wrapper to getifaddrs for completion helper list_interfaces
2023-02-05T4952: add wrapper to getifaddrs for completion helper list_interfacesJohn Estabrook
2022-12-30T4761: install url binary in validatorsJohn Estabrook
2022-12-29T4761: fix typoJohn Estabrook
2022-12-29Merge pull request #7 from dmbaturin/url-validatorJohn Estabrook
T4761: add a URL value validator
2022-12-29Merge branch 'master' into url-validatorDaniil Baturin
2022-12-29T4761: add support for literal IP addresses in URL'sJohn Estabrook
Signed-off-by: Daniil Baturin <daniil@baturin.org>
2022-12-13Merge pull request #9 from jestabro/dirnameJohn Estabrook
validators: T4875: add option lookup-path to cat with file/dir arg
2022-12-12validators: T4875: add option lookup-path to cat with file/dir argJohn Estabrook
2022-11-14Merge pull request #8 from dmbaturin/file-path-validatorJohn Estabrook
T4798: add a file path validator
2022-11-06T4798: add a file path validatorDaniil Baturin
2022-11-04T4761: add a URL value validatorDaniil Baturin
2022-09-22Merge pull request #6 from vyos/explicit-range-optionChristian Poessinger
T4669: disallow range arguments to numeric unless explicitly allowed with --allow-range option
2022-09-22T4669: disallow range arguments to numeric unless explicitly allowedDaniil Baturin
with --allow-range option
2022-09-15Merge pull request #5 from jestabro/extend-numericDaniil Baturin
numeric: T4669: extend numeric.ml for inverted and range values
2022-09-06numeric: T4669: extend numeric.ml for inverted and range valuesJohn Estabrook
2022-06-18Merge pull request #4 from jestabro/increment-decrementChristian Poessinger
numeric: T4467: add support for relative values: +/-N
2022-06-17numeric: T4467: add support for relative values: +/-NJohn Estabrook
Add option '--relative' to check that value is of the form '+/-N' for some numeric N (e.g. +10' or '-30'), interpreted as a relative increment or decrement, rather than a signed integer/float. This may be combined with any other option, which will be applied to the value stripped of the leading modifier. Testing this extension revealed that negative values are being interpreted as options, whether quoted or not; to address that, an Arg.Rest keyword '--' is introduced, which will need to be passed along with the option in interface definitions using the above. For example: <validator name="numeric" argument="--relative --"/>
2022-05-13Merge pull request #2 from dmbaturin/T4421John Estabrook
T4421: add support for floating point number in the numeric validator
2022-05-10T4421: only allow numbers that look like an integer part with an optional ↵Daniil Baturin
fractional part
2022-05-10T4421: add support for floating point number in the numeric validatorDaniil Baturin
2021-12-04T4047: use full string match in the regex validatorDaniil Baturin
2021-06-22Merge pull request #1 from jestabro/T3574Daniil Baturin
T3574: add support for --grp argument
2021-06-13T3574: refactor for clarityJohn Estabrook
2021-06-08T3574: add support for --grp argumentJohn Estabrook
Add support for --grp argument, which joins the arguments following (up until the next --grp) with logical and; arguments preceding a group, and other groups following, are joined by logical or.
2021-04-18Consistent formatting in validate-value.mlDaniil Baturin
2021-03-26Jenkins: setup OCaml build environmentChristian Poessinger
2021-02-18T2759: collect output from validators in a buffer and print it only if ↵Daniil Baturin
validation fails.
2021-02-07Jenkins: enable arm64 buildsChristian Poessinger
2021-01-10Jenkins: add CI/CDChristian Poessinger
2020-06-19T1901: quote the value to avoid having the shell interpret anything as a ↵Daniil Baturin
part of the command.
2020-05-21Update debian package changelog.Daniil Baturin
2020-05-20T2434: use correct bigint comparison.Daniil Baturin
2020-05-06Initial import.Daniil Baturin
2020-05-06Initial commitDaniil Baturin