aboutsummaryrefslogtreecommitdiffstats
path: root/container-core
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #28439 from vespa-engine/jonmv/visit-removes-in-doc-v1Jon Marius Venstad2023-09-073-25/+9
|\ | | | | Jonmv/visit removes in doc v1
| * Random cleanupjonmv2023-09-073-25/+9
| |
* | Add thread name template as dimension for locked load for curator locksjonmv2023-09-071-1/+1
|/
* Remove 'clientIp' dimensionBjørn Christian Seime2023-09-063-7/+1
|
* Use Guice 6.0Bjørn Christian Seime2023-09-041-1/+1
| | | | | | https://github.com/google/guice/wiki/Guice600 We cannot upgrade to 7.x as we export javax.inject from container. 6.x supports both the old javax.inject and the new jakarta.inject replacement.
* com.github.tomakehurst.wiremock has become org.wiremockHenning Baldersheim2023-09-021-1/+1
|
* Use default JDK11 variantBjørn Christian Seime2023-08-311-1/+1
|
* Merge pull request #28275 from vespa-engine/olaa/remove-uptimegjoranv2023-08-305-64/+8
|\ | | | | Remove unused 'uptime' metric. Always add host-life in MetricsPacketsHandler
| * Remove unused 'uptime' metric. Always add host-life in MetricsPacketsHandlerOla Aunronning2023-08-305-64/+8
| |
* | Mocking native methods no longer possibleBjørn Christian Seime2023-08-302-5/+19
| |
* | - Update dependency org.jvnet.mimepull:mimepull to v1.10.0renovate[bot]2023-08-297-78/+64
|/ | | | | | | | - Update dependency org.apache.opennlp:opennlp-tools to v1.9.4 - Use dependency-versions - Bring jimfs up to date. - Bring some more libraries up-2-date. - Reduce usage of assertj
* Consolidate hamcrest usage to 2.x and remove cthul-matchersBjørn Christian Seime2023-08-294-14/+7
|
* Add min/sum/count suffixes to gauge metricsOla Aunronning2023-08-092-3/+15
|
* Use a common map for getters and settersHenning Baldersheim2023-08-021-1/+1
|
* Update ABI after final method became static.Henning Baldersheim2023-08-021-5/+5
|
* Use a map of setter lambdas.Henning Baldersheim2023-08-021-5/+5
|
* Allow filtering on infrastructure metric setOla Aunronning2023-08-012-8/+144
|
* Add enums for infrastructure and add to vespametricsset as needed for ↵yngveaasheim2023-07-312-2/+2
| | | | infrastructure services.
* Add separate connector for token endpointBjørn Christian Seime2023-07-191-11/+6
|
* Make headers controlling client address connector specificBjørn Christian Seime2023-07-197-70/+64
|
* Update abi-specs after making config class Builders finalgjoranv2023-07-171-16/+32
|
* Use config self-subscription also for session-cache which powers docprocjonmv2023-07-141-2/+0
|
* Simplify a bitjonmv2023-07-131-1/+1
|
* Merge pull request #27742 from ↵Jon Bratseth2023-07-112-12/+4
|\ | | | | | | | | vespa-engine/jonmv/remove-false-distribution-config-dependency Remove unused config from dependency list
| * Remove unused config from dependency listjonmv2023-07-112-12/+4
| |
* | Instead let user choose when to restart on internal redeployjonmv2023-07-061-0/+3
|/
* Add configurable limit for max request content sizeBjørn Christian Seime2023-06-264-2/+52
|
* Close server after response metrics are visibleBjørn Christian Seime2023-06-231-1/+1
| | | | | | Assumption is that server did not have time to aggregate new response metric before shutdown due to slow test environment. Unable to reproduce in local environment.
* Replace metrics strings with the corresponding enum constants.gjoranv2023-06-221-2/+3
| | | | - Add 'metrics' as provided dep for clustercontroller-core
* Revert "Replace metrics strings with the corresponding enum constants."Harald Musum2023-06-221-3/+2
|
* Replace metrics strings with the corresponding enum constants.gjoranv2023-06-211-2/+3
| | | | - Add 'metrics' as provided dep for clustercontroller-core
* Handle proxy start/reload issuesMorten Tokle2023-06-201-2/+11
|
* Allow both file and PEM configured simultaneouslyBjørn Christian Seime2023-06-161-5/+8
|
* Merge pull request #27439 from vespa-engine/olaa/remove-statusgjoranv2023-06-165-137/+16
|\ | | | | Remove status packets and unused checks
| * Remove status packet from MetricsPacketsHandlerOla Aunronning2023-06-152-48/+16
| |
| * Don't add status_code and status_msg to metric packets. Remove unused ↵Ola Aunronning2023-06-153-89/+0
| | | | | | | | service health and coredump metric gatherers
* | Misc improvementsBjørn Christian Seime2023-06-151-4/+2
| | | | | | | | | | | | | | Remove duplicate unit tests. Improve symbol names. Use `Map` to simplify code and reduce cost. Introduce constant for the number of bytes in token check hash. Improve code comments.
* | Always add access log entry to test filter requestBjørn Christian Seime2023-06-141-0/+5
| |
* | Expose certificateBjørn Christian Seime2023-06-141-8/+28
|/
* No functional changesJon Bratseth2023-06-142-4/+2
|
* Use List.ofJon Bratseth2023-06-131-2/+1
|
* Non-functional changes onlyJon Bratseth2023-06-134-12/+15
|
* Merge pull request #27350 from vespa-engine/bjorncs/jettyHenning Baldersheim2023-06-082-4/+15
|\ | | | | Add workaround for stale requests
| * Add workaround for stale requestsBjørn Christian Seime2023-06-082-4/+15
| |
* | Merge branch 'master' into olaa/dataplane-proxy-configOla Aunrønning2023-06-087-2/+49
|\|
| * Merge pull request #27317 from vespa-engine/olaa/copy-listOla Aunrønning2023-06-071-0/+4
| |\ | | | | | | Copy metric list
| | * Add vespaVersion for host_life metricOla Aunronning2023-06-071-0/+4
| | |
| * | Get SSL connection object through endpointBjørn Christian Seime2023-06-062-2/+5
| |/
| * Add SSL bytes to connection logBjørn Christian Seime2023-05-303-2/+38
| |
| * Add bundle type to all CORE bundles.gjoranv2023-05-251-0/+3
| |