Skip to content

Commit

Permalink
fix(zitadel upstream): update external/zitadel digest to b8e7258 (#108)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 10, 2023
1 parent c351eda commit 7ec9994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/zitadel
Submodule zitadel updated 36 files
+3 −2 .github/ISSUE_TEMPLATE/task.md
+3 −1 .github/pull_request_template.md
+2 −2 console/src/app/pages/projects/apps/app-detail/app-detail.component.ts
+2 −0 docs/docs/apis/proto/management.md
+12 −0 docs/docs/apis/proto/user.md
+2 −2 docs/docs/examples/login/angular.md
+ docs/static/img/angular/app-create.png
+1 −1 go.mod
+2 −0 go.sum
+7 −5 internal/api/grpc/management/user_converter.go
+26 −3 internal/api/grpc/user/converter.go
+7 −4 internal/api/oidc/client.go
+9 −6 internal/api/oidc/client_credentials.go
+33 −0 internal/api/oidc/jwt-profile.go
+2 −0 internal/command/org_member_test.go
+1 −0 internal/command/org_test.go
+6 −5 internal/command/user_machine.go
+2 −0 internal/command/user_machine_key_test.go
+12 −3 internal/command/user_machine_model.go
+6 −0 internal/command/user_machine_secret_test.go
+3 −0 internal/command/user_machine_test.go
+3 −0 internal/command/user_personal_access_token_test.go
+2 −0 internal/command/user_test.go
+10 −1 internal/domain/token.go
+10 −10 internal/query/iam_member_test.go
+12 −12 internal/query/org_member_test.go
+12 −12 internal/query/project_grant_member_test.go
+12 −12 internal/query/project_member_test.go
+13 −7 internal/query/projection/user.go
+85 −83 internal/query/projection/user_test.go
+22 −9 internal/query/user.go
+20 −20 internal/query/user_grant_test.go
+145 −134 internal/query/user_test.go
+16 −5 internal/repository/user/machine.go
+2 −0 proto/zitadel/management.proto
+10 −0 proto/zitadel/user.proto

0 comments on commit 7ec9994

Please sign in to comment.