summaryrefslogtreecommitdiffstats
path: root/orchestrator-restapi
Commit message (Collapse)AuthorAgeFilesLines
* Split parent + container-dependency-versions from root pom.gjoranv2017-12-011-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent2"gjoranv2017-11-301-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-301-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent"gjoranv2017-11-291-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-291-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* REST API for service statusHåkon Hallingstad2017-10-271-0/+41
|
* Merge pull request #3918 from vespa-engine/bratseth/add-copyright-headersJon Marius Venstad2017-10-271-0/+1
|\ | | | | Add copyright header
| * Add copyright headerJon Bratseth2017-10-271-0/+1
| |
* | 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-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