You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
flux2/internal/utils
Hidde Beydals bb6a7b8f07 Support shortening of revision with digest
The `\b` in the regular expression ensures we only match with a
hexadecimal notation as awhole, while still allowing to match with
e.g. `sha1:...` which would not have been possible by using `\W`
as this includes `_`.

Signed-off-by: Hidde Beydals <hello@hidde.co>
2 years ago
..
testdata internal/utils: Add unit tests 4 years ago
apply.go Ensure proper FS root is set while bootstrapping 3 years ago
hex.go Support shortening of revision with digest 2 years ago
hex_test.go Support shortening of revision with digest 2 years ago
objectutil.go flux tree: Add namespaces to objects reconcile from HRs 2 years ago
utils.go flux tree: Add namespaces to objects reconcile from HRs 2 years ago
utils_test.go tests: deal with remaining `defer` 2 years ago