summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/java/com
Commit message (Expand)AuthorAgeFilesLines
* Update 2017 copyright notices.gjoranv2021-10-07273-277/+277
* Create config server when not configured explicitlyJon Bratseth2021-10-062-2/+2
* Merge branch 'master' into bratseth/initalize-fallback-singlenodeJon Bratseth2021-10-061-16/+13
|\
| * Assign host and call initServices on distributorJon Bratseth2021-10-061-16/+13
* | Call initService when falling back to a single nodeJon Bratseth2021-10-067-47/+52
|/
* Add feature flag for ignoring merge queue limit for forwarded (chained) mergesTor Brede Vekterli2021-10-061-4/+18
* Add feature flag for distributor merge busy wait.Geir Storli2021-10-041-0/+17
* Merge pull request #19404 from vespa-engine/add-node-indices-to-zone-apigjoranv2021-10-041-0/+1
|\
| * Expose node indices of a container cluster via SystemInfogjoranv2021-10-011-0/+1
* | Merge pull request #19400 from vespa-engine/geirst/fix-importing-complex-fiel...Geir Storli2021-10-011-1/+65
|\ \ | |/ |/|
| * Do not replace existing struct fields when populating a field.Geir Storli2021-10-011-1/+65
* | Scale threadpools with number of CPUs for non-hosted VespaBjørn Christian Seime2021-10-012-18/+6
|/
* Merge pull request #19380 from vespa-engine/lesters/stateless-eval-optionsJon Bratseth2021-10-011-0/+4
|\
| * Add parsing of ONNX Runtime session options to services.xmlLester Solbakken2021-09-301-0/+4
* | Revert "Scale threadpools with number of CPUs for non-hosted Vespa"Bjørn Christian Seime2021-10-012-6/+18
* | Scale queue size for access/connection log locallyBjørn Christian Seime2021-09-301-1/+1
* | Scale threadpools with number of CPUs for non-hosted VespaBjørn Christian Seime2021-09-302-18/+6
* | Scale jdisc threadpools with cpus available in JVMBjørn Christian Seime2021-09-302-14/+9
* | Determine Jetty threadpool size locallyBjørn Christian Seime2021-09-301-8/+4
|/
* Merge pull request #19277 from vespa-engine/revert-19276-revert-19096-install...gjoranv2021-09-273-7/+4
|\
| * Revert "Revert "Install common bundles via config model [run-systemtest]" MER...gjoranv2021-09-243-7/+4
* | GC fully deployed featuer flag enforce-rank-profile-inheritanceHenning Baldersheim2021-09-271-14/+2
* | Add featureflag control of container shutdown.Henning Baldersheim2021-09-251-19/+31
|/
* Revert "Install common bundles via config model [run-systemtest]"Henning Baldersheim2021-09-243-4/+7
* Make unit tests robust agains changes in platform bundles.gjoranv2021-09-232-7/+3
* Move PlatformBundles class out of 'xml' package.gjoranv2021-09-221-0/+1
* Ignore num-distributor-stripes flag and always tune when node resource is ava...Geir Storli2021-09-211-14/+6
* Remove code for only logging when using resource-limits in hostedHarald Musum2021-09-202-64/+9
* Validates the 'paged' attribute setting and throws if specified on unsupporte...Geir Storli2021-09-172-4/+54
* Expose ownership of RankingConstants so thread safety is explicit.Henning Baldersheim2021-09-143-5/+5
* Revert "Revert "Balder/wire executor to ml model importing""Henning Baldersheim2021-09-121-1/+4
* Revert "Balder/wire executor to ml model importing"Arne H Juul2021-09-101-4/+1
* Wire in and use an executor for ml model importing too.Henning Baldersheim2021-09-091-1/+4
* Wire in the executor up to TenantRepositoryHenning Baldersheim2021-09-091-0/+6
* Avoid stack overflow for function inlining caseLester Solbakken2021-09-091-1/+51
* Merge pull request #19037 from vespa-engine/hmusum/distribute-large-rank-expr...Harald Musum2021-09-092-4/+3
|\
| * Set default value for DISTRIBUTE_EXTERNAL_RANK_EXPRESSION to trueHarald Musum2021-09-092-4/+3
* | Write blobs (large rank expression files) for model evaluator testerLester Solbakken2021-09-091-1/+7
|/
* Allow inheriting any rankprofile until enforcing is enabled explicit.Henning Baldersheim2021-09-081-1/+14
* GC dry-run-onnx-on-setup flagHenning Baldersheim2021-09-081-11/+9
* If you seemingly inherit yourself, just assume that you try to inherit the sa...Henning Baldersheim2021-09-072-67/+145
* Merge branch 'balder/only-allow-legal-inheritance' of github.com:yahoo/vespa ...Henning Baldersheim2021-09-071-0/+1
|\
| * Merge branch 'master' into balder/only-allow-legal-inheritanceHenning Baldersheim2021-09-071-0/+1
| |\
| | * Add safeguards for num distributor stripes being set to -1.Geir Storli2021-09-071-0/+1
* | | Use fully qualified rank-profile namesHenning Baldersheim2021-09-071-2/+2
* | | It is too early to check inheritance during parsing. We must wait until all s...Henning Baldersheim2021-09-071-1/+1
|/ /
* | Detect cyclic inheritance.Henning Baldersheim2021-09-071-0/+19
* | Verify that you can not inherit yourself.Henning Baldersheim2021-09-071-0/+17
* | Add test for sideways inheritance, and do not test inhertitance from self acc...Henning Baldersheim2021-09-071-1/+1
* | Verify that rank profile inheritance is correct and sound. The rank profile m...Henning Baldersheim2021-09-072-1/+47
|/