Commits on Source (38)
-
Mikhail Mazurskiy authored
-
Mikhail Mazurskiy authored
-
Mikhail Mazurskiy authored
-
Mikhail Mazurskiy authored
-
Mikhail Mazurskiy authored
Async notification handling in Flux module Closes #405 See merge request !983 Merged-by: Mikhail Mazurskiy <mmazurskiy@gitlab.com> Approved-by: Tiger Watson <twatson@gitlab.com>
71a5f7d5 -
Mikhail Mazurskiy authored
Rate limit tweaks and an extra test See merge request !985 Merged-by: Mikhail Mazurskiy <mmazurskiy@gitlab.com> Approved-by: Tiger Watson <twatson@gitlab.com>
73587200 -
Mikhail Mazurskiy authored
go run github.com/golang/mock/mockgen -destination mock_for_test.go -package agentkapp gitlab.com/gitlab-org/cluster-integration/gitlab-agent/v16/cmd/agentk/agentkapp Runner,LeaderElector go: downloading golang.org/x/mod v0.10.0 go: downloading golang.org/x/tools v0.8.0 /root/go/pkg/mod/github.com/golang/mock@v1.7.0-rc.1.0.20220812172401-5b455625bd2c/mockgen/mockgen.go:42:2: golang.org/x/mod@v0.10.0: missing go.sum entry for go.mod file; to add it: go mod download golang.org/x/mod /root/go/pkg/mod/github.com/golang/mock@v1.7.0-rc.1.0.20220812172401-5b455625bd2c/mockgen/mockgen.go:43:2: golang.org/x/tools@v0.8.0: missing go.sum entry for go.mod file; to add it: go mod download golang.org/x/tools cmd/agentk/agentkapp/doc.go:3: running "go": exit status 1
-
Mikhail Mazurskiy authored
Use mockgen in Go modules mode to avoid errors See merge request !988 Merged-by: Mikhail Mazurskiy <mmazurskiy@gitlab.com> Approved-by: Shinya Maeda <shinya@gitlab.com>
ca679c36 -
Mikhail Mazurskiy authored
-
Mikhail Mazurskiy authored
Go v1.19.10 See merge request !990 Merged-by: Mikhail Mazurskiy <mmazurskiy@gitlab.com> Approved-by: Tiger Watson <twatson@gitlab.com>
f2d4cacb -
🤖 GitLab Bot 🤖 authoredff1758c7
-
Mikhail Mazurskiy authored
chore(deps): update gitlab-agent-ci-image See merge request !986 Merged-by: Mikhail Mazurskiy <mmazurskiy@gitlab.com> Approved-by: Mikhail Mazurskiy <mmazurskiy@gitlab.com> Co-authored-by: GitLab Renovate Bot <gitlab-bot@gitlab.com>
ea6eb176 -
Mikhail Mazurskiy authored
-
Mikhail Mazurskiy authored
-
Mikhail Mazurskiy authored
Use saas-linux-large-amd64 runners for slow jobs See merge request !991 Merged-by: Mikhail Mazurskiy <mmazurskiy@gitlab.com> Approved-by: Tiger Watson <twatson@gitlab.com>
6a983b1c -
Mikhail Mazurskiy authored
Use write_source_file() to copy kas See merge request !992 Merged-by: Mikhail Mazurskiy <mmazurskiy@gitlab.com> Approved-by: Tiger Watson <twatson@gitlab.com>
ec592fd4 -
Mikhail Mazurskiy authored
-
Mikhail Mazurskiy authored
Use type safe Redis PX setter See merge request !993 Merged-by: Mikhail Mazurskiy <mmazurskiy@gitlab.com> Approved-by: Tiger Watson <twatson@gitlab.com>
8a2b2cc3 -
Mikhail Mazurskiy authored
-
Mikhail Mazurskiy authored
-
Mikhail Mazurskiy authored
-
Mikhail Mazurskiy authored
-
Mikhail Mazurskiy authored
Worker holder See merge request !987 Merged-by: Mikhail Mazurskiy <mmazurskiy@gitlab.com> Approved-by: Hunar Khanna <hkhanna@gitlab.com> Reviewed-by: Hunar Khanna <hkhanna@gitlab.com>
127007a3 -
Mikhail Mazurskiy authored
-
Mikhail Mazurskiy authored
The timer might have fired just before we called Stop() and hence will trigger the <-t.C case on the next iteration. This is not the right behavior.
-
fe8e1c8c
-
Mikhail Mazurskiy authored
Add ocs docs See merge request !989 Merged-by: Mikhail Mazurskiy <mmazurskiy@gitlab.com> Approved-by: Mikhail Mazurskiy <mmazurskiy@gitlab.com> Co-authored-by: Alan (Maciej) Paruszewski <mparuszewski@gitlab.com> Co-authored-by: smtan <smtan@gitlab.com>
8b4b2926 -
Mikhail Mazurskiy authored
Properly drain the timer channel See merge request !995 Merged-by: Mikhail Mazurskiy <mmazurskiy@gitlab.com> Approved-by: Tiger Watson <twatson@gitlab.com>
8ca40216 -
Mikhail Mazurskiy authored
Listen to agent config changes via git push notifications See merge request !994 Merged-by: Mikhail Mazurskiy <mmazurskiy@gitlab.com> Approved-by: Tiger Watson <twatson@gitlab.com>
c80c5986 -
Mikhail Mazurskiy authored
-
Mikhail Mazurskiy authored
Drop direct golang.org/x/net dep See merge request !996 Merged-by: Mikhail Mazurskiy <mmazurskiy@gitlab.com> Approved-by: Tiger Watson <twatson@gitlab.com>
c0327269 -
d3381c4e
-
Mikhail Mazurskiy authored
Merge branch '384238-allow-operational-container-scanning-maximum-memory-setting-to-be-configured-via-agent' into 'master' Use resource config for container scanning when creating scanner pod See merge request !949 Merged-by: Mikhail Mazurskiy <mmazurskiy@gitlab.com> Approved-by: Mikhail Mazurskiy <mmazurskiy@gitlab.com> Reviewed-by: Mikhail Mazurskiy <mmazurskiy@gitlab.com> Reviewed-by: Brian Williams <bwilliams@gitlab.com> Reviewed-by: Shao Ming Tan <smtan@gitlab.com> Co-authored-by: smtan <smtan@gitlab.com>
539f46b4 -
Shao Ming Tan authoredca11c152
-
Mikhail Mazurskiy authored
-
Shao Ming Tan authored462baaf8
-
Mikhail Mazurskiy authored
Fix standalone pod crashing when checking for pod owner See merge request !998 Merged-by: Mikhail Mazurskiy <mmazurskiy@gitlab.com> Approved-by: Nick Ilieskou <nilieskou@gitlab.com> Approved-by: Mikhail Mazurskiy <mmazurskiy@gitlab.com> Co-authored-by: smtan <smtan@gitlab.com>
b472add9 -
Mikhail Mazurskiy authored
Use syncz.NewWorkerHolder() in container scanning module See merge request !997 Merged-by: Mikhail Mazurskiy <mmazurskiy@gitlab.com> Approved-by: Shao Ming Tan <smtan@gitlab.com> Reviewed-by: Shao Ming Tan <smtan@gitlab.com>
build/copy_absolute.sh
deleted
100755 → 0
build/mockgen.sh
0 → 100755
doc/operational_container_scanning.md
0 → 100644
... | ... | @@ -13,6 +13,7 @@ require ( |
github.com/getsentry/sentry-go v0.21.0 | ||
github.com/go-logr/zapr v1.2.4 | ||
github.com/golang-jwt/jwt/v5 v5.0.0 | ||
// Make sure to update build/genmock.sh when updating | ||
github.com/golang/mock v1.7.0-rc.1.0.20220812172401-5b455625bd2c | ||
github.com/google/go-cmp v0.5.9 | ||
github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.0.0-rc.0 | ||
... | ... | @@ -21,7 +22,7 @@ require ( |
github.com/imdario/mergo v0.3.16 | ||
github.com/piotrkowalczuk/promgrpc/v4 v4.1.0 | ||
github.com/prometheus/client_golang v1.15.1 | ||
github.com/redis/rueidis v1.0.6-go1.19 | ||
github.com/redis/rueidis v1.0.7-go1.19 | ||
github.com/robfig/cron/v3 v3.0.1 | ||
github.com/spf13/cobra v1.7.0 | ||
github.com/stretchr/testify v1.8.3 | ||
... | ... | @@ -34,7 +35,7 @@ require ( |
go.opentelemetry.io/otel/sdk v1.16.0 | ||
go.opentelemetry.io/otel/trace v1.16.0 | ||
go.uber.org/zap v1.24.0 | ||
golang.org/x/net v0.10.0 | ||
golang.org/x/net v0.10.0 // indirect | ||
golang.org/x/sync v0.2.0 | ||
golang.org/x/time v0.3.0 | ||
google.golang.org/api v0.124.0 | ||
... | ... |