aboutsummaryrefslogtreecommitdiffstats
path: root/configserver/src/test/java/com/yahoo/vespa/config/server/tenant/TestTenantRepository.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Inject `OnnxModelCost` implementation from component graphBjørn Christian Seime2023-09-261-1/+3
* Always use lock when adding or deleting files from FileDirectoryHarald Musum2023-01-021-2/+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
* Renaming: config reload => config activationHarald Musum2022-07-131-8/+7
* Use static create methods instead of having many public constructor only used...Henning Baldersheim2022-06-091-1/+1
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* Add back check for max node size when writing to ZooKeeperHarald Musum2021-07-111-1/+3
* Use Curator instead of ConfigCurator, part 4Harald Musum2021-07-091-2/+1
* Revert "Use a single-threaded executor that delegates to another for ZK sessi...Harald Musum2021-04-271-1/+1
* Use a single-threaded executor that delegates to another for ZK session workHarald Musum2021-04-261-1/+1
* Use separate executors for ZooKeeper watchers for applications and sessionsHarald Musum2021-04-051-0/+1
* SimplifyHarald Musum2021-02-181-3/+2
* Inject ConfigCuratorHarald Musum2021-02-181-1/+3
* Remove GlobalComponentRegistry and implementationsHarald Musum2021-01-211-16/+15
* Move ReloadListener out of GlobalComponentRegistryHarald Musum2021-01-211-3/+14
* Move ConfigDefinitionRepo out of GlobalComponentRegistryHarald Musum2021-01-211-4/+9
* Move ModelFactoryRegistry out of GlobalComponentRegistryHarald Musum2021-01-211-3/+16
* Move Clock out of GlobalComponentRegistryHarald Musum2021-01-211-3/+14
* Move Zone out of GlobalComponentRegistryHarald Musum2021-01-211-3/+13
* Move ConfigServerDB out of GlobalComponentRegistryHarald Musum2021-01-211-1/+3
* Move secret ConfigserverConfig out of GlobalComponentRegistryHarald Musum2021-01-201-4/+14
* Move provisioner out of GlobalComponentRegistryHarald Musum2021-01-201-4/+13
* Move secret store out of GlobalComponentRegistryHarald Musum2021-01-201-1/+8
* Remove zkCacheExecutor from GlobalComponentRegistryHarald Musum2021-01-201-5/+8
* Add TestTenantRepository and builder for itHarald Musum2021-01-191-0/+82