summaryrefslogtreecommitdiffstats
path: root/config-model/src
Commit message (Collapse)AuthorAgeFilesLines
* Enforce at least one cert in filesMorten Tokle2022-12-022-1/+28
|
* Revert "Let list handling catch up with Java 17"Bjørn Christian Seime2022-12-0215-77/+130
|
* Let list handling catch up with Java 17Henning Baldersheim2022-12-0215-130/+77
|
* Merge pull request #25084 from ↵Harald Musum2022-12-021-2/+4
|\ | | | | | | | | vespa-engine/balder/make-sentinel-config-generation-well-defined Avoid Map.copyOf when you ahve a Map with well defined ordering that …
| * Avoid Map.copyOf when you ahve a Map with well defined ordering that you ↵Henning Baldersheim2022-12-011-2/+4
| | | | | | | | want to preserve
* | Merge pull request #25065 from ↵Harald Musum2022-12-024-11/+11
|\ \ | |/ |/| | | | | vespa-engine/revert-25064-revert-25062-balder/gc-even-more-guava-usage Revert "Revert "- Reduce usage of guava.""
| * Use well defined order where we output text and generate config. Makes ↵Henning Baldersheim2022-12-014-11/+11
| | | | | | | | config stable and simple tests predictable.
* | Merge pull request #25074 from ↵Jon Marius Venstad2022-12-013-18/+6
|\ \ | | | | | | | | | | | | vespa-engine/jonmv/fix-endpoint-service-privisioning Write new settings only on activation
| * | Write new settings only on activationjonmv2022-12-013-18/+6
| |/
* | Merge pull request #25059 from vespa-engine/mortent/validate-clientsMorten Tokle2022-12-016-6/+341
|\ \ | | | | | | Add client validations
| * | Use feature flag to controll rolooutMorten Tokle2022-12-011-0/+1
| | |
| * | Validate unique certificatesMorten Tokle2022-11-303-6/+241
| | |
| * | Add validation override for certificate removalMorten Tokle2022-11-303-0/+99
| |/
* / always use "go" version of vespa-start-container-daemonArne Juul2022-11-302-4/+1
|/
* Go back to parsing Import-Package with bndlib for nowHenning Baldersheim2022-11-292-11/+23
|
* Handle optional versionHenning Baldersheim2022-11-283-7/+41
|
* Revert "Revert "Use a simple tokenizer and replace the larger than ↵Henning Baldersheim2022-11-284-23/+82
| | | | container-search [run-systemtest]""
* Revert "Use a simple tokenizer and replace the larger than container-search ↵Henning Baldersheim2022-11-284-82/+23
| | | | [run-systemtest]"
* Merge pull request #25013 from vespa-engine/balder/avoid-biz-aQute-2Henning Baldersheim2022-11-284-23/+82
|\ | | | | Use a simple tokenizer and replace the larger than container-search [run-systemtest]
| * Use a simple tokenizer and replace the larger than container-search ↵Henning Baldersheim2022-11-284-23/+82
| | | | | | | | biz.aQute.bndlib
* | Merge pull request #25020 from vespa-engine/jonmv/vpc-endpoint-servicesJon Marius Venstad2022-11-282-5/+5
|\ \ | | | | | | Jonmv/vpc endpoint services
| * | Use same name as in schemajonmv2022-11-282-5/+5
| | |
* | | Drop SuppressFatalErrorMessageHenning Baldersheim2022-11-282-24/+7
| | |
* | | Merge pull request #24960 from vespa-engine/mortent/clients-configBjørn Christian Seime2022-11-289-8/+434
|\ \ \ | |/ / |/| | Cloud data plane filter config
| * | Add legacy test casesMorten Tokle2022-11-281-36/+100
| | |
| * | Add cloud data plane filter chains for cloudBjørn Christian Seime2022-11-255-11/+74
| | |
| * | Generate minimal config for legacy modeMorten Tokle2022-11-223-19/+14
| | |
| * | Generate config for clientsMorten Tokle2022-11-225-7/+281
| | |
| * | Add schema for clientsMorten Tokle2022-11-222-1/+24
| | |
| * | Add flag to enable clients featureMorten Tokle2022-11-221-0/+7
| | |
* | | Don't lose illegal argument classificationJon Bratseth2022-11-281-1/+5
| | |
* | | Minor cleanupHenning Baldersheim2022-11-261-2/+1
| |/ |/|
* | Merge pull request #24979 from ↵Jon Marius Venstad2022-11-255-3/+92
|\ \ | | | | | | | | | | | | vespa-engine/jonmv/relax-cloud-account-requirements Configure VPC endpoint services for container clusters
| * | Read load-balancer allowed URNs from container xml, wire to provisionerjonmv2022-11-245-3/+92
| | |
* | | Cleanup and throw IllegalArgumentException on invalid pathJon Bratseth2022-11-251-3/+3
|/ /
* | Use new location for ZooKeeper TLS config fileHarald Musum2022-11-243-5/+5
| |
* | Put the RpcClient back in the RpcResourcePool where it belongs.Henning Baldersheim2022-11-231-12/+0
| | | | | | | | Remove parts of schema test no longer valid.
* | Only have the DispatchNodesConfig inject into one component.Henning Baldersheim2022-11-232-25/+3
| | | | | | | | | | Let RpcResourcePool/RpcClient be owned by the dispatcher. Step 2 in preparing for smooth handling of content cluster changes.
* | Splitt nodes static and dynamic config in DispatchConfig to prepare for ↵Henning Baldersheim2022-11-215-25/+55
|/ | | | seamless cluster changes.
* GC unusedHenning Baldersheim2022-11-212-4/+0
| | | | | | | -useMultilevelDispatch -useLocalNode -searchableCopies -mergeGroupingResultInSearchInvokerEnabled
* Nicer deploy errorsJon Bratseth2022-11-202-9/+9
|
* Merge pull request #24923 from vespa-engine/bjorncs/fixBjørn Christian Seime2022-11-181-2/+4
|\ | | | | Ensure elements are unique and ordering is consistent
| * Ensure elements are unique and ordering is consistentBjørn Christian Seime2022-11-181-2/+4
| |
* | Support GPU in node specificationMartin Polden2022-11-174-5/+33
| |
* | Convert to text blockMartin Polden2022-11-161-36/+38
|/
* Merge pull request #24850 from vespa-engine/bratseth/ms-marco-testKristian Aune2022-11-163-3/+49
|\ | | | | Test the MS marco notebook app application package
| * Test the MS marco notebook app application packageJon Bratseth2022-11-143-3/+49
| |
* | Merge pull request #24875 from ↵Henning Baldersheim2022-11-152-3/+11
|\ \ | | | | | | | | | | | | vespa-engine/balder/reduce-number-of-flush-threads - If less than 16G memory only use single flush thread.
| * | Update ↵Henning Baldersheim2022-11-151-1/+1
| | | | | | | | | | | | | | | config-model/src/main/java/com/yahoo/vespa/model/search/NodeResourcesTuning.java Co-authored-by: Geir Storli <geirst@yahooinc.com>
| * | Update ↵Henning Baldersheim2022-11-151-1/+1
| | | | | | | | | | | | | | | config-model/src/main/java/com/yahoo/vespa/model/search/NodeResourcesTuning.java Co-authored-by: Geir Storli <geirst@yahooinc.com>