summaryrefslogtreecommitdiffstats
path: root/config-model/src/main
Commit message (Expand)AuthorAgeFilesLines
* populate matching for key/value of map fields alsoArne H Juul2022-03-211-6/+13
* Merge pull request #21755 from vespa-engine/arnej/minor-cleanup-2Jon Bratseth2022-03-211-25/+17
|\
| * the content struct may also need updatesArne H Juul2022-03-211-0/+1
| * more specific exception for builtin document typeArne H Juul2022-03-201-1/+1
| * lookup document types by name, not idArne H Juul2022-03-201-6/+6
| * remove leftover unused classArne H Juul2022-03-201-12/+0
| * more generic way to avoid infinite recursionArne H Juul2022-03-201-6/+9
* | add missing ifArne H Juul2022-03-211-1/+3
* | process all the summary fields with same nameArne H Juul2022-03-206-15/+19
|/
* add warningArne H Juul2022-03-181-2/+3
* allow exact-duplicate struct onlyArne H Juul2022-03-181-1/+11
* Revert "do inherit last"Arne H Juul2022-03-181-5/+5
* do inherit lastArne H Juul2022-03-181-5/+5
* no deprecation here anymoreArne H Juul2022-03-181-1/+0
* restore method used elsewhereArne H Juul2022-03-181-0/+18
* slight NewDocumentReferenceDataType cleanupArne H Juul2022-03-185-33/+20
* header -> content structArne H Juul2022-03-183-29/+12
* Merge pull request #21723 from vespa-engine/arnej/apply-field-rank-normalArne H Juul2022-03-172-6/+10
|\
| * add conversion of "isNormal"Arne H Juul2022-03-172-6/+10
* | switch to NewDocumentReferenceDataTypeArne H Juul2022-03-1714-64/+65
* | more compatibleArne H Juul2022-03-171-8/+42
* | add new datatype modelArne H Juul2022-03-171-0/+78
|/
* tighten importsArne H Juul2022-03-162-31/+0
* fix annotation struct handlingArne H Juul2022-03-164-5/+22
* simplify after refactoringArne H Juul2022-03-161-4/+3
* simplify annotation handling hereArne H Juul2022-03-161-37/+26
* only SDAnnotationTypeArne H Juul2022-03-161-7/+6
* pre-resolve struct and annotation inheritanceArne H Juul2022-03-161-0/+95
* move two find methodsArne H Juul2022-03-162-36/+36
* split resolvedInherits and resolvedReferencesArne H Juul2022-03-163-7/+18
* add more resolveInherit APIsArne H Juul2022-03-162-0/+31
* consistent tagOwner()Arne H Juul2022-03-164-6/+7
* split per-Schema conversion into its own fileArne H Juul2022-03-162-140/+241
* get ReferenceDataType from NewDocumentType instance (again)Arne H Juul2022-03-162-4/+19
* Merge pull request #21688 from vespa-engine/hmusum/add-feature-flag-for-node-...Harald Musum2022-03-152-10/+25
|\
| * Add feature flag for node architecture for admin clustersHarald Musum2022-03-152-1/+11
| * Less hardcoding of cluster nameHarald Musum2022-03-151-9/+14
* | Add grouping_time metricsYngve Aasheim2022-03-151-0/+3
|/
* simpler with IdentityHashMapArne H Juul2022-03-141-12/+9
* fix multi struct unit testArne H Juul2022-03-141-13/+31
* Merge pull request #21676 from vespa-engine/arnej/fix-duplicate-reference-typesHenning Baldersheim2022-03-142-19/+4
|\
| * Revert "convert DocumentType to NewDocumentType inside reference"Arne H Juul2022-03-141-10/+2
| * Revert "ensure unique ReferenceDataType instances"Arne H Juul2022-03-142-18/+11
* | Let RankProfileRegistry be GCed, dod not keep alive!Jon Marius Venstad2022-03-141-4/+0
|/
* obey the documentsOnly flagArne H Juul2022-03-121-0/+3
* Merge pull request #21659 from vespa-engine/arnej/on-demand-struct-fieldsJon Bratseth2022-03-1216-153/+127
|\
| * 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-116-50/+73