summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-04-20Merge pull request #31 from kumvijaya/currentHEADcurrentChristian Breunig
T7334: pr mirror trigger workflow added with label creation permission for default github token
2025-04-20T7334: pr mirror trigger workflow added with label creation permission for ↵kumvijaya
default github token
2025-03-30Merge pull request #30 from kumvijaya/currentDaniil Baturin
T7291: remove auto-assignment of PRs for review to the entire team
2025-03-30T7291: updated codeowners by removing reviewers groupkumvijaya
2025-03-20Merge pull request #29 from kumvijaya/currentChristian Breunig
T7258: added pr workflows and code owners
2025-03-19T7258: added pr workflows and code ownerskumvijaya
2024-12-24Merge pull request #28 from HollyGurza/T6792Daniil Baturin
T6792: Autocomplete for "show arp interface" interfaces
2024-12-17T6792: Autocomplete for "show arp interface" interfaceskhramshinr
extended filter for possible broadcast-capable interfaces
2024-10-04Merge pull request #26 from sever-sever/T6763Christian Breunig
T6763: Delete Jenkins file
2024-10-04T6763: Delete Jenkins fileViacheslav Hletenko
2024-09-14Merge pull request #23 from sever-sever/T6674-trigger-rebuils-currentChristian Breunig
T6674: Action add trigger workflow to rebuild package
2024-09-14T6674: Action add trigger workflow to rebuild packageViacheslav Hletenko
2024-05-22Merge pull request #22 from dmbaturin/reorgJohn Estabrook
T6380: Reorganize the directory structure and reflect it in the README
2024-05-22T6380: Add an actual READMEDaniil Baturin
2024-05-22T6380: Move list_interfaces code to a dedicated dir for completion helpersDaniil Baturin
2024-05-22T6380: Move validators to a dedicated subdirectoryDaniil Baturin
2024-05-21Merge pull request #20 from jestabro/regex-user-infoDaniil 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
2024-02-09Merge pull request #19 from jestabro/build-with-duneDaniil Baturin
T5882: use Dune as build system
2023-12-31T5882: use Dune as build systemJohn Estabrook
2023-10-06Merge pull request #15 from dmbaturin/T5638-require-rangeJohn Estabrook
numeric: T5638: Add support for --require-range
2023-10-06numeric: T5638: add --require-rangeDaniil Baturin
2023-10-06numeric: 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)
2023-09-26Merge pull request #14 from dmbaturin/T5617-not-valueJohn Estabrook
numeric: T5617: add --not-value to the numeric validator
2023-09-26numeric: T5617: add --not-value to the numeric validatorDaniil Baturin
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