summaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #23229 from vespa-engine/ogronnesby/update-list-pricesJon Bratseth2022-06-241-1/+1
|\ | | | | Update default list prices
| * Update default list pricesØyvind Grønnesby2022-06-241-1/+1
| |
* | cleanup remains of feature flagArne H Juul2022-06-231-9/+0
|/
* stop using feature flag avoidRenamingSummaryFeaturesArne H Juul2022-06-223-14/+3
| | | | * now always behaves like it was true.
* Merge pull request #23169 from ↵Bjørn Christian Seime2022-06-212-9/+9
|\ | | | | | | | | vespa-engine/hmusum/note-that-read-and-write-access-control-attributes-will-be-removed-in-vespa-9 Log that read and write access control attributes will be removed in Vespa 9
| * Add to log message that read and write access control attributes will be ↵Harald Musum2022-06-202-9/+9
| | | | | | | | removed in Vespa 9
* | Merge pull request #23165 from ↵Harald Musum2022-06-201-2/+2
|\ \ | | | | | | | | | | | | vespa-engine/hmusum/fix-installation-of-xml-schemas Exclude some paths when installing XML schemas [run-systemtest]
| * | Fix typoHarald Musum2022-06-201-1/+1
| | |
| * | Exclude some paths when installing XML schemasHarald Musum2022-06-201-2/+2
| |/
* / 64k -> 64Mb max bolded field sizeJon Bratseth2022-06-204-21/+21
|/
* use sorted listArne H Juul2022-06-171-1/+2
|
* remove sort in SearchOrdererArne H Juul2022-06-1712-256/+260
| | | | * to keep unit tests deterministic, sort earlier instead
* remove TemporarySDDocumentTypeArne H Juul2022-06-179-323/+17
| | | | | | * track converted structs as we make them * inherit directly instead of by name * remove code to deal with the no-longer-needed temporaries
* Don't generate unused documentdbinfo fieldsJon Bratseth2022-06-165-126/+2
|
* Merge branch 'master' into balder/add-shared-string-repo-controlHenning Baldersheim2022-06-1510-27/+33
|\
| * No functional changesJon Bratseth2022-06-152-1/+4
| |
| * Merge pull request #23103 from vespa-engine/arnej/zstd-for-access-logs-3Arne H Juul2022-06-152-2/+2
| |\ | | | | | | use zstd for more access logs
| | * use zstd for more access logsArne H Juul2022-06-152-2/+2
| | |
| * | Merge pull request #23102 from vespa-engine/arnej/use-zstd=for-access-logsArne H Juul2022-06-152-2/+2
| |\ \ | | |/ | |/| common default compression type
| | * common default compression typeArne H Juul2022-06-152-2/+2
| | |
| * | Merge pull request #23085 from ↵Jon Bratseth2022-06-151-1/+2
| |\ \ | | |/ | |/| | | | | | | vespa-engine/hmusum/set-clustertype-for-container-cluster Set property 'clustertype' for container cluster
| | * Set property clustertype for container clusterHarald Musum2022-06-141-1/+2
| | |
| * | use new feature flag for compression formatArne H Juul2022-06-148-25/+27
| |/ | | | | | | * note: all defaults should remain the same in this commit
* | shared-string-repo-reclaim => shared-string-repo-no-reclaimHenning Baldersheim2022-06-153-8/+8
| |
* | Add control of wether shared string repo will reclaim unused enums, or if ↵Henning Baldersheim2022-06-144-19/+52
|/ | | | they will just grow.
* Add metric 'jdisc.jvm' to report runtime version++Bjørn Christian Seime2022-06-131-0/+1
|
* allow NativeIO for logserverArne H Juul2022-06-131-0/+2
|
* Remove debug logging to stdoutHarald Musum2022-06-131-1/+0
|
* More flexibly instance layoutjonmv2022-06-121-0/+6
|
* Update config-model/CMakeLists.txtHarald Musum2022-06-101-1/+1
| | | Co-authored-by: Jon Marius Venstad <jonmv@users.noreply.github.com>
* Install 7.x xml schemas in correct dirHarald Musum2022-06-101-1/+1
|
* Update config-model/src/main/java/com/yahoo/vespa/model/VespaModelFactory.javaHenning Baldersheim2022-06-091-1/+0
| | | Co-authored-by: Harald Musum <musum@verizonmedia.com>
* Use static create methods instead of having many public constructor only ↵Henning Baldersheim2022-06-092-13/+20
| | | | used for testing.
* Use Inject annotation from 'annotations'Bjørn Christian Seime2022-06-093-3/+3
|
* Merge pull request #23002 from vespa-engine/cleanup-ancient-xml-syntaxgjoranv2022-06-0914-111/+28
|\ | | | | Clean up 'searchchain' and 'searchchains' syntax in services.xml
| * Clean up 'searchchain' and 'searchchains' syntax in services.xmlgjoranv2022-06-0814-111/+28
| |
* | Use pattern variables, and various other code cleanup.Henning Baldersheim2022-06-095-107/+67
| |
* | Remove temporary dependency on 'jetty-http' with test scopeBjørn Christian Seime2022-06-081-7/+0
|/
* update commentArne H Juul2022-06-081-1/+1
|
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-2/+2
|
* Remove undocumented, non-working tool for expanding configHarald Musum2022-06-082-85/+0
|
* GC deprecation warnings.Henning Baldersheim2022-06-086-95/+19
|
* Remove TODOsHarald Musum2022-06-084-8/+7
| | | | | These are for compatibility with Vespa 7 apps, will be removed when there are no more Vespa 7 apps in hosted
* Remove TensorFlow feature converterLester Solbakken2022-06-081-24/+3
|
* Further GC document level compression. Avoids a buffer copy that is no ↵Henning Baldersheim2022-06-082-14/+32
| | | | longer relevant.
* Remove docproc.util.Splitter/Joiner document processors.gjoranv2022-06-081-2/+0
|
* Revert "Remove feed handler setup"Jon Bratseth2022-06-083-7/+128
| | | | This reverts commit f7c5bbbb54ca38cc8563d424274c094b4e832a61.
* Remove on Vespa 8Jon Bratseth2022-06-081-5/+0
|
* add fieldsets after inheritingArne H Juul2022-06-081-1/+1
| | | | | * bad design of DocumentType class (in both Java and C++) causes silent failures when this is done in the wrong order.
* Install xml schemas for 7.xHarald Musum2022-06-0826-2/+1535
| | | | XML schemas for 7.x copied from master branch