aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo
Commit message (Expand)AuthorAgeFilesLines
* add consistency checksArne H Juul2022-03-231-0/+11
* model StructDataType declared in a specific documentArne H Juul2022-03-233-8/+68
* Merge pull request #21780 from vespa-engine/arnej/split-temporary-structured-...Arne H Juul2022-03-2310-12/+126
|\
| * check for un-resolved temporariesArne H Juul2022-03-232-3/+21
| * handle new temporariesArne H Juul2022-03-232-6/+28
| * cleanup unused importsArne H Juul2022-03-233-3/+0
| * add two new classesArne H Juul2022-03-233-0/+77
* | add toString() useful for debuggingArne H Juul2022-03-231-0/+55
* | Merge pull request #21777 from vespa-engine/hmusum/use-flag-for-logserver-nod...Harald Musum2022-03-231-2/+2
|\ \
| * | Fetch flag value for architecture for admin clusters correctlyHarald Musum2022-03-231-2/+2
| |/
* | be more compatible with old code pathArne H Juul2022-03-231-4/+3
* | add convenience functionsArne H Juul2022-03-231-0/+4
|/
* Merge pull request #21746 from vespa-engine/hmusum/cleanup-and-more-testing-o...Harald Musum2022-03-221-4/+6
|\
| * Cleanup and more testing of specifying node architecture for admin clustersHarald Musum2022-03-181-4/+6
* | 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-1713-52/+63
* | 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