aboutsummaryrefslogtreecommitdiffstats
path: root/configserver/src/main/java/com/yahoo/vespa/config/server/session
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #23340 from vespa-engine/hmusum/remove-unused-meta-data-fieldHarald Musum2022-07-131-6/+2
|\
| * Remove 'user' field in application metadata and add deprecations for usageHarald Musum2022-07-041-6/+2
* | Don't expose SessionZooKeeperClient from SessionHarald Musum2022-07-122-9/+3
* | Remove one unnecessary method, rename anotherHarald Musum2022-07-122-7/+3
* | Remove or simplify some loggingHarald Musum2022-07-121-8/+0
* | Expire remote sessions for standalone Vespa as wellHarald Musum2022-07-111-1/+5
* | SimplifyHarald Musum2022-07-111-3/+1
* | Use session id instead of Session in SessionStateWatcherHarald Musum2022-07-112-42/+36
* | Move some method callsHarald Musum2022-07-112-6/+6
* | SimplifyHarald Musum2022-07-111-8/+7
* | Change to get flag with application id as dimensionHarald Musum2022-07-071-5/+5
* | Add min and max numbers for expired sessions to deleteHarald Musum2022-07-051-2/+3
|/
* Add config for when to expire local sessions with unknown statusHarald Musum2022-07-041-15/+15
* Revert "Synchronize access to sessionStateWatchers map [run-systemtest]"Harald Musum2022-06-221-17/+9
* Synchronize access to sessionStateWatchers mapHarald Musum2022-06-201-9/+17
* Add getActivatedTime() for a sessionHarald Musum2022-06-203-2/+11
* Get the Vespa version for flags from the model versionJon Bratseth2022-06-171-20/+11
* Remove on Vespa 8Jon Bratseth2022-06-081-1/+1
* Preserve cloud account from active session on internal redeploymentMartin Polden2022-05-242-2/+11
* Add cloud account to modelMartin Polden2022-05-113-26/+54
* Consolidate allocated hosts from all model versionsJon Bratseth2022-05-042-6/+5
* Use a string flag for files with unknown extension in appHarald Musum2022-05-021-7/+13
* Increase log level so it is shown as a notificationHarald Musum2022-05-021-1/+1
* Log with deploy logger, users will get console notificationsHarald Musum2022-04-281-11/+20
* Validate file extension for app files, part 4Harald Musum2022-04-281-1/+7
* Validate file extension for files in application packageHarald Musum2022-04-271-8/+14
* Use app platform version during config model feature flags resolutionHåkon Hallingstad2022-03-091-0/+1
* Use Optional when returning sessionHarald Musum2022-02-221-5/+2
* Replace use of Guava's UncheckedTimeoutException with our ownBjørn Christian Seime2022-01-141-1/+1
* Use lower log levelHarald Musum2022-01-141-1/+1
* Merge pull request #20680 from vespa-engine/arnej/add-legacy-overridesJon Bratseth2022-01-071-1/+2
|\
| * wire legacy overrides to the flag source usedArne H Juul2022-01-061-1/+2
* | Lower log levelHarald Musum2022-01-071-1/+1
|/
* Don't delete new sessions in file systemHarald Musum2022-01-051-0/+25
* Delete maximum 2 sessions per runHarald Musum2021-12-011-1/+1
* Revert "Revert "Make sure to consider all sessions in zookeeper when deleting...Harald Musum2021-12-011-2/+11
* Revert "Make sure to consider all sessions in zookeeper when deleting [run-sy...Harald Musum2021-12-011-11/+2
* Make sure to consider all sessions in zookeeper when deletingHarald Musum2021-12-011-2/+11
* Log more when failing to download application packageHarald Musum2021-12-011-1/+1
* Rename method and call before writing to ZooKeeperHarald Musum2021-11-281-13/+16
* Delete files belonging to sessions with unknown status older than a monthHarald Musum2021-11-171-2/+23
* Log session id when preprocessing application package failsHarald Musum2021-11-152-1/+6
* Guard against no active sessionHarald Musum2021-10-221-1/+2
* Update Verizon Media copyright notices.gjoranv2021-10-075-5/+5
* Update 2017 copyright notices.gjoranv2021-10-073-3/+3
* Don't wait for prepare barrier to complete when doing dry-runHarald Musum2021-09-301-3/+5
* Wire in the executor up to TenantRepositoryHenning Baldersheim2021-09-092-2/+8
* Merge pull request #18907 from vespa-engine/hmusum/cleanup-24Henning Baldersheim2021-08-313-22/+20
|\
| * Simplify by getting rid of FileDistributionProviderHarald Musum2021-08-303-20/+19
| * SimplifyHarald Musum2021-08-301-3/+2