summaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #21659 from vespa-engine/arnej/on-demand-struct-fieldsJon Bratseth2022-03-1234-209/+184
|\
| * on-demand struct fields solves two problems seen hereArne H Juul2022-03-111-7/+0
| * 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-113-30/+20
| * populate struct fields on demandArne H Juul2022-03-1114-70/+99
| * even TemporarySDField should be connected to a "repo"Arne H Juul2022-03-1110-38/+43
| * 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-113-16/+21
* | 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-115-279/+6
|/
* Merge pull request #21632 from vespa-engine/lesters/java-probe-onnx-model-2Lester Solbakken2022-03-115-6/+279
|\
| * Don't redirect stderr to stdoutLester Solbakken2022-03-102-7/+9
| * Don't propagate exception, but return empty tensor type for fallbackLester Solbakken2022-03-102-4/+8
| * Remove unnecessary commentLester Solbakken2022-03-101-1/+1
| * Add probing of ONNX models for type resolving in JavaLester Solbakken2022-03-105-6/+273
* | flip to new config for most unit testsArne H Juul2022-03-1014-988/+726
* | expect any RuntimeExceptionArne H Juul2022-03-101-4/+5
* | check both old and new parsing in AnnotationsTestCaseArne H Juul2022-03-104-140/+173
* | update with new-style configsArne H Juul2022-03-1022-1757/+2172
* | switch to new-style config for exporting testcasesArne H Juul2022-03-101-1/+1
* | explicitly use old config for this testArne H Juul2022-03-101-1/+1
* | allow override of useV8DocManagerCfgArne H Juul2022-03-101-0/+7
* | Merge pull request #21635 from vespa-engine/arnej/sensible-sorting-settingsJon Bratseth2022-03-103-14/+343
|\ \
| * | avoid conflicting settingsArne H Juul2022-03-103-14/+343
| |/
* / fill annotations in inheritance orderArne H Juul2022-03-105-52/+82
|/
* sort to make generated config more predictableArne H Juul2022-03-092-143/+150
* avoid making new struct when we have it alreadyArne H Juul2022-03-091-0/+10
* keep inheritance orderArne H Juul2022-03-092-8/+9
* sort to make generated config more predictableArne H Juul2022-03-095-102/+114
* 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-092-2/+5
* compatible error messageArne H Juul2022-03-091-0/+13
* expect the other messageArne H Juul2022-03-091-1/+24
* 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-096-5/+31
* move struct declaration after useArne H Juul2022-03-092-6/+6
* add some new testsArne H Juul2022-03-0917-0/+885
* 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