summaryrefslogtreecommitdiffstats
path: root/configserver
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 vespa-engine/hmusum/support-vespa-version-to-ch...Harald Musum2019-05-313-7/+26
|\
| * Add support for checking config convergence for a specific vespa versionHarald Musum2019-05-313-7/+26
* | Merge pull request #9584 from vespa-engine/hmusum/add-generation-to-activatio...Jon Marius Venstad2019-05-311-1/+1
|\ \
| * | 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
| |/ |/|
* | 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
* | Improve logging in MultiTenantRpcAuthorizerBjørn Christian Seime2019-05-281-1/+3
* | Use new path to controller xml filesHarald Musum2019-05-281-2/+2
|/
* Fix testsHarald Musum2019-05-271-2/+4
* Merge pull request #9549 from vespa-engine/jvenstad/zk-watcher-serialisationJon Marius Venstad2019-05-2723-145/+226
|\
| * Shut down executor, and use shared executor for minor work tooJon Marius Venstad2019-05-242-8/+11
| * Use the zkWatcherExecutor for all work initiated by watchers (from the zkCach...Jon Marius Venstad2019-05-2421-125/+157
| * Add and expose a StripedExecutor from the TenantRepositoryJon Marius Venstad2019-05-244-5/+38
| * Run updateTenants in test to simulate watcher reactionJon Marius Venstad2019-05-242-1/+3
| * Split tenant deletion and cleanup, intention and watcher reactionJon Marius Venstad2019-05-242-12/+25
| * Use void signature for a delete methodJon Marius Venstad2019-05-241-3/+1
* | Merge pull request #9531 from vespa-engine/jvenstad/config-super-model-last-takeJon Marius Venstad2019-05-278-18/+93
|\ \
| * | Split session validation to preserve behaviourJon Marius Venstad2019-05-241-2/+5
| * | Revert "Revert "Throw IllegalStateException when activating (without prepare)...Jon Marius Venstad2019-05-241-1/+1
| * | Revert "Revert "Revert 9366 revert 9351 jvenstad/last config model fix commits""Jon Marius Venstad2019-05-248-19/+91
| |/
* / Changed default logserver flag valueOla Aunrønning2019-05-243-15/+18
|/
* Merge pull request #9528 from vespa-engine/bjorncs/configserver-rpc-authzJon Marius Venstad2019-05-243-13/+14
|\
| * Make instance field volatileBjørn Christian Seime2019-05-231-1/+1
| * Only use MultiTenantRpcAuthorizer in hosted VespaBjørn Christian Seime2019-05-231-1/+1
| * Revert "Revert to NoopRpcAuthorizer"Bjørn Christian Seime2019-05-231-4/+5
| * Call getPeerIdentity() from inside try-catch blockBjørn Christian Seime2019-05-231-8/+8
* | Merge pull request #9511 from vespa-engine/revert-9510-revert-9504-hmusum/add...Harald Musum2019-05-241-1/+1
|\ \
| * | Revert "Revert "Add json access logging by default""Harald Musum2019-05-231-1/+1
* | | Merge pull request #9522 from vespa-engine/hmusum/remove-include-for-unused-f...Harald Musum2019-05-231-6/+0
|\ \ \ | |_|/ |/| |
| * | Remove include for unused filesHarald Musum2019-05-231-6/+0
* | | Revert to NoopRpcAuthorizerBjørn Christian Seime2019-05-231-5/+4
* | | Use correct Provider interface for global componentsBjørn Christian Seime2019-05-231-1/+4
* | | Introduce RequestHandlerProvider to work around DI cycleBjørn Christian Seime2019-05-2310-36/+85
* | | Wire in RpcAuthorizer to RpcServerBjørn Christian Seime2019-05-237-17/+93
* | | Add missing '@Override' annotationBjørn Christian Seime2019-05-231-0/+1
* | | Make methods used for RPC handlers privateBjørn Christian Seime2019-05-232-6/+6
|/ /
* | Merge pull request #9508 from vespa-engine/jvenstad/config-subscriptionJon Marius Venstad2019-05-2317-104/+22
|\ \ | |/ |/|