2 files changed
+3
-3
lines changed- .github/workflows/release.yml+30-7
- Cargo.lock+29-16
- Cargo.toml+11-10
- ci/Dockerfile+7-6
- ci/Dockerfile.dfinit+6-4
- dragonfly-client-backend/Cargo.toml+1
- dragonfly-client-backend/src/http.rs+6-1
- dragonfly-client-backend/src/lib.rs+132-16
- dragonfly-client-backend/src/object_storage.rs+141-103
- dragonfly-client-config/src/dfdaemon.rs+6-1
- dragonfly-client-config/src/dfinit.rs+2-1
- dragonfly-client-init/src/bin/main.rs+1
- dragonfly-client-init/src/container_runtime/containerd.rs+5-1
- dragonfly-client-init/src/container_runtime/crio.rs+3-1
- dragonfly-client-init/src/container_runtime/docker.rs+3-1
- dragonfly-client-init/src/container_runtime/mod.rs+4-1
- dragonfly-client-storage/src/content.rs+13-1
- dragonfly-client-storage/src/lib.rs+35-1
- dragonfly-client-storage/src/metadata.rs+73-11
- dragonfly-client-storage/src/storage_engine/rocksdb.rs+11-1
- dragonfly-client-util/Cargo.toml+1-1
- dragonfly-client-util/src/digest/mod.rs+2
- dragonfly-client-util/src/http/mod.rs+9-1
- dragonfly-client-util/src/id_generator/mod.rs+8
- dragonfly-client-util/src/tls/mod.rs+7
- dragonfly-client/Cargo.toml+2-1
- dragonfly-client/src/announcer/mod.rs+6-1
- dragonfly-client/src/bin/dfcache/main.rs+1
- dragonfly-client/src/bin/dfdaemon/main.rs+5-4
- dragonfly-client/src/bin/dfget/main.rs+24-34
- dragonfly-client/src/bin/dfstore/main.rs+1
- dragonfly-client/src/dynconfig/mod.rs+6-1
- dragonfly-client/src/gc/mod.rs+11-1
- dragonfly-client/src/grpc/dfdaemon_download.rs+7-3
- dragonfly-client/src/grpc/dfdaemon_upload.rs+22-11
- dragonfly-client/src/grpc/health.rs+3
- dragonfly-client/src/grpc/manager.rs+2
- dragonfly-client/src/grpc/mod.rs+7-6
- dragonfly-client/src/grpc/scheduler.rs+4
- dragonfly-client/src/grpc/security.rs+2
- dragonfly-client/src/health/mod.rs+4-1
- dragonfly-client/src/metrics/mod.rs+5-1
- dragonfly-client/src/proxy/header.rs+6-1
- dragonfly-client/src/proxy/mod.rs+77-23
- dragonfly-client/src/resource/cache_task.rs+14-2
- dragonfly-client/src/resource/piece.rs+1
- dragonfly-client/src/resource/piece_collector.rs+3-1
- dragonfly-client/src/resource/task.rs+45-10
- dragonfly-client/src/stats/mod.rs+5-1
- dragonfly-client/src/tracing/mod.rs+16-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
963 | 963 |
| |
964 | 964 |
| |
965 | 965 |
| |
966 |
| - | |
| 966 | + | |
967 | 967 |
| |
968 | 968 |
| |
969 | 969 |
| |
| |||
1042 | 1042 |
| |
1043 | 1043 |
| |
1044 | 1044 |
| |
1045 |
| - | |
| 1045 | + | |
1046 | 1046 |
| |
1047 | 1047 |
| |
1048 | 1048 |
| |
|
0 commit comments