summaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #21688 from ↵Harald Musum2022-03-155-32/+74
|\ | | | | | | | | vespa-engine/hmusum/add-feature-flag-for-node-architecture-for-admin-clusters Add feature flag for node architecture for admin clusters [run-systemtest]
| * Add feature flag for node architecture for admin clustersHarald Musum2022-03-154-2/+60
| | | | | | | | | | Flag value will be used for implicitly created nodes in admin clusters (cluster controllers only for now)
| * Less hardcoding of cluster nameHarald Musum2022-03-151-9/+14
| |
| * Remove useless test (filedistributor service removed a long time ago)Harald Musum2022-03-151-21/+0
| |
* | Add grouping_time metricsYngve Aasheim2022-03-151-0/+3
|/
* simpler with IdentityHashMapArne H Juul2022-03-141-12/+9
|
* update expected resultsArne H Juul2022-03-1411-232/+5
| | | | * drop lots of duplicate data types
* fix multi struct unit testArne H Juul2022-03-141-13/+31
| | | | | * avoid making new DataType instances when we can avoid it * keep all replacements (use object identity not equals)
* unit test disappearing struct-fieldsArne H Juul2022-03-147-0/+373
|
* Merge pull request #21676 from vespa-engine/arnej/fix-duplicate-reference-typesHenning Baldersheim2022-03-149-22/+160
|\ | | | | Arnej/fix duplicate reference types
| * one step back for experimental parsing for nowArne H Juul2022-03-141-0/+2
| |
| * Revert "convert DocumentType to NewDocumentType inside reference"Arne H Juul2022-03-141-10/+2
| | | | | | | | This reverts commit 6e89431976e24a64878b2db5728c91b84160b150.
| * Revert "ensure unique ReferenceDataType instances"Arne H Juul2022-03-143-21/+16
| | | | | | | | This reverts commit 994196c5354c02f40c223cf4fe3388aba09ea020.
| * add unit test (fails now)Arne H Juul2022-03-145-0/+149
| |
* | Let RankProfileRegistry be GCed, dod not keep alive!Jon Marius Venstad2022-03-142-6/+2
|/
* test new-style config similar to inheritdiamondArne H Juul2022-03-136-0/+135
|
* obey the documentsOnly flagArne H Juul2022-03-121-0/+3
| | | | * documentgen expects that schemas can reference non-existing files
* Merge pull request #21659 from vespa-engine/arnej/on-demand-struct-fieldsJon Bratseth2022-03-1234-209/+184
|\ | | | | Arnej/on demand struct fields
| * 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
| | | | | | | | | | | | | | * most SDField instances should know their "repo" * populate with struct fields in a lazy manner * just remember what we were told in the old API * note: old API will be renamed so it makes a bit more sense
| * 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
| | | | | | | | | | | | * when creating SDField inside a struct, it needs connection to the "repo" (SDDocument) for lookup of other types. The StructProxy would be the "owner" here, and is not necessary.
| * inherit directlyArne H Juul2022-03-112-3/+10
| | | | | | | | | | | | * instead of indirect (temporary) inherit from name, inherit the already-converted document directly. * keep schema order.
| * 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
|\ \ | | | | | | Check wanted version instead of newest built model
| * | 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
|\ | | | | Lesters/java probe onnx model 2
| * 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
| | | | | | | | | | | | | | * after switching config style, this gets further in the pipeline, but still fails due to collision. But now we get IllegalStateException instead of IllegalArgumentException; handle both the same way.
* | check both old and new parsing in AnnotationsTestCaseArne H Juul2022-03-104-140/+173
| | | | | | | | * and update generated configs
* | 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 settings
| * | avoid conflicting settingsArne H Juul2022-03-103-14/+343
| |/ | | | | | | | | * unit test had multiple conflicting settings for the same field; that will be rejected soon.
* / 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
|