summaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #10333 from ↵Øyvind Grønnesby2019-08-201-1/+5
|\ | | | | | | | | vespa-engine/ogronnesby/add-client-authorize-to-schema Add client-authorize to RNG schema
| * Add client-authorize to RNG schemaØyvind Grønnesby2019-08-201-1/+5
| |
* | Merge pull request #10322 from ↵Henning Baldersheim2019-08-1913-60/+105
|\ \ | |/ |/| | | | | vespa-engine/balder/add-termwise-limit-featureflag Add feature flag for controlling termwise limit default.
| * Hide and annotate for 'testing only'Henning Baldersheim2019-08-196-10/+15
| |
| * Optional<Double> -> OptionalDoubleHenning Baldersheim2019-08-191-2/+3
| |
| * Add feature flag for controlling termwise limit default.Henning Baldersheim2019-08-199-51/+90
| |
* | Merge pull request #10265 from ↵gjoranv2019-08-194-15/+18
|\ \ | |/ |/| | | | | vespa-engine/hmusum/cleanup-namespace-handling-for-config Hmusum/cleanup namespace handling for config
| * Cleanup of config definition name and namespaceHarald Musum2019-08-144-15/+18
| | | | | | | | | | Config definition name and namespace are mandatory, so no need to fallback to default namespace anymore
* | Merge pull request #10262 from vespa-engine/bjorncs/http-bindings-cleanupBjørn Christian Seime2019-08-164-7/+11
|\ \ | | | | | | Don't use wildcard scheme in uri patterns
| * | Fix assertionBjørn Christian Seime2019-08-152-5/+9
| | | | | | | | | | | | Convert paths to bindings to perform correct comparison
| * | Don't use wildcard scheme in uri patternsBjørn Christian Seime2019-08-133-3/+3
| |/
* | Merge pull request #10289 from vespa-engine/hmusum/cleanup-tests-2Henning Baldersheim2019-08-1524-167/+164
|\ \ | | | | | | Cleanup of tests, no changes
| * | Cleanup of tests, no changesHarald Musum2019-08-1524-167/+164
| | |
* | | Revert "Merge pull request #10281 from ↵Jon Bratseth2019-08-143-133/+90
|/ / | | | | | | | | | | | | vespa-engine/revert-10274-bratseth/remove-allocation-by-flavor" This reverts commit 3e7642b5f236321b299a2496098c19e7fc55843c, reversing changes made to fc6ebf45c0ef126043eb9db4cf613958ce665411.
* | Revert "Bratseth/remove allocation by flavor"Harald Musum2019-08-143-90/+133
| |
* | Merge pull request #10274 from vespa-engine/bratseth/remove-allocation-by-flavorJon Bratseth2019-08-143-133/+90
|\ \ | | | | | | Bratseth/remove allocation by flavor
| * | Remove handling of legacy flavor allocationsJon Bratseth2019-08-141-4/+3
| | |
| * | Validate legacy node resource strings moreJon Bratseth2019-08-141-10/+0
| | |
| * | Remove support for legacy flavor stringsJon Bratseth2019-08-143-123/+91
| |/
* | Merge pull request #10238 from vespa-engine/ogronnesby/propagate-ca-in-configØyvind Grønnesby2019-08-149-12/+116
|\ \ | | | | | | Add the CA certificates to configuration and read it from app package
| * | Remove part of if statement that should have been movedØyvind Grønnesby2019-08-141-1/+1
| | |
| * | Use temporary folder rule for application directoryØyvind Grønnesby2019-08-141-1/+5
| | |
| * | Revert "Create ability to use JimFS in MockApplicationPackage"Øyvind Grønnesby2019-08-143-57/+47
| | | | | | | | | | | | This reverts commit f68fae7329b21c87793909c1638b210a6784ca3e.
| * | Test that we a) get certificate in config, and b) respect the services.xml ↵Øyvind Grønnesby2019-08-131-0/+39
| | | | | | | | | | | | config
| * | Check that we are configured to use certificates to validateØyvind Grønnesby2019-08-132-0/+17
| | |
| * | Create ability to use JimFS in MockApplicationPackageØyvind Grønnesby2019-08-133-47/+57
| | |
| * | Merge remote-tracking branch 'origin/master' into ↵Øyvind Grønnesby2019-08-132-12/+12
| |\ \ | | | | | | | | | | | | ogronnesby/propagate-ca-in-config
| * | | Add the CA certificates to configuration and read it from application packageØyvind Grønnesby2019-08-128-12/+56
| | | |
* | | | Merge pull request #10245 from ↵Harald Musum2019-08-1421-82/+41
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | vespa-engine/hmusum/remove-header-and-body-from-searchdefinitions Hmusum/remove header and body from searchdefinitions
| * | | Fix copyrightHarald Musum2019-08-131-1/+1
| | | |
| * | | Remove header and body from search definitionsHarald Musum2019-08-1321-82/+41
| | |/ | |/| | | | | | | | | | Remove from .sd files used in tests, add test that checks that header and body still is allowed
* | | Don't print stack traceJon Bratseth2019-08-131-1/+0
| | |
* | | MergeJon Bratseth2019-08-1310-26/+29
|/ /
* / Move FS4ResourcePool component to ApplicationContainerBjørn Christian Seime2019-08-122-12/+12
|/ | | | Move FS4ResourcePool to ensure that the component gets correct QrConfig.
* Ensure that explicit proton resource limits have precedence over default ↵Geir Storli2019-08-086-16/+29
| | | | node flavor tuning.
* Remove long gone searchcolumn.Henning Baldersheim2019-08-061-5/+10
|
* Merge pull request #10190 from vespa-engine/balder/feed-concurrency-35-percentHenning Baldersheim2019-08-062-5/+5
|\ | | | | 30% -> 35% feed concurrency.
| * 30% -> 35% feed concurrency.Henning Baldersheim2019-08-052-5/+5
| |
* | Merge pull request #10193 from vespa-engine/arnej/refactor-requestor-api-5Henning Baldersheim2019-08-0628-185/+241
|\ \ | | | | | | retry: refactor requestor api
| * | retry: refactor requestor apiArne Juul2019-08-0628-185/+241
| |/ | | | | | | | | | | | | * add and switch to API for explicitly allocating network ports * remove now-unused getPortSuffixes * remove now-unused requiresConsecutivePorts * remove now-unused reservePortPrepended
* | Nonfunctional changes onlyJon Bratseth2019-08-052-19/+24
| |
* | Allow both attribute and index with n-gramJon Bratseth2019-08-053-10/+7
|/
* Merge pull request #10025 from vespa-engine/geirst/improve-content-node-tuningGeir Storli2019-08-052-4/+27
|\ | | | | Reserve 1GB of memory for other processes running on the content node…
| * Reserve 1GB of memory for other processes running on the content node when ↵Geir Storli2019-07-122-5/+27
| | | | | | | | calculating write filter memory limit.
* | Revert "Arnej/refactor requestor api 4"Arne H Juul2019-08-0428-241/+185
| |
* | Only use toplevel groups for redundancy calculations.Henning Baldersheim2019-08-031-1/+1
| |
* | Expose totalNodes and add at least one test for partitions configHenning Baldersheim2019-08-023-2/+14
| |
* | Revert "Revert "As redundancy and searchable copies depends on group setup ↵Henning Baldersheim2019-08-0211-131/+116
| | | | | | | | normally,""
* | Revert "As redundancy and searchable copies depends on group setup normally,"Henning Baldersheim2019-08-0211-116/+131
| |
* | Leave default as is.Henning Baldersheim2019-08-021-1/+1
| |