Commit Graph

173 Commits

Author SHA1 Message Date
Gaius 9a0d19afc2
feat: tonic generates v2 rust code (#159)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-07-28 14:43:04 +08:00
Gaius 3b47185f98
chore: update tonic and tokio version (#158)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-07-27 15:06:05 +08:00
Gaius e6ce870de8
feat: remove system information in announce host (#157)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-07-26 16:06:23 +08:00
Gaius bc6a1e7c31
feat: add optional to build information (#156)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-07-25 14:33:11 +08:00
Gaius 865d55b80c
feat: add optional to network idc and location (#155)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-07-25 12:07:41 +08:00
Gaius 3038d569a0
feat: add optional to peer host (#153)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-07-24 21:09:20 +08:00
Gaius a681ec52d7
feat: add optional to host idc and location (#152)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-07-24 20:47:02 +08:00
Gaius 542f1b5d13
feat: add optional to seed peer idc and location (#151)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-07-24 20:31:03 +08:00
Gaius 5e07d39505
feat: remove idc and location in scheduler (#150)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-07-24 19:54:31 +08:00
Gaius 25a743e639
feat: add download port (#149)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-07-20 22:57:09 +08:00
Gaius ab0c613b95
feat: generate golang mock (#148)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-07-20 22:05:07 +08:00
Gaius a1bff77bb4
chore: update cargo version
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-07-20 21:57:02 +08:00
Gaius aae0807767
feat: update verison to v2 (#147)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-07-20 21:56:21 +08:00
Gaius e483655683
chore: update version to v2
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-07-20 21:42:30 +08:00
Gaius f1a8749945
chore: update cargo version
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-07-20 19:46:34 +08:00
Gaius c838622211
feat: remove download port (#146)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-07-20 19:45:53 +08:00
Gaius dcfc5ff2d9
feat: generate grpc descriptor (#145)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-07-20 15:19:43 +08:00
Gaius 9e00d62720
chore: remove protoc (#144) 2023-07-18 22:36:38 +08:00
Gaius 9ef3e71cfa
chore: add protoc dependencies in Cargo.toml (#143)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-07-18 19:01:45 +08:00
Gaius 6cbaf36ba8
chore: change crate name
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-07-18 14:30:07 +08:00
Gaius 2ab4c361b3
chore: update crate version to v1.9.7 (#142)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-07-18 14:23:32 +08:00
Gaius f6e2239250
chore: add description to rust crate (#140)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-07-18 12:19:51 +08:00
dependabot[bot] 068339e0e4
chore(deps): bump google.golang.org/grpc from 1.57.0-dev to 1.58.0-dev (#139)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.57.0-dev to 1.58.0-dev.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.57.0-dev...v1.58.0-dev)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-18 11:16:13 +08:00
Gaius 2825951636
feat: add content to piece message (#138)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-07-13 15:23:27 +08:00
Gaius 6dc9ff603d
feat: remove cluster id in CreateModelRequest (#137)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-07-12 16:53:03 +08:00
Gaius f4daede5fa
fix: proto style (#136)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-07-10 14:06:16 +08:00
dependabot[bot] 28672b5cdb
chore(deps): bump google.golang.org/grpc from 1.53.0-dev to 1.57.0-dev (#133)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.53.0-dev to 1.57.0-dev.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.53.0-dev...v1.57.0-dev)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-10 12:08:31 +08:00
Gaius 32635e1ae2
feat: change GNN and MLP field type (#134)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-07-10 12:07:15 +08:00
dependabot[bot] 0259ed80f1
chore(deps): bump github.com/envoyproxy/protoc-gen-validate from 1.0.1 to 1.0.2 (#132)
chore(deps): bump github.com/envoyproxy/protoc-gen-validate

Bumps [github.com/envoyproxy/protoc-gen-validate](https://github.com/envoyproxy/protoc-gen-validate) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/envoyproxy/protoc-gen-validate/releases)
- [Changelog](https://github.com/bufbuild/protoc-gen-validate/blob/main/.goreleaser.yaml)
- [Commits](https://github.com/envoyproxy/protoc-gen-validate/compare/v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: github.com/envoyproxy/protoc-gen-validate
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-03 11:09:50 +08:00
dependabot[bot] 764ed6447c
chore(deps): bump google.golang.org/protobuf from 1.30.0 to 1.31.0 (#131)
Bumps google.golang.org/protobuf from 1.30.0 to 1.31.0.

---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-03 11:08:10 +08:00
Gaius e579b9aab4
feat: add inference proto (#130)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-06-28 19:01:45 +08:00
Gaius c46eef263a
feat: remove tfserving proto (#129)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-06-28 16:25:35 +08:00
Gaius c1bc8f3ccf
feat: remove ProbeInterval in SyncProbesResponse (#128)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-06-15 10:43:51 +08:00
Gaius 13f6437e48
feat: rename FailedProbes to Probes in FailedProbesRequest (#127)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-06-12 12:35:18 +08:00
Gaius 93763a8588
feat: optimize SyncProbesRequest in scheduler (#126)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-06-12 12:02:54 +08:00
Gaius 278c100e78
feat: optimize SyncProbes API definition (#125)
feat: optimize SyncProbes API definition.

Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-06-09 12:22:26 +08:00
dependabot[bot] 47d2834769
chore(deps): bump google.golang.org/grpc from 1.56.0-dev to 1.57.0-dev (#124)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.56.0-dev to 1.57.0-dev.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.56.0-dev...v1.57.0-dev)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-05 12:14:39 +08:00
Gaius 61eb9cb46b
chore: change Github Discussion link
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-05-30 17:44:09 +08:00
dependabot[bot] 0abe9d94e4
chore(deps): bump google.golang.org/grpc from 1.53.0-dev to 1.56.0-dev (#123)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.53.0-dev to 1.56.0-dev.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.53.0-dev...v1.56.0-dev)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-22 10:37:13 +08:00
dependabot[bot] 23244e38b2
chore(deps): bump github.com/envoyproxy/protoc-gen-validate from 1.0.0 to 1.0.1 (#122)
chore(deps): bump github.com/envoyproxy/protoc-gen-validate

Bumps [github.com/envoyproxy/protoc-gen-validate](https://github.com/envoyproxy/protoc-gen-validate) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/envoyproxy/protoc-gen-validate/releases)
- [Changelog](https://github.com/bufbuild/protoc-gen-validate/blob/main/.goreleaser.yaml)
- [Commits](https://github.com/envoyproxy/protoc-gen-validate/compare/v1.0.0...v1.0.1)

---
updated-dependencies:
- dependency-name: github.com/envoyproxy/protoc-gen-validate
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-16 10:41:05 +08:00
dependabot[bot] 45bf78b337
chore(deps): bump google.golang.org/grpc from 1.53.0-dev to 1.56.0-dev (#121)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.53.0-dev to 1.56.0-dev.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.53.0-dev...v1.56.0-dev)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-08 10:59:34 +08:00
dependabot[bot] 24d10407fd
chore(deps): bump github.com/envoyproxy/protoc-gen-validate from 0.10.1 to 1.0.0 (#120)
chore(deps): bump github.com/envoyproxy/protoc-gen-validate

Bumps [github.com/envoyproxy/protoc-gen-validate](https://github.com/envoyproxy/protoc-gen-validate) from 0.10.1 to 1.0.0.
- [Release notes](https://github.com/envoyproxy/protoc-gen-validate/releases)
- [Changelog](https://github.com/bufbuild/protoc-gen-validate/blob/main/.goreleaser.yaml)
- [Commits](https://github.com/envoyproxy/protoc-gen-validate/compare/v0.10.1...v1.0.0)

---
updated-dependencies:
- dependency-name: github.com/envoyproxy/protoc-gen-validate
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-06 11:51:36 +08:00
Gaius 3a54813d13
feat: remove SyncNetworkTopology api (#119)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-04-24 18:56:19 +08:00
dependabot[bot] ce911ded03
chore(deps): bump google.golang.org/grpc from 1.55.0-dev to 1.56.0-dev (#118)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.55.0-dev to 1.56.0-dev.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.55.0-dev...v1.56.0-dev)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-24 10:38:26 +08:00
Gaius f0e9c68b27
feat: remove security domain (#117)
Remove security domain and security group.

Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-04-19 16:20:38 +08:00
Gaius 78cf60eb3c
docs: change dingtalk link (#115)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-04-11 20:28:45 +08:00
Gaius 45dfa55d1c
docs: optimize Community description in README.md (#114)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-04-10 17:46:45 +08:00
Gaius cee933c03f
feat: update tonic-build to v0.9.0 (#113)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-04-03 18:11:55 +08:00
dependabot[bot] 4b9c8bd827
chore(deps): update tonic requirement from 0.8.3 to 0.9.0 (#112)
Updates the requirements on [tonic](https://github.com/hyperium/tonic) to permit the latest version.
- [Release notes](https://github.com/hyperium/tonic/releases)
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hyperium/tonic/compare/v0.8.3...v0.9.0)

---
updated-dependencies:
- dependency-name: tonic
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-03 11:01:03 +08:00
Gaius d32b2b9595
feat: change cpu percent validation (#110)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-03-31 20:19:36 +08:00