feat: Machinery configuration via API #1463
Annotations
6 errors and 14 warnings
Set up Python
/opt/hostedtoolcache/Python/3.13.0/x64/lib/python3.13/site-packages/pip/_internal/metadata/importlib/_dists.py:77: DeprecationWarning: Unimplemented abstract methods {'locate_file'}
return cls(files, info_location)
|
openapi-lint:
weblate-openapi.yaml#L9944
The map key in schemas "Simple error message serializer" does not match the regular expression "^[a-zA-Z0-9\.\-_]+$"
|
openapi-lint:
weblate-openapi.yaml#L9951
The map key in schemas "Simple message serializer" does not match the regular expression "^[a-zA-Z0-9\.\-_]+$"
|
openapi-lint
Process completed with exit code 1.
|
Generate OpenAPI:
weblate/api/views.py#L2039
[Search]: unable to guess serializer. This is graceful fallback handling for APIViews. Consider using GenericAPIView as view base class, if view is under your control. Either way you may want to add a serializer_class (or method). Ignoring view for now.
|
Generate OpenAPI:
weblate/api/views.py#L2094
[TasksViewSet]: unable to guess serializer. This is graceful fallback handling for APIViews. Consider using GenericAPIView as view base class, if view is under your control. Either way you may want to add a serializer_class (or method). Ignoring view for now.
|
openapi-lint:
weblate-openapi.yaml#L15
Operation object should contain `summary` field.
|
openapi-lint:
weblate-openapi.yaml#L37
Operation must have at least one `4XX` response.
|
openapi-lint:
weblate-openapi.yaml#L52
Operation object should contain `summary` field.
|
openapi-lint:
weblate-openapi.yaml#L68
Operation must have at least one `4XX` response.
|
openapi-lint:
weblate-openapi.yaml#L82
Operation object should contain `summary` field.
|
openapi-lint:
weblate-openapi.yaml#L109
Operation must have at least one `4XX` response.
|
openapi-lint:
weblate-openapi.yaml#L163
Operation object should contain `summary` field.
|
openapi-lint:
weblate-openapi.yaml#L178
Operation must have at least one `4XX` response.
|
openapi-lint:
weblate-openapi.yaml#L123
Operation object should contain `summary` field.
|
openapi-lint:
weblate-openapi.yaml#L149
Operation must have at least one `4XX` response.
|
Generate OpenAPI:
weblate/api/views.py#L1888
[ComponentListViewSet]: could not derive type of path parameter "component_slug" because model "weblate.trans.models.componentlist.ComponentList" contained no such field. Consider annotating parameter with @extend_schema. Defaulting to "string".
|
Generate OpenAPI:
weblate/api/views.py#L1126
[ComponentViewSet]: could not derive type of path parameter "project_slug" because model "weblate.trans.models.component.Component" contained no such field. Consider annotating parameter with @extend_schema. Defaulting to "string".
|
Generate OpenAPI:
weblate/api/views.py#L512
[GroupViewSet]: could not derive type of path parameter "language_code" because model "weblate.auth.models.Group" contained no such field. Consider annotating parameter with @extend_schema. Defaulting to "string".
|
Generate OpenAPI:
weblate/api/serializers.py#L284
[RoleViewSet > RoleSerializer]: could not resolve serializer field "PermissionSerializer()". Defaulting to "string"
|
Loading