aboutsummaryrefslogtreecommitdiffstats
path: root/container-core
Commit message (Expand)AuthorAgeFilesLines
* Fail independently of schemeBjørn Christian Seime2022-09-021-3/+3
* Merge pull request #23878 from vespa-engine/bratseth/moodel-configJon Bratseth2022-09-011-0/+3
|\
| * Add 'model' config typeJon Bratseth2022-08-311-0/+3
* | Revert "Clean up bundles and allowed duplicates after a failed reconfig."gjoranv2022-08-318-111/+42
* | Revert "Remove unnecessary and out-of-place xml from synthetic config."gjoranv2022-08-311-3/+5
* | Revert "Make it possible to test the Container with synthetic bundles"gjoranv2022-08-317-183/+120
* | Revert "Set duplicate bundles to the set of bundles from the failed generation."gjoranv2022-08-312-8/+5
* | Revert "Add TODO for handling >2 generations of bundles."gjoranv2022-08-311-5/+2
* | Revert "Use a better name map of active bundles."gjoranv2022-08-311-9/+9
* | Use a better name map of active bundles.gjoranv2022-08-311-9/+9
* | Add TODO for handling >2 generations of bundles.gjoranv2022-08-311-2/+5
* | Merge pull request #23847 from vespa-engine/cleanup-after-failed-component-gr...Jon Marius Venstad2022-08-3111-171/+304
|\ \
| * | Set duplicate bundles to the set of bundles from the failed generation.gjoranv2022-08-302-5/+8
| * | Make it possible to test the Container with synthetic bundlesgjoranv2022-08-307-120/+183
| * | Remove unnecessary and out-of-place xml from synthetic config.gjoranv2022-08-251-5/+3
| * | Clean up bundles and allowed duplicates after a failed reconfig.gjoranv2022-08-258-42/+111
| * | minor: rearrange/rename methodsgjoranv2022-08-251-15/+15
* | | Merge pull request #23841 from vespa-engine/bjorncs/hc-proxy-protocolMorten Tokle2022-08-301-2/+1
|\ \ \
| * | | Use proxy-protocol independently of mixed mode settingBjørn Christian Seime2022-08-291-2/+1
| | |/ | |/|
* / | Clone map with sufficient initial sizeJon Bratseth2022-08-282-13/+5
|/ /
* | Remove printlnJon Bratseth2022-08-261-1/+0
* | Fastpast HashMap and HashSetJon Bratseth2022-08-261-1/+8
* | Wire in query parameter profileDepth to control how deep down in the depency ...Henning Baldersheim2022-08-251-4/+3
|/
* removal suppressionHenning Baldersheim2022-08-253-23/+16
* If you get a ClassCastException when doing clone by reflection it might be th...Henning Baldersheim2022-08-253-8/+25
* Add some tests from an old branch and some code cleanup.Henning Baldersheim2022-08-121-3/+11
* Support overriding redirect hostMorten Tokle2022-08-121-2/+3
* Convert container-core to junit5Bjørn Christian Seime2022-07-2896-2072/+2067
* Move generic crypto helpers from 'c.y.s.tls' to 'c.y.s'Bjørn Christian Seime2022-07-202-2/+2
* Merge Java package 'c.y.s.tls.{auth,json,policy}' into 'c.y.s.tls'Bjørn Christian Seime2022-07-201-1/+1
* Merge pull request #23488 from vespa-engine/merge-yolean-into-vespajlibJon Bratseth2022-07-131-6/+0
|\
| * Remove all dependencies to yoleangjoranv2022-07-131-6/+0
* | Merge pull request #23340 from vespa-engine/hmusum/remove-unused-meta-data-fieldHarald Musum2022-07-131-1/+2
|\ \ | |/ |/|
| * Remove 'user' field in application metadata and add deprecations for usageHarald Musum2022-07-041-1/+2
* | Simplify creation of BundleInstantiationSpecgjoranv2022-07-124-29/+18
* | Inject a default threadpool for all handlers that don't declare their own.gjoranv2022-07-111-1/+1
* | Add test for component not using its explicitly injected component.gjoranv2022-07-111-2/+18
* | Revert "Inject default threadpool to handlers [run-systemtest]"Håkon Hallingstad2022-07-112-19/+3
* | Inject a default threadpool for all handlers that don't declare their own.gjoranv2022-07-091-1/+1
* | Add test for component not using its explicitly injected component.gjoranv2022-07-091-2/+18
* | Ensure find-pid script fails gracefully with error messageBjørn Christian Seime2022-07-081-1/+1
* | Deprecate ConfigGetterHarald Musum2022-07-072-0/+4
* | Merge pull request #23348 from vespa-engine/olaa/separate-metric-checksOla Aunrønning2022-07-073-11/+43
|\ \
| * | MetricsPacketsHandler adds hostname dimension if absentOla Aunrønning2022-07-043-11/+43
| |/
* | Make handler timeout configurableBjørn Christian Seime2022-07-063-13/+22
* | Don't request status if task has timed outBjørn Christian Seime2022-07-011-22/+53
* | Shutdown executor on doStop()Bjørn Christian Seime2022-06-301-2/+6
* | Handle timeouts with separate http status codeBjørn Christian Seime2022-06-301-1/+19
* | Make cache expiry configurableBjørn Christian Seime2022-06-303-7/+18
|/
* Rewrite to use native arrays instead of List<String> => Cpu cost cut in half.Henning Baldersheim2022-06-302-27/+67