summaryrefslogtreecommitdiffstats
path: root/orchestrator-restapi/src
Commit message (Collapse)AuthorAgeFilesLines
* REST API for service statusHåkon Hallingstad2017-10-271-0/+41
|
* Remove unused GetHostResponse constructorHåkon Hallingstad2017-10-271-8/+0
|
* Undo incompatible change to HostResource::getHostHåkon Hallingstad2017-10-261-2/+1
|
* Provide more info in host Orchestrator REST APIHåkon Hallingstad2017-10-253-13/+97
|
* Update copyright headersJon Bratseth2017-06-1410-10/+10
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1410-10/+10
|
* Update copyright headersJon Bratseth2017-06-1410-10/+10
|
* Revert "Copyright header"Jon Bratseth2017-06-1310-10/+10
|
* Copyright headerJon Bratseth2017-06-1310-10/+10
|
* Remove obsolete noteHåkon Hallingstad2017-06-131-1/+0
|
* Make patch workHåkon Hallingstad2017-06-131-1/+2
| | | | | | Removes the PathParams annotation on the subclass, which caused Jersey to ignore the annotations on the superclass(!?). I have verified these changes work in CD.
* Use PUTHåkon Hallingstad2017-06-121-2/+2
|
* Make patch use @PATCHHåkon Hallingstad2017-06-121-1/+2
|
* Orchestrator support for setting host statusHåkon Hallingstad2017-06-123-0/+38
| | | | | | | | | | | | | | | | Directly setting the host status can be useful for an operator, e.g. to break a deadlock. Unfortunately, some code use the term "host status" while others use "host state". I haven't settled yet on which is preferred, e.g. 'state' is used in REST APIs, but 'status' is the original term and slightly more used. This PR maintains the local use of the terms, meaning it adds 'state' where that's normally used and 'status' other places. Setting the deadlock is done with a PATCH request, which is defined in jaxrs_utils. jaxrs_utils only defines PATCH, and that's not used anywhere else except in jaxrs_client_utils tests. So I remove this module as a dependency a couple of places.
* Complete retirement early in dev CDHåkon Hallingstad2017-05-261-11/+1
|
* Added OrchestratorImpl testsvalerijf2016-08-251-0/+20
|
* Remove use of OptionalHarald Musum2016-07-051-7/+6
|
* Use Github username as authorBjørn Christian Seime2016-06-281-1/+1
|
* Replace author with github usernametoby2016-06-171-1/+1
|
* PublishJon Bratseth2016-06-158-0/+448