Commit 68b7f83
committed
feat(assets): add GetGridpool RPC and associated request/response messages
- Introduced GetGridpool RPC to fetch details of a specific gridpool.
- Added GetGridpoolRequest and GetGridpoolResponse messages for handling the request and response data.
- Updated proto imports to include gridpool definitions.
Signed-off-by: Richard Sandoval <rsandovaldev@gmail.com>1 parent e71a4de commit 68b7f83
3 files changed
Lines changed: 28 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
| 19 | + | |
17 | 20 | | |
18 | 21 | | |
19 | 22 | | |
| |||
25 | 28 | | |
26 | 29 | | |
27 | 30 | | |
28 | | - | |
| 31 | + | |
29 | 32 | | |
30 | 33 | | |
31 | 34 | | |
32 | 35 | | |
33 | | - | |
34 | | - | |
| 36 | + | |
| 37 | + | |
35 | 38 | | |
36 | 39 | | |
37 | 40 | | |
| |||
53 | 56 | | |
54 | 57 | | |
55 | 58 | | |
56 | | - | |
| 59 | + | |
57 | 60 | | |
58 | 61 | | |
59 | 62 | | |
| |||
66 | 69 | | |
67 | 70 | | |
68 | 71 | | |
69 | | - | |
| 72 | + | |
70 | 73 | | |
71 | 74 | | |
72 | 75 | | |
| |||
112 | 115 | | |
113 | 116 | | |
114 | 117 | | |
115 | | - | |
| 118 | + | |
116 | 119 | | |
117 | 120 | | |
118 | | - | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
119 | 138 | | |
Submodule frequenz-api-common updated 15 files
- .github/dependabot.yml+30-4
- .github/workflows/auto-dependabot.yaml+52
- .github/workflows/black-migration.yaml+88
- .github/workflows/ci-pr.yaml+16-9
- .github/workflows/ci.yaml+63-47
- .github/workflows/dco-merge-queue.yml+4-1
- .github/workflows/grpc-migration.yaml+221
- .github/workflows/labeler.yml+3-1
- .github/workflows/release-notes-check.yml+4-1
- .github/workflows/repo-config-migration.yaml+71
- RELEASE_NOTES.md+2-10
- mkdocs.yml+2-2
- proto/frequenz/api/common/v1alpha8/microgrid/electrical_components/electrical_components.proto+50-2
- proto/frequenz/api/common/v1alpha8/microgrid/sensors/sensors.proto+16-4
- pyproject.toml+24-23
0 commit comments