Opened 14 years ago
Closed 14 years ago
#1187 closed feature request (done)
Implement plugin for common client-side operations related to HeuristicLab services
Reported by: | swagner | Owned by: | swagner |
---|---|---|---|
Priority: | high | Milestone: | HeuristicLab 3.3.4 |
Component: | Clients.Common | Version: | 3.3.4 |
Keywords: | Cc: |
Description
Common client-side operations such as user credential management, service client creation, etc. should be implemented in a new plugin.
Change History (11)
comment:1 Changed 14 years ago by swagner
- Component changed from ### Undefined ### to Clients.Common
- Status changed from new to accepted
comment:2 Changed 14 years ago by swagner
comment:3 Changed 14 years ago by swagner
Implemented ClientFactory and username / password management in r4387.
comment:4 Changed 14 years ago by swagner
Fixed return types in ClientFactory in r4406.
comment:5 Changed 14 years ago by swagner
- Version changed from 3.3 to 3.3.1
comment:6 Changed 14 years ago by swagner
- Milestone changed from HeuristicLab x.x.x to HeuristicLab 3.3.2
comment:7 Changed 14 years ago by swagner
- Milestone changed from HeuristicLab 3.3.2 to HeuristicLab x.x.x
comment:8 Changed 14 years ago by swagner
- Milestone changed from HeuristicLab x.x.x to HeuristicLab 3.3.3
comment:9 Changed 14 years ago by swagner
- Milestone changed from HeuristicLab 3.3.3 to HeuristicLab 3.3.4
comment:10 Changed 14 years ago by swagner
- Status changed from accepted to readytorelease
Setting this ticket to ready for release now. If additional common client-side operations are required in the HeuristicLab.Clients.Common plugin, they should be described in more specific tickets.
comment:11 Changed 14 years ago by swagner
- Resolution set to done
- Status changed from readytorelease to closed
- Version changed from 3.3.1 to 3.3.4
Note: See
TracTickets for help on using
tickets.
Added new empty plugin HeuristicLab.Clients.Common in r4386.