aboutsummaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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.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
|\
| * 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 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
| | * | Use utililty to simplify adding bundlesgjoranv2020-07-171-7/+10
| | * | Reapply "Load platform bundles separately 3"gjoranv2020-07-176-35/+24
| | * | 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
| | * | 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
| | * | 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
| | * | Split bundles.def into platform-bundles and application-bundlesgjoranv2020-07-146-20/+34
| | * | 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
* | | | Setup executor directly instead of provider in ThreadPoolExecutorComponentBjørn Christian Seime2020-07-143-7/+8
* | | | 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
* | | 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
* | | Revert "Increase JVM heap for logserver-container"Harald Musum2020-07-131-1/+1
* | | Merge pull request #13872 from vespa-engine/vekterli/expose-metrics-for-concu...Tor Brede Vekterli2020-07-131-0/+3
|\ \ \