aboutsummaryrefslogtreecommitdiffstats
path: root/configserver/src/test/java/com/yahoo/vespa/config/server/filedistribution/FileServerTest.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Return optional of File instead of booleanHarald Musum2023-08-161-6/+12
* Test that exception is not swallowedHarald Musum2023-08-031-0/+37
* Stop using file distribution feature flags, not needed anymoreHarald Musum2023-02-011-7/+2
* Always use lock when adding or deleting files from FileDirectoryHarald Musum2023-01-021-3/+3
* Use lock for adding file reference (controlled by feature flag)Harald Musum2022-11-161-3/+6
* Make sure we use just one FileDirectory (use injection)Harald Musum2022-11-161-3/+3
* Wire in use of compression types and flags for file distributionHarald Musum2022-07-061-7/+24
* Support specifying compression type for file distribution requestsHarald Musum2022-07-051-2/+9
* Make sure to return response when request times outHarald Musum2022-06-221-1/+1
* Revert "Support compressing files (not just directories) in file distribution...Harald Musum2022-05-251-3/+2
* Support compressing files (not just directories) in file distributionHarald Musum2022-05-251-2/+3
* Simplify and reorder arguments, no functional changesHarald Musum2021-12-131-1/+1
* Always use FileDistributionConnectionPool [run-systemtest]Harald Musum2021-12-091-2/+1
* Use a flag to choose which connection pool to use for file distributionHarald Musum2021-11-161-1/+2
* SimplifyHarald Musum2021-10-151-2/+0
* Improve download of application package in maintainerHarald Musum2021-10-141-1/+1
* Remove getSupervisor() from ConnectionPool interfaceHarald Musum2021-10-081-2/+8
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* Move some methods from FileReferenceDownloader to FileDownloaderHarald Musum2021-06-141-3/+3
* Temp directory is always the same as download diredctory, simplifyHarald Musum2021-06-141-1/+1
* Move more methods into DownloadsHarald Musum2021-06-141-1/+2
* Rename method and document why we change flag betterHarald Musum2020-10-151-2/+2
* More testing of downloadHarald Musum2020-10-151-9/+37
* Code cleanup, no functional changesHarald Musum2020-08-111-1/+1
* Revert "Use JrtFactory to construct jrt supervisors in configserver"Bjørn Christian Seime2019-01-221-3/+2
* Use JrtFactory to construct jrt supervisors in configserverBjørn Christian Seime2019-01-141-2/+3
* Refactor to avoid writing test data to module directoryHarald Musum2018-12-111-36/+23
* Use TemporaryFolder with @RuleHarald Musum2018-05-301-6/+10
* Add maintainer for deleting unused file references on diskHarald Musum2018-05-301-4/+13
* Use @After instead of finalizerHarald Musum2018-05-091-13/+7
* Add TODO comment on finalizer in unit test.gjoranv2018-05-091-0/+1
* Java 9: Suppress deprecation warning for finalize()gjoranv2018-05-091-0/+1
* Use a ByteChannel interface instead.Henning Baldersheim2017-12-081-1/+1
* Handle that a file reference is a directory with many filesHarald Musum2017-12-071-11/+20
* Implement chained download of file referencesHarald Musum2017-11-231-0/+31
* Revert "Revert "Wire in deployment so that we can copy the file in when the o...Henning Baldersheim2017-11-131-1/+2
* Revert "Wire in deployment so that we can copy the file in when the old way i...Henning Baldersheim2017-11-101-2/+1
* Wire in deployment so that we can copy the file in when the old way is gone.Henning Baldersheim2017-11-091-1/+2
* Revert "Move file distribution stuff to filedistribution module"Harald Musum2017-11-091-1/+0
* Move file distribution stuff to filedistribution moduleHarald Musum2017-11-091-0/+1
* Add a simple Receiver interface so that we can keep the RPC stuff one place a...Henning Baldersheim2017-11-081-0/+24
* Add simple test for the FileServer.Henning Baldersheim2017-11-081-0/+56