summaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Collapse)AuthorAgeFilesLines
* Add back optionalNodeResourcesFromSlimeHarald Musum2020-08-181-1/+1
| | | | | | | We don't serialize requested resources (Noderesources) when they are empty (as they are when they are created with unspecified()), so cannot remove optionalNodeResourcesFromSlime before that is done in some other way
* Improve error messageBjørn Christian Seime2020-08-171-1/+1
|
* Model user-generated and non user-generated bindings as separate sub-classesBjørn Christian Seime2020-08-1723-127/+153
|
* Allow 'https' in schemeBjørn Christian Seime2020-08-172-3/+3
|
* Remove logging on https scheme from FilterBindingBjørn Christian Seime2020-08-174-27/+13
| | | | This warning is now produced by UriBindingsValidator
* Restrict uri bindings for hosted applicationsBjørn Christian Seime2020-08-174-0/+186
|
* Use BindingPattern to represent all types of binding in config modelBjørn Christian Seime2020-08-1727-179/+224
|
* Remove unused methodBjørn Christian Seime2020-08-171-6/+1
|
* Rename 'Binding' -> 'FilterBinding'Bjørn Christian Seime2020-08-176-24/+24
|
* Introduce type for binding patternsBjørn Christian Seime2020-08-172-0/+180
|
* Merge pull request #14035 from vespa-engine/balder/unify-testsJon Bratseth2020-08-133-32/+31
|\ | | | | Minor unification of tests.
| * Minor unification of tests.Henning Baldersheim2020-08-123-32/+31
| |
* | GC unused services.xml codeHenning Baldersheim2020-08-121-6/+0
| |
* | Report requests to /search as request type readMorten Tokle2020-08-121-3/+4
|/
* Merge pull request #12938 from vespa-engine/kkraune/schemaKristian Aune2020-08-111-12/+11
|\ | | | | use schema
| * dummyKristian Aune2020-08-111-1/+0
| |
| * use schemakkraune2020-04-161-11/+11
| |
* | Move any single set_language operation to the topJon Bratseth2020-08-0622-148/+226
| |
* | Revert "Bjorncs/container thread pool"Henning Baldersheim2020-08-046-153/+26
| |
* | Remove support for search definitions in docproc bundlesHarald Musum2020-08-047-90/+3
| |
* | Merge branch 'master' into bjorncs/container-thread-poolHenning Baldersheim2020-08-0410-68/+55
|\ \
| * | Remove ugly hackHarald Musum2020-07-291-2/+1
| | |
| * | Merge branch 'master' into hmusum/less-hardcoding-in-mockHarald Musum2020-07-2932-233/+474
| |\ \
| | * | Use new file distribution mocks for config serverHarald Musum2020-07-281-8/+13
| | | | | | | | | | | | | | | | | | | | * Use new mocks without the hardcoded hacks in the old ones * Let HostSystem avoid using hack for localhost for new file distribution mocks
| | * | Use try-with-resources, rename some variables, improve some messagesHarald Musum2020-07-281-1/+2
| | | |
| | * | Use plain strings for platform bundles, instead of file referencesgjoranv2020-07-184-9/+5
| | | |
| | * | Drop the now unnecessary 'file:' prefix for disk bundles.gjoranv2020-07-171-7/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - It was originally used to separate between disk bundles and bundles retrieved with file distribution. - Keep conversion code until the last model producing 'file:' has rolled out of hosted.
| | * | Use utililty to simplify adding bundlesgjoranv2020-07-171-7/+10
| | | |
| | * | Reapply "Load platform bundles separately 3"gjoranv2020-07-176-35/+24
| | | | | | | | | | | | | | | | This reverts commit 1c69b4e72b3212e3ce989a8675db08ac51b7f79d.
| | * | Revert "Load platform bundles separately 3"Harald Musum2020-07-176-24/+35
| | | |
| | * | Move new config defs to already exported package, and add to CMakeListsgjoranv2020-07-165-5/+5
| | | |
| | * | Reapply "Load platform bundles separately"gjoranv2020-07-166-35/+24
| | | | | | | | | | | | | | | | This reverts commit 0355cb740fe498abc03861bcb64de5e418c2fa88.
| | * | Revert "Reapply load platform bundles separately"Harald Musum2020-07-166-24/+35
| | | |
| | * | Move new config defs to already exported package, and add to CMakeListsgjoranv2020-07-165-5/+5
| | | |
| | * | Reapply "Load platform bundles separately"gjoranv2020-07-166-35/+24
| | | | | | | | | | | | | | | | This reverts commit 0355cb740fe498abc03861bcb64de5e418c2fa88.
| | * | Revert "Load platform bundles separately"Harald Musum2020-07-166-24/+35
| | | |
| | * | Add comment about platform bundles.gjoranv2020-07-151-0/+1
| | | |
| | * | Remove all usage of BundleConfig and bundles.cfg test files.gjoranv2020-07-153-26/+0
| | | | | | | | | | | | | | | | | | | | | | | | - The latter were not even used by the tests. - The bundles.def file itself will be removed when the last model using it has rolled out of hosted Vespa.
| | * | Split bundles.def into platform-bundles and application-bundlesgjoranv2020-07-146-20/+34
| | | | | | | | | | | | | | | | - The new configs are only generated, but not used.
| | * | Use verbose gc logging for logserver-containerHarald Musum2020-07-141-1/+2
| | | |
| * | | Do not hardcode entries and source host in mockHarald Musum2020-07-122-14/+17
| | | | | | | | | | | | | | | | | | | | * Use hostname of localhost if host not found and equal to localhost instead of hardcoded name for tests
* | | | Setup executor directly instead of provider in ThreadPoolExecutorComponentBjørn Christian Seime2020-07-143-7/+8
| | | | | | | | | | | | | | | | Config model only allows a single provider for a given type.
* | | | Use separate threadpools for feeding APIsBjørn Christian Seime2020-07-144-21/+147
| |/ / |/| |
* | | Use Set.ofgjoranv2020-07-141-77/+74
| | |
* | | Rename BundleMapper -> PlatformBundlesgjoranv2020-07-148-21/+16
| | |
* | | Simplify, and rename methods and fields to reflect that the onlygjoranv2020-07-142-85/+86
| | | | | | | | | | | | .. bundle we have special handling for is search-and-docproc
* | | Use absoluteBundlePath everywhere platform bundles are installed.gjoranv2020-07-141-4/+5
| | |
* | | Make absoluteBundlePath method simpler to usegjoranv2020-07-142-5/+4
| | |
* | | Remove defective methods to add platform bundles based on componentsgjoranv2020-07-142-22/+1
| | | | | | | | | | | | + Update TODO comment
* | | Revert "Increase JVM heap for logserver-container"Harald Musum2020-07-131-1/+1
| | |