1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-03-30 00:00:14 +01:00
restic/internal/backend
Michael Eischer 4350b95d27 backend/test: fix delayedRemoval timeout handling
The timeout for all blobs starts to run after the delete calls have been
issue. Thus, use the same start time for all blobs instead of individual
timeouts.
2025-03-23 16:36:31 +01:00
..
azure Renames to fix clashes with reserved words. 2025-03-22 18:20:30 +00:00
b2 backend: refactor backend Connections and HasAtomicReplace into Properties 2025-02-16 22:27:58 +01:00
cache feat(backends/s3): add warmup support before repacks and restores (#5173) 2025-02-01 18:26:27 +00:00
dryrun backend: refactor backend Connections and HasAtomicReplace into Properties 2025-02-16 22:27:58 +01:00
gs Remove unnecessary type conversions. 2025-03-22 18:20:30 +00:00
layout backend/layout: unexport fields and simplify rest layout 2024-08-31 17:25:24 +02:00
limiter Remove unnecessary type conversions. 2025-03-22 18:20:30 +00:00
local Rename unused parameters to '_'. 2025-03-22 18:20:30 +00:00
location move Backend interface to backend package 2023-10-25 23:00:18 +02:00
logger move Backend interface to backend package 2023-10-25 23:00:18 +02:00
mem backend: refactor backend Connections and HasAtomicReplace into Properties 2025-02-16 22:27:58 +01:00
mock backend: refactor backend Connections and HasAtomicReplace into Properties 2025-02-16 22:27:58 +01:00
rclone rclone: remove redundant Warmup methods 2025-02-16 22:41:22 +01:00
rest backend: refactor backend Connections and HasAtomicReplace into Properties 2025-02-16 22:27:58 +01:00
retry Merge pull request #5251 from MichaelEischer/rclone-retries 2025-03-22 14:24:47 +01:00
s3 Remove unnecessary type conversions. 2025-03-22 18:20:30 +00:00
sema Remove unnecessary type conversions. 2025-03-22 18:20:30 +00:00
sftp backend: refactor backend Connections and HasAtomicReplace into Properties 2025-02-16 22:27:58 +01:00
swift backend: refactor backend Connections and HasAtomicReplace into Properties 2025-02-16 22:27:58 +01:00
test backend/test: fix delayedRemoval timeout handling 2025-03-23 16:36:31 +01:00
testdata drop support for s3legacy layout 2024-08-31 17:25:24 +02:00
util Remove unnecessary type conversions. 2025-03-22 18:20:30 +00:00
backend.go retry/rclone: retry errors up to 5 times 2025-02-16 22:40:55 +01:00
backend_test.go move Backend interface to backend package 2023-10-25 23:00:18 +02:00
doc.go Moves files 2017-07-23 14:19:13 +02:00
file.go move Backend interface to backend package 2023-10-25 23:00:18 +02:00
file_test.go move Backend interface to backend package 2023-10-25 23:00:18 +02:00
http_transport.go make timeout for slow requests configurable 2024-08-26 14:14:43 +02:00
httpuseragent_roundtripper.go http: allow custom User-Agent for outgoing HTTP requests 2024-05-30 15:38:06 +02:00
httpuseragent_roundtripper_test.go http: allow custom User-Agent for outgoing HTTP requests 2024-05-30 15:38:06 +02:00
readerat.go move Backend interface to backend package 2023-10-25 23:00:18 +02:00
rewind_reader.go move Backend interface to backend package 2023-10-25 23:00:18 +02:00
rewind_reader_test.go move Backend interface to backend package 2023-10-25 23:00:18 +02:00
shell_split.go Renames to fix clashes with reserved words. 2025-03-22 18:20:30 +00:00
shell_split_test.go Refactor SplitShellStrings 2018-04-01 10:16:31 +02:00
watchdog_roundtriper.go backend: return correct error on upload/request timeout 2024-08-10 18:06:24 +02:00
watchdog_roundtriper_test.go Merge pull request #4993 from MichaelEischer/fix-timeout-error 2024-08-15 22:07:37 +02:00