aboutsummaryrefslogtreecommitdiffstats
path: root/container-core
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #30636 from vespa-engine/olaa/state-v1-prometheusOla Aunrønning2024-03-262-4/+100
|\ | | | | Allow prometheus format from /state/v1/metrics
| * Allow prometheus format from /state/v1/metricsOla Aunronning2024-03-142-4/+100
| |
* | Merge pull request #30526 from vespa-engine/lesters/server-sent-eventsJon Bratseth2024-03-211-1/+1
|\ \ | | | | | | Add server-sent events (SSE) renderer
| * | Fix typoLester Solbakken2024-03-211-1/+1
| | |
* | | Add necessary config to ClusterConfig to avoid hidden relation via clusterId ↵Henning Baldersheim2024-03-161-4/+0
| |/ |/| | | | | to QrSearchersConfig
* | Fail with 400 for bad `application/x-www-form-urlencoded` requestsBjørn Christian Seime2024-03-142-1/+26
| |
* | Misc improvements to `RestApi`Bjørn Christian Seime2024-03-122-8/+10
| |
* | Rename FastBackend => Indexedbackend, and move some tests into the package ↵Henning Baldersheim2024-03-111-1/+1
| | | | | | | | they test.
* | Searcher => BackendHenning Baldersheim2024-03-111-1/+1
|/
* - Set the complete list of the config where it contains the complete world.Henning Baldersheim2024-03-061-1/+1
| | | | | | | - Append where it is intended. This is a workaround for not having a map type in config. Sometimes it works to have multiple producers produce the same config, sometimes not. This tries to make it more deterministic. Currently other tricks have been employed to avoid appending more to the list than intended.
* Move some of bratseths ownership to others.Geir Storli2024-02-281-1/+0
|
* Sort after filter, so total order existsjonmv2024-02-271-9/+3
|
* Ensure consistent global orderingBjørn Christian Seime2024-02-271-1/+3
|
* Handle `InvalidJsonException` by default. Fix mapper orderingBjørn Christian Seime2024-02-273-1/+27
|
* Merge pull request #30411 from vespa-engine/freva/jsonHåkon Hallingstad2024-02-263-367/+1
|\ | | | | Move Json to vespajlib
| * Move Json to vespajlibValerij Fredriksen2024-02-263-367/+1
| |
* | Add default mapper for `Json`Bjørn Christian Seime2024-02-261-0/+5
|/
* Minor improvements to `Json.Builder`Bjørn Christian Seime2024-02-261-0/+4
|
* Add `stream()`Bjørn Christian Seime2024-02-151-0/+4
|
* Add fluent builderBjørn Christian Seime2024-02-152-0/+90
|
* Add simple Slime wrapper throwing 400 on missing/invalid contentBjørn Christian Seime2024-02-153-0/+270
|
* No need to have more than 1s shutdownIdleTimeout as default. Running tests ↵Henning Baldersheim2024-02-141-1/+1
| | | | takes a lot longer with high timeout.
* Minor refactoring while reading federation codeHenning Baldersheim2024-02-141-1/+0
|
* All rpc parameters handles restart.Henning Baldersheim2024-01-151-3/+3
|
* Rpc port changes does not require a restart.Henning Baldersheim2024-01-151-1/+1
|
* Revert "Don't fill async rendering executor queue with tasks that blocks and ↵Bjørn Christian Seime2024-01-111-46/+17
| | | | prefer continue rendering in same thread"
* Don't fill async rendering executor queue with tasks that blocks and prefer ↵Bjørn Christian Seime2024-01-111-17/+46
| | | | continue rendering in same thread
* Make test fail fasterBjørn Christian Seime2024-01-041-22/+22
| | | | Add global timeout. Reduce client timeout. Recreate client on connection failure.
* Update API specBjørn Christian Seime2024-01-041-1/+3
|
* Reduce time before giving upBjørn Christian Seime2024-01-031-1/+2
|
* Disable metric reporter for tests taking manual snapshotBjørn Christian Seime2024-01-032-3/+4
| | | | Ensure that metric reporter cannot reset response counters.
* Add config to disable metric reporterBjørn Christian Seime2024-01-033-6/+11
|
* Keep stack trace no execution exceptionJon Bratseth2024-01-031-4/+2
|
* Revert "Merge pull request #29683 from ↵jonmv2023-12-171-2/+1
| | | | | | | vespa-engine/revert-29678-jonmv/reapply-zk-3.9.1" This reverts commit c8ece8b229362c7bf725e4433ef4fec86024cd29, reversing changes made to d42b67f0fe821d122548a345f27fda7f9c9c9d10.
* Revert "Jonmv/reapply zk 3.9.1"Harald Musum2023-12-161-1/+2
|
* Actually fix the test bug, instead of adding one more XDjonmv2023-12-151-1/+1
|
* Fix random test errorjonmv2023-12-151-2/+1
|
* Control the use of thread bundles for fetch postings with a feature flagHenning Baldersheim2023-12-121-0/+1
|
* Keep old container alive until servers are switchedjonmv2023-11-301-2/+1
|
* Add back methods accidentally removed.Henning Baldersheim2023-11-241-0/+26
|
* Move to container core due to OSGI, keep a copy in testutil for use in ↵Henning Baldersheim2023-11-241-0/+5
| | | | tests in no OSGI modules.
* Move Jackson util from vespajlib to container-core.Henning Baldersheim2023-11-2414-13/+44
|
* jackson 2.16 changes some of its default settings so we consolidate our use ↵Henning Baldersheim2023-11-2312-66/+32
| | | | | | of the ObjectMapper. Unless special options are used, use a common instance, or create via factory metod.
* Change 'TlsContext' interface to return `X509SslContext'Bjørn Christian Seime2023-11-232-3/+4
|
* global phase have feature has been completed. No need for config control.Henning Baldersheim2023-11-211-3/+0
|
* Update abi specBjørn Christian Seime2023-11-201-0/+4
|
* Extend HttpRequestBuilder with additional settersBjørn Christian Seime2023-11-171-1/+20
|
* Allow filter to set principalBjørn Christian Seime2023-11-173-1/+14
|
* Add constructors taking no argumentsBjørn Christian Seime2023-11-171-0/+2
|
* Expose remote addressBjørn Christian Seime2023-11-172-1/+5
|