summaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Expand)AuthorAgeFilesLines
* add unit testArne H Juul2022-03-213-0/+256
* 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
* add new testArne H Juul2022-03-185-0/+241
* 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
* add missing newlinesArne H Juul2022-03-188-8/+8
* avoid warningArne H Juul2022-03-181-0/+4
* slight NewDocumentReferenceDataType cleanupArne H Juul2022-03-186-34/+22
* header -> content structArne H Juul2022-03-183-29/+12
* remove array indexesArne H Juul2022-03-1720-702/+703
* 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-1723-86/+87
* | 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
* check some more details for sanityArne H Juul2022-03-161-1/+13
* fix annotation struct handlingArne H Juul2022-03-164-5/+22
* validate no annotation references in documentArne H Juul2022-03-161-0/+62
* 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
* Revert "one step back for experimental parsing for now"Arne H Juul2022-03-161-2/+0
* get ReferenceDataType from NewDocumentType instance (again)Arne H Juul2022-03-163-9/+22
* Merge pull request #21688 from vespa-engine/hmusum/add-feature-flag-for-node-...Harald Musum2022-03-155-32/+74
|\
| * Add feature flag for node architecture for admin clustersHarald Musum2022-03-154-2/+60
| * 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
* fix multi struct unit testArne H Juul2022-03-141-13/+31