summaryrefslogtreecommitdiffstats
path: root/orchestrator-restapi
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-0913-13/+13
|
* Use 'vespa.version' suffix for all global version properties.gjoranv2023-07-241-1/+1
|
* Revert "New parent pom"Arnstein Ressem2023-07-211-1/+1
|
* Use 'vespa.version' suffix for all global version properties.gjoranv2023-07-191-1/+1
|
* Add necessary options to use failOnWarningsgjoranv2023-06-051-0/+3
|
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-2/+2
|
* Update 2019 Oath copyrights.gjoranv2021-10-272-2/+2
|
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
|
* Update 2017 copyright notices.gjoranv2021-10-0710-10/+10
|
* Remove old Jaxrs resource definitions from orchestrator-restapiBjørn Christian Seime2021-04-235-227/+0
|
* Allow Jackson deserialization of model typesBjørn Christian Seime2021-04-121-1/+3
|
* Add copyright headersJon Bratseth2021-03-181-0/+1
|
* Export API packageJon Marius Venstad2021-01-122-0/+13
|
* Add suspension mojoJon Marius Venstad2021-01-111-0/+1
|
* Workaround for faulty language level detection in IntelliJBjørn Christian Seime2020-11-171-0/+5
|
* Add host info to orchestrator REST APIHåkon Hallingstad2020-02-172-1/+49
|
* Remove findbugs annotations from code and build path.gjoranv2019-09-091-6/+0
| | | | | - jsr305 is needed by guava, which declares it as optional dep. - Remaining modules with annotations do not affect the container.
* Remove use of Nullable and NotNull annotationsHarald Musum2019-08-291-3/+2
| | | | | | Different implementations and using OSGi makes it really hard to use these annotations and the value of using them is IMHO not very high.
* Health rest APIHåkon Hallingstad2019-01-312-0/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Makes a new REST API /orchestrator/v1/health/<ApplicationId> that shows the list of services that are monitored for health. This information is currently a bit difficult to infer from /orchestrator/v1/instances/<ApplicationInstanceReference> since it is the combined view of health and Slobrok. There are already APIs for Slobrok. Example content: $ curl -s localhost:19071/orchestrator/v1/health/hosted-vespa:zone-config-serve\ rs:default|jq . { "services": [ { "clusterId": "zone-config-servers", "serviceType": "configserver", "configId": "zone-config-servers/cfg6", "status": { "serviceStatus": "UP", "lastChecked": 1548939111.708718, "since": 1548939051.686223, "endpoint": "http://cfg4.prod.cd-us-central-1.vespahosted.ne1.yahoo.com:19071/state/v1/health" } }, ... ] } This view is slightly different from the application model view, just because that's exactly how the health monitoring is structured (individual monitors against endpoints). The "endpoint" information will also be added to /instances if the status comes from health and not Slobrok.
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
|
* Avoid stacktrace in log on timeoutsHåkon Hallingstad2018-11-091-0/+5
|
* Revert "Revert "Revert "Revert "Enforce CC timeouts in Orchestrator 4""""Håkon Hallingstad2018-11-011-6/+2
|
* Revert "Revert "Revert "Enforce CC timeouts in Orchestrator 4"""Håkon Hallingstad2018-11-011-2/+6
|
* Revert "Revert "Enforce CC timeouts in Orchestrator [4]""Håkon Hallingstad2018-11-011-6/+2
|
* Revert "Enforce CC timeouts in Orchestrator [4]"Harald Musum2018-10-311-2/+6
|
* Revert "Revert "Revert "Revert "Enforce CC timeouts in Orchestrator 2""""Håkon Hallingstad2018-10-301-6/+2
|
* Revert "Revert "Revert "Enforce CC timeouts in Orchestrator 2"""Håkon Hallingstad2018-10-301-2/+6
|
* Revert "Revert "Enforce CC timeouts in Orchestrator 2""Håkon Hallingstad2018-10-291-6/+2
|
* Revert "Enforce CC timeouts in Orchestrator 2"Håkon Hallingstad2018-10-291-2/+6
|
* Enforce CC timeouts in Orchestrator 2Håkon Hallingstad2018-10-231-6/+2
|
* Add / fix @authorMartin Polden2018-03-148-3/+19
|
* Add @JsonIgnoreProperties where missingMartin Polden2018-03-144-0/+8
|
* Remove deprecated suspend APIMartin Polden2018-03-142-74/+0
|
* New path for suspend all APIMartin Polden2018-03-012-2/+15
| | | | This is required to allow authorization of these requests.
* 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
|