Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/vyos/vyos-utils

Auxilliary utilities for VyOS (validators, etc.)
https://github.com/vyos/vyos-utils

Merge pull request #19 from jestabro/build-with-dune

T5882: use Dune as build system

ee09423fe66af387317122d0b60368025b5f881f authored 12 months ago
T5882: use Dune as build system

acec28c250895c849228e3a138706c15ef7394a9 authored about 1 year ago
Merge pull request #15 from dmbaturin/T5638-require-range

numeric: T5638: Add support for --require-range

731fa6a931126f963475c962dbc5cedd062a9f5d authored over 1 year ago
numeric: T5638: add --require-range

4a18740024573d6c6f459053a8902ad00fcfaa60 authored over 1 year ago
numeric: T5638: Do not complain about range arguments in check_not_value when it's not necessary

(i.e., when no actual --not-value options are given)

ba5e5638c15914c0b1bb3d61942f64046b38efd6 authored over 1 year ago
Merge pull request #14 from dmbaturin/T5617-not-value

numeric: T5617: add --not-value to the numeric validator

bd727ffdd8975d60ba55b448fe194f99ec850008 authored over 1 year ago
numeric: T5617: add --not-value to the numeric validator

dea4f2b277d882362c2265bedae05bb3746a4136 authored over 1 year ago
T5430: vxlan mus tbe listed as bridgable in completion helper

198ed142b65818a2d18e5961dac380f3edc25660 authored over 1 year ago
Merge pull request #13 from jestabro/no-vlan

T5421: add arg to filter out subinterfaces

b479b6258a582d6b74e38b9a2b966a5bb62dd15a authored over 1 year ago
T5421: add arg to filter out subinterfaces

675ea7481aeef903a8583458f43c12def75da222 authored over 1 year ago
Merge pull request #12 from jestabro/list-interfaces

T4952: install list_interfaces to completion directory

2b1455a460c3e2a538d01f29782217f45e3c2124 authored almost 2 years ago
T4952: install list_interfaces to completion directory

ae76299b39203a60417f6b71b2d7d4c2d491a9b1 authored almost 2 years ago
Merge pull request #11 from jestabro/iface

T4952: add wrapper to getifaddrs for completion helper list_interfaces

2caf68cb0ec8bcb9dbd3b92b3e691343196960b8 authored almost 2 years ago
T4952: add wrapper to getifaddrs for completion helper list_interfaces

04d43b4e9b4b469c281bc3638d6979dd1b43dd18 authored almost 2 years ago
T4761: install url binary in validators

4d701e3a8a48465161c003633a2f7530f5b8d99f authored about 2 years ago
T4761: fix typo

5a4c8468835b75bc7d8e6c9f9c5a6c2a6a624def authored about 2 years ago
Merge pull request #7 from dmbaturin/url-validator

T4761: add a URL value validator

13e2fe73a5a02db4e40e7c4e56a7564076767aa2 authored about 2 years ago
Merge branch 'master' into url-validator

b8569f0c3e155ee5886b907957d24c268c4d016f authored about 2 years ago
T4761: add support for literal IP addresses in URL's

Signed-off-by: Daniil Baturin <[email protected]>

541df959cfc92206e15f29d2d1745e627a22a707 authored about 2 years ago
Merge pull request #9 from jestabro/dirname

validators: T4875: add option lookup-path to cat with file/dir arg

2da99f7795e08378b4370b3403f556fce864f83d authored about 2 years ago
validators: T4875: add option lookup-path to cat with file/dir arg

3883bb64a45794904f042e2f1e4458eb4700de8b authored about 2 years ago
Merge pull request #8 from dmbaturin/file-path-validator

T4798: add a file path validator

a406f74be3b0e9bda54ac46920e734a9045206ad authored about 2 years ago
T4798: add a file path validator

96bb119393d8606d9408d72aa5cb468702bef625 authored about 2 years ago
T4761: add a URL value validator

986c556c28976bcd7add93f3b08908a79dd21a5c authored about 2 years ago
Merge pull request #6 from vyos/explicit-range-option

T4669: disallow range arguments to numeric unless explicitly allowed with --allow-range option

ea7d9ad2e3aa97c9d5d2f0b2ee91ae5787bb9fc3 authored over 2 years ago
T4669: disallow range arguments to numeric unless explicitly allowed

with --allow-range option

bb970f95f67ec649d864858293990fc09079bda6 authored over 2 years ago
Merge pull request #5 from jestabro/extend-numeric

numeric: T4669: extend numeric.ml for inverted and range values

744877bcb9409eea642e23f0d1080f5a0b3c66b8 authored over 2 years ago
numeric: T4669: extend numeric.ml for inverted and range values

4fac67b10c0cc53aebf7acd1aaa788796239659f authored over 2 years ago
Merge pull request #4 from jestabro/increment-decrement

numeric: T4467: add support for relative values: +/-N

a9b2f1aa15fc800e306cf8e32f1cee4f1097aca5 authored over 2 years ago
numeric: T4467: add support for relative values: +/-N

Add option '--relative' to check that value is of the form '+/-N' for
some numeric N (e.g. +10' ...

dbf73551a7f770f763d6286f5080c37cdb15f20c authored over 2 years ago
Merge pull request #2 from dmbaturin/T4421

T4421: add support for floating point number in the numeric validator

43e9a47879749d2035c39a08ec422aceac49842e authored over 2 years ago
T4421: only allow numbers that look like an integer part with an optional fractional part

4aa302a05fad95f3d13eb2ff20bbfee88c32e7ff authored over 2 years ago
T4421: add support for floating point number in the numeric validator

5bbda46493d0c11c8a90e50a68c9788a7488345e authored over 2 years ago
T4047: use full string match in the regex validator

964ced5a0ffe146115194dc50bf755a241fa40a1 authored about 3 years ago
Merge pull request #1 from jestabro/T3574

T3574: add support for --grp argument

538fe55830e7effe61663c208fa021403360fff8 authored over 3 years ago
T3574: refactor for clarity

9b593c24700a3e0e0b37fa3cf4161f305a9c7ccb authored over 3 years ago
T3574: add support for --grp argument

Add support for --grp argument, which joins the arguments following (up
until the next --grp) wi...

cf462028d5921efd53996cee0c340e8d7f402784 authored over 3 years ago
Consistent formatting in validate-value.ml

ed9a41190997d4a46c1e8efd21ac06aeb0965965 authored almost 4 years ago
Jenkins: setup OCaml build environment

bde5c58cc02a873df4b98cfc2524edc72d0b14c5 authored almost 4 years ago
T2759: collect output from validators in a buffer and print it only if validation fails.

68d1b283f7669909474f6b8159f3abc426e0fd3d authored almost 4 years ago
Jenkins: enable arm64 builds

1512701987c014f17884ae75b062e644b60ce74b authored almost 4 years ago
Jenkins: add CI/CD

48b74d0a50470e601be4c932725438f0f065fa93 authored about 4 years ago
T1901: quote the value to avoid having the shell interpret anything as a part of the command.

3f84c582f966f83d86cf066328eeced4704d63a4 authored over 4 years ago
Update debian package changelog.

581224a42995dcb68cb0f489ac446fe7655e5557 authored over 4 years ago
T2434: use correct bigint comparison.

20b538f9d7c8212cffc84e524f4c954708ff3de7 authored over 4 years ago
Initial import.

ae68e5b11573b1b7dc0eba9d95c7ccbba1f1b23d authored over 4 years ago
Initial commit

02f2571c473d073a9370cf1dfaff9fac34470d63 authored over 4 years ago