You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Roman Donchenko 3d9c5add94
SDK: fix string field serialization for multipart/form-data requests (#5479)
Django REST Framework ignores the Content-Type on request body parts, so
it doesn't know that they are JSON-encoded. Instead, it just tries to
decode each part as if it was an `str()`-encoded value.

Change the encoding to match the decoding. The only type this matters
for is `str`, because `json.dumps` and `str` produce different encodings
for `str` values.

Remove `none_type` from the list of encodable types since, to my
knowledge, there's no way to encode a `None` value as a
`multipart/form-data` part in a way that DRF will understand.
3 years ago
..
cypress Fix REST API tests (#5416) 3 years ago
git_server Fix creation of tasks with Git repositories via the SDK (#5409) 3 years ago
mounted_file_share Added Cypress testing for feature: Multiple tasks creating from videos (#5028) 3 years ago
python SDK: fix string field serialization for multipart/form-data requests (#5479) 3 years ago
.eslintrc.js Add webhooks (#4863) 3 years ago
cypress.json Removed code duplications, added checks to CI (#5253) 3 years ago
cypress_canvas3d.json Cypress. New organization pipeline. (#4143) 4 years ago
docker-compose.email.yml Migrate to Docker Compose V2 (#5524) 3 years ago
docker-compose.file_share.yml Splitted default queue to import/export, fixed django-rq admin page (#5555) 3 years ago
docker-compose.minio.yml Migrate to Docker Compose V2 (#5524) 3 years ago
docker-compose.test_servers.yml Migrate to Docker Compose V2 (#5524) 3 years ago
json_to_html.py Fixed Intel license headers (#119) 4 years ago
nightly_cypress.json Refactor CI (#26) 4 years ago
package.json Fixed eslint config (#131) 4 years ago
pr_cypress.json Refactor CI (#26) 4 years ago
pr_cypress_canvas3d.json Refactor CI (#26) 4 years ago
values.test.yaml Splitted default queue to import/export, fixed django-rq admin page (#5555) 3 years ago
yarn.lock Bump json5 from 2.2.1 to 2.2.2 in /tests (#5532) 3 years ago