summaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #17490 from ↵Jon Bratseth2021-04-192-0/+27
|\ | | | | | | | | vespa-engine/geirst/hnsw-index-parameters-validation A tensor field that specifies hnsw index parameters must also specify…
| * A tensor field that specifies hnsw index parameters must also specify ↵Geir Storli2021-04-192-0/+27
| | | | | | | | 'index' in 'indexing'.
* | - Use 256k buffer for connection log as it is low volume.Henning Baldersheim2021-04-162-0/+11
|/ | | | - Used 256k buffer accesslog, but 4m for application containers.
* Test that netty tuning is part of ClusteController jvm options.Henning Baldersheim2021-04-161-0/+4
|
* Reduce default netty buffer.Henning Baldersheim2021-04-161-0/+9
|
* Maps and arrays of structs has false doesAttributing so getAttribute() must ↵Henning Baldersheim2021-04-126-1/+29
| | | | be considered too.
* Add comment and copyright.Henning Baldersheim2021-04-122-3/+9
|
* Add lowercase commands to string attributes too.Henning Baldersheim2021-04-1210-7/+90
|
* Merge pull request #17376 from vespa-engine/balder/allow-cased-uncasedHenning Baldersheim2021-04-1211-90/+282
|\ | | | | Balder/allow cased uncased
| * Add cased/uncased to match settings too.Henning Baldersheim2021-04-1210-94/+139
| | | | | | | | Only allow btree uncase/uncased, and hash:cased/cased for now.
| * Control cased/uncased in dictionary settingHenning Baldersheim2021-04-128-65/+212
| |
* | Server expects camelCasingJon Bratseth2021-04-121-1/+1
| |
* | Merge pull request #17358 from vespa-engine/bratseth/wantToFail-on-operator-failJon Bratseth2021-04-121-2/+2
|\ \ | | | | | | Bratseth/want to fail on operator fail
| * | Mark active as wantToFail on operator actionsJon Bratseth2021-04-091-2/+2
| |/
* / Add feature flag to enable HTTP/2 for jdiscBjørn Christian Seime2021-04-125-17/+29
|/
* GC unused ordering field.Henning Baldersheim2021-04-0822-132/+0
|
* CASE_INSENSITIVE until we can safely downgrade.Henning Baldersheim2021-04-0822-132/+132
|
* Wire in match configHenning Baldersheim2021-04-0822-132/+132
|
* Always add plaftorm bundleMorten Tokle2021-04-081-1/+4
|
* Add dictionary.match controlHenning Baldersheim2021-04-0722-0/+132
|
* Merge pull request #17280 from vespa-engine/bjorncs/cleanupMorten Tokle2021-04-071-1/+0
|\ | | | | Remove stale comment
| * Remove stale commentBjørn Christian Seime2021-04-061-1/+0
| |
* | Expect new error messageJon Bratseth2021-04-061-2/+3
| |
* | Add a testJon Bratseth2021-04-065-3/+93
| |
* | Improve error messageJon Bratseth2021-04-065-3/+5
|/
* Consume the remote-task-queue.size metricHåkon Hallingstad2021-04-021-0/+1
|
* Merge pull request #17230 from vespa-engine/gjoranv/merge-mbus-modulesgjoranv2021-04-011-6/+0
|\ | | | | Gjoranv/merge mbus modules
| * Remove dependencies to jdisc_mbus_service and messagebus-disc.gjoranv2021-03-291-6/+0
| | | | | | | | - These modules will be merged into container-messagebus.
* | Merge pull request #17202 from vespa-engine/gjoranv/add-groupId-metric-dimensiongjoranv2021-03-311-0/+1
|\ \ | | | | | | Add groupId metric dimension.
| * | Add groupId metric dimension.gjoranv2021-03-261-0/+1
| | | | | | | | | | | | | | | - It is not yet added to the public http apis, due to the limitation of 10 total dimensions.
* | | Revert "Revert "Remove use of flag use-access-control-client-authentication""Morten Tokle2021-03-311-2/+1
| | |
* | | Revert "Remove use of flag use-access-control-client-authentication"Morten Tokle2021-03-311-1/+2
| | |
* | | Merge pull request #17241 from ↵Morten Tokle2021-03-311-2/+1
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/mortent/remove-client-auth-override-flag Remove use of flag use-access-control-client-authentication
| * | | Remove use of flag use-access-control-client-authenticationMorten Tokle2021-03-301-2/+1
| | |/ | |/|
* / | Add worker connection metricOla Aunrønning2021-03-301-0/+1
|/ /
* | Multivalue numeric fields are also numeric.Henning Baldersheim2021-03-277-1/+45
| |
* | Merge pull request #17193 from vespa-engine/hmusum/jvmOmitStackTraceInFastThrowHarald Musum2021-03-2611-55/+126
|\ \ | |/ |/| Add feature flag that can be used to disable OmitStackTraceInFastThro…
| * Revert unintended changeHarald Musum2021-03-261-1/+3
| |
| * Add feature flag that can be used to disable OmitStackTraceInFastThrow JVM ↵Harald Musum2021-03-2612-58/+127
| | | | | | | | option
* | Merge pull request #17182 from ↵Henning Baldersheim2021-03-251-0/+1
|\ \ | |/ |/| | | | | vespa-engine/geirst/sample-transient-disk-usage-for-disk-index-fusion Sample transient disk usage for disk index fusion
| * Sample and expose the transient disk usage needed for running disk index fusion.Geir Storli2021-03-251-0/+1
| | | | | | | | This is currently estimated as the size of the largest disk index among all document databases.
* | Merge pull request #17170 from vespa-engine/mortent/secret-store-syntaxMorten Tokle2021-03-254-13/+27
|\ \ | |/ |/| New syntax for cloud secret store
| * New syntax for cloud secret storeMorten Tokle2021-03-254-13/+27
| |
* | Merge pull request #17140 from vespa-engine/gjoranv/merge-http-into-core_rebasedgjoranv2021-03-2512-37/+22
|\ \ | |/ |/| Gjoranv/merge http into core (rebased)
| * Add missing whitespace.gjoranv2021-03-241-1/+1
| |
| * Fix raw usage of ContainerCluster in unit test.gjoranv2021-03-231-3/+3
| |
| * Update all component specs to use the container-disc bundlegjoranv2021-03-2311-28/+19
| | | | | | | | .. instead of jdisc_http_service.
| * Remove all dependencies to jdisc_http_servicegjoranv2021-03-231-6/+0
| |
* | Also allow hash dictionary for multivalue numeric fields.Henning Baldersheim2021-03-242-2/+20
|/
* Allow hash, btree and dictionary as identifiers.Henning Baldersheim2021-03-231-0/+3
|