Commit eabf9d9
committed
fix: add GenieSpacePermissionLevel enum to schema
The CI checks started failing for the PR 4191. To resolve those issues and cascading failures due to the root causes, this commit adds enum values for `GenieSpacePermissionLevel` in the annotations file, following the existing DashboardPermissionLevel pattern (as I relied on dashboard implementation to create the GenieSpace implementation)
This fixes two CI failures:
- validate-python-codegen: schema now has enum for Python codegen to parse
- validate-generated-is-up-to-date: regenerated required_fields.go1 parent 272637f commit eabf9d9
3 files changed
Lines changed: 28 additions & 1 deletion
File tree
- bundle
- internal
- schema
- validation/generated
- schema
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
221 | 232 | | |
222 | 233 | | |
223 | 234 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments