summaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Expand)AuthorAgeFilesLines
* Revert "Bratseth/real resources in model"Harald Musum2020-05-2319-123/+110
* Merge pull request #13351 from vespa-engine/gjoranv/injectable-query-profile-...gjoranv2020-05-234-2/+26
|\
| * Add helper method to create a component from class and bundle.gjoranv2020-05-222-5/+6
| * Instantiate registry from search-and-docproc bundlegjoranv2020-05-221-2/+10
| * Improve class commentgjoranv2020-05-221-2/+1
| * Follow naming convention by using singular 'profileRegistry'gjoranv2020-05-222-6/+5
| * Add CompiledQueryProfileRegistry component for injection.gjoranv2020-05-222-0/+17
* | Update config-model/src/main/java/com/yahoo/config/model/provision/SingleNode...Jon Bratseth2020-05-221-6/+0
* | Access resources directlyJon Bratseth2020-05-2210-65/+64
* | Clean up HostSpec constructorsJon Bratseth2020-05-225-13/+22
* | Clean up HostSpec constructorsJon Bratseth2020-05-229-38/+48
* | Access flavor resources through resources()Jon Bratseth2020-05-213-5/+5
* | Access flavor resources through resources()Jon Bratseth2020-05-211-11/+12
|/
* Revert "Gjoranv/create registry from config"Harald Musum2020-05-202-16/+0
* Merge pull request #13311 from vespa-engine/gjoranv/create-registry-from-configgjoranv2020-05-202-0/+16
|\
| * Follow naming convention by using singular 'profileRegistry'gjoranv2020-05-192-6/+5
| * Add CompiledQueryProfileRegistry component for injection.gjoranv2020-05-192-0/+17
* | Default dispatch policy is now adapative meaning that it will loadbalance gro...Henning Baldersheim2020-05-204-40/+8
* | Async put, update and remove are now default in the backend.Henning Baldersheim2020-05-194-27/+10
* | Add metric for search node transient memory resource usage.Tor Egge2020-05-191-0/+1
|/
* Persist application rolesMorten Tokle2020-05-151-0/+8
* Non-functional changes onlyJon Bratseth2020-05-133-8/+3
* Merge pull request #13229 from vespa-engine/geirst/distance-metric-when-not-h...Geir Storli2020-05-1331-32/+192
|\
| * Support specifying a distance metric for nearest neighbor search when not hav...Geir Storli2020-05-1231-32/+192
* | Increase default feed concurrency from 0.4 to 0.5Henning Baldersheim2020-05-122-5/+5
|/
* TypoHenning Baldersheim2020-05-101-2/+2
* Control num response threads with flagHenning Baldersheim2020-05-104-19/+72
* Preserve compatibility with older config modelsMartin Polden2020-05-061-1/+1
* Model cloud features explicitlyMartin Polden2020-05-063-13/+4
* Remove dead codeHarald Musum2020-05-065-27/+0
* When using multiple threads per search we will never have 100% dutycycle to t...Henning Baldersheim2020-05-014-2/+36
* Extend attribute change validator to detect hnsw index property changes.Tor Egge2020-04-302-0/+64
* Add feature flag for enabling three phase updatesTor Brede Vekterli2020-04-293-2/+29
* Merge pull request #13109 from vespa-engine/vekterli/add-feature-flag-for-dis...Tor Brede Vekterli2020-04-293-2/+31
|\
| * Add feature flag for enabling distributor B-tree bucket DBTor Brede Vekterli2020-04-293-2/+31
* | Revert "Add method to fetch constants as tensors"Lester Solbakken2020-04-291-4/+6
|/
* Add method to fetch constants as tensorsLester Solbakken2020-04-291-6/+4
* Temporarily disable proxy-protocol for port 4443 in jdiscBjørn Christian Seime2020-04-283-11/+51
* Merge branch 'master' into hmusum/use-docker-image-instead-of-string-3Harald Musum2020-04-2726-105/+260
|\
| * Remove unnecessary dependencies to vespalog.gjoranv2020-04-271-6/+0
| * Merge pull request #13067 from vespa-engine/lesters/bert-searchlib-and-config...Jon Bratseth2020-04-268-54/+98
| |\
| | * Remove unused importLester Solbakken2020-04-261-1/+0
| | * Fix unit testsLester Solbakken2020-04-265-36/+43
| | * Add functions used by firstphase, secondphase and summary firstLester Solbakken2020-04-262-14/+26
| | * Avoid re-resolving types of diamond-shaped dependenciesLester Solbakken2020-04-261-4/+30
| * | Let size of thread pool and Q follow number of cores on the machine where it ...Henning Baldersheim2020-04-255-2/+119
| * | Use java.util.logging.Level in static imports.gjoranv2020-04-251-3/+3
| * | LogLevel -> Level for isLoggable()gjoranv2020-04-251-3/+3
| * | LogLevel.WARNING -> Level.WARNINGgjoranv2020-04-255-7/+7
| * | LogLevel.INFO -> Level.INFOgjoranv2020-04-254-4/+4