Skip to content

implememtn user controller tenant add user to tenant from invite token #857

implememtn user controller tenant add user to tenant from invite token

implememtn user controller tenant add user to tenant from invite token #857

Triggered via push July 13, 2023 11:45
Status Failure
Total duration 2m 13s
Artifacts
Build and test
2m 4s
Build and test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Build and test: web/api/federated_login.go#L169
not enough arguments in call to ar.server.Storages().User.UserByFederatedID
Build and test: web/api/federated_login.go#L172
ar.server.Storages().User.UserByEmail undefined (type model.UserStorage has no field or method UserByEmail)
Build and test: web/api/federated_login.go#L174
user.AddFederatedId undefined (type model.User has no field or method AddFederatedId)
Build and test: web/api/federated_login.go#L175
ar.server.Storages().User.UpdateUser undefined (type model.UserStorage has no field or method UpdateUser)
Build and test: web/api/federated_login.go#L180
undefined: model.MergeScopes
Build and test: web/api/federated_login.go#L180
app.NewUserDefaultScopes undefined (type model.AppData has no field or method NewUserDefaultScopes)
Build and test: web/api/federated_login.go#L182
ar.server.Storages().User.AddUserWithFederatedID undefined (type model.UserStorage has no field or method AddUserWithFederatedID)
Build and test: web/api/federated_login.go#L184
unknown field FullName in struct literal of type model.User
Build and test: web/api/federated_login.go#L185
unknown field Scopes in struct literal of type model.User
Build and test: web/api/federated_login.go#L199
ar.loginFlow undefined (type *Router has no field or method loginFlow)
Build and test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/