summaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* Specify model version in todo'sJon Bratseth2020-05-251-1/+1
* Revert "Merge pull request #13353 from vespa-engine/revert-13348-bratseth/rea...Jon Bratseth2020-05-2513-89/+94
* Revert "Bratseth/real resources in model"Harald Musum2020-05-2313-94/+89
* Merge pull request #13351 from vespa-engine/gjoranv/injectable-query-profile-...gjoranv2020-05-233-2/+16
|\
| * 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-221-2/+2
| * Add CompiledQueryProfileRegistry component for injection.gjoranv2020-05-221-0/+6
* | Update config-model/src/main/java/com/yahoo/config/model/provision/SingleNode...Jon Bratseth2020-05-221-6/+0
* | Access resources directlyJon Bratseth2020-05-228-57/+57
* | Clean up HostSpec constructorsJon Bratseth2020-05-224-9/+16
* | Clean up HostSpec constructorsJon Bratseth2020-05-226-29/+32
* | 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-201-6/+0
* Merge pull request #13311 from vespa-engine/gjoranv/create-registry-from-configgjoranv2020-05-201-0/+6
|\
| * Follow naming convention by using singular 'profileRegistry'gjoranv2020-05-191-2/+2
| * Add CompiledQueryProfileRegistry component for injection.gjoranv2020-05-191-0/+6
* | Default dispatch policy is now adapative meaning that it will loadbalance gro...Henning Baldersheim2020-05-202-11/+0
* | Async put, update and remove are now default in the backend.Henning Baldersheim2020-05-193-23/+6
* | 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-132-7/+2
* Merge pull request #13229 from vespa-engine/geirst/distance-metric-when-not-h...Geir Storli2020-05-136-28/+16
|\
| * Support specifying a distance metric for nearest neighbor search when not hav...Geir Storli2020-05-126-28/+16
* | Increase default feed concurrency from 0.4 to 0.5Henning Baldersheim2020-05-121-1/+1
|/
* TypoHenning Baldersheim2020-05-101-2/+2
* Control num response threads with flagHenning Baldersheim2020-05-103-6/+21
* Preserve compatibility with older config modelsMartin Polden2020-05-061-1/+1
* Model cloud features explicitlyMartin Polden2020-05-061-5/+1
* Remove dead codeHarald Musum2020-05-064-21/+0
* When using multiple threads per search we will never have 100% dutycycle to t...Henning Baldersheim2020-05-013-2/+17
* Extend attribute change validator to detect hnsw index property changes.Tor Egge2020-04-301-0/+22
* Add feature flag for enabling three phase updatesTor Brede Vekterli2020-04-292-2/+13
* Merge pull request #13109 from vespa-engine/vekterli/add-feature-flag-for-dis...Tor Brede Vekterli2020-04-292-2/+16
|\
| * Add feature flag for enabling distributor B-tree bucket DBTor Brede Vekterli2020-04-292-2/+16
* | 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-282-11/+16
* Merge branch 'master' into hmusum/use-docker-image-instead-of-string-3Harald Musum2020-04-2719-63/+178
|\
| * Merge pull request #13067 from vespa-engine/lesters/bert-searchlib-and-config...Jon Bratseth2020-04-263-18/+55
| |\
| | * Remove unused importLester Solbakken2020-04-261-1/+0
| | * 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-254-2/+80
| * | 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