Commit Graph

119 Commits

Author SHA1 Message Date
dependabot[bot] e0d62cb56b
chore(deps): bump github.com/envoyproxy/protoc-gen-validate from 0.9.1 to 0.10.1 (#105)
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.9.1 to 0.10.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/v0.9.1...v0.10.1)

---
updated-dependencies:
- dependency-name: github.com/envoyproxy/protoc-gen-validate
  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-03-27 12:05:43 +08:00
Gaius 4dbb67b339
feat: add CreateModel definition to manager (#103)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-03-22 16:35:51 +08:00
Gaius 8bc1c4d57c
feat: rename SecurityService to Security (#102)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-03-22 14:33:21 +08:00
Gaius d42d357479
feat: add tfserving prediction client proto (#101)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-03-22 14:28:24 +08:00
Gaius 4acbc514b0
feat: rename host_name to hostname (#100)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-03-21 21:28:05 +08:00
dependabot[bot] a775c0f339
chore(deps): bump google.golang.org/protobuf from 1.29.0 to 1.30.0 (#97)
Bumps [google.golang.org/protobuf](https://github.com/protocolbuffers/protobuf-go) from 1.29.0 to 1.30.0.
- [Release notes](https://github.com/protocolbuffers/protobuf-go/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf-go/blob/master/release.bash)
- [Commits](https://github.com/protocolbuffers/protobuf-go/compare/v1.29.0...v1.30.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-03-21 21:24:29 +08:00
Gaius 339e0e901b
feat: add definition of trainer service (#99)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-03-21 21:21:08 +08:00
Gaius 3b5cf08542
feat: remove model api (#98)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-03-20 14:07:31 +08:00
dependabot[bot] 9c3dccbfdb
chore(deps): bump google.golang.org/protobuf from 1.28.1 to 1.29.0 (#96)
Bumps [google.golang.org/protobuf](https://github.com/protocolbuffers/protobuf-go) from 1.28.1 to 1.29.0.
- [Release notes](https://github.com/protocolbuffers/protobuf-go/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf-go/blob/master/release.bash)
- [Commits](https://github.com/protocolbuffers/protobuf-go/compare/v1.28.1...v1.29.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-03-13 10:58:15 +08:00
Gaius 65661525ff
feat: update DownloadPieceFailedRequest and DownloadPieceBackToSourceFailedRequest (#95)
Add piece information to DownloadPeerFailedRequest and
DownloadPieceBackToSourceFailedRequest. Add responses of
different protocols to DownloadPieceBackToSourceFailedRequest.

Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-03-10 12:34:16 +08:00
Gaius 212b3aba4b
feat: add DownloadPeerFailedRequest and DownloadPeerBackToSourceFailedRequest (#94)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-03-08 17:59:21 +08:00
Gaius b03b5fa763
feat: add temporary to DownloadPieceFailedRequest (#93)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-03-08 16:39:23 +08:00
Gaius f5d369536a
feat: remove seed peer back-to-source request in AnnouncePeer (#92)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-03-08 14:46:08 +08:00
Gaius c2d50ee7c9
feat: add CandidateParent to SmallTaskResponse (#91)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-03-07 12:10:48 +08:00
Gaius 86aa8b96ee
feat: add CandidateParents to SmallTaskResponse (#90)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-03-06 22:27:51 +08:00
Gaius 5be6f801b0
feat: add CandidateParent to SmallTaskResponse (#89)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-03-06 20:52:46 +08:00
Gaius 6465024193
feat: remove piece from SmallTaskResponse (#88)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-03-06 20:42:11 +08:00
Gaius 0d706cffbe
feat: add EmptyTaskResponse to AnnouncePeerResponse (#87)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-03-06 20:10:13 +08:00
Gaius b35d00c65f
fix: DownloadPeerBackToSourceStartedRequest field name (#86)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-03-06 17:52:30 +08:00
Gaius a1bbe86cb4
feat: add seed peer requests to AnnouncePeer (#85)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-03-06 17:44:22 +08:00
Gaius 31a68a3b97
feat: remove SchedulePeerFailedResponse and SchedulePeerForbiddenResponse (#84)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-03-01 18:46:22 +08:00
Gaius 5a8d2a7e65
feat: add host id to AnnouncePeerRequest (#82)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-03-01 17:57:34 +08:00
Gaius ec22c292f8
refactor: scheduler v2 protoc (#81)
refactor: scheduler v2 protoc

Remove v2 errordetails protoc and Remove common.ExtendAttribute message.
Replace errordetails in the scheduler with response message.

Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-03-01 16:28:27 +08:00
Gaius b3d8490d2c
feat: remove oneof errordetails in v2 api (#80)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-03-01 13:53:32 +08:00
Gaius 0b626ce09a
chore: update golang version to go1.20 (#79)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-02-27 17:38:55 +08:00
Gaius f915d20485
feat: remove Scopes and SecurityGroup in seed peer cluster (#78)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-02-22 20:50:01 +08:00
Gaius 7f3ec89490
feat: add task and host to peer struct
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-02-20 20:21:03 +08:00
Gaius d3a907b178
refactor: peer struct in v2 (#77)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-02-20 20:12:34 +08:00
Gaius 8e4b04619f
feat: update host content in v2 (#76)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-02-20 19:03:23 +08:00
Gaius db4e9c74e2
feat: change piece count type to int32 (#75)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-02-20 18:29:45 +08:00
Gaius 1692126524
feat: add UNKNOW to size scope in common v1
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-02-20 18:05:37 +08:00
Gaius b833a55168
feat: add UNKNOW to size scope (#74)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-02-20 17:58:33 +08:00
Gaius 39236eb45e
fix: task type in common v2 (#73)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-02-20 16:40:09 +08:00
Gaius 11a152f294
feat: change piece number type from uint32 to int32 (#72)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-02-20 16:00:17 +08:00
Gaius 41e14b7c60
feat: rename ParallelPieceCount to ConcurrentPieceCount (#71)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-02-20 15:42:01 +08:00
Gaius a0becb425d
feat: rename ParallelCount to ParallelPieceCount (#70)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-02-20 15:31:43 +08:00
Gaius 496cad742e
feat: change piece size to length (#69)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-02-14 20:41:33 +08:00
dependabot[bot] 9d94946926
chore(deps): bump google.golang.org/grpc from 1.52.3 to 1.53.0 (#67)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.52.3 to 1.53.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.52.3...v1.53.0)

---
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-02-13 20:59:12 +08:00
Gaius 4b65d5ec70
feat: change fields of range (#68)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-02-13 20:58:30 +08:00
Gaius 602aa22af8
refactor: download metadata in common (#66)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-02-10 18:13:16 +08:00
Gaius b2e4c03aac
feat: add DownloadTask api (#65)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-02-06 22:05:03 +08:00
Gaius 8e51b206c0
chore: update issue template (#64)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-02-06 19:02:58 +08:00
dependabot[bot] 7edd544fd0
chore(deps): bump google.golang.org/grpc from 1.52.0 to 1.52.3 (#63)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.52.0 to 1.52.3.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.52.0...v1.52.3)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  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-02-03 12:31:04 +08:00
Gaius b12d940bf7
feat: add SyncNetworkTopology to scheduler (#62)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-01-16 22:23:56 +08:00
Gaius a0551da924
feat: remove NetTopology params (#61)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-01-16 17:35:01 +08:00
Gaius 66a713927e
feat: add SyncProbe to scheduler (#60)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-01-16 16:29:28 +08:00
dependabot[bot] 17e8ae331e
chore(deps): bump google.golang.org/grpc from 1.51.0 to 1.52.0 (#59)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.51.0 to 1.52.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.51.0...v1.52.0)

---
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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-16 11:02:44 +08:00
Gaius 269d864f55
fix: typo
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-01-13 15:22:33 +08:00
Gaius b3999871be
feat: change mock file name (#58)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-01-12 17:29:43 +08:00
Gaius 73d650ea67
feat: add task id to LeavePeerRequest (#57)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-01-12 15:06:25 +08:00