aboutsummaryrefslogtreecommitdiffstats
path: root/orchestrator/src
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Henning Baldersheim2023-01-251-4/+8
| | | | timeout to builder.
* 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-0412-18/+18
|
* Revert collect(Collectors.toList())Henning Baldersheim2022-12-0412-18/+18
|
* collect(Collectors.toList()) -> toList()Henning Baldersheim2022-12-0212-18/+18
|
* 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-0810-56/+84
|
* Use probe when getting permission to set storage node permanently downHåkon Hallingstad2022-07-087-21/+42
|
* Use '@Inject' from 'annotations' in multiple bundlesBjørn Christian Seime2022-05-067-7/+7
|
* Revert "Merge pull request #22393 from ↵jonmv2022-05-031-1/+2
| | | | | | | vespa-engine/revert-22386-jonmv/remove-last-controller-jersey-client" This reverts commit 04898b34190a3e3bb9d3053e11eb892bc48ff842, reversing changes made to 3a757528a0a978d44cb1bd9aae28b567c477d139.
* 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-292-7/+7
|
* Differentiate between trying and requiring node state changejonmv2022-04-296-24/+42
|
* Accept application/json from CCs, remove removed dependencyjonmv2022-04-291-0/+2
|
* Support headersjonmv2022-04-293-7/+5
|
* Support dynamic queries insteadjonmv2022-04-292-29/+28
|
* Replace Jersey in orchestrator with apache, remove jaxrx_client_utilsjonmv2022-04-2817-534/+392
|
* Revert "Merge pull request #22072 from ↵jonmv2022-04-091-3/+3
| | | | | | | vespa-engine/jonmv/unify-hostname-classes" This reverts commit 87e5b33c003d07ca585d73e0166857fe22b4c16f, reversing changes made to 80b96d32550ae0df59572a58cd62f507e8068c2c.
* Revert "Merge pull request #22068 from ↵jonmv2022-04-081-3/+3
| | | | | | | vespa-engine/jonmv/unify-hostname-classes" This reverts commit 8aa4c83df5ce7843c040afa41706fcc7c3afd030, reversing changes made to f95ad44fae879da9db19f73eabe62c53baeb0c36.
* Move ID part to HostName in config-provisioningjonmv2022-04-081-4/+4
|
* Revert "Merge pull request #22065 from ↵jonmv2022-04-081-4/+4
| | | | | | | vespa-engine/revert-22049-jonmv/unify-hostname-classes" This reverts commit 4ffc54339186574491a32b3166223c3fc50ba8fe, reversing changes made to db9e570a36decb24e6cb13f44bd0ff444ab762e3.
* Revert "Jonmv/unify hostname classes"Jon Marius Venstad2022-04-081-4/+4
|
* Use one HostName class (that is not for JSON)Jon Marius Venstad2022-04-081-4/+4
|
* Fix unit testJon Marius Venstad2022-04-071-1/+1
|
* 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
|
* Merge pull request #20820 from vespa-engine/hakonhall/remove-dev-systemMartin Polden2022-01-171-1/+1
|\ | | | | Remove dev system
| * Remove dev systemHåkon Hallingstad2022-01-141-1/+1
| |
* | Replace use of Guava's UncheckedTimeoutException with our ownBjørn Christian Seime2022-01-1413-15/+14
|/
* suppress varargs warningArne H Juul2022-01-061-0/+1
|
* Add InfrastructureApplication in application-modelHåkon Hallingstad2022-01-032-9/+10
|
* GC use of deprecated junit assertThat and unifyHenning Baldersheim2021-12-214-74/+54
|
* Update 2020 Oath copyrights.gjoranv2021-10-274-4/+4
|
* Update 2019 Oath copyrights.gjoranv2021-10-2711-11/+11
|
* Correct copyright headersJon Bratseth2021-10-201-1/+2
|
* Add missiung copyrightsJon Bratseth2021-10-201-1/+2
|
* Update Verizon Media copyright notices.gjoranv2021-10-0724-24/+24
|
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
|
* Update 2017 copyright notices.gjoranv2021-10-0754-54/+54
|
* Revert unintended change to verifyGroupGoingDownPermanentlyIsFineHåkon Hallingstad2021-09-231-11/+11
|
* Disallow cfg suspension based solely on being downHåkon Hallingstad2021-09-236-65/+80
|
* Avoid unknown service status on suspended hostHåkon Hallingstad2021-09-233-29/+27
| | | | | Avoid throwing unknown-service-status suspension denial, if the service is on a host which is suspended: In that case the status is effectively down.
* Remove group-permanent-suspension flagHåkon Hallingstad2021-09-203-151/+80
|
* Deny suspension with special constraint on unknown statusHåkon Hallingstad2021-09-146-28/+119
|