summaryrefslogtreecommitdiffstats
path: root/configserver
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/ |/|
| * Remove superModelGenerationCounter from the publicJon Marius Venstad2019-05-2315-88/+10
| * Increment super model generation whenever it changes — not way beforeJon Marius Venstad2019-05-234-16/+12
* | Revert "Add json access logging by default"Harald Musum2019-05-231-1/+1
|/
* Add json access logging by defaultHarald Musum2019-05-231-1/+1
* Temporarily support two locations for some xml filesHarald Musum2019-05-221-0/+6
* Merge with masterJon Bratseth2019-05-2213-25/+675
|\
| * Revert "Wire in RpcAuthorizer to RpcServer"Bjørn Christian Seime2019-05-217-96/+17
| * Use correct Provider interface for global componentsBjørn Christian Seime2019-05-213-2/+41
| * Wire in RpcAuthorizer to RpcServerBjørn Christian Seime2019-05-217-17/+93
| * Revert "Wire in RpcAuthorizer to RpcServer"Bjørn Christian Seime2019-05-217-93/+17
| * Wire in RpcAuthorizer to RpcServerBjørn Christian Seime2019-05-207-17/+93
| * Add RpcAuthorizer interface with multi-tenant implementationBjørn Christian Seime2019-05-205-0/+576
| * Add listFileReferences() to RequestHandlerBjørn Christian Seime2019-05-206-24/+62
* | Don't mock on the wire levelJon Bratseth2019-05-222-17/+51
* | Add logretriever argument and cleanupJon Bratseth2019-05-223-14/+57
|/
* Merge pull request #9413 from vespa-engine/hmusum/throw-if-loading-remote-ses...Jon Marius Venstad2019-05-162-23/+24
|\
| * Fail when loading active sessions if feature flag is setHarald Musum2019-05-152-23/+24