summaryrefslogtreecommitdiffstats
path: root/configserver
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\
| | * 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
| |\ \ | | |/ | |/|
| | * 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
* 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)Harald Musum2017-02-262-9/+7
* | Use model instead of config for getting logserver connection infoHarald Musum2017-02-273-51/+70
|/
* 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
* Clean up interfaceHarald Musum2017-02-114-19/+12
* 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
* 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
* Fix bug with using local instead of remote session for GETHarald Musum2017-01-042-8/+14
* Revert "Revert "Move business logic out of handler""Harald Musum2017-01-045-238/+226
* Revert "Move business logic out of handler"Harald Musum2017-01-045-226/+238
* Move business log out of handlerHarald Musum2017-01-045-238/+226
* Increase default timeout budget (avoid unit test failing when slow node)Harald Musum2017-01-041-1/+1
* Add some convenience methodsHarald Musum2017-01-033-7/+23
* Create new exception class to avoid using http exception class where it shold...Harald Musum2017-01-027-8/+18