Canonical location of the Dragonfly API definition
Go to file
dependabot[bot] 4b02f5107e
chore(deps): bump github/codeql-action from 2 to 3 (#230)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: github/codeql-action
  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-12-18 10:37:27 +08:00
.github chore(deps): bump github/codeql-action from 2 to 3 (#230) 2023-12-18 10:37:27 +08:00
hack feat: add inference proto (#130) 2023-06-28 19:01:45 +08:00
pkg/apis feat: remove concurrent_piece_count in scheduler (#228) 2023-12-12 14:48:04 +08:00
proto feat: remove concurrent_piece_count in scheduler (#228) 2023-12-12 14:48:04 +08:00
src feat: remove concurrent_piece_count in scheduler (#228) 2023-12-12 14:48:04 +08:00
.gitignore feat: init rust grpc protoc (#51) 2023-01-04 15:35:17 +08:00
.golangci.yml feat: generate grpc proto and mocks 2022-07-29 15:06:10 +08:00
.markdownlint.yml feat: generate grpc proto and mocks 2022-07-29 15:06:10 +08:00
Cargo.toml feat: remove concurrent_piece_count in scheduler (#228) 2023-12-12 14:48:04 +08:00
LICENSE Initial commit 2022-07-28 20:31:19 +08:00
Makefile feat: init rust grpc protoc (#51) 2023-01-04 15:35:17 +08:00
README.md chore: change Github Discussion link 2023-05-30 17:44:09 +08:00
build.rs feat: add Deserialize and Serialize to message (#193) 2023-10-09 12:13:24 +08:00
go.mod chore(deps): bump google.golang.org/grpc from 1.60.0-dev to 1.61.0-dev (#215) 2023-11-20 10:34:49 +08:00
go.sum chore(deps): bump google.golang.org/grpc from 1.60.0-dev to 1.61.0-dev (#215) 2023-11-20 10:34:49 +08:00

README.md

api

Discussions LICENSE

Canonical location of the Dragonfly API definition. The project includes the api definitions of dragonfly services and the mocks of the interface.

Note to developers

If developers need to change dragonfly api definition, please contact dragonfly maintainers.

Community

Join the conversation and help the community.

Contributing

You should check out our CONTRIBUTING and develop the project together.

Code of Conduct

Please refer to our Code of Conduct.