Alexander Saprykin
Alexander Saprykin
New API endpoins added: * `GET {API_PREFIX}/_ui/v1/organizations/{organization_id}/repositories/` * `GET {API_PREFIX}/_ui/v1/organizations/{organization_id}/repositories/{repository_id}/` * `POST {API_PREFIX}/_ui/v1/organizations/{organization_id}/repositories/{repository_id}/` * `DELETE {API_PREFIX}/_ui/v1/organizations/{organization_id}/repositories/{repository_id}/`
The `make fmt` call was producing obscure results due to missing isort configuration. This commit configures isort to work in black compatibility mode and respect magic traling comma, that is...
#### What is this PR doing: * Do not display message "User already exists" when used is actually created for the first time. * Remove redundant call of `user.save()`. The...
- [x] I am on the [latest](https://github.com/python-poetry/poetry/releases/latest) Poetry version. - [x] I have searched the [issues](https://github.com/python-poetry/poetry/issues) of this repo and believe that this is not a duplicate. - [ ]...