Commit Graph

164 Commits

Author SHA1 Message Date
Gaius 7b8158b461
feat: init rust grpc protoc (#51)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-01-04 15:35:17 +08:00
Gaius 58fdcc6ff5
feat: add ImportTask, ExportTask and DeleteTask api (#50)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2022-12-21 14:10:08 +08:00
Gaius 95f864706f
feat: add dfdaemon v2 protoc (#49)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2022-12-21 10:42:19 +08:00
Gaius a7d0e7a588
feat: remove callsystem and pattern (#48)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2022-12-13 14:37:01 +08:00
dependabot[bot] f1e11c9753
chore(deps): bump github.com/envoyproxy/protoc-gen-validate from 0.9.0 to 0.9.1 (#47)
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.0 to 0.9.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.0...v0.9.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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-12 11:41:44 +08:00
Gaius 80907c300f
feat: add manager v2 proto and priority (#46)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2022-12-09 14:50:57 +08:00
Gaius d2297a2ac8
feat: add LEVEL0 to priority
Signed-off-by: Gaius <gaius.qi@gmail.com>
2022-12-08 16:49:34 +08:00
Gaius e8cbf6434f
feat: rename priority field
Signed-off-by: Gaius <gaius.qi@gmail.com>
2022-12-08 16:22:49 +08:00
Gaius 36d58eb53e
feat: add priority to register api (#45)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2022-12-08 16:18:09 +08:00
Gaius 69ae546791
feat: upper priority level (#44)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2022-12-07 17:05:22 +08:00
Gaius 64ecd30a29
feat: add id to application (#43)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2022-12-06 16:28:16 +08:00
Gaius 0267dc52a0
feat: add ListApplications to manager (#42)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2022-12-06 16:05:35 +08:00
Gaius ba92788e4f
feat: add forbidden error code (#41)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2022-12-05 16:01:33 +08:00
Gaius 1b82f6f0ea
feat: add Code_SchedReregister to common (#39)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2022-11-29 14:59:56 +08:00
Gaius 0106ca9692
feat: change announcer validation (#38)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2022-11-25 17:39:17 +08:00
dependabot[bot] 03379fe4ae
chore(deps): bump google.golang.org/grpc from 1.50.1 to 1.51.0 (#37)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.50.1 to 1.51.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.50.1...v1.51.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>
2022-11-21 10:39:29 +08:00
Gaius 778cb0bd2f
feat: add strign validation to host type (#36)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2022-11-18 16:55:07 +08:00
Gaius bfd2e8cdab
feat: add host type to announce host (#35)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2022-11-18 15:40:50 +08:00
Gaius d46b1e7c9b
feat: optimize service (#34)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2022-11-18 15:01:01 +08:00
Gaius 4e34212aa9
feat: add AnnounceHost defined (#33)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2022-11-17 18:38:55 +08:00
dependabot[bot] ece7bbf8d3
chore(deps): bump github.com/envoyproxy/protoc-gen-validate from 0.6.13 to 0.9.0 (#32)
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.6.13 to 0.9.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.6.13...v0.9.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-14 10:37:55 +08:00
Gaius 7fcdd86b59
feat: change TrafficType (#31)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2022-11-09 12:11:29 +08:00
Gaius 87f8419c19
feat: add traffic type (#30)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2022-11-09 11:54:23 +08:00
Gaius b336cac496
feat: add leave host proto (#28)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2022-10-26 12:59:38 +08:00
Gaius d8018bfab8
feat: leave peers (#27)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2022-10-24 11:16:22 +08:00
Gaius 09f0a76ed3
feat: add leave tasks (#26)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2022-10-24 11:08:44 +08:00
Gaius e49a2258bc
feat: change r2 validation (#25)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2022-10-22 17:48:23 +08:00
dependabot[bot] 5f69f9c43b
chore(deps): bump github.com/envoyproxy/protoc-gen-validate from 0.6.8 to 0.6.13 (#21)
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.6.8 to 0.6.13.
- [Release notes](https://github.com/envoyproxy/protoc-gen-validate/releases)
- [Commits](https://github.com/envoyproxy/protoc-gen-validate/compare/v0.6.8...v0.6.13)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-17 11:34:23 +08:00
dependabot[bot] b29847d633
chore(deps): bump google.golang.org/grpc from 1.50.0 to 1.50.1 (#24)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.50.0 to 1.50.1.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.50.0...v1.50.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-17 11:34:01 +08:00
dependabot[bot] 9ee9c75e04
chore(deps): bump google.golang.org/grpc from 1.49.0 to 1.50.0 (#22)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.49.0 to 1.50.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.49.0...v1.50.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>
2022-10-14 14:29:27 +08:00
Gaius 3c36b50ab3
feat: update golang version to 1.19 (#23)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2022-10-14 14:28:55 +08:00
Jim Ma c677360c03
chore: mark DownRequest.uuid deprecated (#18)
Signed-off-by: Jim Ma <majinjing3@gmail.com>
2022-09-22 22:26:30 +08:00
Gaius 0e6d22c313
feat: SizeScope add empty type (#20)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2022-09-20 11:01:07 +08:00
Gaius c9f12a5294
feat: add task id for scheduler peer api (#19)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2022-09-19 21:44:02 +08:00
Gaius 7e009ab8da
feat: add grpc v2 (#16)
* feat: add grpc v2

Signed-off-by: Gaius <gaius.qi@gmail.com>

* fix: rename metadata and fields

Signed-off-by: Gaius <gaius.qi@gmail.com>

* feat: add exchange peer api

Signed-off-by: Gaius <gaius.qi@gmail.com>

Signed-off-by: Gaius <gaius.qi@gmail.com>
2022-09-19 12:05:59 +08:00
dependabot[bot] c0fa4ec408
chore(deps): bump github.com/envoyproxy/protoc-gen-validate from 0.6.7 to 0.6.8 (#17)
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.6.7 to 0.6.8.
- [Release notes](https://github.com/envoyproxy/protoc-gen-validate/releases)
- [Commits](https://github.com/envoyproxy/protoc-gen-validate/compare/v0.6.7...v0.6.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-19 10:35:14 +08:00
dependabot[bot] b60e16dbcd
chore(deps): bump actions/checkout from 2 to 3 (#14)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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>
2022-09-02 14:28:06 +08:00
dependabot[bot] 7c3ace46c6
chore(deps): bump golangci/golangci-lint-action from 2 to 3 (#15)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 2 to 3.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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>
2022-09-02 14:27:44 +08:00
Gaius 75283cd8e8
chore: dependabot adds github-actions
Signed-off-by: Gaius <gaius.qi@gmail.com>
2022-09-02 14:17:34 +08:00
Gaius 465d7a9582
feat: change csr type to bytes (#13)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2022-09-01 20:17:38 +08:00
dependabot[bot] 2c94e3577d
chore(deps): bump google.golang.org/grpc from 1.48.0 to 1.49.0 (#11)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.48.0 to 1.49.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.48.0...v1.49.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>
2022-09-01 11:47:51 +08:00
Gaius be1c6f61d6
refactor: security proto (#12)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2022-09-01 11:47:25 +08:00
Gaius dbdf68a889
feat: ListSchedulersRequest adds version and commit field (#10)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2022-08-26 16:50:45 +08:00
Jim Ma 90cb02d5ad
chore: remove unused field (#9)
Signed-off-by: Jim Ma <majinjing3@gmail.com>
2022-08-18 16:14:28 +08:00
Jim Ma 6c569c1187
feat: add security proto (#8)
Signed-off-by: Jim Ma <majinjing3@gmail.com>

Signed-off-by: Jim Ma <majinjing3@gmail.com>
2022-08-17 16:37:05 +08:00
Gaius a84927c4d5
feat: rename id to version_id
Signed-off-by: Gaius <gaius.qi@gmail.com>
2022-08-16 15:34:44 +08:00
Gaius 106b76c0e1
feat: rename model_version_id to version_id
Signed-off-by: Gaius <gaius.qi@gmail.com>
2022-08-16 15:27:47 +08:00
Gaius f4e5e8650a
feat: rename date to data (#7)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2022-08-16 15:21:29 +08:00
Gaius 00ba2ce328
feat: rename create_at to created_at
Signed-off-by: Gaius <gaius.qi@gmail.com>
2022-08-16 15:02:43 +08:00
Gaius 79ab0bd53d
feat: replace scheduler_id type to unit64
Signed-off-by: Gaius <gaius.qi@gmail.com>
2022-08-16 14:58:59 +08:00