File tree
4 files changed
+10
-6
lines changed- .github/workflows
- deploy
- test/testdata/charts
4 files changed
+10
-6
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 |
| - | |
| 34 | + | |
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
39 |
| - | |
| 39 | + | |
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
44 |
| - | |
| 44 | + | |
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
49 |
| - | |
| 49 | + | |
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
|
- .cargo/config.toml+2
- .github/workflows/docker.yml+3-3
- .github/workflows/release.yml+1-1
- Cargo.lock+80-68
- Cargo.toml+14-13
- ci/Dockerfile+6
- ci/Dockerfile.debug+5
- ci/Dockerfile.dfinit+1
- dragonfly-client-backend/src/http.rs+22
- dragonfly-client-config/src/dfdaemon.rs+24-66
- dragonfly-client-init/Cargo.toml-1
- dragonfly-client-storage/Cargo.toml-2
- dragonfly-client-storage/src/cache/mod.rs+24-22
- dragonfly-client-storage/src/lib.rs+10-57
- dragonfly-client-util/Cargo.toml+2-2
- dragonfly-client-util/src/net/mod.rs+195-50
- dragonfly-client/Cargo.toml+4-6
- dragonfly-client/src/announcer/mod.rs+26-98
- dragonfly-client/src/bin/dfdaemon/main.rs+7-14
- dragonfly-client/src/bin/dfget/main.rs+81-1
- dragonfly-client/src/grpc/dfdaemon_download.rs+38-4
- dragonfly-client/src/grpc/dfdaemon_upload.rs+103-47
- dragonfly-client/src/proxy/mod.rs-1
- dragonfly-client/src/resource/piece.rs-4
- dragonfly-client/src/resource/task.rs+2-19
- dragonfly-client/src/tracing/mod.rs+8
Submodule helm-charts updated 22 files
- .github/workflows/auto-assign.yml+1-1
- charts/dragonfly/Chart.yaml+9-11
- charts/dragonfly/README.md+20-17
- charts/dragonfly/README.md.gotmpl+3-2
- charts/dragonfly/templates/client/client-configmap.yaml-2
- charts/dragonfly/templates/client/client-daemonset.yaml-2
- charts/dragonfly/templates/client/metrics-svc.yaml-1
- charts/dragonfly/templates/client/servicemonitor.yaml-1
- charts/dragonfly/templates/manager/manager-deployment.yaml-2
- charts/dragonfly/templates/manager/manager-svc.yaml-1
- charts/dragonfly/templates/manager/metrics-svc.yaml-1
- charts/dragonfly/templates/manager/servicemonitor.yaml-1
- charts/dragonfly/templates/scheduler/metrics-svc.yaml-1
- charts/dragonfly/templates/scheduler/scheduler-statefulset.yaml-2
- charts/dragonfly/templates/scheduler/scheduler-svc.yaml-1
- charts/dragonfly/templates/scheduler/servicemonitor.yaml-1
- charts/dragonfly/templates/seed-client/metrics-svc.yaml-1
- charts/dragonfly/templates/seed-client/seed-client-configmap.yaml+1-3
- charts/dragonfly/templates/seed-client/seed-client-statefulset.yaml-2
- charts/dragonfly/templates/seed-client/seed-client-svc.yaml-1
- charts/dragonfly/templates/seed-client/servicemonitor.yaml-1
- charts/dragonfly/values.yaml+65-55
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
119 | 119 |
| |
120 | 120 |
| |
121 | 121 |
| |
| 122 | + | |
| 123 | + | |
122 | 124 |
| |
123 | 125 |
| |
124 | 126 |
| |
| |||
178 | 180 |
| |
179 | 181 |
| |
180 | 182 |
| |
| 183 | + | |
| 184 | + | |
181 | 185 |
| |
182 | 186 |
| |
183 | 187 |
| |
|
0 commit comments