summaryrefslogtreecommitdiffstats
path: root/container-core
Commit message (Expand)AuthorAgeFilesLines
* Don't try to resolve from the system bundle for test frameworksgjoranv2022-05-081-12/+15
* Use 'annotations' from jdisc_core, do not embed in container-disc.gjoranv2022-05-081-5/+6
* Allow loading classes from jdisc_core as well as container-disc.gjoranv2022-05-081-6/+28
* Set vespajlib, vespalog and defaults to scope provided.gjoranv2022-05-081-18/+20
* Destroy Jetty client after stopBjørn Christian Seime2022-05-061-0/+1
* Configure timeouts on Jetty client and add retries to access log validationBjørn Christian Seime2022-05-061-2/+15
* Misc code cleanupBjørn Christian Seime2022-05-061-13/+12
* Revert "Merge pull request #22439 from vespa-engine/revert-22429-bratseth/sch...Jon Bratseth2022-05-051-2/+3
* Revert "Bratseth/schema info 5 take 2"Harald Musum2022-05-041-3/+2
* Revert "Merge pull request #22428 from vespa-engine/revert-22426-bratseth/sch...Jon Bratseth2022-05-031-2/+3
* Revert "Use schema-info"Jon Bratseth2022-05-031-3/+2
* Merge pull request #22426 from vespa-engine/bratseth/schema-info-5Jon Bratseth2022-05-031-2/+3
|\
| * Use schemsa-infoJon Bratseth2022-05-031-2/+3
* | Revert "Merge pull request #22394 from vespa-engine/revert-22374-jonmv/remove...jonmv2022-05-032-23/+6
|/
* Revert "Jonmv/remove last controller jersey client [run-systemtest]"Jon Marius Venstad2022-05-022-6/+23
* Importsjonmv2022-05-022-2/+0
* Simplify shared resource setup with Memoizedjonmv2022-05-022-21/+6
* Use renderResponseJon Bratseth2022-04-291-3/+3
* Use port as observed by client when constructing URIBjørn Christian Seime2022-04-283-1/+12
* Merge pull request #22201 from vespa-engine/bratseth/inputs-2Lester Solbakken2022-04-253-66/+43
|\
| * Update ABI specJon Bratseth2022-04-211-1/+2
| * Resolve rank profile inputsJon Bratseth2022-04-211-65/+39
| * Set both profile and source info firstJon Bratseth2022-04-111-0/+2
* | Replace deprecated X509Certificate.getIssuerDN -> getIssuerX500Principalgjoranv2022-04-211-1/+1
* | Introduce new metrics for container threadpoolBjørn Christian Seime2022-04-203-9/+23
* | Improve class names for the container threadpoolsBjørn Christian Seime2022-04-193-15/+16
* | Scale Jetty threadpool with vCPU by defaultBjørn Christian Seime2022-04-191-2/+4
|/
* - Allow control of throttlepolicy per session.Henning Baldersheim2022-04-111-2/+0
* Avoid segment validation in rule based filterjonmv2022-04-111-0/+5
* Revert "Merge pull request #22072 from vespa-engine/jonmv/unify-hostname-clas...jonmv2022-04-091-3/+3
* Revert "Merge pull request #22068 from vespa-engine/jonmv/unify-hostname-clas...jonmv2022-04-081-3/+3
* Revert "Merge pull request #22065 from vespa-engine/revert-22049-jonmv/unify-...jonmv2022-04-081-3/+3
* Revert "Jonmv/unify hostname classes"Jon Marius Venstad2022-04-081-3/+3
* Merge pull request #22041 from vespa-engine/remove-add-opensHenning Baldersheim2022-04-081-10/+0
|\
| * Remove add-opens for unit tests that were added for NativeIOgjoranv2022-04-071-10/+0
* | Merge pull request #22049 from vespa-engine/jonmv/unify-hostname-classesJon Marius Venstad2022-04-081-3/+3
|\ \
| * | Use null rather than "" for no load balancer, as intended(?), and fix some as...jonmv2022-04-081-3/+3
* | | Ensure future is completed with original exceptionBjørn Christian Seime2022-04-081-1/+1
* | | Merge pull request #22048 from vespa-engine/jonmv/deployment-risk-managementJon Marius Venstad2022-04-081-5/+6
|\| |
| * | Constant time append to Path as well, and add length()Jon Marius Venstad2022-04-081-5/+6
* | | Merge branch 'master' into bratseth/inputsJon Bratseth2022-04-079-671/+31
|\| |
| * | Use HttpURL for base url and query in StateRequestHandlerJon Marius Venstad2022-04-074-11/+21
| * | Pass query to status page requestJon Marius Venstad2022-04-072-3/+1
| |/
| * Resolve conflictsJon Marius Venstad2022-04-076-657/+9
* | Merge branch 'master' into bratseth/inputsJon Bratseth2022-04-079-71/+702
|\|
| * Use HttpURL.Path for Path.getRest()Jon Marius Venstad2022-04-066-22/+40
| * Disallow ? and # as well, in default path segment validatorJon Marius Venstad2022-04-062-3/+21
| * Simplify Path by using HttpURL.Path for segments, and adding default validationJon Marius Venstad2022-04-063-49/+34
| * Require that decoded segments also are safe, all the way down!Jon Marius Venstad2022-04-061-2/+4
| * Remove usage of asString() and remove it from PathJon Marius Venstad2022-04-061-4/+0