Damien Cassou
de304f83de
Avoid requiring network in test_healthchecks.py
...
Some test environments (e.g., the one of the Nix build system) don't
allow network requests while building and testing.
2024-05-16 16:11:40 +02:00
estebanthilliez
4b7f7bba04
Issue warning if using UUID URL scheme with create_slug
2024-04-22 20:45:36 +02:00
estebanthilliez
cfdc0a1f2a
Fix Healthchecks UUID regex
2024-04-22 20:44:31 +02:00
estebanthi
2e4c0cc7e7
Support for healthchecks auto provisionning
2024-04-19 10:43:45 +02:00
Dan Helfman
4c2eb2bfe3
Spot check basically complete other than docs ( #656 ).
2024-04-15 11:02:05 -07:00
Dan Helfman
035e96156a
Add an "access_token" option to the ntfy monitoring hook for authenticating without username/password ( #811 ).
2024-03-11 12:48:58 -07:00
Dan Helfman
9647301b99
Add log sending for the Apprise logging hook, enabled by default.
2024-03-10 16:18:49 -07:00
shivansh02
b6cb7da98e
custom dump commands for mariadb
2024-03-04 00:24:22 +05:30
shivansh02
2b755d8ade
custom show command for mysql and schema description
2024-03-03 23:15:07 +05:30
shivansh02
925f99cfef
custom dump command for mysql
2024-03-03 03:47:02 +05:30
Dan Helfman
6fa5dff79b
Fix broken escaping logic for "pg_dump_command" ( #822 ) + bonus shell injection fixes.
2024-01-31 10:53:32 -08:00
Dan Helfman
75d11aa9cd
Pass the PostgreSQL "PGSSLMODE" environment variable through to Borg ( #370 ).
2024-01-25 14:18:01 -08:00
Dan Helfman
3c22a8ec16
Prevent various shell injection attacks ( #810 ).
2024-01-07 10:21:49 -08:00
Dan Helfman
5f3dc1cfb0
Stream SQLite databases directly to Borg instead of dumping to an intermediate file ( #807 ).
2023-12-31 11:07:59 -08:00
Dan Helfman
f011431463
Apprise hook documentation ( #715 ).
2023-10-04 19:23:53 -07:00
Pim Kunis
7a9625cd44
fix PR comments
2023-10-04 13:19:40 +02:00
Pim Kunis
4763c323d0
add unit tests for apprise hook
2023-10-01 16:59:59 +00:00
Dan Helfman
32019ea8f3
Add documentation for Grafana Loki hook ( #743 ).
2023-08-25 10:52:00 -07:00
Dan Helfman
b3d2560563
Added support for grafana loki ( #743 ).
...
Reviewed-on: https://projects.torsion.org/borgmatic-collective/borgmatic/pulls/747
2023-08-25 16:28:19 +00:00
Dan Helfman
b96d1898f7
Prep work for eventual container-dumping hooks: Generalize internal database hook "API" ( #685 ).
2023-08-24 13:50:10 -07:00
Tobias Hodapp
099a712e53
Added more documentation to the test
...
Split tests to integration tests
2023-08-24 13:17:42 +02:00
Tobias Hodapp
9e2674ea5a
Added unit tests
...
Removed useless dry run check
2023-08-23 17:17:23 +02:00
Dan Helfman
cd51e9c1ea
Fix for database "restore" action not actually restore anything ( #738 ).
2023-08-14 12:43:21 -07:00
Dan Helfman
193dd93de2
Fork a MariaDB database hook from the MySQL database hook ( #727 ).
2023-08-04 13:22:44 -07:00
Dan Helfman
c11dcdef0a
Fix some "borgmatic" capitalization issues.
2023-07-26 23:38:08 -07:00
Dan Helfman
da78929415
To prevent argument parsing errors on ambiguous commands, drop support for multiple consecutive flag values.
2023-07-13 19:25:14 -07:00
Dan Helfman
ecd9e62147
Fix last end-to-end database test ( #721 ).
2023-07-11 00:37:36 -07:00
Dan Helfman
ab351548d2
Fix (some) end-to-end tests ( #721 ).
2023-07-09 17:40:02 -07:00
Dan Helfman
48b6a1679a
Remove sections ( #721 ).
2023-07-08 23:14:30 -07:00
Dan Helfman
69611681e2
Add database restore overrides to NEWS, add a test, and move some tests ( #326 ).
2023-06-22 12:40:57 -07:00
Divyansh Singh
87c6e5b349
make sure restore params in config aren't used when cli args are supplied
2023-06-21 00:03:07 +05:30
Divyansh Singh
1a21eb03cd
add tests for all databases
2023-06-20 00:52:01 +05:30
Divyansh Singh
e2d82e9bba
actually test port restores
2023-06-19 01:10:01 +05:30
Divyansh Singh
384182172a
add unit tests for cases when cli/config restore args are used
2023-06-18 06:29:11 +05:30
Divyansh Singh
6c87608548
add tests for password logic
2023-06-17 00:47:15 +05:30
Divyansh Singh
89602d1614
pass all existing tests (and formatting)
2023-06-16 15:14:00 +05:30
Dan Helfman
5962fd473e
Another try. Backing out psql error changes ( #678 ).
2023-04-21 10:34:50 -07:00
Dan Helfman
ee5c25f3bd
Add additional tests for PostgreSQL hook fixes ( #678 ).
2023-04-20 21:44:42 -07:00
Dan Helfman
da0f5a34f2
Fix multiple bugs in PostgreSQL hook ( #678 ).
...
Reviewed-on: https://projects.torsion.org/borgmatic-collective/borgmatic/pulls/677
2023-04-21 04:05:22 +00:00
Dan Helfman
5dbb71709c
Upgrade test requirements and code style requirements. Auto-reformat code accordingly.
2023-04-14 19:35:24 -07:00
Divyansh Singh
f273e82d74
add tests
2023-04-15 02:57:51 +05:30
Jakub Jirutka
dfccc1b94a
Exit on error when restoring all PostgreSQL databases
...
"--set ON_ERROR_STOP=on" is equivalent to "--exit-on-error" in
pg_restore.
2023-04-14 17:38:18 +02:00
Jakub Jirutka
19a00371f5
Run "psql" with "--no-psqlrc"
...
Some settings in user's .psqlrc, e.g. "linestyle unicode", may break the
CSV output. "--no-psqlrc" tells psql to not read startup file.
This is not necessary for the analyze_command and restore_command (with
all_databases), but it's generally recommended when running psql from a
script.
2023-04-14 17:37:37 +02:00
Dan Helfman
d0d3a39833
When a database command errors, display and log the error message instead of swallowing it ( #396 ).
2023-03-27 10:36:39 -07:00
Dan Helfman
f42890430c
Add code style plugins to enforce use of Python f-strings and prevent single-letter variables.
2023-03-23 23:11:14 -07:00
Dan Helfman
d88bcc8be9
Add Healthchecks "log" state feature to NEWS.
2023-03-07 15:45:23 -08:00
Dan Helfman
332f7c4bb6
Add support for healthchecks "log" feature ( #628 ).
...
Reviewed-on: https://projects.torsion.org/borgmatic-collective/borgmatic/pulls/645
2023-03-07 22:21:30 +00:00
Dan Helfman
5d19d86e4a
Add flake8-quotes to complain about incorrect quoting so I don't have to!
2023-03-07 14:08:35 -08:00
Soumik Dutta
044ae7869a
fix tests
...
Signed-off-by: Soumik Dutta <shalearkane@gmail.com>
2023-03-08 03:30:12 +05:30
Soumik Dutta
98e429594e
added tests to make sure unsupported log states are detected
...
Signed-off-by: Soumik Dutta <shalearkane@gmail.com>
2023-03-06 20:31:00 +05:30