aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/src/test/java/com
Commit message (Collapse)AuthorAgeFilesLines
* Move proxy cert and key to a directory without cleaningjonmv10 days1-1/+1
|
* Move parsing of configuration string to config modelBjørn Christian Seime2024-06-061-2/+11
|
* Require configuration of max content sizeBjørn Christian Seime2024-06-061-3/+3
|
* Allow configuration of sampling rateBjørn Christian Seime2024-06-051-1/+2
|
* Fix regexBjørn Christian Seime2024-06-051-1/+1
|
* Allow logging of request contentBjørn Christian Seime2024-06-051-5/+11
|
* Improve namingjonmv2024-05-221-1/+1
|
* Override to 400 and 408 when client EoFs or times outjonmv2024-05-222-1/+29
|
* Merge pull request #26651 from ↵Henning Baldersheim2024-05-061-22/+41
|\ | | | | | | | | vespa-engine/jonmv/DP-to-reduce-number-of-created-compound-names Avoid creating an exponential number of compound-names with many segm…
| * Forbid compound names whose children are illegaljonmv2023-03-301-0/+16
| |
| * Avoid creating an exponential number of compound-names with many segmentsjonmv2023-03-301-22/+25
| |
* | Replace all invalid characters with underscoreOla Aunronning2024-04-171-1/+1
| |
* | Replace all usages of Arrays.asList with List.of where possible.Henning Baldersheim2024-04-126-20/+16
| |
* | Unify on List.ofHenning Baldersheim2024-04-115-17/+13
| |
* | Unify on Set.ofHenning Baldersheim2024-04-113-16/+14
| |
* | Fix testPrometheusFormatOla Aunronning2024-04-111-6/+4
| |
* | Fix failing annotator test and singletonMap => Map.ofHenning Baldersheim2024-04-111-2/+2
| |
* | Unify on Map.ofHenning Baldersheim2024-04-115-19/+18
| |
* | Group metrics by nameOla Aunronning2024-03-271-13/+19
| | | | | | | | | | | | Support NaN and +/- Inf Escape label value chars Remove unnecessary comments
* | Allow prometheus format from /state/v1/metricsOla Aunronning2024-03-141-0/+29
| |
* | Fail with 400 for bad `application/x-www-form-urlencoded` requestsBjørn Christian Seime2024-03-141-0/+13
| |
* | Handle `InvalidJsonException` by default. Fix mapper orderingBjørn Christian Seime2024-02-271-0/+20
| |
* | Move Json to vespajlibValerij Fredriksen2024-02-261-126/+0
| |
* | Add fluent builderBjørn Christian Seime2024-02-151-0/+31
| |
* | Add simple Slime wrapper throwing 400 on missing/invalid contentBjørn Christian Seime2024-02-151-0/+95
| |
* | Make test fail fasterBjørn Christian Seime2024-01-041-22/+22
| | | | | | | | Add global timeout. Reduce client timeout. Recreate client on connection failure.
* | 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.
* | 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
| |
* | Keep old container alive until servers are switchedjonmv2023-11-301-2/+1
| |
* | Move Jackson util from vespajlib to container-core.Henning Baldersheim2023-11-244-4/+4
| |
* | jackson 2.16 changes some of its default settings so we consolidate our use ↵Henning Baldersheim2023-11-234-15/+11
| | | | | | | | | | | | 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-231-2/+3
| |
* | Allow filter to set principalBjørn Christian Seime2023-11-171-0/+12
| |
* | Merge pull request #29367 from vespa-engine/bjorncs/restapiBjørn Christian Seime2023-11-171-0/+24
|\ \ | | | | | | Bjorncs/restapi
| * | Return 404 on missing path parameterBjørn Christian Seime2023-11-171-0/+12
| | |
| * | Apply exception mappers for filter executionBjørn Christian Seime2023-11-171-0/+12
| | |
* | | Fail immediately when `Content-Length` is presentBjørn Christian Seime2023-11-171-0/+14
|/ /
* | Ignore host_life metricOla Aunronning2023-10-301-1/+1
| |
* | Revert "Merge pull request #29152 from ↵Ola Aunronning2023-10-301-9/+16
| | | | | | | | | | | | | | vespa-engine/revert-29137-olaa/infrastructure-metric-sets-prometheus" This reverts commit 8c7f1f8febf12a5b8468819ba9ff1ede014143d1, reversing changes made to b74e8dc450f9b14e53225775692ddd35e6ee0d5b.
* | Revert "Allow filtering prometheus metrics"Ola Aunrønning2023-10-301-16/+9
| |
* | Allow filtering prometheus metricsOla Aunronning2023-10-271-9/+16
| |
* | No docs search AND timeout should give 0 coverage instead of 100%.Henning Baldersheim2023-10-181-0/+2
| |
* | Correct copyright headersJon Bratseth2023-10-091-1/+1
| |
* | Update copyrightJon Bratseth2023-10-09123-128/+129
| |
* | Isolate inner jetty server component from wrapper with filtersjonmv2023-10-052-18/+22
| |
* | Random cleanupjonmv2023-09-073-25/+9
| |