Opened 9 years ago
Closed 7 years ago
#2588 closed feature request (done)
Enable uploading and downloading of solutions in okb
Reported by: | abeham | Owned by: | gkronber |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.15 |
Component: | Services.OKB | Version: | 3.3.13 |
Keywords: | Cc: |
Description
We aim to store solution information in the OKB.
- The database needs to provide a table for storing solution information
- Service methods need to be created
- Clients need to be updated
Change History (16)
comment:1 Changed 9 years ago by abeham
- Status changed from new to accepted
comment:2 Changed 9 years ago by abeham
comment:3 Changed 9 years ago by abeham
- Added service method to add solutions
comment:4 Changed 9 years ago by abeham
- Returning id in add solution method
- Added method to delete solutions
- Added client methods in RunCreationClient that match the service methods
- Made all service methods non-static in RunCreationClient
comment:5 Changed 9 years ago by abeham
r13690: Added service/client methods to get a single solution by id
comment:6 Changed 9 years ago by abeham
r13691: Adapted OKBProblemView to include download/upload of solutions
comment:7 Changed 9 years ago by abeham
r13692: fixed small bug after uploading solution
comment:8 Changed 9 years ago by abeham
r13693: Created view for okb solution
There's an open issue when uploading identical solutions. They hash to the same value and cannot be inserted into the binary table.
comment:9 Changed 9 years ago by abeham
r13709: fixed updating of solutions (events)
comment:10 Changed 9 years ago by abeham
r13746: added check for invokerequired in event handler
comment:11 Changed 8 years ago by abeham
- Milestone changed from HeuristicLab 3.3.14 to HeuristicLab 3.3.15
Only changes Clients.OKB and Services.OKB
comment:12 Changed 7 years ago by gkronber
Should we postpone this again to 3.3.16?
comment:13 Changed 7 years ago by abeham
- Owner changed from abeham to gkronber
- Status changed from accepted to reviewing
comment:14 Changed 7 years ago by gkronber
comment:15 Changed 7 years ago by gkronber
- Status changed from reviewing to readytorelease
comment:16 Changed 7 years ago by gkronber
- Resolution set to done
- Status changed from readytorelease to closed
r13682: