aboutsummaryrefslogtreecommitdiffstats
path: root/orchestrator/src
Commit message (Collapse)AuthorAgeFilesLines
* Reset downtime at resume, 2. tryHåkon Hallingstad2024-01-101-0/+8
|
* Revert "Reset downtime at resume"Harald Musum2024-01-061-8/+0
|
* Reset downtime at resumeHåkon Hallingstad2024-01-051-0/+8
|
* Move Jackson util from vespajlib to container-core.Henning Baldersheim2023-11-241-1/+1
|
* jackson 2.16 changes some of its default settings so we consolidate our use ↵Henning Baldersheim2023-11-231-1/+2
| | | | | | of the ObjectMapper. Unless special options are used, use a common instance, or create via factory metod.
* Update copyrightJon Bratseth2023-10-0992-96/+96
|
* Use orchestration override if presentHåkon Hallingstad2023-08-018-57/+148
|
* Make ClusterPolicyOverride available to ClusterApiImplHåkon Hallingstad2023-08-0111-14/+98
|
* Remove hostStates from response, not used anymoreHarald Musum2023-06-221-12/+0
|
* Revert "Use ApplicationId instead of ApplicationInstanceReference where ↵Harald Musum2023-06-198-74/+42
| | | | possible" (#27472)
* Handle application id strings with both 3 and 5 partsHarald Musum2023-06-182-18/+45
| | | | | Trying to migrate to using application ids serialized to a string with 3 parts only, support both formats for now
* USe correct zone in test and implement getApplication(ApplicationId)Harald Musum2023-06-162-1/+17
|
* Use ApplicationId instead of ApplicationInstanceReference where possibleHarald Musum2023-06-167-23/+12
|
* 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
|
* Remove usages in service-monitor as welljonmv2023-03-301-4/+5
|
* Cosmetic changesHarald Musum2023-03-246-18/+15
|
* Cleanup code, no functional changesHarald Musum2023-03-2416-83/+44
|
* 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 ↵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
|