feat: WIP rbac #101910
Annotations
10 errors and 1 warning
ee/models/rbac/access_control.py#L28
ForeignKey is nullable but its generic get type parameter is not optional
|
ee/models/rbac/access_control.py#L37
ForeignKey is nullable but its generic get type parameter is not optional
|
ee/models/rbac/access_control.py#L45
ForeignKey is nullable but its generic get type parameter is not optional
|
posthog/rbac/user_access_control.py#L221
"_ST" has no attribute "organization_id"
|
ee/billing/billing_manager.py#L141
Cannot resolve keyword 'distinct_id' into field. Choices are: access_controls, explicit_team_membership, id, joined_at, level, organization, organization_id, role_membership, updated_at, user, user_id
|
ee/billing/billing_manager.py#L160
Cannot resolve keyword 'email' into field. Choices are: access_controls, explicit_team_membership, id, joined_at, level, organization, organization_id, role_membership, updated_at, user, user_id
|
posthog/api/organization.py#L135
Argument 1 to "filter_queryset_by_access_level" of "UserAccessControl" has incompatible type "Team_RelatedManager"; expected "QuerySet[Any, Any]"
|
posthog/rbac/test/test_user_access_control.py#L39
"Organization" has no attribute "available_features"; maybe "available_product_features"?
|
posthog/rbac/test/test_user_access_control.py#L67
"Organization" has no attribute "available_features"; maybe "available_product_features"?
|
posthog/rbac/test/test_user_access_control.py#L283
"Organization" has no attribute "available_features"; maybe "available_product_features"?
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading