aboutsummaryrefslogtreecommitdiffstats
path: root/configserver/src/main/resources/configserver-app/services.xml
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Reapply "Remove unnecessary component" [run-systemtest]"Harald Musum2021-01-111-0/+1
|
* Component is not used anymoreHarald Musum2021-01-101-1/+0
|
* Move FileDistributionFactory to a more suitable packageHarald Musum2020-06-201-1/+1
|
* Remove unused APIHarald Musum2020-05-291-1/+0
| | | | | | | | | * PUT /application/v2/tenant/*/session/*/prepareandactivate was a step towards POST /application/v2/tenant/*/prepareandactivate and has not been used or tested for a long time, it has never been been documented either. * Fixed an issue with how we get tenant from request * Simplified SessionPrepareAndActivateResponse
* Remove InstanceLookupServiceHåkon Hallingstad2020-03-031-1/+0
| | | | The lower-level methods on ServiceMonitor has removed the need for InstanceLookupService.
* Align names with status serviceHåkon Hallingstad2020-03-021-1/+1
|
* Revert "Only use json access log for config server"Arnstein Ressem2020-02-271-0/+1
|
* Only write json access logHarald Musum2020-02-261-1/+0
|
* Fix application handler bindings to work with instanceValerij Fredriksen2019-10-281-13/+0
|
* Add logs binding with instance nameValerij Fredriksen2019-10-251-0/+1
|
* Create VespaZooKeeperServer interface and use where appropriateHarald Musum2019-10-241-1/+1
|
* Revert "Revert "Reapply "Move ZooKeeperServer to another module"""Harald Musum2019-10-231-1/+1
|
* Revert "Reapply "Move ZooKeeperServer to another module""Harald Musum2019-10-221-1/+1
|
* Revert "Revert "Reapply "move ZooKeeperServer to another module"""Harald Musum2019-10-221-1/+1
|
* Revert "Reapply "move ZooKeeperServer to another module""Håkon Hallingstad2019-10-221-1/+1
|
* Revert "Revert "Reapply "Move ZooKeeperServer to another module""""Harald Musum2019-10-211-1/+1
|
* Revert "Reapply "Move ZooKeeperServer to another module"""Harald Musum2019-10-211-1/+1
|
* Revert "Revert "Move ZooKeeperServer to another module""Harald Musum2019-10-201-1/+1
|
* Revert "Move ZooKeeperServer to another module"Harald Musum2019-10-181-1/+1
|
* Move ZooKeeperServer to another moduleHarald Musum2019-10-171-1/+1
| | | | | | zookeeper-server jar is not a preinstalled bundle, as zkfacade is, so need to add bundle explicitly for clustercontroller and add symlink from components dir for config server
* Merge pull request #9396 from vespa-engine/olaa/cfg-server-metric-aggregationØyvind Grønnesby2019-07-171-0/+1
|\ | | | | olaa/cfg server metric aggregation
| * Update binding configuration in services.xmlØyvind Grønnesby2019-07-121-1/+1
| |
| * Merge remote-tracking branch 'origin/master' into ↵Øyvind Grønnesby2019-07-111-8/+11
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | olaa/cfg-server-metric-aggregation Conflicts: configserver/src/main/java/com/yahoo/vespa/config/server/ApplicationRepository.java controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/configserver/ConfigServer.java controller-server/src/main/java/com/yahoo/vespa/hosted/controller/LockedApplication.java controller-server/src/main/java/com/yahoo/vespa/hosted/controller/persistence/ApplicationSerializer.java
| * | Cfg server retrieves metrics from all applications in zoneOla Aunrønning2019-05-091-0/+1
| | |
* | | Decouple flags REST API from config serverMartin Polden2019-07-161-4/+0
| | |
* | | Revert "Decouple flags REST API from config server"Martin Polden2019-07-121-1/+5
| | | | | | | | | | | | This reverts commit b81b21546cdff92d360cbdf7dda27e6ed7bc7170.
* | | Decouple flags REST API from config serverMartin Polden2019-07-121-5/+1
| |/ |/|
* | Replace 'jdisc' with 'container' in configservergjoranv2019-07-111-2/+2
| |
* | Use new path to controller xml filesHarald Musum2019-05-281-2/+2
| |
* | Merge pull request #9511 from ↵Harald Musum2019-05-241-1/+1
|\ \ | | | | | | | | | | | | vespa-engine/revert-9510-revert-9504-hmusum/add-json-access-logging-for-config-server-by-default Revert "Revert "Add json access logging by default""
| * | Revert "Revert "Add json access logging by default""Harald Musum2019-05-231-1/+1
| | |
* | | Merge pull request #9522 from ↵Harald Musum2019-05-231-6/+0
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/hmusum/remove-include-for-unused-files Remove include for unused files
| * | | Remove include for unused filesHarald Musum2019-05-231-6/+0
| |/ /
* | | Introduce RequestHandlerProvider to work around DI cycleBjørn Christian Seime2019-05-231-0/+1
| | |
* | | Wire in RpcAuthorizer to RpcServerBjørn Christian Seime2019-05-231-0/+1
|/ / | | | | | | | | - Add noop implementation of RpcAuthorizer - Add default provider that selects implementation based on configserver config.
* | 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
| |
* | Revert "Wire in RpcAuthorizer to RpcServer"Bjørn Christian Seime2019-05-211-1/+0
| | | | | | | | This reverts commit b936a4cedab7c628fab81dbf9b63762c21be77a8.
* | Use correct Provider interface for global componentsBjørn Christian Seime2019-05-211-1/+1
| | | | | | | | | | | | - Move DummyNodeIdentifierProvider to configserver. - Change DefaultRpcAuthorizerProvider and DummyNodeIdentifierProvider to use Provider interface from container-di module.
* | Wire in RpcAuthorizer to RpcServerBjørn Christian Seime2019-05-211-0/+1
| | | | | | | | | | - Add noop implementation of RpcAuthorizer - Add default provider that selects implementation based on configserver config.
* | Revert "Wire in RpcAuthorizer to RpcServer"Bjørn Christian Seime2019-05-211-1/+0
| | | | | | | | This reverts commit 72e11e84e405cefb4e010091ead4148f6525181f.
* | Wire in RpcAuthorizer to RpcServerBjørn Christian Seime2019-05-201-0/+1
| | | | | | | | | | - Add noop implementation of RpcAuthorizer - Add default provider that selects implementation based on configserver config.
* | Add provider of default NodeIdentifier instance to configserverBjørn Christian Seime2019-05-131-0/+1
|/
* Define InfraDeployer and use it in ApplicationRepositoryValerij Fredriksen2019-05-091-1/+2
|
* Remove 'https' "twin bindings" from handlers and filter chainsBjørn Christian Seime2019-04-051-38/+0
|
* Revert "Revert "Use VIP status file for config server (and controller) in ↵Harald Musum2019-02-141-4/+0
| | | | hosted""
* Revert "Use VIP status file for config server (and controller) in hosted"Harald Musum2019-02-141-0/+4
|
* Use VIP status file for config server (and controller) in hostedHarald Musum2019-02-131-4/+0
| | | | | | | | The code for setting up VIP status is already in place in config model, but depends on value of hostedVespa() in ModelContext.Properties, so have to make sure that is set for standalone container as well. Removing config override for vip status, as setting VIP in or out of rotation when not using a VIP status file is handled when bootstrapping now.
* Go back to using default thread pool sizeHarald Musum2019-02-051-4/+0
|