aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into lesters/wire-in-stateless-onnx-rtLester Solbakken2021-05-2744-437/+620
|\
| * Wire the deploylogger in the constructor of SearchBuilder to avoid passing ↵Henning Baldersheim2021-05-273-57/+55
| | | | | | | | it around for later use.
| * Wire the deploylogger into serach so that it is available during parsing.Henning Baldersheim2021-05-262-15/+26
| |
| * Merge pull request #17995 from vespa-engine/balder/gc-unused-codeHarald Musum2021-05-261-13/+4
| |\
| | * GC unused codeHenning Baldersheim2021-05-261-4/+4
| | |
| | * GC unused code.Henning Baldersheim2021-05-261-9/+0
| | |
| * | Merge pull request #17994 from vespa-engine/bratseth/nearest-flavor-infoJon Bratseth2021-05-261-1/+0
| |\ \ | | |/ | |/| Show info on nearest flavor also with autoscaling
| | * Show info on nearest flavor also with autoscalingJon Bratseth2021-05-261-1/+0
| | |
| * | Merge pull request #17991 from vespa-engine/jonmv/always-add-default-routeJon Marius Venstad2021-05-261-0/+2
| |\ \ | | |/ | |/| Add messagetype policy "defaultroute" for non-indexed clusters
| | * Add messagetype policy "defaultroute" for non-indexed clustersJon Marius Venstad2021-05-261-0/+2
| | |
| * | Do not use external expressions.Henning Baldersheim2021-05-262-2/+3
| | |
| * | Disable distribution of rank-expression files.Henning Baldersheim2021-05-261-1/+2
| | |
| * | Revert "Include operator certificates in application trust store"Morten Tokle2021-05-252-25/+1
| |/ | | | | | | This reverts commit 05c8138b4936a3144e8b95348ebc525148ba709f.
| * Use underscore as separator as dot has semantic meaning.Henning Baldersheim2021-05-251-1/+1
| |
| * Merge pull request #17708 from vespa-engine/bratseth/stable-slobrok-pickJon Bratseth2021-05-251-2/+3
| |\ | | | | | | Pick the same slobroks each time
| | * Pick the same slobroks each timeJon Bratseth2021-05-031-2/+3
| | |
| * | Us fully qualified expression name.Henning Baldersheim2021-05-252-2/+2
| | |
| * | Use external rank expressions, gated by feature flag.Henning Baldersheim2021-05-252-1/+12
| | |
| * | Merge pull request #17935 from vespa-engine/mortent/cfg-operator-certMorten Tokle2021-05-252-1/+25
| |\ \ | | | | | | | | Include operator certificates in application trust store
| | * | Include operator certificates in application trust storeMorten Tokle2021-05-252-1/+25
| | | |
| * | | Must add name of the rankprofile to make the macro unique.Henning Baldersheim2021-05-241-4/+7
| | | |
| * | | Revert "Revert "Produce ranking-expressions config.""Henning Baldersheim2021-05-2412-77/+179
| | | |
| * | | Revert "Produce ranking-expressions config."Harald Musum2021-05-2412-179/+77
| | | |
| * | | Merge pull request #17952 from vespa-engine/balder/wire-in-rank-expressionsHarald Musum2021-05-2412-77/+179
| |\ \ \ | | | | | | | | | | Produce ranking-expressions config.
| | * | | Produce ranking-expressions config.Henning Baldersheim2021-05-2412-77/+179
| | | | |
| * | | | Check flush explicitlyJon Bratseth2021-05-243-4/+7
| | | | |
| * | | | SimplifyJon Bratseth2021-05-241-6/+0
| | | | |
| * | | | Assign Slobroks only on cluster controllersJon Bratseth2021-05-247-14/+58
| |/ / /
| * | | Make DistributableResource to consolidate OnnxModel, RankingConstant and ↵Henning Baldersheim2021-05-235-111/+154
| | | | | | | | | | | | | | | | RankExpressionFile.
| * | | Add currently unused config to interfaceHenning Baldersheim2021-05-233-26/+17
| | | |
| * | | SimplifyHenning Baldersheim2021-05-231-1/+6
| | | |
| * | | Use logApplicationPackage so users might get a notificationHarald Musum2021-05-221-1/+2
| | | |
| * | | Remove leftovers from HTTP2 feature flagBjørn Christian Seime2021-05-211-6/+0
| | | | | | | | | | | | | | | | This will effectively re-enable HTTP/2 (since initial PR for removing feature flag)
| * | | Merge pull request #17931 from ↵Harald Musum2021-05-213-16/+31
| |\ \ \ | | |/ / | |/| | | | | | | | | | vespa-engine/hmusum/warn-when-specifying-resource-limits-in-hosted Warn when specifying resource limits in hosted Vespa
| | * | Warn when specifying resource limits in hosted VespaHarald Musum2021-05-203-16/+31
| | | | | | | | | | | | | | | | | | | | Want to throw and fail deployments, but need to make sure nobody i doing this first, so warn for now
| * | | Remove feature flag for HTTP/2Bjørn Christian Seime2021-05-214-17/+13
| | | |
| * | | Revert "Merge pull request #17653 from ↵Jon Marius Venstad2021-05-207-52/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/bratseth/slobroks-on-clustercontrollers-only" This reverts commit 237c30c205c0748e8e9b3580c29a76cc88ca201a, reversing changes made to ae01f049bf23e67269fe1f1f222fe8eaf2bdee62.
| * | | Revert "Make AbstractService.remove public"Jon Marius Venstad2021-05-201-1/+1
| | | | | | | | | | | | | | | | This reverts commit 4f23aee7fe1df916e8b7fd6cf513134d5bd54f7e.
| * | | Make AbstractService.remove publicJon Marius Venstad2021-05-201-1/+1
| | | |
| * | | Merge branch 'master' into bratseth/slobroks-on-clustercontrollers-onlyJon Bratseth2021-05-2032-189/+245
| |\ \ \
| | * | | No functional changesJon Bratseth2021-05-204-80/+57
| | |/ /
| * | | SimplifyJon Bratseth2021-05-021-6/+0
| | | |
| * | | Assign Slobroks only on cluster controllersJon Bratseth2021-04-297-15/+58
| | | |
* | | | Move adding os inputs and outputs of ONNX models into OnnxModelLester Solbakken2021-05-274-31/+11
| | | |
* | | | Add compatibility for old ONNX default signature importLester Solbakken2021-05-272-9/+3
| | | |
* | | | Add model path to stored model infoLester Solbakken2021-05-212-44/+57
| | | |
* | | | Wire in stateless ONNX runtime evaluationLester Solbakken2021-05-217-9/+74
| |/ / |/| |
* | | Merge pull request #17919 from ↵Valerij Fredriksen2021-05-201-3/+3
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/hmusum/no-warning-when-exact-terminator-is-not-specified Do not log warning when exact-terminator is not specified
| * | | Do not log warning when exact-terminator is not specifiedHarald Musum2021-05-201-3/+3
| | | | | | | | | | | | | | | | '@@' is default value according to doc, so no need to warn
* | | | Don't add onnx models quite yetLester Solbakken2021-05-201-3/+0
| | | |