summaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Bjorncs/cloud app validation"Harald Musum2023-03-247-159/+14
|
* Fix typoBjørn Christian Seime2023-03-241-1/+1
|
* Add validator disallowing custom TLS configuration for Cloud appsBjørn Christian Seime2023-03-246-11/+158
|
* Use `isHostedTenantApplication`Bjørn Christian Seime2023-03-241-3/+1
|
* Merge pull request #26547 from ↵Arne H Juul2023-03-232-3/+4
|\ | | | | | | | | vespa-engine/arnej/improve-failure-for-self-referencing-functions improve error for cycle in ranking expression functions
| * let Exceptions.toMessageString handle message concatenationArne Juul2023-03-231-1/+1
| |
| * improve error for cycle in ranking expression functionsArne Juul2023-03-232-4/+5
| |
* | Merge pull request #26535 from ↵Arne H Juul2023-03-233-15/+33
|\ \ | |/ |/| | | | | vespa-engine/arnej/use-common-expressionfunction-instance use ExpressionFunction.Instance for consistency
| * use ExpressionFunction.Instance for consistencyArne Juul2023-03-223-15/+33
| |
* | add testing of derived onnx-models.cfgArne Juul2023-03-224-0/+99
| |
* | also export derived onnx-models.cfgArne Juul2023-03-223-2/+11
| |
* | extend grammar with new settingsArne Juul2023-03-221-0/+7
|/
* use Integer.toHexString on hashcodeArne Juul2023-03-213-7/+7
|
* use withTransformedExpressions for wiringArne Juul2023-03-201-14/+1
|
* add unit testArne Juul2023-03-207-0/+150
|
* deeper processing of TensorFunctionNode and ONNX model referencesArne Juul2023-03-201-0/+33
|
* Merge branch 'master' into arnej/handle-dynamic-tensorJon Bratseth2023-03-2010-61/+176
|\
| * - avoid unintentionally duplicated rank-propertiesArne Juul2023-03-207-15/+262
| | | | | | | | | | - use more LinkedHashMap for deterministic behavior in unit tests - extend some unit tests
| * Remove bad annotation.Tor Egge2023-03-171-1/+0
| |
| * Add raw attributes to config model.Tor Egge2023-03-175-57/+84
| |
* | split test into multiple rank-profiles, and test DynamicTensor handlingArne Juul2023-03-172-11/+171
| |
* | handle DynamicTensor with embedded expressionsArne Juul2023-03-171-0/+8
| |
* | avoid making OperationNode with no operatorsArne Juul2023-03-171-0/+3
|/
* Merge pull request #26462 from vespa-engine/arnej/handle-expression-in-sliceJon Bratseth2023-03-173-2/+15
|\ | | | | * make InputRecorder handle slice with embedded expressions
| * * make InputRecorder handle slice with embedded expressionsArne Juul2023-03-163-2/+15
| | | | | | | | * special handling for Generate and Slice in BindingExtractor
* | Merge pull request #26466 from vespa-engine/olaa/format-metricsOla Aunrønning2023-03-162-99/+64
|\ \ | | | | | | Make VespaMetrics a public interface. DefaultMetrics uses suffix enum sets for metric creation
| * | Make VespaMetrics a public interface. DefaultMetrics uses suffix enum sets ↵Ola Aunronning2023-03-162-99/+64
| |/ | | | | | | for metric creation
* | refactor LogctlSpec and use List for deterministic orderingArne Juul2023-03-165-21/+22
| |
* | Reapply "Turn off logging for containers for some classes"Arne Juul2023-03-1610-45/+93
| | | | | | | | This reverts commit 8a5f333b590f5632bc1d7aafdcea12ba9d6cafa4.
* | Revert "Turn off logging for containers for some classes"Harald Musum2023-03-1610-93/+45
|/
* Merge pull request #26445 from vespa-engine/hmusum/turn-off-some-logging-take-2Harald Musum2023-03-1610-45/+93
|\ | | | | Turn off logging for containers for some classes
| * Minor changes after feedback in reviewHarald Musum2023-03-162-3/+3
| |
| * Turn off logging for containers for some classesHarald Musum2023-03-1510-45/+93
| | | | | | | | | | | | Make it possible to set logctl specs for all types of containers and set default logctl specs for some external classes code that we want to avoid in vespa log
* | Move cluster controller metrics to a separate enum fileyngveaasheim2023-03-151-22/+25
| |
* | Merge pull request #26437 from vespa-engine/arnej/handle-tensor-generateJon Bratseth2023-03-1410-6/+224
|\ \ | |/ |/| add special handling of TensorFunctionNode containing Generate function
| * add special handling of TensorFunctionNode containing Generate functionArne Juul2023-03-1410-6/+224
| |
* | Merge pull request #26421 from vespa-engine/bratseth/gpu-autoscalingMartin Polden2023-03-131-1/+5
|\ \ | | | | | | Autoscale by gpu signals too
| * | Autoscale by gpu signals tooJon Bratseth2023-03-131-1/+5
| | | | | | | | | | | | Just take max of cpu and gpu load.
* | | Revert "Turn off info logging for some classes"Harald Musum2023-03-133-41/+5
|/ /
* / Turn off info logging for some classesHarald Musum2023-03-133-5/+41
|/ | | | Unimportant logging for external code that we want to avoid in vespa log
* Merge pull request #26399 from ↵Jon Bratseth2023-03-101-0/+6
|\ | | | | | | | | vespa-engine/arnej/avoid-handling-same-function-twice remember which functions are already handled
| * remember which functions are already handledArne Juul2023-03-101-0/+6
| |
* | Remove telegraf metrics-proxy integrationOla Aunronning2023-03-102-188/+0
|/
* handle more complex features and functions wrapped in rankingExpression(foo)Arne Juul2023-03-085-8/+44
|
* Reapply "deeper processing of onnx inputs"Arne Juul2023-03-081-1/+10
| | | | This reverts commit 9c495646db8acadc02f698b5326c67dc8a59d283.
* Merge pull request #26347 from vespa-engine/bjorncs/global-phaseBjørn Christian Seime2023-03-081-0/+9
|\ | | | | Only setup `RankProfilesEvaluator` for schemas with 'global-phase'
| * Ensure no duplicatesBjørn Christian Seime2023-03-081-1/+2
| |
| * Only setup `RankProfilesEvaluator` for schemas with 'global-phase'Bjørn Christian Seime2023-03-071-0/+8
| |
* | Merge pull request #26338 from ↵Jon Bratseth2023-03-073-7/+12
|\ \ | |/ |/| | | | | vespa-engine/arnej/declare-more-function-return-types Arnej/declare more function return types
| * call addFunctionTypeSerialization in more casesArne Juul2023-03-073-7/+12
| |