aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/src/main/java/com/yahoo
Commit message (Expand)AuthorAgeFilesLines
* Simplify shared resource setup with Memoizedjonmv2022-05-022-21/+6
* 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-252-65/+41
|\
| * 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-202-7/+19
* | Improve class names for the container threadpoolsBjørn Christian Seime2022-04-192-11/+12
|/
* - Allow control of throttlepolicy per session.Henning Baldersheim2022-04-111-2/+0
* Avoid segment validation in rule based filterjonmv2022-04-111-0/+5
* 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-076-464/+25
|\|
| * Use HttpURL for base url and query in StateRequestHandlerJon Marius Venstad2022-04-073-10/+20
| * Pass query to status page requestJon Marius Venstad2022-04-072-3/+1
| * Resolve conflictsJon Marius Venstad2022-04-074-451/+4
* | Merge branch 'master' into bratseth/inputsJon Bratseth2022-04-077-64/+490
|\|
| * Use HttpURL.Path for Path.getRest()Jon Marius Venstad2022-04-064-18/+31
| * Disallow ? and # as well, in default path segment validatorJon Marius Venstad2022-04-061-3/+5
| * Simplify Path by using HttpURL.Path for segments, and adding default validationJon Marius Venstad2022-04-062-46/+28
| * 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
| * Remove type from HttpURL and its inner classes, and split validation of path ...Jon Marius Venstad2022-04-061-148/+138
| * Merge pull request #21952 from vespa-engine/jonmv/http-urlJon Marius Venstad2022-04-051-0/+442
| |\
| | * API brush-up, more unit test coverageJon Marius Venstad2022-04-041-39/+127
| | * Moro javadoc and requireNonNullJon Marius Venstad2022-04-031-9/+11
| | * Add HttpURL with Path and Query inner classesJon Marius Venstad2022-04-031-0/+352
| * | Merge pull request #21978 from vespa-engine/vekterli/deprecate-load-typesTor Brede Vekterli2022-04-052-4/+3
| |\ \
| | * | Deprecate load types from Java APIsTor Brede Vekterli2022-04-052-4/+3
| | |/
| * / Rename classHarald Musum2022-04-051-2/+2
| |/
* / No periods in exception messagesJon Bratseth2022-04-061-3/+3
|/
* Merge pull request #21880 from vespa-engine/mpolden/disallow-relative-pathMartin Polden2022-03-301-23/+26
|\
| * Disallow relative paths and specsMartin Polden2022-03-291-9/+25
| * Remove unused optionalPrefixMartin Polden2022-03-291-14/+1
* | Validate query feature tensor typesJon Bratseth2022-03-291-1/+1
|/
* No functional changesJon Bratseth2022-03-231-1/+1
* Also deconstruct partrial graph when an Error is thrownBjørn Christian Seime2022-02-181-1/+1
* Fail with correct status code on invalid methodBjørn Christian Seime2022-02-091-1/+11
* Deprecate method leaking GuiceBjørn Christian Seime2022-02-081-5/+0
* Throw exception if subscriber is invoked after it's closedBjørn Christian Seime2022-02-071-1/+2
* Reapply "Shutdown reconfiguration thread in a more controlled way [run-system...Bjørn Christian Seime2022-02-072-2/+4
* Revert "Shutdown reconfiguration thread in a more controlled way [run-systemt...Bjørn Christian Seime2022-02-072-4/+2
* Only deconstruct components from failed graph that are newBjørn Christian Seime2022-02-071-1/+13
* Shutdown reconfiguration thread in a more controlled wayBjørn Christian Seime2022-02-042-2/+4
* Ensure instance is visible for all threadsBjørn Christian Seime2022-02-041-1/+1
* Rename and remove unnecessary parameterBjørn Christian Seime2022-02-041-13/+12
* Deconstruct partial graph if construction failBjørn Christian Seime2022-02-041-1/+9
* Filter out components not constructedBjørn Christian Seime2022-02-041-1/+4
* Merge pull request #21013 from vespa-engine/deprecate-config.subscriptionHarald Musum2022-02-024-0/+4
|\