summaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Collapse)AuthorAgeFilesLines
* Add feature flag for unordered merge chainingTor Brede Vekterli2021-11-173-2/+32
|
* Merge pull request #20041 from vespa-engine/bjorncs/cleanupBjørn Christian Seime2021-11-172-17/+11
|\ | | | | Remove feature flag for connection life and hardcode 45 sec
| * Remove feature flag for connection life and hardcode 45 secBjørn Christian Seime2021-11-162-17/+11
| |
| * Revert "Add clusterid"Harald Musum2021-11-161-3/+0
| |
| * Include clusterIdMorten Tokle2021-11-151-0/+3
| |
* | Include clusterIdMorten Tokle2021-11-161-0/+3
| |
* | ignore requested stack sizesArne H Juul2021-11-151-0/+3
|/ | | | | * for C++ threads only * triggered by feature flag, by default use old behavior
* Merge pull request #19928 from vespa-engine/mortent/validate-cloud-secret-storeØyvind Grønnesby2021-11-112-0/+30
|\ | | | | Validate system can set up cloud secret store
| * Validate system can set up cloud secret storeMorten Tokle2021-11-112-0/+30
| |
* | Merge pull request #19965 from ↵Henning Baldersheim2021-11-114-60/+11
|\ \ | | | | | | | | | | | | vespa-engine/balder/gc-compression-support-in-java GC dompression support in java.
| * | SimplifyHenning Baldersheim2021-11-111-5/+3
| | |
| * | GC dompression support in java.Henning Baldersheim2021-11-104-57/+10
| | |
* | | Merge pull request #19955 from vespa-engine/mortent/lbservices-configMorten Tokle2021-11-118-7/+143
|\ \ \ | |/ / |/| | Generate routing endpoints in config model
| * | Support application level endpointsMorten Tokle2021-11-116-14/+22
| | |
| * | Only generate endpoints for hosted VespaMorten Tokle2021-11-102-2/+3
| | |
| * | Let config model generate endpointsMorten Tokle2021-11-104-1/+128
| | |
* | | Merge pull request #19949 from vespa-engine/bratseth/struct-inheritanceHenning Baldersheim2021-11-107-45/+103
|\ \ \ | | | | | | | | Support struct inheritance
| * | | Support struct inheritanceJon Bratseth2021-11-107-45/+103
| |/ /
* / / JDK 17: Fix out-of-sequence javadoc headers.gjoranv2021-11-101-5/+5
|/ /
* | Add application to systeminfoJon Bratseth2021-11-091-1/+0
| |
* | CleanupJon Bratseth2021-11-093-14/+16
| |
* | Access in this when modifyingJon Bratseth2021-11-096-6/+17
| |
* | Create implicit summaries for each schema separatelyJon Bratseth2021-11-095-79/+134
|/
* fix two missing replacements after copy-pasteArne H Juul2021-11-081-2/+2
|
* let match-features inherit alsoArne H Juul2021-11-085-1/+50
| | | | | * a rank-profile can now inherit its parent's match-features and add its own, exactly the same way as summary-features.
* Just fetch file references directly from fileregistry as there is no need to ↵Henning Baldersheim2021-11-0519-119/+20
| | | | assiciate them with services.
* Merge pull request #19889 from ↵Harald Musum2021-11-054-54/+60
|\ | | | | | | | | vespa-engine/balder/step-one-in-making-final-and-simpler - Move blob to LargeRankExpressions and prepare som simplifying Distr…
| * - Move blob to LargeRankExpressions and prepare som simplifying ↵Henning Baldersheim2021-11-054-54/+60
| | | | | | | | DistributableResource and make members final.
* | Merge pull request #19888 from ↵Geir Storli2021-11-053-0/+43
|\ \ | |/ |/| | | | | vespa-engine/geirst/shared-field-writer-executor-feature-flag Add feature flag for whether to use a shared field writer executor fo…
| * Add feature flag for whether to use a shared field writer executor for the ↵Geir Storli2021-11-053-0/+43
| | | | | | | | document database(s) in proton.
* | LargeExpressions are not needed in the vespa-model after construction, so do ↵Henning Baldersheim2021-11-052-18/+13
| | | | | | | | not keep it alive for nothing
* | Merge pull request #19880 from ↵Martin Polden2021-11-051-3/+8
|\ \ | |/ |/| | | | | vespa-engine/mpolden/application-level-endpoint-syntax Finalize application-level endpoint syntax
| * Finalize application-level endpoint syntaxMartin Polden2021-11-041-3/+8
| |
* | extend unit test with match-featuresArne H Juul2021-11-044-2/+104
| |
* | Avoid using deprecated methodsHenning Baldersheim2021-11-033-3/+3
| |
* | Avoid intermediate NegativeNode in the leaf nodes, adding approximately ↵Henning Baldersheim2021-11-031-5/+5
| | | | | | | | 15-20% extra nodes.
* | Update expected resultsHenning Baldersheim2021-11-033-6/+6
| |
* | Merge pull request #19849 from vespa-engine/balder/add-long-valueHenning Baldersheim2021-11-032-45/+45
|\ \ | | | | | | Add a LongValue to preserve integer numbers.
| * | Add a LongValue to preserve integer numbers.Henning Baldersheim2021-11-032-45/+45
| | |
* | | add match-features in config-modelArne H Juul2021-11-033-20/+73
|/ / | | | | | | | | | | | | | | | | * extend parser with single-line and multi-line "match-features" * add match features in RankProfile * rewrite match features if necessary * generate config for the backend New code is similar to the way "summary-features" and "rank-features" are handled.
* / Separate RankProfileRegistry from Application to reduce its lifetime to be ↵Henning Baldersheim2021-11-034-21/+14
|/ | | | | | only during model building. Application is kept alive from Schema which is kept alive from NamedSchema and lives permanently in the model.
* Add instance and weight attributes to deployment schemaMartin Polden2021-11-021-0/+2
|
* Unify on using a list for backing.Henning Baldersheim2021-11-021-4/+4
|
* Add ZoneInfoJon Bratseth2021-10-311-0/+1
|
* Update expected valueJon Bratseth2021-10-291-4/+4
|
* Update config-model/src/main/java/com/yahoo/vespa/model/search/NodeSpec.javaJon Bratseth2021-10-281-1/+1
| | | Co-authored-by: Geir Storli <geirst@yahooinc.com>
* Explain groupJon Bratseth2021-10-281-2/+7
|
* Update 2020 Oath copyrights.gjoranv2021-10-2733-33/+33
|
* Update 2019 Oath copyrights.gjoranv2021-10-2718-18/+18
|
* Merge pull request #19741 from vespa-engine/balder/consistent-namingHenning Baldersheim2021-10-273-9/+9
|\ | | | | Balder/consistent naming