summaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #21659 from vespa-engine/arnej/on-demand-struct-fieldsJon Bratseth2022-03-1214-136/+108
|\
| * cleanup constructorsArne H Juul2022-03-114-42/+27
| * remove old fixups no longer neededArne H Juul2022-03-112-39/+0
| * removing some useless stuffArne H Juul2022-03-112-30/+19
| * populate struct fields on demandArne H Juul2022-03-114-41/+64
| * even TemporarySDField should be connected to a "repo"Arne H Juul2022-03-112-5/+5
| * connect SDField to "repo"Arne H Juul2022-03-112-6/+6
| * inherit directlyArne H Juul2022-03-112-3/+10
| * ensure unique ReferenceDataType instancesArne H Juul2022-03-112-11/+18
* | Merge pull request #21661 from vespa-engine/jonmv/check-wanted-version-insteadJon Marius Venstad2022-03-111-0/+7
|\ \
| * | Add wantedNodeVersion to ModelJon Marius Venstad2022-03-111-0/+7
| |/
* / Revert "Lesters/java probe onnx model 2"Lester Solbakken2022-03-112-184/+6
|/
* Merge pull request #21632 from vespa-engine/lesters/java-probe-onnx-model-2Lester Solbakken2022-03-112-6/+184
|\
| * Don't redirect stderr to stdoutLester Solbakken2022-03-101-3/+2
| * Don't propagate exception, but return empty tensor type for fallbackLester Solbakken2022-03-101-2/+4
| * Remove unnecessary commentLester Solbakken2022-03-101-1/+1
| * Add probing of ONNX models for type resolving in JavaLester Solbakken2022-03-102-6/+183
* | flip to new config for most unit testsArne H Juul2022-03-103-3/+3
* | check both old and new parsing in AnnotationsTestCaseArne H Juul2022-03-101-1/+0
* | allow override of useV8DocManagerCfgArne H Juul2022-03-101-0/+7
* | fill annotations in inheritance orderArne H Juul2022-03-105-52/+82
|/
* sort to make generated config more predictableArne H Juul2022-03-091-2/+9
* avoid making new struct when we have it alreadyArne H Juul2022-03-091-0/+10
* keep inheritance orderArne H Juul2022-03-091-3/+2
* sort to make generated config more predictableArne H Juul2022-03-091-3/+15
* keep inheritance orderArne H Juul2022-03-091-3/+3
* convert DocumentType to NewDocumentType inside referenceArne H Juul2022-03-091-2/+10
* move check for nested document typesArne H Juul2022-03-091-4/+9
* skip already ok inheritsArne H Juul2022-03-091-2/+4
* more informative exception messageArne H Juul2022-03-091-1/+4
* compatible error messageArne H Juul2022-03-091-0/+13
* avoid adding two fields with same name to a DocumentTypeArne H Juul2022-03-091-0/+1
* test with old and new parserArne H Juul2022-03-091-0/+1
* Merge pull request #21592 from vespa-engine/arnej/refactor-type-extractionArne H Juul2022-03-081-190/+210
|\
| * avoid endless recursionArne H Juul2022-03-081-1/+5
| * use instance targetDtArne H Juul2022-03-071-51/+51
| * move some code into an inner classArne H Juul2022-03-071-190/+206
* | Merge pull request #21593 from vespa-engine/arnej/minor-conversion-fixesArne H Juul2022-03-085-3/+7
|\ \
| * | conditional set of rawAsBase64Arne H Juul2022-03-082-3/+4
| * | convert field weightArne H Juul2022-03-082-0/+2
| * | recognize float16Arne H Juul2022-03-081-0/+1
| |/
* / regular "type" queryCommandsArne H Juul2022-03-081-0/+5
|/
* unit test re-declarning summary fieldArne H Juul2022-03-071-1/+1
* now finds struct for imported fieldsArne H Juul2022-03-071-14/+0
* resolve document references alsoArne H Juul2022-03-073-13/+45
* allow duplicates in document-summary (with warning)Arne H Juul2022-03-071-3/+4
* fix whitespaceArne H Juul2022-03-071-1/+1
* Merge pull request #21571 from vespa-engine/arnej/handle-function-replacementArne H Juul2022-03-073-9/+8
|\
| * update language in warning, add TODOArne H Juul2022-03-071-2/+2
| * allow function replacementArne H Juul2022-03-072-7/+6