aboutsummaryrefslogtreecommitdiffstats
path: root/configserver/src/test/java/com/yahoo/vespa/config/server/ApplicationRepositoryTest.java
Commit message (Expand)AuthorAgeFilesLines
* Add container on logserver in non-hosted environmentMartin Polden3 days1-1/+4
* Use the clock that is already availableHarald Musum9 days1-1/+1
* Cleanup and simplify testing of expired sesionsHarald Musum9 days1-46/+48
* Less strings, more proper classesjonmv2024-05-221-2/+3
* Update copyrightJon Bratseth2023-10-091-1/+1
* Merge pull request #28663 from vespa-engine/jonmv/log-tenant-with-session-not...Jon Marius Venstad2023-09-261-1/+1
|\
| * Log tenant name when session not foundjonmv2023-09-261-1/+1
* | Remove unnecessary flag settingHarald Musum2023-09-151-1/+0
|/
* Make sure not to overwrite application data if data already existsHarald Musum2023-08-311-0/+38
* Use deploy time (prepare time) when considering applications for maintenance ...Harald Musum2023-08-301-2/+1
* Rename a class and some methodsHarald Musum2023-08-261-1/+1
* Add config for barrierWaitForAllTimeoutHarald Musum2023-03-231-3/+1
* Simplify by using host provisioner from TenantRepositoryHarald Musum2023-02-231-53/+6
* Revert "Hmusum/configserver cleanup 1"Harald Musum2023-02-221-6/+53
* Simplify by using host provisioner from TenantRepositoryHarald Musum2023-02-211-53/+6
* Update test and fix bug in tester code where flag source was not usedHarald Musum2023-02-141-4/+13
* Deprecate and stop using HostSpec constructor that should be removedHarald Musum2023-02-131-4/+1
* Remove redundant tags wiringjonmv2023-01-111-2/+1
* SimplifyHarald Musum2023-01-021-2/+1
* Always use lock when adding or deleting files from FileDirectoryHarald Musum2023-01-021-1/+1
* Revert "Revert collect(Collectors.toList())"Henning Baldersheim2022-12-041-4/+2
* Revert collect(Collectors.toList())Henning Baldersheim2022-12-041-2/+4
* Avoid sorting an unmodifiable listHenning Baldersheim2022-12-031-4/+2
* Use FileDirectory when deleting unused file referencesHarald Musum2022-11-161-6/+8
* Use lock for adding file reference (controlled by feature flag)Harald Musum2022-11-161-2/+4
* Make sure we use just one FileDirectory (use injection)Harald Musum2022-11-161-1/+2
* Delete all unused file referencesHarald Musum2022-10-271-13/+8
* Fix and improve testHarald Musum2022-10-261-16/+15
* Remove unused file refrences based on last modified timeHarald Musum2022-10-261-4/+6
* Merge pull request #24406 from vespa-engine/bratseth/instance-tagsJon Bratseth2022-10-131-1/+2
|\
| * Add instance tagsJon Bratseth2022-10-121-1/+2
* | Revert "Refactor cleanup of file references"Harald Musum2022-10-111-5/+3
|/
* Move code for deleting unused file referencesHarald Musum2022-10-071-3/+5
* Remove unused test appHarald Musum2022-08-221-1/+0
* Manipulate file after creating session and remove unused methodHarald Musum2022-08-221-17/+2
* FixHarald Musum2022-08-221-1/+1
* Delete expired local sessions with errorsHarald Musum2022-08-221-10/+30
* Merge pull request #23340 from vespa-engine/hmusum/remove-unused-meta-data-fieldHarald Musum2022-07-131-1/+0
|\
| * Remove 'user' field in application metadata and add deprecations for usageHarald Musum2022-07-041-1/+0
* | Expire remote sessions for standalone Vespa as wellHarald Musum2022-07-111-1/+1
|/
* Add config for when to expire local sessions with unknown statusHarald Musum2022-07-041-4/+8
* Return empty log if getting log fails and we just deployedHarald Musum2022-06-181-3/+6
* Use static create methods instead of having many public constructor only used...Henning Baldersheim2022-06-091-4/+4
* Remove resources when deleting application with no active sessionMartin Polden2022-05-191-1/+3
* Consolidate allocated hosts from all model versionsJon Bratseth2022-05-041-1/+1
* Log with deploy logger, users will get console notificationsHarald Musum2022-04-281-2/+3
* Resolve conflictsJon Marius Venstad2022-04-071-1/+1
* Move HostName -> Hostnames, and DomainName and Hostname to com.yahoo.netJon Marius Venstad2022-03-311-1/+1
* Split in DomainName and HostnameJon Marius Venstad2022-03-301-2/+2
* Fix unit testJon Marius Venstad2022-03-301-1/+2