summaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #26660 from vespa-engine/bjorncs/onnx-model-initializersJon Bratseth2023-03-313-8/+37
|\
| * Ignore input also listed in initializersBjørn Christian Seime2023-03-313-8/+37
* | Merge pull request #26662 from vespa-engine/jonmv/restart-container-when-cont...Jon Bratseth2023-03-312-8/+28
|\ \
| * | Restart all application container clusters when content clusters are removedjonmv2023-03-312-8/+28
| |/
* / More understandable errors, and implement inner convertJon Bratseth2023-03-311-1/+1
|/
* Merge pull request #26649 from vespa-engine/olaa/remove-cloudwatchgjoranv2023-03-308-259/+0
|\
| * Remove CloudWatch configOla Aunronning2023-03-308-259/+0
* | Merge pull request #26650 from vespa-engine/arnej/cleanup-identifier-with-dashJon Bratseth2023-03-301-133/+169
|\ \
| * | add some single-word tokens and sort in identifier() productionArne Juul2023-03-301-2/+6
| * | add more tokens containing "-" to identifierWithDash() productionArne Juul2023-03-301-0/+31
| * | move tokens containing "-" to identifierWithDash() productionArne Juul2023-03-301-30/+31
| * | rename some tokens containing dash for consistencyArne Juul2023-03-301-130/+130
* | | Merge pull request #26613 from vespa-engine/yngveaasheim/add-some-todosOla Aunrønning2023-03-301-25/+25
|\ \ \ | |_|/ |/| |
| * | Add some todos for reducing number of stored metrics valuesyngveaasheim2023-03-281-25/+25
* | | Merge pull request #26641 from vespa-engine/balder/control-slime-decodingHenning Baldersheim2023-03-303-0/+41
|\ \ \
| * | | Propagate the configured slime decode type into the rpc summary handling.Henning Baldersheim2023-03-303-0/+41
| |/ /
* | | Merge pull request #26642 from vespa-engine/balder/more-statically-generated-...Jon Bratseth2023-03-301-7/+5
|\ \ \ | |_|/ |/| |
| * | List.sort and pattern variables.Henning Baldersheim2023-03-291-7/+5
| |/
* | Add new tokens to identifier()Bjørn Christian Seime2023-03-291-0/+3
* | Allow configuration of execution mode from rank profileBjørn Christian Seime2023-03-293-1/+7
|/
* Remove obsolete maven updateReleaseInfo parameterHarald Musum2023-03-281-3/+0
* 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 vespa-engine/arnej/improve-failure-for-self-re...Arne H Juul2023-03-232-3/+4
|\
| * 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 vespa-engine/arnej/use-common-expressionfuncti...Arne H Juul2023-03-233-15/+33
|\ \ | |/ |/|
| * 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
| * 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 expressionsArne Juul2023-03-163-2/+15
* | 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 fo...Ola Aunronning2023-03-162-99/+64
| |/
* | 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