aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into lesters/wire-in-stateless-onnx-rtLester Solbakken2021-05-2775-526/+774
|\
| * Wire the deploylogger in the constructor of SearchBuilder to avoid passing ↵Henning Baldersheim2021-05-279-72/+72
| | | | | | | | it around for later use.
| * Wire the deploylogger into serach so that it is available during parsing.Henning Baldersheim2021-05-2621-52/+71
| |
| * Merge pull request #17995 from vespa-engine/balder/gc-unused-codeHarald Musum2021-05-262-23/+4
| |\
| | * GC unused codeHenning Baldersheim2021-05-262-14/+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-264-43/+54
| | |
| * | Disable distribution of rank-expression files.Henning Baldersheim2021-05-261-1/+2
| | |
| * | Revert "Include operator certificates in application trust store"Morten Tokle2021-05-253-85/+1
| | | | | | | | | | | | This reverts commit 05c8138b4936a3144e8b95348ebc525148ba709f.
| * | Revert "Add top-level object, simplify tests"Morten Tokle2021-05-251-3/+7
| |/ | | | | | | This reverts commit d97430f1bb633fc9eb541f2fb057a41a012d088f.
| * Use underscore as separator as dot has semantic meaning.Henning Baldersheim2021-05-252-3/+3
| |
| * 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-253-4/+4
| | |
| * | Use external rank expressions, gated by feature flag.Henning Baldersheim2021-05-255-51/+54
| | |
| * | Merge pull request #17935 from vespa-engine/mortent/cfg-operator-certMorten Tokle2021-05-253-1/+81
| |\ \ | | | | | | | | Include operator certificates in application trust store
| | * | Add top-level object, simplify testsMorten Tokle2021-05-251-7/+3
| | | |
| | * | Include operator certificates in application trust storeMorten Tokle2021-05-253-1/+85
| | | |
| * | | 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-2413-77/+180
| | | |
| * | | Revert "Produce ranking-expressions config."Harald Musum2021-05-2413-180/+77
| | | |
| * | | Merge pull request #17952 from vespa-engine/balder/wire-in-rank-expressionsHarald Musum2021-05-2413-77/+180
| |\ \ \ | | | | | | | | | | Produce ranking-expressions config.
| | * | | Produce ranking-expressions config.Henning Baldersheim2021-05-2413-77/+180
| | | | |
| * | | | Check flush explicitlyJon Bratseth2021-05-243-4/+7
| | | | |
| * | | | SimplifyJon Bratseth2021-05-241-6/+0
| | | | |
| * | | | Assign Slobroks only on cluster controllersJon Bratseth2021-05-248-28/+97
| |/ / /
| * | | Make DistributableResource to consolidate OnnxModel, RankingConstant and ↵Henning Baldersheim2021-05-235-111/+154
| | | | | | | | | | | | | | | | RankExpressionFile.
| * | | provide empty configHenning Baldersheim2021-05-231-1/+5
| | | |
| * | | Add currently unused config to interfaceHenning Baldersheim2021-05-234-27/+24
| | | |
| * | | SimplifyHenning Baldersheim2021-05-231-1/+6
| | | |
| * | | Use logApplicationPackage so users might get a notificationHarald Musum2021-05-221-1/+2
| | | |
| * | | Merge pull request #17941 from vespa-engine/jonmv/cache-badgesValerij Fredriksen2021-05-211-2/+1
| |\ \ \ | | | | | | | | | | Jonmv/cache badges
| | * | | Cache badges for 1 minuteJon Marius Venstad2021-05-211-2/+1
| | | | |
| * | | | 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-216-25/+68
| |\ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | vespa-engine/hmusum/warn-when-specifying-resource-limits-in-hosted Warn when specifying resource limits in hosted Vespa
| | * | | Update ↵Harald Musum2021-05-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | config-model/src/test/java/com/yahoo/vespa/model/content/ClusterResourceLimitsTest.java Co-authored-by: Geir Storli <geirst@verizonmedia.com>
| | * | | Warn when specifying resource limits in hosted VespaHarald Musum2021-05-206-25/+68
| | | | | | | | | | | | | | | | | | | | | | | | | 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-208-91/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-2048-447/+657
| |\ \ \
| | * | | No functional changesJon Bratseth2021-05-204-80/+57
| | |/ /
| * | | SimplifyJon Bratseth2021-05-021-6/+0
| | | |
| * | | Assign Slobroks only on cluster controllersJon Bratseth2021-04-298-29/+97
| | | |
* | | | Move adding os inputs and outputs of ONNX models into OnnxModelLester Solbakken2021-05-274-31/+11
| | | |