aboutsummaryrefslogtreecommitdiffstats
path: root/container-core
Commit message (Collapse)AuthorAgeFilesLines
...
* Create separate Jetty handler chain for each connectorBjørn Christian Seime2022-10-073-44/+77
| | | | Use connector name and virtual hosts configuration to route requests between handler chains.
* Pass all config through constructorBjørn Christian Seime2022-10-073-15/+12
|
* Remove unused http=>https redirect Jetty handlerBjørn Christian Seime2022-10-075-111/+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 todo
| * 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-079-73/+51
|\| | | | | Return X-Vespa-Ignored-Fields if fields were ignored
| * Return X-Vespa-Ignored-Fields if fields were ignoredJon Bratseth2022-10-069-73/+51
| |
* | Store keys of extra attributes using natural orderingBjørn Christian Seime2022-10-071-4/+7
| |
* | Merge pull request #24318 from ↵Harald Musum2022-10-061-6/+3
|\ \ | | | | | | | | | | | | vespa-engine/balder/gc-clusterControllerStateGatherCount Balder/gc cluster controller state gather count
| * | SimplifyHenning Baldersheim2022-10-051-6/+3
| |/
* | Revert "Restrict server names accepted per connector"Harald Musum2022-10-066-78/+46
| |
* | 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-066-46/+78
| |
* | Allow default server name to be overriddenBjørn Christian Seime2022-10-064-4/+73
|/
* ensure channel is closed if we fail in NOT_STARTED state.Arne Juul2022-10-041-2/+6
|
* Remove all traces from computeCoverageFromTargetActiveDocsHenning Baldersheim2022-09-293-23/+4
|
* Undo conversion to recordValerij Fredriksen2022-09-221-1/+10
|
* Revert "Revert "Make it possible to limit number of log lines returned" ↵Valerij Fredriksen2022-09-224-36/+23
| | | | | | (#24168)" This reverts commit d058fe597d6ba98f27c146cf725752aab1405772.
* Revert "Make it possible to limit number of log lines returned" (#24168)Valerij Fredriksen2022-09-214-23/+36
|
* Make it possible to limit number of log lines returnedValerij Fredriksen2022-09-214-7/+20
|
* Non-functional cleanupValerij Fredriksen2022-09-213-29/+3
|
* Control whether to report coverage based on active or target active documents.Henning Baldersheim2022-09-194-17/+27
|
* Sanitize label namesOla Aunronning2022-09-152-5/+13
|
* Omit max and average in PrometheusHelperOla Aunronning2022-09-152-6/+3
|
* Use correct content-type header. Add whitespaceOla Aunronning2022-09-133-6/+13
|
* Merge pull request #24013 from ↵Ola Aunrønning2022-09-123-0/+112
|\ | | | | | | | | vespa-engine/olaa/prometheus-metric-packet-handler MetricsPacketsHandler supports Prometheus format
| * MetricsPacketsHandler supports Prometheus formatOla Aunronning2022-09-123-0/+112
| |
* | soonActive => targetActiveHenning Baldersheim2022-09-093-25/+15
| | | | | | | | Wire in targetActive in MonitorReply/Pong.
* | 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.
| * 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 IllegalArgumentException
| * 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-085-11/+9
| |
* | Always return the set of bundles to uninstall upon completeGen,gjoranv2022-09-086-46/+42
| | | | | | | | regardless of success or failure.
* | Merge pull request #23939 from ↵gjoranv2022-09-0711-190/+437
|\ \ | |/ |/| | | | | vespa-engine/cleanup-after-failed-component-graph-take2 Cleanup after failed component graph take2 [run-systemtest]
| * Add test verifying that bundles are uninstalled for generations..gjoranv2022-09-071-0/+25
| | | | | | | | that fail in the graph setup phase.
| * Rename tests, extract common code and rearrange test order.gjoranv2022-09-071-36/+28
| |
| * Uninstall bundles from a failed generation also when failing to ...gjoranv2022-09-071-8/+9
| | | | | | | | set up the graph, before component construction.
| * Redesign application bundle loading with a 'complete' phase.gjoranv2022-09-077-27/+98
| | | | | | | | | | | | | | - To be able to uninstall bundles from a config generation that has failed, without affecting the bundles from the last successful generation. (Component reconfig with unchanged bundles was not handled correctly.)
| * Add 'generation' parameter to Osgi.useApplicationBundlesgjoranv2022-09-055-7/+10
| | | | | | | | - Only used for logging for now.
| * Add (failing) unit test to verify that a failed reconfig with ...gjoranv2022-09-052-0/+19
| | | | | | | | unchanged bundles does not affect the already installed bundles.
| * Fix copy/paste error in comment.gjoranv2022-09-011-1/+1
| |
| * Reapply "Use a better name for map of active bundles."gjoranv2022-09-011-9/+9
| | | | | | | | This reverts commit 236bbd6745f7aba4ac0fddb6e8dbdd5b78963857.
| * Reapply "Add TODO for handling >2 generations of bundles."gjoranv2022-09-011-2/+5
| | | | | | | | This reverts commit 581adfacdb511725ae4867dc83b3d2987e7f7347.
| * Reapply "Set duplicate bundles to the set of bundles from the failed ↵gjoranv2022-09-012-5/+8
| | | | | | | | | | | | generation." This reverts commit c5d3f1d34c8dc637cc3cc38a8d3a246d3f32ce66.
| * Reapply "Make it possible to test the Container with synthetic bundles"gjoranv2022-09-017-120/+183
| | | | | | | | This reverts commit cbed8a40c2a72ca09b7b8e97f83c3acde3479ab3.
| * Reapply "Remove unnecessary and out-of-place xml from synthetic config."gjoranv2022-09-011-5/+3
| | | | | | | | This reverts commit 60e7b087648bc3c5fa4c4a06ca75f740e176f9d5.