autobrr/internal/domain
martylukyy 74eea79215
feat(database): SQLite database backups (#1756)
* feat(database): SQLite database backups

* feat(database): do not produce SQL injections

* feat(database): retain all backups if 0 or less
refactor(database): specify database driver in func names

* refactor(database): return early on cleanup

* refactor(database): do not call cleanup func if max backups set to 0

* refactor(database): backup retention behavior

* feat(database): improve logging

---------

Co-authored-by: ze0s <43699394+zze0s@users.noreply.github.com>
2024-11-12 19:14:45 +01:00
..
testdata feat(releases): retry failed downloads (#491) 2022-10-19 21:52:31 +02:00
action.go fix(macros): TorrentHash empty (#1699) 2024-09-02 15:44:36 +02:00
api.go refactor(http): api key cache handling (#1632) 2024-08-28 16:51:03 +02:00
client.go feat(download-clients): rtorrent support Digest Auth (#1596) 2024-08-28 12:21:56 +02:00
client_test.go fix(actions): reject if client is disabled (#1626) 2024-08-27 19:45:06 +02:00
config.go feat(database): SQLite database backups (#1756) 2024-11-12 19:14:45 +01:00
error.go feat: add support for proxies to use with IRC and Indexers (#1421) 2024-09-02 11:10:45 +02:00
event.go fix(indexers): delete feed with indexer (#1810) 2024-11-06 20:48:46 +01:00
feed.go fix(indexers): delete feed with indexer (#1810) 2024-11-06 20:48:46 +01:00
filter.go fix(filters): trim user input (#1784) 2024-10-23 17:42:48 +02:00
filter_test.go feat(filters): sanitize description (#1781) 2024-10-23 16:44:00 +02:00
indexer.go fix(indexers): delete feed with indexer (#1810) 2024-11-06 20:48:46 +01:00
indexer_test.go feat(indexers): add External Identifier to map with ARR indexers (#1534) 2024-05-04 12:37:01 +02:00
irc.go refactor(wildcard): optimize and add caching (#1634) 2024-09-02 11:18:14 +02:00
macros.go feat: add support for proxies to use with IRC and Indexers (#1421) 2024-09-02 11:10:45 +02:00
macros_test.go feat(indexers): add External Identifier to map with ARR indexers (#1534) 2024-05-04 12:37:01 +02:00
notification.go fix(notifications): disable notification and events have no effect (#1754) 2024-10-06 14:12:01 +02:00
proxy.go feat: add support for proxies to use with IRC and Indexers (#1421) 2024-09-02 11:10:45 +02:00
rejections.go chore: add missing license headers (#1811) 2024-11-06 21:37:42 +01:00
rejections_test.go chore: add missing license headers (#1811) 2024-11-06 21:37:42 +01:00
release.go fix(releases): update size after actions run (#1809) 2024-11-06 18:55:00 +01:00
release_download_test.go feat: add support for proxies to use with IRC and Indexers (#1421) 2024-09-02 11:10:45 +02:00
release_test.go chore(tests): correct typos (#1715) 2024-09-12 08:19:27 +02:00
releasetags.go refactor(wildcard): optimize and add caching (#1634) 2024-09-02 11:18:14 +02:00
releasetags_test.go fix(filters): RED and OPS lossless parsing and filtering (#1373) 2024-01-28 22:03:25 +01:00
user.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00