aboutsummaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #19085 from vespa-engine/add-node-to-SystemInfo_take2Jon Bratseth2021-09-131-4/+5
|\
| * Add Node to SystemInfogjoranv2021-09-131-4/+5
* | Revert "Revert "Balder/wire executor to ml model importing""Henning Baldersheim2021-09-123-17/+37
* | Revert "Balder/wire executor to ml model importing"Arne H Juul2021-09-103-37/+17
* | Merge pull request #19078 from vespa-engine/balder/wire-executor-to-ml-model-...Harald Musum2021-09-103-17/+37
|\ \ | |/ |/|
| * Also wire in executor to global rank profile generation.Henning Baldersheim2021-09-091-13/+29
| * Wire in and use an executor for ml model importing too.Henning Baldersheim2021-09-092-4/+8
* | Move SystemInfoProvider from cluster to containergjoranv2021-09-092-1/+1
|/
* Wire in the executor up to TenantRepositoryHenning Baldersheim2021-09-092-0/+7
* Merge pull request #19047 from vespa-engine/lesters/avoid-stack-overflow-inli...Jon Bratseth2021-09-093-1/+56
|\
| * Avoid stack overflow for function inlining caseLester Solbakken2021-09-093-1/+56
* | Merge pull request #19039 from vespa-engine/olaa/add-vespa-cloud-consumerØyvind Grønnesby2021-09-094-2/+12
|\ \ | |/ |/|
| * Add vespa-cloud metric consumerOla Aunrønning2021-09-094-2/+12
* | Merge pull request #19037 from vespa-engine/hmusum/distribute-large-rank-expr...Harald Musum2021-09-092-4/+3
|\ \
| * | Set default value for DISTRIBUTE_EXTERNAL_RANK_EXPRESSION to trueHarald Musum2021-09-092-4/+3
| |/
* / Write blobs (large rank expression files) for model evaluator testerLester Solbakken2021-09-093-11/+330
|/
* Log as application warningHenning Baldersheim2021-09-081-1/+1
* Allow inheriting any rankprofile until enforcing is enabled explicit.Henning Baldersheim2021-09-085-9/+40
* GC dry-run-onnx-on-setup flagHenning Baldersheim2021-09-083-22/+10
* If you seemingly inherit yourself, just assume that you try to inherit the sa...Henning Baldersheim2021-09-075-120/+162
* Merge branch 'balder/only-allow-legal-inheritance' of github.com:yahoo/vespa ...Henning Baldersheim2021-09-078-31/+46
|\
| * Merge branch 'master' into balder/only-allow-legal-inheritanceHenning Baldersheim2021-09-078-31/+46
| |\
| | * Merge pull request #18999 from vespa-engine/arnej/add-slobrok-feature-flagHenning Baldersheim2021-09-075-24/+32
| | |\
| | | * expand tabsArne H Juul2021-09-071-5/+5
| | | * rewire to set slobrok "-N" option from feature flagArne H Juul2021-09-075-24/+32
| | * | Merge pull request #19000 from vespa-engine/geirst/num-distributor-stripes-sa...Geir Storli2021-09-072-7/+12
| | |\ \
| | | * | Add safeguards for num distributor stripes being set to -1.Geir Storli2021-09-072-7/+12
| | | |/
| | * | Merge pull request #19001 from vespa-engine/vekterli/additional-merge-throttl...Tor Brede Vekterli2021-09-071-0/+2
| | |\ \ | | | |/ | | |/|
| | | * Add metrics for chained merge failures (total and node busy)Tor Brede Vekterli2021-09-071-0/+2
* | | | Use fully qualified rank-profile namesHenning Baldersheim2021-09-072-5/+10
* | | | It is too early to check inheritance during parsing. We must wait until all s...Henning Baldersheim2021-09-072-10/+1
|/ / /
* | | Detect cyclic inheritance.Henning Baldersheim2021-09-072-4/+38
* | | Verify that you can not inherit yourself.Henning Baldersheim2021-09-072-0/+26
* | | Enable feature flag control over rank-profile inheritance verification.Henning Baldersheim2021-09-072-2/+11
* | | GC unintended inheritance.Henning Baldersheim2021-09-071-1/+1
* | | Add test for sideways inheritance, and do not test inhertitance from self acc...Henning Baldersheim2021-09-073-1/+51
* | | Verify that rank profile inheritance is correct and sound. The rank profile m...Henning Baldersheim2021-09-077-28/+122
|/ /
* | Revert "Revert "Wire in executor in deploystate that can be use to speed up d...Harald Musum2021-09-0716-59/+71
* | Revert "Wire in executor in deploystate that can be use to speed up deploymen...Harald Musum2021-09-0716-71/+59
* | Revert "Balder/resolve inhertitance early"Henning Baldersheim2021-09-071-12/+2
* | Wire in executor in deploystate that can be use to speed up deployments. Fx c...Henning Baldersheim2021-09-0716-59/+71
* | Update config-model/src/main/java/com/yahoo/searchdefinition/FeatureNames.javaHenning Baldersheim2021-09-051-1/+1
* | GC unused importHenning Baldersheim2021-09-051-1/+0
* | Add a 5x faster handcoded detection of legal feature names that does not requ...Henning Baldersheim2021-09-052-6/+69
* | Handle that inherited rank-profile might not be registered yet.Henning Baldersheim2021-09-041-1/+7
* | Resolve inhertiance earlyHenning Baldersheim2021-09-041-5/+9
* | Revert local optimisation and instead use a cache, that will effect all use o...Henning Baldersheim2021-09-041-10/+15
* | In order to avoid the quadratic cost of creating a new functions map detect w...Henning Baldersheim2021-09-031-1/+13
* | Merge pull request #18964 from vespa-engine/balder/multiple-registration-of-r...Henning Baldersheim2021-09-023-4/+120
|\ \
| * | - Add test for large expressions and inheritance.Henning Baldersheim2021-09-023-4/+120