-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
- Loading branch information
1 parent
6edbc56
commit bd7016e
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule api
updated
22 files
+6 −6 | .bingo/Variables.mk | |
+1 −1 | .bingo/faillint.mod | |
+37 −0 | .bingo/faillint.sum | |
+3 −3 | .bingo/golangci-lint.mod | |
+196 −0 | .bingo/golangci-lint.sum | |
+2 −2 | .bingo/variables.env | |
+5 −5 | .circleci/config.yml | |
+0 −3 | .errcheck_excludes | |
+10 −5 | .golangci.yml | |
+2 −2 | Dockerfile | |
+2 −2 | Dockerfile.e2e-test | |
+0 −2 | api/logs/v1/labels_enforcer_test.go | |
+0 −1 | api/logs/v1/rules_labels_enforcer_test.go | |
+4 −5 | authentication/grpc.go | |
+1 −0 | examples/main.jsonnet | |
+1 −0 | examples/manifests/deployment-with-tls.yaml | |
+15 −19 | go.mod | |
+32 −30 | go.sum | |
+6 −0 | jsonnet/lib/observatorium-api.libsonnet | |
+0 −6 | logql/v2/ast_test.go | |
+0 −2 | logql/v2/parser_test.go | |
+1 −5 | main.go |