Skip to content

Translated using Weblate (Tamil) #2226

Translated using Weblate (Tamil)

Translated using Weblate (Tamil) #2226

Triggered via push December 28, 2024 06:17
Status Success
Total duration 4m 21s
Artifacts

api.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 20 warnings
API Lint
/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/site-packages/pip/_internal/metadata/importlib/_dists.py:77: DeprecationWarning: Unimplemented abstract methods {'locate_file'} return cls(files, info_location)
API Lint: weblate/api/views.py#L2038
[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.
API Lint: weblate/api/views.py#L2093
[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.
operation-summary: weblate-openapi.yaml#L15
Operation object should contain `summary` field.
operation-4xx-response: weblate-openapi.yaml#L37
Operation must have at least one `4XX` response.
operation-summary: weblate-openapi.yaml#L52
Operation object should contain `summary` field.
operation-4xx-response: weblate-openapi.yaml#L68
Operation must have at least one `4XX` response.
operation-summary: weblate-openapi.yaml#L82
Operation object should contain `summary` field.
operation-4xx-response: weblate-openapi.yaml#L109
Operation must have at least one `4XX` response.
operation-summary: weblate-openapi.yaml#L163
Operation object should contain `summary` field.
operation-4xx-response: weblate-openapi.yaml#L178
Operation must have at least one `4XX` response.
operation-summary: weblate-openapi.yaml#L123
Operation object should contain `summary` field.
operation-4xx-response: weblate-openapi.yaml#L149
Operation must have at least one `4XX` response.
API Lint: weblate/api/views.py#L2149
[AddonViewSet]: Encountered 2 components with identical names "tokenAuth" and different identities <class 'weblate.api.authentication.BearerAuthentication'> and <class 'rest_framework.authentication.TokenAuthentication'>. This will very likely result in an incorrect schema. Try renaming one.
API Lint: weblate/api/views.py#L1969
[CategoryViewSet]: Encountered 2 components with identical names "tokenAuth" and different identities <class 'weblate.api.authentication.BearerAuthentication'> and <class 'rest_framework.authentication.TokenAuthentication'>. This will very likely result in an incorrect schema. Try renaming one.
API Lint: weblate/api/views.py#L1872
[ChangeViewSet]: Encountered 2 components with identical names "tokenAuth" and different identities <class 'weblate.api.authentication.BearerAuthentication'> and <class 'rest_framework.authentication.TokenAuthentication'>. This will very likely result in an incorrect schema. Try renaming one.
API Lint: weblate/api/views.py#L1887
[ComponentListViewSet]: Encountered 2 components with identical names "tokenAuth" and different identities <class 'weblate.api.authentication.BearerAuthentication'> and <class 'rest_framework.authentication.TokenAuthentication'>. This will very likely result in an incorrect schema. Try renaming one.
API Lint: weblate/api/views.py#L1887
[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".
API Lint: weblate/api/views.py#L1126
[ComponentViewSet]: Encountered 2 components with identical names "tokenAuth" and different identities <class 'weblate.api.authentication.BearerAuthentication'> and <class 'rest_framework.authentication.TokenAuthentication'>. This will very likely result in an incorrect schema. Try renaming one.
API Lint: 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".
API Lint: weblate/api/views.py#L512
[GroupViewSet]: Encountered 2 components with identical names "tokenAuth" and different identities <class 'weblate.api.authentication.BearerAuthentication'> and <class 'rest_framework.authentication.TokenAuthentication'>. This will very likely result in an incorrect schema. Try renaming one.
API Lint: 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".
API Lint: weblate/api/views.py#L1580
[LanguageViewSet]: Encountered 2 components with identical names "tokenAuth" and different identities <class 'weblate.api.authentication.BearerAuthentication'> and <class 'rest_framework.authentication.TokenAuthentication'>. This will very likely result in an incorrect schema. Try renaming one.