Michael Eischer
|
47328afb2e
|
ui/progress: remove unused test helper
|
2026-06-13 16:53:30 +02:00 |
|
Michael Eischer
|
e6d054d896
|
walker: remove empty testing.go
|
2026-06-13 16:53:30 +02:00 |
|
Michael Eischer
|
fc81a0b6ad
|
ui/terminal: unexport Terminal type
|
2026-06-13 16:53:30 +02:00 |
|
Michael Eischer
|
dee28f5b0e
|
ui/terminal: unexport New function
|
2026-06-13 16:53:30 +02:00 |
|
Michael Eischer
|
2d02a1ad39
|
doc: clarify forget --prune --json output (#21878)
|
2026-06-13 16:47:15 +02:00 |
|
Michael Eischer
|
bae49d00ee
|
stats: hide progress bar for json output (#21871)
|
2026-06-13 15:13:26 +02:00 |
|
darkdragon-001
|
e5dba15367
|
Json prune (#5239)
Co-authored-by: Alexander Weiss <alex@weissfam.de>
Co-authored-by: Michael Eischer <michael.eischer@fau.de>
|
2026-06-13 10:38:57 +00:00 |
|
Michael Eischer
|
bf56d71b09
|
Merge pull request #21876 from MichaelEischer/cleanup-mount-validation
mount: refactor mountpoint validation
|
2026-06-12 23:34:44 +02:00 |
|
Michael Eischer
|
e94ec65efb
|
mount: unify mountpoint validation error messages
|
2026-06-12 22:30:53 +02:00 |
|
Michael Eischer
|
49f9e67520
|
mount: factor out mountpoint validation into helper
|
2026-06-12 22:29:45 +02:00 |
|
Michael Eischer
|
3a4b0e3b8c
|
Merge pull request #5348 from zmanda/fix-gh-5234-prevent-mount-command-over-repository
mount: prevent mounting over repository
|
2026-06-12 22:27:50 +02:00 |
|
Michael Eischer
|
abfc9bbdff
|
Merge pull request #21868 from MichaelEischer/fix-zero-sized-blobs
repository: fix zero-sized blobs in v2 repos
|
2026-06-11 20:43:38 +02:00 |
|
Michael Eischer
|
784812361e
|
Merge pull request #21858 from MichaelEischer/unexport-backends
Unexport several backend types
|
2026-06-10 22:51:32 +02:00 |
|
Michael Eischer
|
c745f810b3
|
backend/cache: use backend types not restic types (#21860)
|
2026-06-10 22:45:39 +02:00 |
|
Michael Eischer
|
721411e04c
|
backend/azure/gs/s3: remove unused Path() method
|
2026-06-10 22:37:07 +02:00 |
|
Michael Eischer
|
b07ff6cd34
|
backends: remove unused SetListMax method
It was never used. Remove the dead code.
|
2026-06-10 22:37:07 +02:00 |
|
Michael Eischer
|
8b3bbb527c
|
backend/s3: unexport
|
2026-06-10 22:37:07 +02:00 |
|
Michael Eischer
|
4a2d8e04aa
|
backend/rclone: unexport
|
2026-06-10 22:37:07 +02:00 |
|
Michael Eischer
|
a36488b706
|
backend/gs: unexport
|
2026-06-10 22:37:07 +02:00 |
|
Michael Eischer
|
cfb506a77a
|
backend/cache: unexport
|
2026-06-10 22:37:07 +02:00 |
|
Michael Eischer
|
a15b1579ff
|
Merge pull request #21846 from restic/repository-cleanups
Cleanup repository package
|
2026-06-10 22:36:04 +02:00 |
|
Michael Eischer
|
ff95080f36
|
restic: move test helpers and drop unused JSONUnpackedLoader
|
2026-06-10 22:20:28 +02:00 |
|
Michael Eischer
|
119bb9d9a8
|
repository: require *Repository for ExaminePack
The function wouldn't work with a different Repository implementation
anyways.
|
2026-06-10 22:20:28 +02:00 |
|
Michael Eischer
|
8c6ee42d17
|
debug: move DumpPacks into repository package
Processing pack file internals belongs into the repository package.
|
2026-06-10 22:20:28 +02:00 |
|
Michael Eischer
|
ccddc1914d
|
repository: rename PackError to ErrPackMetadata
|
2026-06-10 22:20:28 +02:00 |
|
Michael Eischer
|
4bc5eca7ea
|
repository: merge check.go into checker.go
|
2026-06-10 22:20:28 +02:00 |
|
Michael Eischer
|
17ff3aa5f9
|
Merge pull request #21841 from MichaelEischer/isolate-repository
prevent imports of repository internals
|
2026-06-10 22:19:24 +02:00 |
|
Michael Eischer
|
5683180a3b
|
upgrade compress library
|
2026-06-10 22:03:56 +02:00 |
|
Michael Eischer
|
0fc7444e32
|
repository: fix zero-sized blobs in v2 repos
|
2026-06-10 22:03:40 +02:00 |
|
Michael Eischer
|
81571775d5
|
fix version set by helper after release (#21865)
|
2026-06-09 22:43:18 +02:00 |
|
Alexander Neumann
|
16b8b8cda0
|
Set development version for 0.19.0
|
2026-06-09 18:49:09 +02:00 |
|
Alexander Neumann
|
12875cc48e
|
Add version for 0.19.0
v0.19.0
|
2026-06-09 18:49:04 +02:00 |
|
Alexander Neumann
|
8c37a3983a
|
Update manpages and auto-completion
|
2026-06-09 18:49:04 +02:00 |
|
Alexander Neumann
|
d718c4cf20
|
Generate CHANGELOG.md for 0.19.0
|
2026-06-09 18:48:35 +02:00 |
|
Alexander Neumann
|
60448342b3
|
Prepare changelog for 0.19.0
|
2026-06-09 18:48:35 +02:00 |
|
Alexander Neumann
|
4f59ed8806
|
Merge pull request #21863 from MichaelEischer/downgrade-compress
Downgrade compress library due to regression with zero-sized blobs
|
2026-06-09 18:40:30 +02:00 |
|
Michael Eischer
|
522efd1175
|
downgrade compress library due to regression with zero-sized blobs
while this should only affect test cases better be safe than sorry.
|
2026-06-08 22:51:47 +02:00 |
|
rawtaz
|
f01359ff92
|
doc: Polish changelogs (#21847)
|
2026-06-05 22:30:46 +02:00 |
|
rawtaz
|
0b3c0fc222
|
Merge pull request #21842 from restic/polish-changelogs
Polish changelogs
|
2026-06-05 00:33:38 +02:00 |
|
Winfried Plappert
|
ed571c8d12
|
Docs - Diving into a Repository - create html links across the chapter (#21839)
|
2026-06-02 22:42:43 +02:00 |
|
Michael Eischer
|
0ddd98e03b
|
stats: stop progress bar before printing stats (#21843)
|
2026-06-02 22:37:46 +02:00 |
|
Michael Eischer
|
cebc5c8957
|
polish changelogs
|
2026-06-01 22:10:27 +02:00 |
|
dependabot[bot]
|
724b7dc231
|
build(deps): bump google.golang.org/api from 0.279.0 to 0.282.0 (#21836)
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-06-01 19:39:49 +00:00 |
|
Michael Eischer
|
2141fd83a9
|
checker: increase timeout for blob type confusion test (#21831)
|
2026-06-01 21:29:52 +02:00 |
|
dependabot[bot]
|
6693611497
|
build(deps): bump github.com/minio/minio-go/v7 from 7.1.0 to 7.2.0 (#21838)
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-06-01 21:26:05 +02:00 |
|
dependabot[bot]
|
0e9446277d
|
build(deps): bump cloud.google.com/go/storage from 1.62.1 to 1.62.2 (#21837)
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-06-01 21:25:14 +02:00 |
|
dependabot[bot]
|
b6bfa13f5f
|
build(deps): bump github.com/Azure/azure-sdk-for-go/sdk/storage/azblob from 1.6.4 to 1.7.0 (#21835)
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-06-01 21:24:40 +02:00 |
|
dependabot[bot]
|
88aa8132ae
|
build(deps): bump actions/checkout from 4 to 6 (#21834)
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-06-01 21:23:28 +02:00 |
|
dependabot[bot]
|
bff8acb2d9
|
build(deps): bump docker/login-action from 4.0.0 to 4.2.0 (#21833)
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-06-01 21:22:35 +02:00 |
|
dependabot[bot]
|
4ae2e26021
|
build(deps): bump the golang-x-deps group with 3 updates (#21832)
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-06-01 21:22:25 +02:00 |
|