summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Nonfunctional changes onlyJon Bratseth2018-12-138-42/+31
|
* Merge pull request #7934 from ↵Håkon Hallingstad2018-12-137-6/+46
|\ | | | | | | | | vespa-engine/hmusum/feature-flag-for-config-server-cache Use feature flag for when to use server cache
| * Inject FlagSource through component registryHarald Musum2018-12-136-5/+30
| |
| * Use feature flag for when to use server cacheHarald Musum2018-12-132-2/+17
| |
* | Merge pull request #7933 from ↵Tor Brede Vekterli2018-12-131-23/+18
|\ \ | |/ |/| | | | | vespa-engine/havardpe/use-portal-in-config-status-test use portal server for unit test
| * use portal server for unit testHåvard Pettersen2018-12-131-23/+18
|/
* Merge pull request #7929 from vespa-engine/andreer/self-hosted-cost-configLeandro Alves2018-12-137-11/+72
|\ | | | | configure cost for self-hosted properties
| * configure cost for self-hosted propertiesandreer2018-12-127-11/+72
| |
* | Merge pull request #7885 from ↵Harald Musum2018-12-132-3/+9
|\ \ | | | | | | | | | | | | vespa-engine/jvenstad/more-precise-convergence-logging Jvenstad/more precise convergence logging
| * | Check platform convergence for tester as wellJon Marius Venstad2018-12-062-2/+8
| | |
| * | State " has not started" when config gen is unknownJon Marius Venstad2018-12-061-1/+1
| | |
* | | Merge pull request #7928 from vespa-engine/gjoranv/revert-throttlingHarald Musum2018-12-124-171/+0
|\ \ \ | |_|/ |/| | Gjoranv/revert throttling
| * | Revert "Add support for connection throttling in JDisc"gjoranv2018-12-124-167/+0
| | | | | | | | | | | | This reverts commit 36221bb67238256d46cb0fe69ca682172d2bec65.
| * | Revert "Change memory threshold to a percentage of total memory"gjoranv2018-12-123-12/+8
| | | | | | | | | | | | This reverts commit 2db810113ffc50b26cae63c034cdf0f33b859c64.
| * | Revert "Pass correct argument to addBean"gjoranv2018-12-121-1/+1
|/ / | | | | | | This reverts commit b821372e19a98e9d87d6020e2208585863fb22ed.
* | Merge pull request #7926 from vespa-engine/bratseth/add-xml-rendererJon Bratseth2018-12-111-0/+7
|\ \ | | | | | | Add XmlRenderer to registry
| * | Add XmlRenderer to registryJon Bratseth2018-12-111-0/+7
| | |
* | | Merge pull request #7924 from ↵gjoranv2018-12-113-36/+31
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/hmusum/avoid-tests-writing-to-module-directory Refactor to avoid writing test data to module directory
| * | | Refactor to avoid writing test data to module directoryHarald Musum2018-12-113-36/+31
| | | |
* | | | Merge pull request #7921 from vespa-engine/hmusum/cleanupgjoranv2018-12-1114-99/+41
|\ \ \ \ | | | | | | | | | | Cleanup config definition repos and cache a bit
| * | | | Cleanup config definition repos and cache a bitHarald Musum2018-12-1114-99/+41
| | | | |
* | | | | Merge pull request #7925 from vespa-engine/gjoranv/bootstrap-threadsArnstein Ressem2018-12-111-4/+4
|\ \ \ \ \ | |_|_|/ / |/| | | | Use multiple threads for build with multiple modules
| * | | | Use multiple threads for build with multiple modulesgjoranv2018-12-111-4/+4
|/ / / / | | | | | | | | | | | | .. and one thread for single-module builds.
* | | | Merge pull request #7919 from ↵Tor Brede Vekterli2018-12-1117-41/+193
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/vekterli/support-certificate-authorization-mode-env-var-in-cpp-impl Add support for authorization mode environment variable in C++
| * | | | Rename `to_string` -> `enum_name` to better match semanticsTor Brede Vekterli2018-12-112-3/+3
| | | | |
| * | | | Add support for authorization mode environment variable in C++Tor Brede Vekterli2018-12-1017-41/+193
| | | | |
* | | | | Merge pull request #7923 from vespa-engine/bjorncs/fixHenning Baldersheim2018-12-111-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | | Pass correct argument to addBean
| * | | | Pass correct argument to addBeanBjørn Christian Seime2018-12-111-1/+1
|/ / / /
* | | | Merge pull request #7922 from vespa-engine/havardpe/prepare-for-tls-state-serverTor Brede Vekterli2018-12-114-6/+54
|\ \ \ \ | |_|/ / |/| | | Havardpe/prepare for tls state server
| * | | expose fallback authority (mostly for testing)Håvard Pettersen2018-12-101-0/+1
| | | |
| * | | avoid zombie connectionsHåvard Pettersen2018-12-071-0/+1
| | | |
| * | | make authority available to GET handlerHåvard Pettersen2018-12-074-6/+52
| | | | | | | | | | | | | | | | also test header inspection
* | | | Merge pull request #7917 from vespa-engine/hmusum/simplify-2Harald Musum2018-12-119-62/+67
|\ \ \ \ | | | | | | | | | | Simplify. No functional changes
| * | | | Simplify. No functional changesHarald Musum2018-12-109-62/+67
| | | | |
* | | | | Merge pull request #7918 from vespa-engine/bjorncs/authorization-modeBjørn Christian Seime2018-12-101-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | | Change LOG_ONLY config value from 'log-only' to 'log_only'
| * | | | Change LOG_ONLY config value from 'log-only' to 'log_only'Bjørn Christian Seime2018-12-101-1/+1
|/ / / /
* | | | Merge pull request #7915 from ↵Tor Brede Vekterli2018-12-103-29/+59
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/vekterli/simplify-code-with-separate-tls-engine-mutex Introduce extra mutex to avoid need for unlock guard
| * | | | Introduce extra mutex to avoid need for unlock guardTor Brede Vekterli2018-12-103-29/+59
| | | | | | | | | | | | | | | | | | | | Also add instructions on how to regenerate keys/certs for tests.
* | | | | Merge pull request #7907 from vespa-engine/bjorncs/jdisc-throttlingBjørn Christian Seime2018-12-104-0/+171
|\ \ \ \ \ | | | | | | | | | | | | Add support for connection throttling in JDisc
| * | | | | Change memory threshold to a percentage of total memoryBjørn Christian Seime2018-12-103-8/+12
| | | | | |
| * | | | | Add support for connection throttling in JDiscBjørn Christian Seime2018-12-074-0/+167
| | | | | |
* | | | | | unbreak cost test (#7916)Andreas Eriksen2018-12-101-2/+2
| |_|/ / / |/| | | |
* | | | | cost resources by property (#7789)Leandro Alves2018-12-1014-4/+331
| |/ / / |/| | |
* | | | Merge pull request #7914 from ↵Harald Musum2018-12-103-62/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/hmusum/remove-legacy-code-for-deleting-application Remove unused legacy code for deleting an application
| * | | | Remove unused legacy code for deleting an applicationHarald Musum2018-12-103-62/+5
|/ / / /
* | | | Merge pull request #7910 from ↵Geir Storli2018-12-103-3/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/toregge/add-position-field-tech-debt-commentds Adjust some comments related to position fields.
| * | | | Adjust some comments related to position fields.Tor Egge2018-12-073-3/+4
| |/ / /
* | | | Merge pull request #7912 from ↵Håkon Hallingstad2018-12-0821-181/+302
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/hakonhall/simplify-infrastructure-applications Monitor health of host-admin infrastructure applications
| * | | | Monitor health of host infra applicationsHåkon Hallingstad2018-12-087-26/+135
| | | | |
| * | | | Simplify infrastructure applicationsHåkon Hallingstad2018-12-0717-157/+169
| |/ / /