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/cmd/flux/testdata
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
..
build-kustomization Fix dry-run still loading kubeconfig issue 2 years ago
check Set minimum supported version to Kubernetes 1.20.6 3 years ago
create_secret Add create oci secret command 3 years ago
create_source_git feat: add --ignore-paths flag to flux create source (git|bucket) 3 years ago
create_source_helm Add OCI support to `create source helm` 3 years ago
diff-artifact feat: diff artifact capability added 2 years ago
diff-kustomization Fix stringData Secret issue 3 years ago
export Update toolkit components 2 years ago
helmrelease Add test flag -update to update the golden files 3 years ago
image Add test flag -update to update the golden files 3 years ago
kustomization Support shortening of revision with digest 2 years ago
logs Add unit tests for flux logs 3 years ago
oci Support shortening of revision with digest 2 years ago
trace Make `flux trace` work with OCIRepository 3 years ago
tree Add flux tree to e2e tests 3 years ago