autobrr/internal/database
Ludvig Lundgren e6c151a029
feat: improve release parsing and filtering (#257)
* feat(releases): improve parsing

* refactor: extend filtering add more tests

* feat: improve macro

* feat: add and remove fields

* feat: add freeleech percent to bonus

* feat: filter by origin
2022-04-30 13:43:51 +02:00
..
action.go fix(actions): repo ordering of query args (#235) 2022-04-11 19:12:30 +02:00
database.go feat(http): add healthcheck endpoints liveness and readiness (#240) 2022-04-12 18:19:07 +02:00
download_client.go feat: add postgres support (#215) 2022-04-02 19:24:23 +02:00
feed.go feat: add torznab feed support (#246) 2022-04-25 12:58:54 +02:00
feed_cache.go feat: add torznab feed support (#246) 2022-04-25 12:58:54 +02:00
filter.go feat: improve release parsing and filtering (#257) 2022-04-30 13:43:51 +02:00
indexer.go feat: add torznab feed support (#246) 2022-04-25 12:58:54 +02:00
irc.go feat: add postgres support (#215) 2022-04-02 19:24:23 +02:00
migrate.go feat: improve release parsing and filtering (#257) 2022-04-30 13:43:51 +02:00
notification.go feat: add notifications (#216) 2022-04-04 19:13:09 +02:00
postgres.go feat: add postgres support (#215) 2022-04-02 19:24:23 +02:00
release.go feat: improve release parsing and filtering (#257) 2022-04-30 13:43:51 +02:00
sqlite.go fix(database): sqlite disable foreign key check (#229) 2022-04-10 19:00:15 +02:00
user.go feat: add ability to create an account via the webui (#223) 2022-04-10 18:26:14 +02:00
utils.go feat(actions): add webhook support (#184) 2022-03-20 12:16:47 +01:00
utils_test.go Fix: Performance issues and sqlite locking (#74) 2022-01-11 19:35:27 +01:00