aboutsummaryrefslogtreecommitdiffstats
path: root/container-core
Commit message (Collapse)AuthorAgeFilesLines
* Improve namingjonmv2024-05-223-5/+5
|
* Use 499 for client EoF etc.jonmv2024-05-221-1/+1
|
* Override to 400 and 408 when client EoFs or times outjonmv2024-05-224-4/+36
|
* Merge pull request #26651 from ↵Henning Baldersheim2024-05-062-51/+82
|\ | | | | | | | | vespa-engine/jonmv/DP-to-reduce-number-of-created-compound-names Avoid creating an exponential number of compound-names with many segm…
| * Always use cached entriesJon Marius Venstad2024-04-291-1/+1
| |
| * Only use cached elements when specifiedjonmv2023-03-301-1/+1
| |
| * Forbid compound names whose children are illegaljonmv2023-03-302-8/+24
| |
| * Avoid creating an exponential number of compound-names with many segmentsjonmv2023-03-302-51/+66
| |
* | Use full author nameHarald Musum2024-04-242-2/+2
| |
* | Replace all invalid characters with underscoreOla Aunronning2024-04-172-2/+10
| |
* | Merge pull request #30929 from ↵v8.331.34Henning Baldersheim2024-04-161-1/+5
|\ \ | | | | | | | | | | | | vespa-engine/revert-30815-balder/rely-on-mbus-dynamic-q Revert "- Avoid a Q in the document v1 handler. Rely only on mbus Q."
| * | Revert "- Avoid a Q in the document v1 handler. Rely only on mbus Q."Henning Baldersheim2024-04-161-1/+5
| | |
* | | Use model-integration as provided and specify exported classes in ↵Lester Solbakken2024-04-161-0/+1
|/ / | | | | | | PlatformBundles
* | Replace all usages of Arrays.asList with List.of where possible.Henning Baldersheim2024-04-1221-58/+43
| |
* | Unify on List.ofHenning Baldersheim2024-04-1116-45/+33
| |
* | Unify on Set.ofHenning Baldersheim2024-04-118-37/+26
| |
* | Fix testPrometheusFormatOla Aunronning2024-04-111-6/+4
| |
* | Fix failing annotator test and singletonMap => Map.ofHenning Baldersheim2024-04-112-4/+3
| |
* | Unify on Map.ofHenning Baldersheim2024-04-119-35/+28
| |
* | Use pattern variable.Henning Baldersheim2024-04-051-4/+2
| |
* | - Avoid a Q in the document v1 handler. Rely only on mbus Q.Henning Baldersheim2024-04-041-5/+1
| | | | | | | | - This avoid filling a potentially large Q, and allows for more direct and better feedback to client.
* | Revert "Revert "Disable proxy protocol on jdisc containers in Azure, #2""Håkon Hallingstad2024-04-031-0/+2
| |
* | Revert "Disable proxy protocol on jdisc containers in Azure, #2"Håkon Hallingstad2024-04-031-2/+0
| |
* | Revert "Revert "Disable proxy protocol on jdisc containers in Azure""Håkon Hallingstad2024-04-031-0/+2
| |
* | Revert "Disable proxy protocol on jdisc containers in Azure"Harald Musum2024-04-031-2/+0
| |
* | Merge pull request #30783 from ↵Håkon Hallingstad2024-04-021-0/+2
|\ \ | | | | | | | | | | | | vespa-engine/hakonhall/disable-proxy-protocol-on-jdisc-containers-in-azure Disable proxy protocol on jdisc containers in Azure
| * | Disable proxy protocol on jdisc containers in AzureHåkon Hallingstad2024-04-021-0/+2
| | |
* | | Group metrics by nameOla Aunronning2024-03-272-36/+87
|/ / | | | | | | | | | | Support NaN and +/- Inf Escape label value chars Remove unnecessary comments
* | 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.