File tree
9 files changed
+202
-22
lines changed- external
- log_and_metric
- configs
- grafana/provisioning/datasources
9 files changed
+202
-22
lines changedLines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + |
Lines changed: 93 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + |
Lines changed: 58 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + |
Submodule grpc_server updated 53 files
- .github/workflows/bazel_controller.yml+34
- .github/workflows/bazel_worker.yml+19
- .github/workflows/go_tests.yml-43
- .github/workflows/lint_check_go.yml+12-2
- .github/workflows/manager_integration_test.yml+19
- Dockerfile.hash+3-2
- README.md+20
- controller/.golangci.yml+1-1
- controller/BUILD+7
- controller/Dockerfile.worker-11
- controller/MODULE.bazel+27-4
- controller/cmd/grpc_server/BUILD+22
- controller/cmd/grpc_server/main.go+10-3
- controller/cmd/manager/BUILD+2-2
- controller/cmd/manager/main.go-24
- controller/cmd/manager/test.go+56
- controller/cmd/worker/BUILD-9
- controller/cmd/worker/main.go-9
- controller/go.mod+6-6
- controller/go.sum+16-10
- controller/internal/config/BUILD+9
- controller/internal/config/config.go+2-1
- controller/internal/conn/BUILD+7-7
- controller/internal/conn/unix.go+63-118
- controller/internal/grpcserver/BUILD+28
- controller/internal/grpcserver/integration_test.go-78
- controller/internal/grpcserver/server.go+19-5
- controller/internal/grpcserver/server_test.go+124
- controller/internal/grpcserver/unit_test.go-77
- controller/internal/manager/BUILD+12-9
- controller/internal/manager/manager.go+402-379
- controller/internal/worker/BUILD-12
- controller/internal/worker/worker.go-143
- controller/pkg/converter/BUILD+4-4
- controller/pkg/converter/converter.go+4-1
- controller/pkg/proto/communication/BUILD+20
- controller/pkg/proto/communication/communication.proto+59
- controller/pkg/proto/file_service/BUILD+20
- controller/platforms/BUILD+15
- scripts/manager_integration_test.sh+134
- wiki/using_server_grpc.md+1-1
- wiki/worker_communication_protocol.md+18-1
- worker/BUILD+35-1
- worker/MODULE.bazel+2
- worker/communication.proto+59
- worker/include/file.hpp+5-2
- worker/include/md_calculator.hpp+5-2
- worker/include/metrics_collector.hpp+5
- worker/include/worker.hpp+66-12
- worker/src/main.cpp+10-20
- worker/src/md_calculator.cpp+3-11
- worker/src/metrics_collector.cpp+2-3
- worker/src/worker.cpp+207-148
Lines changed: 29 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + |
Lines changed: 12 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
4 | 9 |
| |
5 | 10 |
| |
6 | 11 |
| |
| 12 | + | |
7 | 13 |
| |
8 |
| - | |
| 14 | + | |
9 | 15 |
| |
10 | 16 |
| |
11 | 17 |
| |
12 | 18 |
| |
13 |
| - | |
14 |
| - | |
| 19 | + | |
| 20 | + | |
15 | 21 |
| |
16 | 22 |
| |
17 | 23 |
| |
18 | 24 |
| |
| 25 | + | |
| 26 | + | |
19 | 27 |
| |
20 | 28 |
| |
21 | 29 |
| |
22 |
| - | |
23 |
| - | |
24 | 30 |
| |
25 | 31 |
| |
26 | 32 |
| |
27 | 33 |
| |
| 34 | + | |
28 | 35 |
| |
29 | 36 |
| |
30 | 37 |
| |
| |||
37 | 44 |
| |
38 | 45 |
| |
39 | 46 |
| |
40 |
| - | |
41 |
| - | |
42 | 47 |
| |
43 | 48 |
| |
44 | 49 |
| |
45 |
| - | |
46 |
| - | |
47 |
| - | |
48 |
| - | |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
| 19 | + |
Lines changed: 0 additions & 7 deletions
This file was deleted.
0 commit comments