Skip to content

Commit

Permalink
Merge branch 'main' into feat/update-actions-deps-cron
Browse files Browse the repository at this point in the history
  • Loading branch information
hlts2 authored Jul 26, 2024
2 parents c34f0d5 + caa8f03 commit ba4d09d
Show file tree
Hide file tree
Showing 834 changed files with 115,821 additions and 15,822 deletions.
74 changes: 74 additions & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,47 @@
"version": "0.2",
"language": "en",
"words": [
"ACCESSS",
"AQUASECURITY",
"AUTOBUILD",
"BUILDX",
"Burstable",
"Capi",
"Errorf",
"FAISS",
"GHACTION",
"GOLANGCILINT",
"GOMAXPROCS",
"Godoc",
"Infof",
"KUBELINTER",
"LANGUAGETOOL",
"Milli",
"ONNX",
"OTEL",
"PROTOBUF",
"REVIEWDOG",
"Roundtripper",
"SARIF",
"SOFTPROPS",
"Structs",
"TELEPRESENCE",
"VALD",
"VALDCLI",
"VHOR",
"Vald",
"Vectorizer",
"accesslog",
"achive",
"addrs",
"apiserver",
"attirbute",
"bbolt",
"boudary",
"brandguidelines",
"buildbase",
"chatops",
"chrono",
"circuitbreaker",
"cloudstorage",
"clusterrole",
Expand All @@ -32,38 +51,67 @@
"contributorsrc",
"conv",
"crds",
"crlfmt",
"ctxio",
"daemonset",
"deepsource",
"devcontainer",
"devel",
"envoyproxy",
"errdetails",
"errgroup",
"facebookresearch",
"faiss",
"fastime",
"fuid",
"gache",
"getobject",
"getstarted",
"gitfiles",
"gofumpt",
"goimports",
"golangci",
"goleak",
"golines",
"gongt",
"gonum",
"gorules",
"gotest",
"gotests",
"gotmpl",
"hadolint",
"helmignore",
"httputil",
"icfg",
"initcontainer",
"innerproduct",
"ioutil",
"jaccard",
"japansearch",
"kosarak",
"kpango",
"kubelinter",
"kustomization",
"kvsdb",
"libhdf",
"loadbalancer",
"loadtest",
"lycorp",
"maxprocs",
"minio",
"mnist",
"multiapis",
"multicluster",
"nanos",
"nbits",
"networkpolicy",
"nlist",
"normalizedangle",
"normalizedcosine",
"nosql",
"nytimes",
"oneof",
"onnx",
"otel",
"otlp",
"pogreb",
Expand All @@ -72,30 +120,56 @@
"priorityclass",
"profefe",
"promtail",
"prost",
"protobuf",
"protoc",
"protos",
"pyroscope",
"readreplica",
"rebalance",
"rebalancing",
"replicasets",
"rerank",
"retrive",
"reviewdog",
"rustc",
"rustup",
"serviceaccount",
"singleflight",
"statefulset",
"steamsearch",
"streaminsert",
"structs",
"subtests",
"testdata",
"textlintrc",
"timeutil",
"traefik",
"upsert",
"upserted",
"urlopener",
"usecase",
"vald",
"valdbenchmarkjob",
"valdbenchmarkoperatorrelease",
"valdbenchmarkscenario",
"valdhelmoperatorrelease",
"valdhelmopratorreleases",
"valdmirrortarget",
"valdmirrortargets",
"valdrelease",
"vbor",
"vdaas",
"vdctl",
"vectorizer",
"vectorizing",
"vhor",
"vqueue",
"vtproto",
"werr",
"whitesource",
"yahoojapan",
"yamlfmt",
"zstd"
],
"ignoreWords": [
Expand Down
27 changes: 20 additions & 7 deletions .deepsource.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,22 +47,35 @@ enabled = true

[analyzers.meta]
dockerfile_paths = [
"dockers/agent/ngt/Dockerfile",
"dockers/discoverer/k8s/Dockerfile",
"dockers/agent/core/agent/Dockerfile",
"dockers/agent/core/faiss/Dockerfile",
"dockers/agent/core/ngt/Dockerfile",
"dockers/agent/sidecar/Dockerfile",
"dockers/gateway/lb/Dockerfile",
"dockers/buildbase/Dockerfile",
"dockers/ci/base/Dockerfile",
"dockers/dev/Dockerfile",
"dockers/discoverer/k8s/Dockerfile",
"dockers/gateway/filter/Dockerfile",
"dockers/gateway/lb/Dockerfile",
"dockers/gateway/mirror/Dockerfile",
"dockers/index/job/correction/Dockerfile",
"dockers/index/job/creation/Dockerfile",
"dockers/index/job/readreplica/rotate/Dockerfile",
"dockers/index/job/save/Dockerfile",
"dockers/index/operator/Dockerfile",
"dockers/manager/index/Dockerfile",
"dockers/operator/helm/Dockerfile",
"dockers/ci/base/Dockerfile",
"dockers/dev/Dockerfile",
"dockers/readreplica/job/readreplica/rotate/Dockerfile",
"dockers/tools/benchmark/job/Dockerfile",
"dockers/tools/benchmark/operator/Dockerfile",
"dockers/tools/cli/loadtest/Dockerfile"
]

trusted_registries = [
"docker.io",
"hub.docker.com",
"ghcr.io/vdaas/vald"
"gcr.io/distroless",
"ghcr.io/vdaas/vald",
"hub.docker.com"
]

[[analyzers]]
Expand Down
Loading

0 comments on commit ba4d09d

Please sign in to comment.