aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/src/main
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #31766 from vespa-engine/bratseth/fields-in-schemainfoHenning Baldersheim2 days1-1/+1
|\ | | | | Complete field implementation in SchemaInfo
| * Complete field inplementation in SchemaInfoJon Bratseth2 days1-1/+1
| |
* | Revert "Merge pull request #31745 from ↵jonmv3 days9-81/+86
| | | | | | | | | | | | | | vespa-engine/revert-31709-jonmv/provide-filter-on-data-plane-filters" This reverts commit 1b83df15841dd6afdccbc52bb068ec00e1b28800, reversing changes made to fbc5944cf8c46f29f4be8525fabf327d1571eede.
* | Revert "Jonmv/provide filter on data plane filters"Gjøran Voldengen3 days9-86/+81
| |
* | Move inheritance upjonmv3 days4-6/+8
| |
* | Add new interface :facepalm:jonmv3 days1-0/+42
| |
* | Handle null filters (test setup)jonmv3 days1-1/+1
| |
* | Move dep-annotations reading to interface, which filters now inherit fromjonmv4 days7-84/+38
| |
* | Propagate wrapped dependenciesjonmv4 days1-0/+7
| |
* | Just vespa-home/securejonmv5 days1-2/+2
| |
* | Use /var/secure instead of /var/proxyJon Marius Venstad5 days1-2/+2
| |
* | Move proxy cert and key to a directory without cleaningjonmv5 days1-2/+2
|/
* Catch IllegalArgumentException and ClassCastException to give more information.Henning Baldersheim2024-06-111-1/+1
|
* Move parsing of configuration string to config modelBjørn Christian Seime2024-06-062-11/+8
|
* Require configuration of max content sizeBjørn Christian Seime2024-06-061-13/+13
|
* Make sample rate mandatory. Validate in config modelBjørn Christian Seime2024-06-051-3/+1
|
* Allow configuration of sampling rateBjørn Christian Seime2024-06-051-15/+32
|
* Fix regexBjørn Christian Seime2024-06-051-1/+1
|
* Allow logging of request contentBjørn Christian Seime2024-06-057-11/+114
|
* Improve namingjonmv2024-05-222-4/+4
|
* Use 499 for client EoF etc.jonmv2024-05-221-1/+1
|
* Override to 400 and 408 when client EoFs or times outjonmv2024-05-222-3/+7
|
* Merge pull request #26651 from ↵Henning Baldersheim2024-05-061-29/+41
|\ | | | | | | | | 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-301-8/+8
| |
| * Avoid creating an exponential number of compound-names with many segmentsjonmv2023-03-301-29/+41
| |
* | Use full author nameHarald Musum2024-04-242-2/+2
| |
* | Replace all invalid characters with underscoreOla Aunronning2024-04-171-1/+9
| |
* | 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-1215-38/+27
| |
* | Unify on List.ofHenning Baldersheim2024-04-1111-28/+20
| |
* | Unify on Set.ofHenning Baldersheim2024-04-115-21/+12
| |
* | Fix failing annotator test and singletonMap => Map.ofHenning Baldersheim2024-04-111-2/+1
| |
* | Unify on Map.ofHenning Baldersheim2024-04-114-16/+10
| |
* | 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-271-23/+68
|/ / | | | | | | | | | | 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-261-4/+71
|\ \ | | | | | | Allow prometheus format from /state/v1/metrics
| * | Allow prometheus format from /state/v1/metricsOla Aunronning2024-03-141-4/+71
| | |
* | | 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
| | | |