perf: query projected milestones for onboarding view (#6760)

* feat: support list milestones api

* show milestones in onboarding view

* add authenticated milestone

* add icon to login milestone

* update main

* lint

* fix import

* fix import

* lint

* reuse proto milestone type mapping
This commit is contained in:
Elio Bischof
2023-10-25 13:16:34 +02:00
committed by GitHub
parent 73dbf31368
commit 1c839e308b
27 changed files with 445 additions and 180 deletions

View File

@@ -904,6 +904,7 @@ InternalAuthZ:
- "project.grant.member.write"
- "project.grant.member.delete"
- "events.read"
- "milestones.read"
- Role: "IAM_OWNER_VIEWER"
Permissions:
- "iam.read"
@@ -929,6 +930,7 @@ InternalAuthZ:
- "project.grant.read"
- "project.grant.member.read"
- "events.read"
- "milestones.read"
- Role: "IAM_ORG_MANAGER"
Permissions:
- "org.read"