Commit 1b3737d
authored
feat(assets): add ListMicrogrids, GetGridpool RPC and associated request/response messages (#55)
This pull request introduces two new RPCs, `ListMicrogrids` and
`GetGridpool`, to `PlatformAssetsService` API
, enhancing the ability to retrieve microgrid and gridpool metadata. It
also updates the release notes and synchronizes the common API
submodule.3 files changed
Lines changed: 43 additions & 7 deletions
File tree
- proto/frequenz/api/platformassets/v1alpha1
- submodules
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
13 | 16 | | |
14 | 17 | | |
15 | 18 | | |
16 | | - | |
| 19 | + | |
| 20 | + | |
Lines changed: 32 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
| |||
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
39 | 47 | | |
40 | 48 | | |
41 | 49 | | |
| |||
51 | 59 | | |
52 | 60 | | |
53 | 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 | + | |
54 | 86 | | |
55 | 87 | | |
56 | 88 | | |
| |||
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