aboutsummaryrefslogtreecommitdiffstats
path: root/orchestrator/src/main/java/com/yahoo/vespa
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-0963-63/+63
* Use orchestration override if presentHåkon Hallingstad2023-08-015-33/+118
* Make ClusterPolicyOverride available to ClusterApiImplHåkon Hallingstad2023-08-016-8/+88
* Remove hostStates from response, not used anymoreHarald Musum2023-06-221-12/+0
* Revert "Use ApplicationId instead of ApplicationInstanceReference where possi...Harald Musum2023-06-193-34/+17
* Handle application id strings with both 3 and 5 partsHarald Musum2023-06-181-6/+27
* Use ApplicationId instead of ApplicationInstanceReference where possibleHarald Musum2023-06-163-11/+7
* Allow cfgs with ALLOW_TO_BE_DOWN to go downHåkon Hallingstad2023-05-222-7/+5
* Use metric enums more places.yngveaasheim2023-05-091-5/+8
* Cosmetic changesHarald Musum2023-03-245-9/+6
* Cleanup code, no functional changesHarald Musum2023-03-248-45/+22
* Fix hostname comaprisonHarald Musum2023-03-241-1/+1
* Avoid deprecated apache http 5.2 methods, by adding it to the builder.Henning Baldersheim2023-01-261-5/+9
* Revert apache 5.1 -> 5.2Henning Baldersheim2023-01-261-8/+4
* More consistent naming of set/build methodsHenning Baldersheim2023-01-251-2/+2
* VespaHttpClientBuilder follow builder pattern and add connect and socket time...Henning Baldersheim2023-01-251-4/+8
* Unify on Streams.toList()Henning Baldersheim2023-01-173-9/+8
* Keep retired and empty storage node up before removalHåkon Hallingstad2022-12-071-12/+3
* Revert "Revert collect(Collectors.toList())"Henning Baldersheim2022-12-0410-13/+13
* Revert collect(Collectors.toList())Henning Baldersheim2022-12-0410-13/+13
* collect(Collectors.toList()) -> toList()Henning Baldersheim2022-12-0210-13/+13
* Add copyright headerHåkon Hallingstad2022-07-081-0/+1
* Add ContentServiceHåkon Hallingstad2022-07-081-0/+13
* Set distributor down while permanently downHåkon Hallingstad2022-07-086-30/+58
* Use probe when getting permission to set storage node permanently downHåkon Hallingstad2022-07-083-7/+18
* Use '@Inject' from 'annotations' in multiple bundlesBjørn Christian Seime2022-05-067-7/+7
* Revert "Merge pull request #22393 from vespa-engine/revert-22386-jonmv/remove...jonmv2022-05-031-1/+2
* Revert "Remove another HTTP client wrapper"Harald Musum2022-05-021-2/+1
* Add status code to ResponseExceptionjonmv2022-05-021-1/+2
* Fix serialization of state requestjonmv2022-04-291-3/+3
* Differentiate between trying and requiring node state changejonmv2022-04-293-12/+29
* Accept application/json from CCs, remove removed dependencyjonmv2022-04-291-0/+2
* Support headersjonmv2022-04-292-7/+2
* Support dynamic queries insteadjonmv2022-04-292-29/+28
* Replace Jersey in orchestrator with apache, remove jaxrx_client_utilsjonmv2022-04-2811-381/+206
* Use HttpURL for base url and query in StateRequestHandlerJon Marius Venstad2022-04-072-5/+7
* Extend ThreadedHttpReqHndlr instead of deprecated LoggingReqHndlrgjoranv2022-01-175-10/+10
* Replace use of Guava's UncheckedTimeoutException with our ownBjørn Christian Seime2022-01-149-11/+10
* Add InfrastructureApplication in application-modelHåkon Hallingstad2022-01-032-9/+10
* Update 2020 Oath copyrights.gjoranv2021-10-272-2/+2
* Update 2019 Oath copyrights.gjoranv2021-10-277-7/+7
* Update Verizon Media copyright notices.gjoranv2021-10-0713-13/+13
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
* Update 2017 copyright notices.gjoranv2021-10-0741-41/+41
* Revert unintended change to verifyGroupGoingDownPermanentlyIsFineHåkon Hallingstad2021-09-231-11/+11
* Disallow cfg suspension based solely on being downHåkon Hallingstad2021-09-233-46/+52
* Avoid unknown service status on suspended hostHåkon Hallingstad2021-09-233-29/+27
* Remove group-permanent-suspension flagHåkon Hallingstad2021-09-201-108/+70
* Deny suspension with special constraint on unknown statusHåkon Hallingstad2021-09-144-11/+21
* Add ServiceStatus.UNKNOWNHåkon Hallingstad2021-09-132-1/+11