Maxim Zhiltsov
Maxim Zhiltsov
### Motivation and context - Added more explanations on how to use Core API objects ### How has this been tested? ### Checklist - [ ] I submit my changes...
### Motivation and context - Allowed unauthorized access to `api/about`, `api/docs`, `api/swagger`, `api/schema` - Synchronized reported server API version in schema and in `api/about` - Added tests - Added a...
### Current Behaviour Currently, the only possible way to auth a user is to pass credentials to the server. Password typing can be a potential security problem, also they need...
### Motivation and context Depends on #4813 - Server: - Fixed API schema for `api/cloudstorages` endpoints - SDK: - Added `cloudstorages` proxies - Added tracing of `generate.sh` commands - Tests:...
### Motivation and context - Added more documentation on ApiClient usage - Added autogeneration of github pages for ApiClient members - Refactored GitHub workflows to generate SDK only once ###...
### Summary Fixes #723 ### How to test ### Checklist - [ ] I submit my changes into the `develop` branch - [ ] I have added description of my...
### Motivation and context - Added explanatory messages for actions denied for user limits - Fixed few rules and checks - Upgraded OPA version ### How has this been tested?...
### Motivation and context Fixes #5215 It's not really clear how the error can be obtained, but this PR adds a workaround for the problem. There are 2 possible ways...
Currently, it's not possible to debug CVAT in containers. It becomes the real problem when we try to debug a failing test from the REST API test suite, because it...
In some cases `/api/tasks/{id}/status` can fail with empty message: ``` Status Code: 400 Reason: Bad Request HTTP response headers: HTTPHeaderDict({'Allow': 'GET, HEAD, OPTIONS', 'Content-Length': '43', 'Content-Type': 'application/vnd.cvat+json', 'Date': 'Sat, 29...