summaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #18522 from ↵Harald Musum2021-07-036-7/+53
|\ | | | | | | | | vespa-engine/install-model-evaluation-via-configmodel Install model evaluation via configmodel
| * Preinstall model-evaluation bundles in standalone containers.gjoranv2021-07-022-0/+18
| | | | | | | | - Configserver needs them because the config-model uses their apis
| * Install model-evaluation + integration via config-model.gjoranv2021-07-024-7/+35
| | | | | | | | - Only for application container clusters.
* | Revert "Wire in sending large rankprofiles as files controlled by feature flag"Harald Musum2021-07-021-20/+0
| |
* | Merge pull request #18523 from vespa-engine/geirst/omit-summary-featuresGeir Storli2021-07-0233-125/+222
|\ \ | |/ |/| Add support for omitting summary features for a document summary
| * Support setting "omit-summary-features" for a document summary in the SD schema.Geir Storli2021-07-024-1/+43
| |
| * Add flag for whether summary features should be omitted from a document ↵Geir Storli2021-07-0229-124/+179
| | | | | | | | summary class.
* | Wire in sending large rankprofiles as files controlled by feature flagHenning Baldersheim2021-07-021-0/+20
| |
* | Revert "Install model evaluation via configmodel [run-systemtest]"gjoranv2021-07-026-55/+7
| |
* | Revert "Jonmv/reapply session cache with injected config"Jon Marius Venstad2021-07-021-2/+0
| |
* | Merge pull request #18514 from vespa-engine/bratseth/tokenization-testJon Bratseth2021-07-023-0/+51
|\ \ | | | | | | Add a test
| * | Add a testJon Bratseth2021-07-023-0/+51
| | |
* | | Merge pull request #18488 from ↵gjoranv2021-07-026-7/+55
|\ \ \ | |/ / |/| | | | | | | | vespa-engine/install-model-evalutation-via-configmodel Install model evaluation via configmodel [run-systemtest]
| * | Only install model-integration for configserver.gjoranv2021-07-012-0/+20
| | | | | | | | | | | | - model-evaluation is included in the fat config models.
| * | Install model-evaluation + integration via config-model.gjoranv2021-07-014-7/+35
| | | | | | | | | | | | - Only for application container clusters.
* | | Merge pull request #18507 from ↵Bjørn Christian Seime2021-07-021-0/+2
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/jonmv/reapply-session-cache-with-injected-config Jonmv/reapply session cache with injected config
| * | | Always set up SessionCache in ApplicationContainerClusterJon Marius Venstad2021-07-022-1/+2
| | | |
| * | | Revert "Merge pull request #18503 from ↵Jon Marius Venstad2021-07-021-0/+1
| | |/ | |/| | | | | | | | | | | | | | | | vespa-engine/revert-18499-jonmv/session-cache-in-DI" This reverts commit a3c51b1f01dd2ad32bbf5dadacdc54629a97832f, reversing changes made to 57d72de784e93c39c9f935b461727655fe5b9e58.
* | | Merge pull request #18501 from vespa-engine/bjorncs/rendering-metricsBjørn Christian Seime2021-07-021-1/+2
|\ \ \ | |/ / |/| | Bjorncs/rendering metrics
| * | Add metric for render latencyBjørn Christian Seime2021-07-011-1/+2
| |/
* | Add feature flags for disk and memory resource limitsHarald Musum2021-07-015-14/+109
| | | | | | | | Used when finding out when to block feed
* | More testing of setting resource limits and add TODOsHarald Musum2021-07-012-20/+53
|/
* Remove dead code and update when interface method can be removedHarald Musum2021-06-291-7/+0
|
* Ignore unit tests for rest-api in services.xmlgjoranv2021-06-281-0/+2
|
* Throw an exception upon 'rest-api' in services.xml.gjoranv2021-06-281-6/+4
|
* Merge pull request #18430 from ↵Henning Baldersheim2021-06-281-0/+1
|\ | | | | | | | | vespa-engine/balder/use-mallinfo-to-report-heap-usage Use mallinfo to report vespamalloc heap size.
| * Add content.proton.resource_usage.malloc_arena as a 'max' metric.Henning Baldersheim2021-06-281-0/+1
| |
* | No functional changesJon Bratseth2021-06-284-26/+16
| |
* | Do valiation when checking allowsHarald Musum2021-06-282-4/+7
| |
* | Validate validation-overrides.xml when validating modelHarald Musum2021-06-283-0/+119
|/
* Add unit testing of ModelsEvaluator in applicationsLester Solbakken2021-06-289-1/+271
|
* Skip ip address lookup when running unit tests.gjoranv2021-06-281-9/+18
|
* GC unused 'partition' id.Henning Baldersheim2021-06-261-1/+0
|
* Merge pull request #18415 from ↵Jon Marius Venstad2021-06-251-0/+4
|\ | | | | | | | | vespa-engine/hakonhall/add-metric-for-didwork-in-fleetcontroller-tick Add metric for didWork in FleetController tick
| * Add metric for didWork in FleetController tickHåkon Hallingstad2021-06-251-0/+4
| |
* | Expose proton document db heart beat age metric.Tor Egge2021-06-251-0/+1
|/
* Merge pull request #18376 from ↵Henning Baldersheim2021-06-233-53/+74
|\ | | | | | | | | vespa-engine/balder/feature-flag-for-onnx-runtime-check-during-deploy Add feature falg for controlling onnx dryrun verification.
| * Add feature falg for controlling onnx dryrun verification.Henning Baldersheim2021-06-233-53/+74
| |
* | Remove leftovers from HTTP2 feature flagBjørn Christian Seime2021-06-231-1/+0
| |
* | Add feature flag for overriding TLS ciphersBjørn Christian Seime2021-06-232-14/+28
|/
* remove mlock as option as it is long gone.Henning Baldersheim2021-06-211-2/+2
|
* Merge pull request #18335 from vespa-engine/bratseth/demote-fallback-messageBjørn Christian Seime2021-06-211-2/+2
|\ | | | | Demote fallback log message to FINE
| * Demote fallback log message to FINEJon Bratseth2021-06-211-2/+2
| |
* | only allow 1 bad network connection when feature flag is enabledArne Juul2021-06-211-1/+1
|/
* Merge pull request #18303 from vespa-engine/bratseth/struct-type-collisionHenning Baldersheim2021-06-177-52/+156
|\ | | | | Internal structs take precedence over external documents
| * Throw explicitly on unsupported operationJon Bratseth2021-06-171-2/+2
| |
| * Cleanup, no functional changesJon Bratseth2021-06-172-36/+42
| |
| * Internal structs take precedence over external documentsJon Bratseth2021-06-178-16/+114
| |
* | tighten limits slightly when feature flag is onArne Juul2021-06-161-2/+2
| |
* | Warn if 'min-group-coverage' is usedJon Bratseth2021-06-151-0/+3
| |