|
34305d686c
|
Revert "Add missing test (#911)" which accidentally included unrelated changes.
This reverts commit bf1e8bc44ec460980fad19372c04eb37c039fa1f.
|
2024-10-01 09:28:39 -07:00 |
|
|
bf1e8bc44e
|
Add missing test (#911).
build / docs (push) Blocked by required conditions
build / test (push) Has been cancelled
|
2024-10-01 09:26:00 -07:00 |
|
|
fd4f69f6c3
|
Rename repository actions for compatibility with recent Borg 2 changes (#915).
build / test (push) Successful in 6m23s
build / docs (push) Successful in 1m59s
|
2024-09-09 10:05:32 -07:00 |
|
|
1fe6ae83a8
|
Add a "key change-passphrase" action to change the passphrase protecting a repository key (#911).
build / test (push) Successful in 6m22s
build / docs (push) Successful in 1m53s
|
2024-09-01 11:13:39 -07:00 |
|
|
1197d6d0f6
|
Bump version for release.
1.8.14
|
2024-08-29 17:41:02 -07:00 |
|
|
288a4bf243
|
: Add documentation details for how to run custom database dump commands using binaries from running containers (#906).
build / test (push) Successful in 4m3s
build / docs (push) Successful in 1m6s
|
2024-08-20 15:03:49 -07:00 |
|
|
1fb943e5f1
|
Documentation and config schema update about ~/.borgmatic volume mount (#906).
build / test (push) Successful in 4m3s
build / docs (push) Successful in 1m5s
Reviewed-on: #907
|
2024-08-20 21:51:51 +00:00 |
|
|
e0298685a1
|
Fix the "source_directories_must_exist" option to work with relative "source_directories" paths when a "working_directory" is set (#905).
build / test (push) Successful in 4m3s
build / docs (push) Successful in 53s
|
2024-08-20 13:52:06 -07:00 |
|
|
c5633227bf
|
Add glob ("*") support to the "--repository" flag (#898).
build / test (push) Successful in 5m49s
build / docs (push) Successful in 1m38s
|
2024-08-20 12:49:50 -07:00 |
|
|
6087c12e09
|
docs: typo
|
2024-08-16 14:36:28 +02:00 |
|
|
9d83f02e24
|
fix(config/schema.yaml): Add note about mounting .borgmatic folder inside container db backups
|
2024-08-16 14:25:11 +02:00 |
|
|
b6ccde6757
|
fix(docs): Add note about mounting .borgmatic folder inside container db backups
|
2024-08-16 14:23:59 +02:00 |
|
|
548aceb3d5
|
Fix config validation broken by schema change (#904).
build / test (push) Successful in 4m5s
build / docs (push) Successful in 1m37s
|
2024-08-12 23:09:55 -07:00 |
|
|
2bd63bbdd2
|
Clarify the configuration reference about the "spot" check options (#904).
build / test (push) Failing after 5m26s
build / docs (push) Has been skipped
|
2024-08-12 22:50:58 -07:00 |
|
|
9b4fed64a6
|
Upgrade run-full-tests dependencies.
build / test (push) Successful in 4m3s
build / docs (push) Successful in 1m35s
|
2024-08-11 20:41:43 -07:00 |
|
|
ff1001a5f5
|
Fix NEWS typo.
build / docs (push) Blocked by required conditions
build / test (push) Has been cancelled
|
2024-08-11 20:38:38 -07:00 |
|
|
e7f1c3eda5
|
Add "color" option regression fix to NEWS.
build / docs (push) Blocked by required conditions
build / test (push) Has been cancelled
|
2024-08-11 20:35:54 -07:00 |
|
|
21e343a948
|
Fix broken color configuration option.
Merge pull request #83 from TheoBrigitte/main
|
2024-08-11 20:32:43 -07:00 |
|
Theo Brigitte
|
4c4fd92013
|
update logger unit tests
* update color config structure
* add check for color: True in config
* ensure interactive_console is called wherever it should
|
2024-08-09 00:07:46 +02:00 |
|
Theo Brigitte
|
37735e464c
|
Fix color configuration directive
|
2024-08-05 16:38:49 +02:00 |
|
|
424cc6b66c
|
Fix for a "bad character" Borg error in which the "spot" check fed Borg an invalid pattern (#899).
build / test (push) Successful in 6m5s
build / docs (push) Successful in 1m32s
|
2024-07-25 11:34:09 -07:00 |
|
|
e128a3e0a9
|
Add a ticket number onto the traceback fix in NEWS.
build / test (push) Successful in 5m59s
build / docs (push) Successful in 1m35s
|
2024-07-19 22:22:19 -07:00 |
|
|
27e7ece2f5
|
More fix for a potential traceback (TypeError) during the handling of another error.
build / test (push) Successful in 5m55s
build / docs (push) Successful in 1m33s
|
2024-07-15 14:45:21 -07:00 |
|
|
d44dc93509
|
Fix for a potential traceback (TypeError) during the handling of another error.
build / test (push) Successful in 5m56s
build / docs (push) Successful in 1m32s
|
2024-07-14 10:07:15 -07:00 |
|
|
31778fd3bf
|
Fix error in borgmatic rcreate/init on empty repository directory with Borg 1.4 (#896).
build / test (push) Successful in 4m17s
build / docs (push) Successful in 51s
|
2024-07-08 11:24:48 -07:00 |
|
|
4313f90dd8
|
Add a couple of more code style guidelines.
build / test (push) Successful in 5m55s
build / docs (push) Successful in 1m35s
|
2024-07-07 20:49:27 -07:00 |
|
|
1f82ea2798
|
Attempt to fix documentation build.
build / test (push) Successful in 4m15s
build / docs (push) Successful in 52s
|
2024-07-06 10:23:10 -07:00 |
|
|
148536d867
|
Upgrade certifi in test requirements.
build / test (push) Successful in 4m17s
build / docs (push) Has been cancelled
|
2024-07-06 10:17:53 -07:00 |
|
|
197f0a521d
|
Add a recent contributors section to the documentation.
build / docs (push) Blocked by required conditions
build / test (push) Has been cancelled
|
2024-07-06 10:15:16 -07:00 |
|
|
0d8e352033
|
Update documentation link to Borg 1.4.0 exit codes.
build / test (push) Successful in 4m14s
build / docs (push) Successful in 52s
|
2024-07-04 20:21:40 -07:00 |
|
|
20a3995977
|
Bump version for release.
build / test (push) Successful in 4m14s
build / docs (push) Successful in 50s
1.8.13
|
2024-07-04 08:54:09 -07:00 |
|
|
66aa953371
|
Add additional tests (#298).
build / test (push) Successful in 4m15s
build / docs (push) Successful in 50s
|
2024-07-04 08:42:05 -07:00 |
|
|
ba053de8f7
|
Add delete and rdelete actions (#298).
build / test (push) Successful in 6m3s
build / docs (push) Successful in 1m20s
Reviewed-on: #893
|
2024-07-04 06:07:30 +00:00 |
|
|
2f844d65d5
|
Automated tests complete (#298).
|
2024-07-02 23:11:58 -07:00 |
|
|
2dca5e1834
|
Initial automated tests for delete action (#298).
|
2024-07-02 20:26:29 -07:00 |
|
|
36197ce027
|
Dry run support for delete/rdelete actions (#298).
|
2024-06-28 20:56:42 -07:00 |
|
|
e9a0226ee0
|
Initial work on delete/rdelete actions (#298).
|
2024-06-28 16:20:10 -07:00 |
|
|
fc3b4a653e
|
Add a development documentation note about using fully qualified imports.
|
2024-06-28 15:00:25 -07:00 |
|
|
3673abb01e
|
Update documentation links that link to beta versions of Borg docs.
build / test (push) Successful in 4m17s
build / docs (push) Successful in 51s
|
2024-06-27 14:42:53 -07:00 |
|
|
ac4277d36c
|
Add "new in version" label to Uptime Kuma documentation (#885).
build / test (push) Successful in 4m15s
build / docs (push) Successful in 1m19s
|
2024-06-27 09:29:53 -07:00 |
|
|
21cbc99d9e
|
Fix uptime_kuma monitor not being called after name change (#891).
build / test (push) Successful in 6m3s
build / docs (push) Has been cancelled
Reviewed-on: #891
|
2024-06-27 16:27:07 +00:00 |
|
Paul Wilde
|
d080bf2ae9
|
[bugfix] uptime_kuma monitor is not called after name change
|
2024-06-27 12:49:07 +01:00 |
|
|
2a1c790655
|
Minor reorganization of borgmatic source code reference.
build / test (push) Successful in 4m17s
build / docs (push) Successful in 52s
|
2024-06-26 19:39:32 -07:00 |
|
|
410204a70d
|
Formatting, whitespace, and minor fixes for Uptime Kuma hook (#885).
build / test (push) Successful in 4m16s
build / docs (push) Successful in 1m0s
|
2024-06-26 16:09:14 -07:00 |
|
|
4a0c167c1c
|
Add Uptime Kuma monitoring hook (#885).
build / test (push) Successful in 4m15s
build / docs (push) Successful in 1m2s
Reviewed-on: #885
Reviewed-by: Dan Helfman <witten@torsion.org>
|
2024-06-26 22:50:11 +00:00 |
|
|
593c956d33
|
Add an "only_run_on" option to consistency checks so you can limit a check to running on particular days of the week (#785).
build / test (push) Successful in 6m0s
build / docs (push) Successful in 1m28s
|
2024-06-26 14:57:59 -07:00 |
|
|
d18cb89493
|
Merge branch 'main' into main
|
2024-06-26 19:58:56 +00:00 |
|
Paul Wilde
|
067c79c606
|
renamed push_monitor back to ping_monitor in uptime kuma hook
|
2024-06-26 20:57:37 +01:00 |
|
|
ebde88ccaa
|
Fix the Healthchecks ping body size limit, restoring it to the documented 100,000 bytes (#889).
build / test (push) Successful in 6m0s
build / docs (push) Successful in 1m28s
|
2024-06-25 12:45:44 -07:00 |
|
|
cc402487d9
|
Minor development documentation clarifications.
build / test (push) Successful in 5m55s
build / docs (push) Successful in 1m29s
|
2024-06-24 10:48:13 -07:00 |
|