summaryrefslogtreecommitdiffstats
path: root/container-core/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* com.google.common.collect.ImmutableList.copyOf -> List.ofHenning Baldersheim2022-10-191-3/+2
* Correctly pre-size frequently created HashMapHenning Baldersheim2022-10-182-5/+5
* Treat empty and null properties the same way.Henning Baldersheim2022-10-182-9/+3
* Precompute hashCode as it will be used multiple times.Henning Baldersheim2022-10-184-36/+12
* Merge pull request #24449 from vespa-engine/bjorncs/jetty-virtual-hostsBjørn Christian Seime2022-10-142-9/+37
|\
| * Ignore virtual host configuration for health checks if connector matchBjørn Christian Seime2022-10-142-12/+37
| * Add connector suffix to all configured virtual hostsBjørn Christian Seime2022-10-131-1/+4
* | Keep last 1000 lines sorted in log readerjonmv2022-10-141-3/+12
|/
* Use shared instances for all statistics handlersBjørn Christian Seime2022-10-121-19/+20
* Optimize CompoundName.first with 0 elements to return CompoundName.empty.Henning Baldersheim2022-10-111-0/+2
* Simplify handlerBjørn Christian Seime2022-10-072-39/+9
* Create separate Jetty handler chain for each connectorBjørn Christian Seime2022-10-071-42/+67
* Pass all config through constructorBjørn Christian Seime2022-10-072-14/+10
* Remove unused http=>https redirect Jetty handlerBjørn Christian Seime2022-10-073-70/+2
* Move all connector building to constructorBjørn Christian Seime2022-10-072-9/+8
* Merge pull request #24354 from vespa-engine/bratseth/deprecation-commentJon Bratseth2022-10-071-24/+13
|\
| * Put deprecation comment on the right option and add todoJon Bratseth2022-10-071-24/+13
* | Merge pull request #24344 from vespa-engine/bratseth/return-ignored-fieldsJon Bratseth2022-10-075-47/+33
|\|
| * Return X-Vespa-Ignored-Fields if fields were ignoredJon Bratseth2022-10-065-47/+33
* | Store keys of extra attributes using natural orderingBjørn Christian Seime2022-10-071-4/+7
* | Merge pull request #24318 from vespa-engine/balder/gc-clusterControllerStateG...Harald Musum2022-10-061-6/+3
|\ \
| * | SimplifyHenning Baldersheim2022-10-051-6/+3
| |/
* | Revert "Restrict server names accepted per connector"Harald Musum2022-10-063-50/+42
* | Access log: use same definition of authority as HttpRequestFactoryBjørn Christian Seime2022-10-061-1/+1
* | Restrict server names accepted per connectorBjørn Christian Seime2022-10-063-42/+50
* | Allow default server name to be overriddenBjørn Christian Seime2022-10-061-0/+3
|/
* ensure channel is closed if we fail in NOT_STARTED state.Arne Juul2022-10-041-2/+6
* Remove all traces from computeCoverageFromTargetActiveDocsHenning Baldersheim2022-09-292-22/+4
* Undo conversion to recordValerij Fredriksen2022-09-221-1/+10
* Revert "Revert "Make it possible to limit number of log lines returned" (#241...Valerij Fredriksen2022-09-222-20/+7
* Revert "Make it possible to limit number of log lines returned" (#24168)Valerij Fredriksen2022-09-212-7/+20
* Make it possible to limit number of log lines returnedValerij Fredriksen2022-09-212-2/+6
* Non-functional cleanupValerij Fredriksen2022-09-212-18/+1
* Control whether to report coverage based on active or target active documents.Henning Baldersheim2022-09-193-16/+26
* Sanitize label namesOla Aunronning2022-09-151-2/+10
* Omit max and average in PrometheusHelperOla Aunronning2022-09-151-0/+3
* Use correct content-type header. Add whitespaceOla Aunronning2022-09-132-2/+9
* Merge pull request #24013 from vespa-engine/olaa/prometheus-metric-packet-han...Ola Aunrønning2022-09-122-0/+87
|\
| * MetricsPacketsHandler supports Prometheus formatOla Aunronning2022-09-122-0/+87
* | soonActive => targetActiveHenning Baldersheim2022-09-092-23/+13
* | Propagate target-active-docs in monitor reply.Henning Baldersheim2022-09-092-2/+2
|/
* Merge pull request #23985 from vespa-engine/update-stale-commentsHenning Baldersheim2022-09-091-4/+5
|\
| * Update stale comments after refactoring the code.gjoranv2022-09-081-4/+5
* | Merge pull request #23976 from vespa-engine/jonmv/catch-right-exceptionHenning Baldersheim2022-09-081-1/+4
|\ \ | |/ |/|
| * ClassCastException will be wrapped in an IllegalArgumentExceptionjonmv2022-09-081-1/+4
* | Remove var that is now unused.gjoranv2022-09-081-1/+0
* | Return Set instead of collection.gjoranv2022-09-083-9/+8
* | Always return the set of bundles to uninstall upon completeGen,gjoranv2022-09-084-37/+30
* | Merge pull request #23939 from vespa-engine/cleanup-after-failed-component-gr...gjoranv2022-09-075-66/+159
|\ \ | |/ |/|
| * Uninstall bundles from a failed generation also when failing to ...gjoranv2022-09-071-8/+9