summaryrefslogtreecommitdiffstats
path: root/configserver/src/test/java
Commit message (Collapse)AuthorAgeFilesLines
* Copyright headerJon Bratseth2017-06-13119-121/+121
|
* Use config to specify Docker image in node-repositoryMartin Polden2017-06-121-2/+1
|
* Redeploy application in parallel when bootstrappingHarald Musum2017-06-062-21/+54
|
* Auto-upgrade manually deployed applicationsJon Bratseth2017-05-307-8/+20
|
* Now have to wait until rpc server is up before checking version upgraded toHarald Musum2017-05-231-1/+1
|
* Propagate versionJon Bratseth2017-05-102-3/+16
|
* 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-185-9/+48
|\
| * Add flavor to ZKApplicationPackageTest.gjoranv2017-04-071-2/+19
| |
| * Add necessary Flavor arguments to ctor calls.gjoranv2017-04-074-7/+29
| |
* | Remove temporary commentJon Bratseth2017-04-181-1/+1
| |
* | Pass wanted node Vespa version aroundJon Bratseth2017-04-075-15/+15
|/
* Fix tests after removing support for legacy serialized application idsHarald Musum2017-03-281-46/+13
|
* Remove unused methodsHarald Musum2017-03-062-10/+0
|
* Use model instead of config for getting logserver connection infoHarald Musum2017-02-271-1/+23
| | | | | * 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-161-3/+24
| | | | | | * 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-112-6/+4
| | | | | | | * 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()
* Adds test of HttpProxyHåkon Hallingstad2017-02-095-79/+189
|
* Adds Config Server application handler for Cluster Controller status pageHåkon Hallingstad2017-02-097-36/+98
|
* Use model to find hosts and services instead of configHarald Musum2017-02-071-21/+27
|
* Do not return HTML and 500 when unable to check convergence for a servicesHarald Musum2017-02-031-43/+38
| | | | | | | 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-301-14/+14
|
* Remove unused code (API has been replaced by /serviceconverge)Harald Musum2017-01-252-48/+2
|
* Add missing copyright headerHarald Musum2017-01-061-0/+1
|
* Refactor content handlers, first stepHarald Musum2017-01-062-128/+114
| | | | | * Move most of logic into ApplicationRepository * Remove unnneded base class
* Revert "Revert "Move business logic out of handler""Harald Musum2017-01-042-193/+166
|
* Revert "Move business logic out of handler"Harald Musum2017-01-042-166/+193
|
* Move business log out of handlerHarald Musum2017-01-042-193/+166
| | | | * Remove unnecessary test base class
* Create new exception class to avoid using http exception class where it ↵Harald Musum2017-01-021-1/+1
| | | | shold not be used
* Refactor session creationHarald Musum2017-01-027-234/+187
|
* Minor refactoring of handling of zookeeper barrier timeoutHarald Musum2017-01-021-4/+3
|
* Get rid of tenantsCopy()Harald Musum2016-12-224-57/+50
| | | | * Use ImmutableSet where needed instead
* Remove methods and constants no longer in useHarald Musum2016-12-222-4/+5
| | | | * Move hosted vespa tenant name
* Cleanup validation of session statusHarald Musum2016-12-131-1/+6
|
* Move tenant checking out of http layerHarald Musum2016-12-092-3/+0
|
* Move more stuff out of http layerHarald Musum2016-12-092-3/+0
|
* Remove unnecessary methodHarald Musum2016-12-092-3/+3
|
* Make sure we create new config (with temp dir) for every testHarald Musum2016-12-081-14/+15
|
* Revert "Revert "Skeleton for testing deployment with docker image specified ↵Harald Musum2016-12-082-16/+97
| | | | in request""
* Revert "Skeleton for testing deployment with docker image specified in request"Harald Musum2016-12-082-97/+16
|
* Skeleton for testing deployment with docker image specified in requestHarald Musum2016-12-082-16/+97
|
* Fix unneeded exception in signaturesHarald Musum2016-12-0810-17/+11
|
* Remove unused parametersHarald Musum2016-12-079-20/+7
|
* Refactoring test component registry and mock file distributionHarald Musum2016-12-072-4/+25
| | | | | | * Make it possible to sepcify config server config and provisioner * Make sure that we inject (mock) curator to file distribution mock so that we don't end up testing with two different curator instances
* Remove redundant build()Harald Musum2016-12-061-1/+1
|