Skip to content

Commit

Permalink
refactor index manager service add index service API to expose index …
Browse files Browse the repository at this point in the history
…informations

Signed-off-by: kpango <kpango@vdaas.org>
  • Loading branch information
kpango committed Jul 17, 2024
1 parent 7e05970 commit 1444e83
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 2 deletions.
72 changes: 72 additions & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,46 @@
"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",
"chatops",
"chrono",
"circuitbreaker",
"cloudstorage",
"clusterrole",
Expand All @@ -32,38 +50,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 +119,55 @@
"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",
"zstd"
],
"ignoreWords": [
Expand Down
3 changes: 1 addition & 2 deletions Makefile.d/tools.mk
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ textlint/ci/install:
cspell/install: $(NPM_GLOBAL_PREFIX)/bin/cspell

$(NPM_GLOBAL_PREFIX)/bin/cspell:
npm install -g git+https://github.com/streetsidesoftware/cspell-cli
npm install -g cspell@latest

.PHONY: buf/install
buf/install: $(BINDIR)/buf
Expand Down Expand Up @@ -186,7 +186,6 @@ $(LIB_PATH)/libz.a: $(LIB_PATH)
&& cd $(ROOTDIR) \
&& rm -rf $(TEMP_DIR)/zlib-$(ZLIB_VERSION).tar.gz $(TEMP_DIR)/zlib

# $(USR_LOCAL)/HDF_Group/HDF5/1.14.4/lib/libhdf5.a: $(LIB_PATH)
.PHONY: hdf5/install
hdf5/install: $(LIB_PATH)/libhdf5.a

Expand Down
1 change: 1 addition & 0 deletions hack/docker/gen/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ ARG RUNTIME_IMAGE={{.RuntimeImage}}
ARG RUNTIME_IMAGE_TAG={{.RuntimeTag}}
ARG UPX_OPTIONS=-9
# skipcq: DOK-DL3026
FROM {{.BuilderImage}}:{{.BuilderTag}} AS builder
ARG MAINTAINER="{{.Maintainer}}"
LABEL maintainer="${MAINTAINER}"
Expand Down

0 comments on commit 1444e83

Please sign in to comment.