aboutsummaryrefslogtreecommitdiffstats
path: root/orchestrator-restapi
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headersJon Bratseth2017-06-1411-11/+11
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1411-11/+11
|
* Update copyright headersJon Bratseth2017-06-1411-11/+11
|
* Revert "Copyright header"Jon Bratseth2017-06-1311-11/+11
|
* Copyright headerJon Bratseth2017-06-1311-11/+11
|
* 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-124-0/+44
| | | | | | | | | | | | | | | | 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
|
* Revert "Move jackson module scala to orchestrator restapi"Bjørn Christian Seime2016-11-142-24/+0
| | | | This reverts commit 84adee1bc837aa959a7f17868f162e63aedd3e96.
* Move jackson module scala to orchestrator restapiHåkon Hallingstad2016-11-142-0/+24
|
* 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
|
* Remove bakksjo as ownerBjørn Christian Seime2016-06-281-1/+0
|
* Move parent pom to toplevel directoryEirik Nygaard2016-06-231-1/+0
|
* Merge pull request #78 from yahoo/smorgrav/authorJon Bratseth2016-06-171-1/+1
|\ | | | | Change my author element to github username
| * Replace author with github usernametoby2016-06-171-1/+1
| |
* | Change hakon to hakonhallHåkon Hallingstad2016-06-171-1/+1
|/
* PublishJon Bratseth2016-06-1512-0/+503