summaryrefslogtreecommitdiffstats
path: root/configserver
Commit message (Collapse)AuthorAgeFilesLines
* Always return false for feature flag for new metrics proxy.gjoranv2019-06-171-5/+0
| | | | | - Consistent with old default, it was only ever used in CD. - Flag is due for removal when no old models use it anymore.
* Add a comment warning about serialization format changesJon Bratseth2019-06-151-0/+7
|
* Merge pull request #9760 from vespa-engine/mpolden/store-container-endpointsMartin Polden2019-06-137-12/+108
|\ | | | | Write container endpoints on prepare
| * Fix log conditionMartin Polden2019-06-121-4/+6
| |
| * Write container endpoints to cacheMartin Polden2019-06-124-8/+45
| |
| * Write rotations as containers endpoints to ContainerEndpointsCacheMartin Polden2019-06-125-8/+65
| |
* | Move to a more suitable packageHarald Musum2019-06-125-15/+11
|/
* Merge pull request #9757 from vespa-engine/mpolden/container-endpoints-paramHarald Musum2019-06-126-22/+91
|\ | | | | Add prepare parameter for container endpoints
| * Add prepare parameter for container endpointsMartin Polden2019-06-122-19/+75
| |
| * Style fixes and missing authorMartin Polden2019-06-114-3/+16
| |
* | Merge pull request #9735 from vespa-engine/freva/tenant-host-cleanupValerij Fredriksen2019-06-111-17/+4
|\ \ | |/ |/| Zone application cleanup
| * Remove special handling of node-admin in ConfigConvergenceCheckerValerij Fredriksen2019-06-071-17/+4
| |
* | Merge pull request #9695 from vespa-engine/ogronnesby/create-new-rotations-cacheMartin Polden2019-06-115-0/+270
|\ \ | | | | | | Create new rotations cache that keeps info on endpoints and clusters
| * | Fix docstringØyvind Grønnesby2019-06-071-1/+1
| | |
| * | Re-implement RotationsCache with more semantically correct names and structureØyvind Grønnesby2019-06-068-294/+270
| | |
| * | Even simpler method names :)Øyvind Grønnesby2019-06-062-4/+4
| | |
| * | Rename methods to show that we are writing to diskØyvind Grønnesby2019-06-062-4/+4
| | |
| * | Use UncheckedIOException instead of RuntimeExceptionØyvind Grønnesby2019-06-061-1/+2
| | |
| * | JavadocØyvind Grønnesby2019-06-062-0/+20
| | |
| * | Create new rotations cache that keeps info on endpoints and clustersØyvind Grønnesby2019-06-053-0/+273
| | |
* | | Let the individual handlers determine if the application is validValerij Fredriksen2019-06-084-29/+14
| | |
* | | Merge pull request #9733 from ↵Håkon Hallingstad2019-06-081-1/+1
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/hakonhall/also-log-config-key-in-multitenantrpcauthorizer Also log config key in MultiTenantRpcAuthorizer
| * | | Also log config key in MultiTenantRpcAuthorizerHåkon Hallingstad2019-06-071-1/+1
| | |/ | |/|
* | | Merge pull request #9722 from vespa-engine/freva/fix-copy-logsHarald Musum2019-06-082-15/+14
|\ \ \ | | | | | | | | Allow getting logs for hosted-vespa applications by hostname
| * | | Allow getting logs for hosted-vespa applications by hostnameValerij Fredriksen2019-06-072-15/+14
| |/ /
* / / Remove support for <rotations> elementMartin Polden2019-06-072-26/+0
|/ /
* | Remove ping-configserverBjørn Christian Seime2019-06-062-11/+0
| |
* | Include authorizer mode in log warningBjørn Christian Seime2019-06-061-1/+1
| |
* | Reduce log level to reduce noise in vespa logBjørn Christian Seime2019-06-061-1/+1
| |
* | Allow nodes not in host registry to access sentinel configBjørn Christian Seime2019-06-052-3/+31
|/
* Comment zone-app specific code that should be removed after the migrationValerij Fredriksen2019-06-041-0/+2
|
* Special handle the tenant-host application where neededValerij Fredriksen2019-06-041-2/+3
|
* Revert "Remove dispatch-with-protobuf"Harald Musum2019-06-031-0/+6
|
* Add peer identity to error messageBjørn Christian Seime2019-06-031-1/+1
|
* Fail authorization on unknown tenant or hostBjørn Christian Seime2019-06-032-14/+49
| | | | Do not rely on actual config handler returning empty config for these scenarios.
* Log identity of clientBjørn Christian Seime2019-06-031-1/+3
|
* Remove dispatch-with-protobufOlli Virtanen2019-06-031-6/+0
|
* Stop logging of exception stack trace as warningBjørn Christian Seime2019-05-311-1/+2
|
* Fix logic for unknown hostsBjørn Christian Seime2019-05-311-2/+2
|
* Merge pull request #9623 from ↵Harald Musum2019-05-313-7/+26
|\ | | | | | | | | vespa-engine/hmusum/support-vespa-version-to-check-convergence-for Add support for checking config convergence for a specific vespa version
| * Add support for checking config convergence for a specific vespa versionHarald Musum2019-05-313-7/+26
| |
* | Merge pull request #9584 from ↵Jon Marius Venstad2019-05-311-1/+1
|\ \ | | | | | | | | | | | | vespa-engine/hmusum/add-generation-to-activation-log-message Add generation to application activated log message
| * | Add generation to application activated log messageHarald Musum2019-05-281-1/+1
| | |
* | | Make thread pool size configurableBjørn Christian Seime2019-05-292-3/+8
| | |
* | | Add feature flag for configserver rpc authorizationBjørn Christian Seime2019-05-292-7/+20
| | |
* | | Revert "Temporarily disable rpc authorization on configserver"Bjørn Christian Seime2019-05-291-2/+1
| |/ |/| | | | | This reverts commit 0ce64af793fe21b6047af2be1b973b525b008c3a.
* | Revert "Jvenstad/config super model last take"Jon Marius Venstad2019-05-298-93/+18
| |
* | Temporarily disable rpc authorization on configserverBjørn Christian Seime2019-05-281-1/+2
| | | | | | | | Performance/stability issues have been identified
* | Improve logging in MultiTenantRpcAuthorizerBjørn Christian Seime2019-05-281-1/+3
| |
* | Use new path to controller xml filesHarald Musum2019-05-281-2/+2
|/