summaryrefslogtreecommitdiffstats
path: root/configserver/src/test
Commit message (Expand)AuthorAgeFilesLines
* Merge with masterJon Bratseth2018-02-276-6/+6
* Remove unused fieldsHarald Musum2018-02-261-32/+4
* Avoid creating ConfigCurator when we already have oneHarald Musum2018-02-152-4/+3
* Remove dead codeHarald Musum2018-02-131-110/+0
* Use one thread for removing unused applicationsHarald Musum2018-02-132-0/+10
* Use available processors for number of RPC threads by defaultHarald Musum2018-02-121-1/+5
* FixHarald Musum2018-02-101-2/+1
* Remove from mock tooHarald Musum2018-02-091-3/+0
* Walk file tree to create hash when file reference is a directoryHarald Musum2018-02-081-9/+23
* Remove calls to legcay code for file distributionHarald Musum2018-02-082-14/+2
* Add handler that does prepare and activate in one callHarald Musum2018-01-314-0/+164
* Use application repo to avoid dealing with low-level codeHarald Musum2018-01-301-10/+5
* Add copyright headersJon Bratseth2018-01-253-3/+6
* Remove transaction commit in mock provisioner that should never have been thereHarald Musum2018-01-241-2/+0
* Refactor prepare handlerHarald Musum2018-01-211-4/+6
* We might have status unknown for all hosts tooHarald Musum2018-01-172-2/+23
* Purge old session in its own thread instead of every time we add a sessionHarald Musum2018-01-152-18/+7
* Make sure to cleanup everything when deleting a tenantHarald Musum2018-01-151-4/+10
* Support milliscond resolution for timeout request parameterHarald Musum2018-01-091-4/+12
* Timeout for file distribution status APIHarald Musum2018-01-091-4/+11
* Add file distribution status APIHarald Musum2018-01-093-5/+207
* Don't test for exact version, just that we get oneHarald Musum2018-01-031-1/+1
* Ad some javadoc and do some minor tweaksHarald Musum2018-01-031-1/+1
* Rewrite status handlerHarald Musum2018-01-022-46/+40
* use new LoggingRequestHandler constructorArne Juul2017-12-2715-70/+58
* Do async file distribution (when preparing application) when file distributor...Harald Musum2017-12-141-3/+2
* Set timeout for internal deployment in one placeHarald Musum2017-12-132-2/+6
* Merge pull request #4397 from vespa-engine/hmusum/settable-status-value-in-st...Harald Musum2017-12-091-1/+6
|\
| * Make it possible to configure and change status code in /state/v1/health APIHarald Musum2017-12-081-1/+6
* | Use a ByteChannel interface instead.Henning Baldersheim2017-12-081-1/+1
|/
* Handle that a file reference is a directory with many filesHarald Musum2017-12-072-11/+89
* Do not assume anything about the default teanant, it is no longerHarald Musum2017-11-291-3/+0
* Revert "Remove zone from DeployProperties"Harald Musum2017-11-291-2/+5
* Merge pull request #4300 from vespa-engine/hmusum/set-sessions-path-correctly...Valerij Fredriksen2017-11-294-24/+22
|\
| * Set sessions path correctly in test constructorHarald Musum2017-11-294-24/+22
* | Remove zone from DeployPropertiesHarald Musum2017-11-281-5/+2
|/
* Merge pull request #4286 from vespa-engine/hmusum/more-wiring-for-disabling-f...Henning Baldersheim2017-11-281-1/+2
|\
| * More wiring for making it possible to disable filedistributorHarald Musum2017-11-271-1/+2
* | Do not create system tenants in constructor. Do not put into map of tenants u...Harald Musum2017-11-272-3/+6
|/
* Implement chained download of file referencesHarald Musum2017-11-231-0/+31
* Merge pull request #4203 from vespa-engine/mortent/identity-in-deploymentMorten Tokle2017-11-236-23/+39
|\
| * Fix failing testsMorten Tokle2017-11-236-23/+39
* | Do not remove from queue when cancellingHarald Musum2017-11-211-3/+1
* | Return status code 500 and print stack trace if NullPointerException is thrownHarald Musum2017-11-181-1/+15
|/
* Remove PaathProviderHarald Musum2017-11-177-46/+40
* Cleanup and simplify code related to zk paths for tenantsHarald Musum2017-11-154-79/+96
* No longer necessary to loop as no more deletion of default tenant will take p...Henning Baldersheim2017-11-131-9/+1
* Better parameter alignmentHenning Baldersheim2017-11-131-16/+7
* Sleep to avoid active wait.Henning Baldersheim2017-11-131-1/+4
* Do a pragmatic retry on failed tenants.Henning Baldersheim2017-11-131-6/+9