summaryrefslogtreecommitdiffstats
path: root/configserver/src/test/java
Commit message (Expand)AuthorAgeFilesLines
* Delete expired remote sessions in all zonesHarald Musum2018-08-141-1/+1
* Rewrite to use a tester, minor cleanupHarald Musum2018-08-142-58/+77
* Remove unused functionalityHarald Musum2018-08-135-25/+9
* Delete remote expired sessions in more zonesHarald Musum2018-08-131-1/+1
* Remove argument, always delete filesHarald Musum2018-08-131-8/+1
* Delete expired remote sessionsHarald Musum2018-07-161-8/+10
* Only create model for wanted vespa version on hosted vespaHarald Musum2018-07-102-3/+73
* Merge pull request #6364 from vespa-engine/hmusum/delete-inactive-sessions-in...Jon Bratseth2018-07-092-46/+47
|\
| * Move deletion of inactive sessions to a maintainerHarald Musum2018-07-092-46/+47
* | Make sleep time configurable (avoid spending a long time in unit tests)Harald Musum2018-07-061-1/+2
|/
* Do not upgrade applications to current version when bootstrapping in manually...Harald Musum2018-07-062-7/+19
* Remove unused methods and default implementationsHarald Musum2018-07-051-2/+4
* Use new ValidationParameter class instead of booleansHarald Musum2018-07-049-17/+21
* Remove TODOHarald Musum2018-07-041-2/+0
* Wire in isFirstDeployment to AccessControlValidatorHarald Musum2018-07-031-0/+2
* Add test for issue with AccessControlValidator not working when loading minim...Harald Musum2018-07-034-48/+76
* Merge pull request #6309 from vespa-engine/bratseth/application-deploy-inhibi...Jon Bratseth2018-06-291-0/+6
|\
| * Implement additional methodJon Bratseth2018-06-291-0/+6
* | Support deleting an application on any config serverHarald Musum2018-06-288-35/+75
|/
* Handle varying SocketTimeoutException messageMartin Polden2018-06-281-9/+23
* Add javadoc to public methodsMartin Polden2018-06-271-15/+15
* Rewrite other tests to use WireMockMartin Polden2018-06-271-122/+130
* Test response on timeoutMartin Polden2018-06-271-0/+45
* Use timeout from request parameterMartin Polden2018-06-271-7/+6
* Run TenantsMaintainer only in CDHarald Musum2018-06-271-4/+15
* Don't fail on out of capacity on bootstrapJon Bratseth2018-06-263-5/+26
* Make sure to build config model for wanted vespa version as wellHarald Musum2018-06-254-50/+47
* Retry redeployment of applications if that failsHarald Musum2018-06-223-4/+6
* Fix hash calculation for directory file referencesHarald Musum2018-06-191-11/+19
* Use injected ConfigServerDBHarald Musum2018-06-182-1/+7
* Remove unused argument to configActivated() in SuperModelRequestHandlerHarald Musum2018-06-113-17/+18
* Use the same repo for all builtin config definitions in ServerCacheHarald Musum2018-06-112-26/+27
* Check in the right order and wait for server being in rotationHarald Musum2018-06-081-2/+2
* Merge pull request #6102 from vespa-engine/musum/remove-unnecesssary-test-sup...Valerij Fredriksen2018-06-0715-142/+107
|\
| * Get rid of unnecessary test superclassesHarald Musum2018-06-0615-142/+107
* | Merge pull request #6032 from vespa-engine/hmusum/remove-debug-from-responseHarald Musum2018-06-072-36/+21
|\ \
| * \ Merge branch 'master' into hmusum/remove-debug-from-responseHarald Musum2018-06-044-59/+143
| |\ \
| * \ \ Merge branch 'master' into hmusum/remove-debug-from-responseHarald Musum2018-06-0423-107/+196
| |\ \ \
| * | | | Remove debug fields from response (not used anymore)Harald Musum2018-05-312-34/+23
* | | | | Merge pull request #6082 from vespa-engine/hmusum/control-status.html-when-st...Harald Musum2018-06-071-3/+12
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Take config server out of rotation (status.html) until it is bootstrappedHarald Musum2018-06-051-3/+12
* | | | | Add converged field to service list responseMartin Polden2018-06-053-61/+127
|/ / / /
* | | / Revert "Add converged field to service list response"Harald Musum2018-06-043-127/+61
| |_|/ |/| |
* | | Merge pull request #6070 from vespa-engine/hmusum/delete-tenants-only-if-unus...Martin Polden2018-06-041-11/+33
|\ \ \
| * | | Do not delete unused tenants that have been created last weekHarald Musum2018-06-041-11/+33
| | |/ | |/|
* / | Add converged field to service list responseMartin Polden2018-06-043-61/+127
|/ /
* | Test internalRedepoy persistenceJon Bratseth2018-06-011-2/+3
* | Test internalRedeploy from ApplicationMetaData -> ConfigResponseJon Bratseth2018-06-013-28/+51
* | Test internalRedeploy propagation in config responsesJon Bratseth2018-06-015-17/+26
* | Internal redeploy Depoyer.deployFromLocalActive -> ApplicationMetaDataJon Bratseth2018-06-011-1/+8