Opened 5 years ago
Closed 4 years ago
#4116 closed defect (fixed)
prevent duplicate pending bundle submissions
| Reported by: | Greg Couch | Owned by: | Greg Couch |
|---|---|---|---|
| Priority: | blocker | Milestone: | |
| Component: | Tool Shed | Version: | |
| Keywords: | Cc: | Tom Goddard | |
| Blocked By: | Blocking: | ||
| Notify when closed: | Platform: | all | |
| Project: | ChimeraX |
Description
When a pending bundle submission is made with the same name and version, the wheel name of the second submission is mutated to disambiguate them. For example, ChimeraX_TestManager-0.1-py3-none-any.whl and ChimeraX_TestManager-0.1-py3-none-any_huu3X5t.whl. This is only a problem the very first time because after the submitter is vetted, then the bundle submission is automatically accepted, and the duplicate is rejected.
We have two options: (1) reject the duplicate submission like the toolshed would do if it had been accepted already, or (2) replace the previous submission. (2) would let the submitter hide any last minute mistakes in the initial submission if it isn't accepted in the interim.
Done.