summaryrefslogtreecommitdiffstats
path: root/configserver
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #17688 from vespa-engine/freva/filter-ccValerij Fredriksen2021-05-023-19/+36
|\
| * Make privateValerij Fredriksen2021-05-021-1/+1
| * Do not process metrics we dont care aboutValerij Fredriksen2021-04-303-19/+36
* | Sort mappers according to class hierarchy to match most specific mapperJon Marius Venstad2021-04-301-1/+1
* | Use RestApi for TenantHandlerJon Marius Venstad2021-04-302-137/+88
* | Check built-in response exceptions firstJon Marius Venstad2021-04-301-1/+1
* | Revert "Merge pull request #17664 from vespa-engine/revert-17658-jonmv/rest-a...Jon Marius Venstad2021-04-303-3/+6
|/
* Expose content resource usage metrics from cluster-controllerValerij Fredriksen2021-04-295-24/+112
* Revert "Support loadbalancer/v1 and application/v2/tenant without trailing sl...Harald Musum2021-04-293-6/+3
* Merge pull request #17658 from vespa-engine/jonmv/rest-api-bindings-without-t...Jon Marius Venstad2021-04-293-3/+6
|\
| * Use a single bindingJon Marius Venstad2021-04-291-2/+1
| * Fix quirky binding match setupJon Marius Venstad2021-04-292-0/+4
| * Support loadbalancer/v1 and application/v2/tenant without trailing slashJon Marius Venstad2021-04-292-3/+3
* | Print more of stack trace on config serverHarald Musum2021-04-291-0/+1
|/
* More lazy debug log message generationJon Marius Venstad2021-04-2827-82/+66
* Switch connection only when the current one is failingHarald Musum2021-04-281-1/+1
* Merge pull request #17612 from vespa-engine/hmusum/change-how-to-switch-conne...Harald Musum2021-04-271-1/+1
|\
| * Change the way we switch connection when the current one is not workingHarald Musum2021-04-271-1/+1
* | Revert "Use a single-threaded executor that delegates to another for ZK sessi...Harald Musum2021-04-274-51/+11
* | Remove flag, current flag override is true everywhereHarald Musum2021-04-271-9/+3
* | Merge pull request #17600 from vespa-engine/freva/feeding-blocked-metricJon Marius Venstad2021-04-2714-129/+122
|\ \
| * | Add feedingBlocked to deployment metrics responseValerij Fredriksen2021-04-261-0/+1
| * | Use SlimeJsonResponseValerij Fredriksen2021-04-264-47/+11
| * | Aggregate feeding blocked metricValerij Fredriksen2021-04-264-6/+37
| * | Reformat JSON filesValerij Fredriksen2021-04-268-76/+73
| |/
* | Override awaitTermination() as wellHarald Musum2021-04-271-0/+6
* | Use a single-threaded executor that delegates to another for ZK session workHarald Musum2021-04-264-11/+45
|/
* Merge pull request #17591 from vespa-engine/freva/deploy-logValerij Fredriksen2021-04-261-5/+20
|\
| * Add DeployLogger::logApplicationPackageValerij Fredriksen2021-04-261-2/+18
| * Do not log with prefix to JSON deploy logValerij Fredriksen2021-04-261-4/+3
* | Reapply "Flag to allow disabling mtls"Morten Tokle2021-04-261-0/+8
|/
* Revert "Revert "Revert "Flag to allow disabling mtls"""Harald Musum2021-04-251-8/+0
* Revert "Revert "Flag to allow disabling mtls""Harald Musum2021-04-251-0/+8
* Revert "Flag to allow disabling mtls"Morten Tokle2021-04-251-8/+0
* Ensure consistent flag value for generationMorten Tokle2021-04-231-3/+3
* Flag to allow disabling mtlsMorten Tokle2021-04-231-0/+8
* Merge pull request #17518 from vespa-engine/hmusum/dont-load-application-when...Harald Musum2021-04-221-4/+6
|\
| * Just return not found if application not loadedHarald Musum2021-04-211-4/+6
* | Log actual time when redeployment starts and finishesHarald Musum2021-04-221-5/+7
* | Separate config for threads used for redeployment of appsHarald Musum2021-04-221-2/+2
|/
* Add config and feature flag for the number of distributor stripes.Geir Storli2021-04-201-0/+3
* Double timeout waiting for activation on config servers to 120 secondsHarald Musum2021-04-191-1/+1
* Merge pull request #17468 from vespa-engine/jonmv/short-conn-ttl-for-config-c...Jon Marius Venstad2021-04-161-3/+2
|\
| * Use a short connection TTL to avoid many connections, instead of Connection: ...Jon Marius Venstad2021-04-161-3/+2
* | Merge pull request #17440 from vespa-engine/mortent/custom-acl-mappingMorten Tokle2021-04-161-0/+3
|\ \ | |/ |/|
| * Custom acl mappingMorten Tokle2021-04-151-0/+3
* | Force HTTP/1.1 for config convergence checkerJon Marius Venstad2021-04-161-0/+2
|/
* Rename class to match naming convention of other handlersBjørn Christian Seime2021-04-121-1/+1
* Convert remaining JAX-RS resources to request handlersBjørn Christian Seime2021-04-121-16/+12
* Merge pull request #17363 from vespa-engine/jonmv/reapply-close-closeable-res...Jon Marius Venstad2021-04-124-7/+14
|\