You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The overall process is more lenient now:
* It's safe to call `/api/submit` more than once -- even after
`/api/upload_code`
* It's safe to call `/api/upload_code` more than once or don't call it
at all -- code upload is now optional -- if we have nothing to upload,
we can skip this step
Since `/api/upload_code` is now optional, the server no longer calls
this method if there is no code (`RemoteRepo` diff or `VirtualRepo` file
archive) to upload. In addition, Python API (used by CLI internally) has
been optimized -- it does not upload a code blob in there is no diff
(`RemoteRepo`) or no files (empty `VirtualRepo`, incl. default virtual
repo used when no repo specified in the run configuration).
Fixes: #3740
0 commit comments