Closed
Bug 1222608
Opened 10 years ago
Closed 10 years ago
Gracefully handle multiple uploads
Categories
(addons.mozilla.org Graveyard :: Developer Pages, defect)
addons.mozilla.org Graveyard
Developer Pages
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mstriemer, Assigned: mstriemer)
References
Details
The original idea was to return 423 LOCKED if an upload was in progress but it would be better to accept the upload and only create a version if the upload is still the most recent version.
Comment 1•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/olympia
https://github.com/mozilla/olympia/commit/884190635839f85705a3408c6677e3e946d72f35
Accept new versions unless review passed (bug 1222608)
https://github.com/mozilla/olympia/commit/c633b177097a4ba9e75fc79b8bf0599cd04fde6f
Only create a version for the newest upload (bug 1222608)
https://github.com/mozilla/olympia/commit/125a2b45740f721a0cda3625da341d0860aa10a0
Merge pull request #895 from mstriemer/multiple-uploads-1222608
Be more liberal in accepting uploaded files (bug 1222608)
| Assignee | ||
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•