aboutsummaryrefslogtreecommitdiffstats
path: root/configserver/src/test/java/com/yahoo/vespa/config/server/deploy/DeployTester.java
Commit message (Expand)AuthorAgeFilesLines
* Require zone-scoped endpoint in config-modelMartin Polden2023-10-111-1/+13
* Update copyrightJon Bratseth2023-10-091-1/+1
* Simplify by using host provisioner from TenantRepositoryHarald Musum2023-02-231-1/+0
* Cleanup and simplifyHarald Musum2023-02-231-1/+2
* Revert "Hmusum/configserver cleanup 1"Harald Musum2023-02-221-2/+2
* Simplify by using host provisioner from TenantRepositoryHarald Musum2023-02-211-1/+0
* Cleanup and simplifyHarald Musum2023-02-211-1/+2
* Update test and fix bug in tester code where flag source was not usedHarald Musum2023-02-141-1/+2
* SimplifyHarald Musum2023-01-021-3/+1
* Always use lock when adding or deleting files from FileDirectoryHarald Musum2023-01-021-1/+1
* Use lock for adding file reference (controlled by feature flag)Harald Musum2022-11-161-1/+2
* Make sure we use just one FileDirectory (use injection)Harald Musum2022-11-161-1/+2
* Simplify: Use Clock and Curator from ApplicationRepositoryHarald Musum2022-10-041-0/+4
* Use static create methods instead of having many public constructor only used...Henning Baldersheim2022-06-091-4/+4
* Use more realistic redundancy of 2 in testsHÃ¥kon Hallingstad2022-06-081-1/+1
* Consolidate allocated hosts from all model versionsJon Bratseth2022-05-041-0/+26
* Use Optional when returning sessionHarald Musum2022-02-221-3/+6
* Check config convergence before restarting servicesHarald Musum2022-01-171-5/+16
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* Remove unused parameter and related methodsHarald Musum2021-08-121-19/+5
* Really allow skipping of old models in manual zonesJon Bratseth2021-06-081-1/+1
* Revert "Revert "Reapply "Jonmv/new hosted apps use dedicated cluster controll...Harald Musum2021-03-091-1/+1
* Revert "Reapply "Jonmv/new hosted apps use dedicated cluster controllers""Harald Musum2021-03-081-1/+1
* Revert "Revert "Jonmv/new hosted apps use dedicated cluster controllers""Harald Musum2021-03-051-1/+1
* Revert "Jonmv/new hosted apps use dedicated cluster controllers"Arnstein Ressem2021-03-041-1/+1
* Create applications with dedicated cluster controllersJon Marius Venstad2021-03-041-1/+1
* Remove GlobalComponentRegistry and implementationsHarald Musum2021-01-211-4/+0
* Move ModelFactoryRegistry out of GlobalComponentRegistryHarald Musum2021-01-211-3/+3
* Move Clock out of GlobalComponentRegistryHarald Musum2021-01-211-1/+1
* Move Zone out of GlobalComponentRegistryHarald Musum2021-01-211-3/+3
* Move ConfigServerDB out of GlobalComponentRegistryHarald Musum2021-01-211-1/+0
* Move secret ConfigserverConfig out of GlobalComponentRegistryHarald Musum2021-01-201-0/+1
* Move provisioner out of GlobalComponentRegistryHarald Musum2021-01-201-5/+8
* Move secret store out of GlobalComponentRegistryHarald Musum2021-01-201-12/+7
* Remove zkCacheExecutor from GlobalComponentRegistryHarald Musum2021-01-201-1/+2
* Move FlagSource out of GlobalComponentRegistryHarald Musum2021-01-151-1/+3
* Move SessionPreparer out of GlobalComponentRegistryHarald Musum2021-01-151-2/+4
* zkWatcherExecutor cannot be injectedHarald Musum2021-01-151-2/+1
* Move zkWatcherExecutor out of GlobalComponentRegistryHarald Musum2021-01-141-1/+4
* Move Metrics out of GlobalComponentRegistryHarald Musum2021-01-141-2/+2
* Move Curator and CondfigCurator out of GlobalComponentRegistryHarald Musum2021-01-141-2/+4
* Revert "Revert "Reapply "Remove unnecessary component" [run-systemtest]"""Harald Musum2021-01-121-1/+2
* Revert "Reapply "Remove unnecessary component" [run-systemtest]""Harald Musum2021-01-121-2/+1
* Avoid cycle in component graphHarald Musum2021-01-121-1/+2
* Use Session where possibleHarald Musum2020-10-161-3/+2
* Reduce number of mock provisionersMartin Polden2020-10-121-74/+4
* Track test API changeJon Bratseth2020-10-121-1/+1
* Acquire provision lock for transactional writesMartin Polden2020-10-081-0/+14
* Remove unused argumentValerij Fredriksen2020-09-251-1/+1
* Create DeployTester builderValerij Fredriksen2020-09-241-63/+102