summaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Collapse)AuthorAgeFilesLines
* Remove stderr loggingBjørn Meland2022-04-111-1/+0
|
* Merge pull request #22031 from ↵Yngve Aasheim2022-04-111-0/+9
|\ | | | | | | | | vespa-engine/yngveaasheim/Add-more-detailed-visit-failure-metrics Add more detailed visit failure metrics.
| * Don't include irrelevant metrics.Yngve Aasheim2022-04-071-2/+0
| |
| * Add more detailed visit failure metrics.Yngve Aasheim2022-04-071-0/+11
| |
* | Revert "Merge pull request #22072 from ↵jonmv2022-04-093-12/+13
| | | | | | | | | | | | | | vespa-engine/jonmv/unify-hostname-classes" This reverts commit 87e5b33c003d07ca585d73e0166857fe22b4c16f, reversing changes made to 80b96d32550ae0df59572a58cd62f507e8068c2c.
* | Revert "Merge pull request #22068 from ↵jonmv2022-04-083-13/+12
| | | | | | | | | | | | | | vespa-engine/jonmv/unify-hostname-classes" This reverts commit 8aa4c83df5ce7843c040afa41706fcc7c3afd030, reversing changes made to f95ad44fae879da9db19f73eabe62c53baeb0c36.
* | Move ID part to HostName in config-provisioningjonmv2022-04-084-4/+4
| |
* | Revert "Merge pull request #22065 from ↵jonmv2022-04-084-14/+15
| | | | | | | | | | | | | | vespa-engine/revert-22049-jonmv/unify-hostname-classes" This reverts commit 4ffc54339186574491a32b3166223c3fc50ba8fe, reversing changes made to db9e570a36decb24e6cb13f44bd0ff444ab762e3.
* | Revert "Jonmv/unify hostname classes"Jon Marius Venstad2022-04-084-15/+14
| |
* | Merge pull request #22060 from vespa-engine/arnej/fix-wrong-tensor-datatypeJon Bratseth2022-04-082-1/+83
|\ \ | | | | | | add missing tensor detailed type.
| * | add missing tensor detailed type.Arne H Juul2022-04-082-1/+83
| | | | | | | | | | | | * extend unit test so it will catch this problem.
* | | Merge pull request #22049 from vespa-engine/jonmv/unify-hostname-classesJon Marius Venstad2022-04-084-14/+15
|\ \ \ | |/ / |/| | Jonmv/unify hostname classes
| * | Use null rather than "" for no load balancer, as intended(?), and fix some ↵jonmv2022-04-081-7/+8
| | | | | | | | | | | | assertions
| * | Use one HostName class (that is not for JSON)Jon Marius Venstad2022-04-083-7/+7
| |/
* | Merge pull request #22038 from ↵Arne H Juul2022-04-0816-248/+340
|\ \ | | | | | | | | | | | | vespa-engine/arnej/allow-struct-types-with-same-name Arnej/allow struct types with same name
| * | prefer registerDocumentTypeArne H Juul2022-04-082-4/+5
| | |
| * | only produce config once per unique datatypeArne H Juul2022-04-071-11/+16
| | |
| * | add DataTypeRecognizerArne H Juul2022-04-071-0/+127
| | |
| * | name collisions should be ok nowArne H Juul2022-04-071-16/+9
| | |
| * | handle different SDDocumentType instances with same nameArne H Juul2022-04-072-12/+15
| | |
| * | allow duplicate struct names (in different document types)Arne H Juul2022-04-079-205/+168
| |/
* | Merge branch 'master' into bratseth/inputsJon Bratseth2022-04-073-7/+11
|\ \
| * | avoid Map.copyOf()Arne H Juul2022-04-073-7/+10
| |/
* | No colon between name and typeJon Bratseth2022-04-074-10/+10
| |
* | Allow query as identifier, and make input order stable againJon Bratseth2022-04-072-1/+3
| |
* | Merge branch 'master' into bratseth/inputsJon Bratseth2022-04-0723-1709/+1312
|\|
| * Merge pull request #22003 from vespa-engine/arnej/rank-filter-in-struct-fieldArne H Juul2022-04-066-16/+121
| |\ | | | | | | Arnej/rank filter in struct field
| | * refactor after reviewArne H Juul2022-04-061-10/+10
| | |
| | * verify effect in unit testArne H Juul2022-04-063-4/+7
| | |
| | * support rank: filter in struct-field blockArne H Juul2022-04-063-9/+15
| | |
| | * compare attribute config alsoArne H Juul2022-04-061-0/+96
| | |
| * | Merge pull request #22007 from ↵Tor Brede Vekterli2022-04-061-2/+3
| |\ \ | | |/ | |/| | | | | | | vespa-engine/vekterli/avoid-spurious-group-key-log-message Don't log that distribution key is redundantly present when it's actually not
| | * Don't log that distribution key is redundantly present when it's actually notTor Brede Vekterli2022-04-061-2/+3
| | |
| * | Reapply "produce new "doctype" config for document types"Arne H Juul2022-04-0512-1687/+1184
| |/ | | | | | | This reverts commit 8c25dd8f1eee02a34e45c026924434a0b551a2ae.
| * Merge pull request #21978 from vespa-engine/vekterli/deprecate-load-typesTor Brede Vekterli2022-04-051-0/+1
| |\ | | | | | | Deprecate load types from Java APIs [run-systemtest]
| | * Deprecate load types from Java APIsTor Brede Vekterli2022-04-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Load types have not been used in practice for years, and supporting them in backend metrics etc. has long since been lacking. Prepare for removing these on Vespa 8. Most callsites are unchanged, aside from presumed safe changes such as constructors used by dependency injection. Have added new overloads without load types where these did not already exist to allow for an orderly transition.
| * | Merge pull request #21963 from vespa-engine/mpolden/zip-improvementsJon Marius Venstad2022-04-051-0/+1
| |\ \ | | | | | | | | Unify zip/tar archive reading [run-systemtest]
| | * | Ignore var directoryMartin Polden2022-04-041-0/+1
| | | |
| * | | Merge pull request #21974 from ↵Jon Bratseth2022-04-0412-1184/+1687
| |\ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/revert-21964-arnej/use-new-doctypes-config Revert "produce new "doctype" config for document types"
| | * | | Revert "produce new "doctype" config for document types"Jon Marius Venstad2022-04-0412-1184/+1687
| | | | |
| * | | | Revert "Revert "Jonmv/reapply application name validation""Jon Marius Venstad2022-04-041-1/+1
| |/ / /
| * | | Revert "Jonmv/reapply application name validation"Jon Marius Venstad2022-04-041-1/+1
| | | |
| * | | Merge pull request #21964 from vespa-engine/arnej/use-new-doctypes-configHenning Baldersheim2022-04-0412-1687/+1184
| |\ \ \ | | | | | | | | | | produce new "doctype" config for document types
| | * | | produce new "doctype" config for document typesArne H Juul2022-04-0412-1687/+1184
| | | |/ | | |/|
| * | | Revert "Merge pull request #21961 from vespa-engine/revert-21918-jonmv/misc-6"Jon Marius Venstad2022-04-041-1/+1
| | | | | | | | | | | | | | | | | | | | This reverts commit a0b02d8bd00bf8d7f3410cbf47ae432770546883, reversing changes made to 64d0102f9931a01d31976e85b585b9e63894f08e.
| * | | Revert "Jonmv/misc 6"Jon Marius Venstad2022-04-041-1/+1
| | | |
| * | | Merge pull request #21918 from vespa-engine/jonmv/misc-6Jon Marius Venstad2022-04-041-1/+1
| |\ \ \ | | |/ / | |/| | Jonmv/misc 6
| | * | Use PatternedStringWrapper for TenantName, ApplicationName and InstanceName, ↵Jon Marius Venstad2022-03-311-1/+1
| | | | | | | | | | | | | | | | with a lax pattern
| * | | Use new method only for getting admin cluster node architectureHarald Musum2022-04-041-3/+1
| | | |
* | | | Keep unmodifiable mapsJon Bratseth2022-04-071-4/+2
| | | |