summaryrefslogtreecommitdiffstats
path: root/configserver
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #7468 from ↵Harald Musum2018-10-292-61/+116
|\ | | | | | | | | vespa-engine/hmusum/add-config-option-to-throw-if-bootstrapping-tenant-repo-fails Hmusum/add config option to throw if bootstrapping tenant repo fails
| * Add config option throwIfBootstrappingTenantRepoFailsHarald Musum2018-10-282-38/+96
| | | | | | | | | | | | If option is true and bootstrapping one or more tenants fails an exception will be thrown and config server will not start. Default value is false for now.
| * Cleanup tests a bitHarald Musum2018-10-281-23/+20
| |
* | Remove override method no longer in the APIHåkon Hallingstad2018-10-261-5/+0
|/
* Merge pull request #7432 from ↵Jon Bratseth2018-10-245-7/+25
|\ | | | | | | | | vespa-engine/bratseth/add-new-url-to-bindingmatch-too Bind the suspended url
| * Bind the suspended urlJon Bratseth2018-10-245-7/+25
| |
* | Use dynamic port (#7430)Harald Musum2018-10-241-5/+5
|/
* Merge with masterJon Bratseth2018-10-231-0/+2
|\
| * Include zookeeper-server-config.xmlValerij Fredriksen2018-10-231-0/+2
| |
* | Add GET suspended status to application/v2Jon Bratseth2018-10-2219-19/+187
|/
* Merge pull request #7360 from vespa-engine/bratseth/handle-major-versionJon Bratseth2018-10-181-8/+20
|\ | | | | Bratseth/handle major version
| * Actually test major version pinningJon Bratseth2018-10-181-8/+20
| |
* | Merge pull request #7349 from ↵Jon Bratseth2018-10-187-117/+160
|\ \ | | | | | | | | | | | | vespa-engine/musum/limit-number-of-config-models-build-when-adding-node Musum/limit number of config models build when adding node
| * | Test models used when deploying with new nodesHarald Musum2018-10-181-9/+34
| | |
| * | Rename methodHarald Musum2018-10-181-2/+2
| | |
| * | Only consider hosts with version set when deciding model versions to buildHarald Musum2018-10-182-27/+26
| | | | | | | | | | | | | | | Also fix bug where we tried to build wanted version more than once if there were more than one major version
| * | Move test and use higher-level APIsHarald Musum2018-10-182-33/+49
| | |
| * | Simplify deploying app in testerHarald Musum2018-10-185-38/+42
| | | | | | | | | | | | | | | Do not depend on setting application id when deploying and simplify deploying where possible
| * | Simplify and add toString() to AllocatedHostsHarald Musum2018-10-171-12/+11
| |/
* / Remove unused argument, simplifying loggingHarald Musum2018-10-181-0/+2
|/
* SimplifyHarald Musum2018-10-164-34/+15
|
* Remove some unnecessary loggingHarald Musum2018-10-043-11/+1
|
* Use full nameHarald Musum2018-10-0354-54/+54
|
* Add copyright headerJon Bratseth2018-10-014-1/+5
|
* Remove deprecated header and body statementsHarald Musum2018-09-254-27/+0
|
* Always use a fallback provisioner in hosted VespaHarald Musum2018-09-245-31/+24
| | | | | | | | | If we introduce a new cluster or change the number of nodes in an application between versions we will try to load the model (at startup, so ActivatedModelsBuilder will be used) and discover that we need to provision additional nodes. Since ActivatedModelsBuilder had set the fallback provisioner to null this failed spectacularly. Make sure to always use node repository provisioner as fallback in this case.
* Simplify (#7065)Harald Musum2018-09-243-27/+11
|
* Merge pull request #6972 from vespa-engine/hmusum/disable-tenants-maintainerMartin Polden2018-09-201-3/+4
|\ | | | | Disable TenantsMaintainer
| * Disable TenantsMaintainerHarald Musum2018-09-171-3/+4
| | | | | | | | | | | | | | We need metadata about applications before it can be enabled (e.g. last deployed app for an application, else we might delete a tenant that has no application at the moment, deployment reqwuest happens after checking if for tenant exists)
* | Add feature flag for using dedicated node for logserver (#7023)Harald Musum2018-09-204-4/+14
| |
* | Fixed pattern order in getBindingMatch. Added testOla Aunrønning2018-09-192-2/+26
| |
* | Check service config generations in parallelHarald Musum2018-09-192-5/+5
| |
* | Replace HTTP response with Log class. Other cleanupOla Aunrønning2018-09-183-17/+9
| |
* | Filter on time. Flatten logs jsonOla Aunrønning2018-09-181-2/+11
| |
* | filter number of logsOla Aunrønning2018-09-182-3/+4
| |
* | Set content type for logs response (#6978)Harald Musum2018-09-171-2/+15
|/ | | | | | * Set content type for logs response * Use a class for responses
* Added test for log retrievalOla Aunrønning2018-09-114-0/+57
|
* Merge pull request #6898 from vespa-engine/olaaun/find-logserver-hostnameHarald Musum2018-09-111-10/+10
|\ | | | | Find logserver hostname through HostInfos, instead of VespaModel admin
| * hostname -> URIOla Aunrønning2018-09-111-3/+2
| |
| * Find logserver hostname through HostInfos, instead of VespaModel adminOla Aunrønning2018-09-111-7/+8
| |
* | Merge pull request #6871 from vespa-engine/olaa/log-retrieval-handlerHarald Musum2018-09-115-1/+144
|\| | | | | Add functionality for retrieving logs
| * Check if container is running on logserverOla Aunrønning2018-09-103-5/+33
| |
| * Add functionality for retrieving logsOla Aunrønning2018-09-105-1/+116
| |
* | Use isTester in InstanceName, rather than regex on its valueJon Marius Venstad2018-09-101-1/+1
| |
* | Keep session version also for tester containers, in dev.Jon Marius Venstad2018-09-102-14/+21
|/
* Show config generation for all services in response"Jon Marius Venstad2018-09-032-63/+69
|
* Revert "Include model-evaluator bundle in config server"Jon Bratseth2018-08-311-1/+0
|
* Include model-evaluator bundle in config serverJon Bratseth2018-08-311-0/+1
|
* Revert "Merge pull request #6726 from ↵Jon Bratseth2018-08-301-4/+3
| | | | | | | vespa-engine/revert-6719-bratseth/initially-down" This reverts commit 05ea4c2b9952bceaf0e009053c2f51a09d15a957, reversing changes made to 03efdabdc9f0e43fc2c362569ae455a7abc9a64b.
* Revert "Be down initially"Jon Bratseth2018-08-301-3/+4
|