summaryrefslogtreecommitdiffstats
path: root/configserver
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
* Refactor session creationHarald Musum2017-01-0212-367/+291
* Refactor session create responseHarald Musum2017-01-026-40/+26
* Minor refactoring of handling of zookeeper barrier timeoutHarald Musum2017-01-026-24/+18
* Get rid of tenantsCopy()Harald Musum2016-12-228-83/+68
* Remove methods and constants no longer in useHarald Musum2016-12-224-11/+13
* Cleanup validation of session statusHarald Musum2016-12-136-22/+29
* Refactor http session activationHarald Musum2016-12-125-68/+57
* Simplify and rename some methodsHarald Musum2016-12-0910-55/+53
* Move tenant checking out of http layerHarald Musum2016-12-0911-79/+82
* Move more stuff out of http layerHarald Musum2016-12-094-17/+11