summaryrefslogtreecommitdiffstats
path: root/configserver
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary importsJon Bratseth2017-05-301-2/+0
|
* Auto-upgrade manually deployed applicationsJon Bratseth2017-05-3011-18/+52
|
* Now have to wait until rpc server is up before checking version upgraded toHarald Musum2017-05-231-1/+1
|
* Redeploy applications in server thread instead of constructorHarald Musum2017-05-231-7/+14
| | | | | | * Redeploying applications takes a long time, we do not want delay or hinder discovery of issues with component construction due to using a long time in this constructor
* Mount logs/start-services.outHarald Musum2017-05-221-0/+1
|
* Remove expired compatibility codeJon Bratseth2017-05-164-19/+14
|
* Propagate versionJon Bratseth2017-05-104-5/+28
|
* simplify jar-plugin configurationArne H Juul2017-04-301-15/+7
|
* Propagate OutOfCapacity from config web serviceJon Bratseth2017-04-285-15/+22
|
* Add state/v1/version path returning the Vespa versionJon Bratseth2017-04-241-1/+2
|
* Always pass wanted Vespa versionJon Bratseth2017-04-191-12/+11
|
* Always have wanted node version (WIP)Jon Bratseth2017-04-181-1/+1
|
* Merge branch 'master' into bratseth/receive-wanted-versionJon Bratseth2017-04-1812-70/+112
|\
| * Merge pull request #2174 from yahoo/hmusum/remove-searchdefinitions-syntaxgjoranv2017-04-181-45/+16
| |\ | | | | | | Remove unused apps and fix no longer valid <searchdefinitions> in ser…
| | * Fix syntaxHarald Musum2017-04-071-5/+4
| | |
| | * Remove unused apps and fix no longer valid <searchdefinitions> in services.xmlHarald Musum2017-04-061-42/+14
| | |
| * | Merge pull request #2167 from yahoo/gjoranv/add-flavor-to-zk-appgjoranv2017-04-0710-25/+95
| |\ \ | | |/ | |/| Gjoranv/add flavor to zk app
| | * Add flavor to ZKApplicationPackageTest.gjoranv2017-04-071-2/+19
| | |
| | * Add necessary Flavor arguments to ctor calls.gjoranv2017-04-075-10/+33
| | |
| | * Add flavor to ZK, so it will be picked up by StaticProvisioner.gjoranv2017-04-054-13/+43
| | |
| * | Region overrides implies environment=prodJon Bratseth2017-04-061-0/+1
| | |
* | | Remove temporary commentJon Bratseth2017-04-181-1/+1
| | |
* | | Pass wanted node Vespa version aroundJon Bratseth2017-04-0716-108/+127
|/ /
* / Handle session disappearingHarald Musum2017-04-042-13/+3
|/
* Persist wanted Vespa version in node-repositoryMartin Polden2017-04-041-1/+1
|
* Catch exception in RemoteSession insteadHarald Musum2017-03-311-3/+20
|
* Fix tests after removing support for legacy serialized application idsHarald Musum2017-03-281-46/+13
|
* Remove old legacyJon Bratseth2017-03-282-4/+4
|
* Remove wrapper for config definitionsHarald Musum2017-03-081-36/+8
| | | | * No longer needed now that we require config namespace
* Remove unused methodsHarald Musum2017-03-063-17/+0
|
* Merge pull request #1864 from yahoo/hmusum/stop-using-3-args-getConfigValerij Fredriksen2017-02-272-7/+6
|\ | | | | Stop using 3-arg getConfig method (will be removed)
| * Stop using 3-arg getConfig method (will be removed)Harald Musum2017-02-262-9/+7
| |
* | Use model instead of config for getting logserver connection infoHarald Musum2017-02-273-51/+70
|/ | | | | * Add unit test * Minor refactorings
* Update exception message to match actual messageHarald Musum2017-02-171-1/+1
|
* Use specific error-code in response when unable to acquire application lockHarald Musum2017-02-163-11/+38
| | | | | | * Throw ApplicationLockException if acquiring lock fails (due to timeout) and use response with with new error-code for that case VESPA-6501
* Clean up interfaceHarald Musum2017-02-114-19/+12
| | | | | | | * Remove 'throws IOException now that no implementors use it and handle getConfig now returning null instead of exception when no config found * Remove getConfig method with InnerCNode as 2nd argument * Prepare for removing 3-argument getConfig()
* Bind ApplicationHandler to cluster controller status URLsHåkon Hallingstad2017-02-104-6/+8
|
* Make HttpProxy an injectable component in config serverHåkon Hallingstad2017-02-092-1/+7
|
* Use Not Found. Remove duplicate method.Håkon Hallingstad2017-02-092-11/+5
|
* Adds test of HttpProxyHåkon Hallingstad2017-02-099-97/+209
|
* Adds Config Server application handler for Cluster Controller status pageHåkon Hallingstad2017-02-0916-39/+322
|
* Use model to find hosts and services instead of configHarald Musum2017-02-072-74/+59
|
* Do not return HTML and 500 when unable to check convergence for a servicesHarald Musum2017-02-034-147/+132
| | | | | | | VESPA-6351 * Return 404 if we cannot check convergnce for a service * Catch exceptions and make sure we always return Json * Rewrite Json generation and make separate classes for responses
* Implementations can be less restrictive than the interfaceHarald Musum2017-02-012-5/+4
|
* Test with URLs that are what will be actually usedHarald Musum2017-02-011-5/+10
|
* Fix typo in uriHarald Musum2017-02-011-7/+7
|
* Reformat and move around code, no functional changesHarald Musum2017-01-302-104/+105
|
* Remove unused code (API has been replaced by /serviceconverge)Harald Musum2017-01-255-126/+3
|
* Add missing copyright headerHarald Musum2017-01-063-2/+4
|
* Refactor content handlers, first stepHarald Musum2017-01-068-188/+194
| | | | | * Move most of logic into ApplicationRepository * Remove unnneded base class