autobrr/internal/domain
Alejo Gaitán 8f995006b1
fix(indexers): OPS log score parsing (#1592)
* fix(parsing): OPS Missing %

The message from OPS Announce does not contain a % sign and that seemed to break it. This is probably not the best fix but it is something.

* fix(parsing): Join Tags and Remove Unnecessary Char Replacement

Forgot to join tags before parsing, and removed an unnecessary char replacement that was not needed.

* fix(parsing): Added Regex for 0-100

I forgot to check for all score values, also added the regex import

* feat: add test cases for OPS log score parsing

---------

Co-authored-by: ze0s <ze0s@riseup.net>
2024-07-17 00:39:29 +02:00
..
testdata feat(releases): retry failed downloads (#491) 2022-10-19 21:52:31 +02:00
action.go feat(actions): qBittorrent add first-last piece priority (#1517) 2024-04-18 14:47:36 +02:00
api.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
client.go feat(clients): override arr download client by name (#1328) 2024-01-01 17:57:19 +01:00
client_test.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
config.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
error.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
event.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
feed.go feat(macros): add IndexerName (#1511) 2024-04-16 17:35:17 +02:00
filter.go feat(filters): support daily shows (#1462) 2024-05-15 16:38:10 +02:00
filter_test.go feat(filters): support daily shows (#1462) 2024-05-15 16:38:10 +02:00
indexer.go feat(indexers): add External Identifier to map with ARR indexers (#1534) 2024-05-04 12:37:01 +02: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 fix(indexers): OPS log score parsing (#1592) 2024-07-17 00:39:29 +02:00
macros.go feat(macros): add missing variables (#1541) 2024-05-15 21:14:40 +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 chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
release.go feat(filters): support daily shows (#1462) 2024-05-15 16:38:10 +02:00
release_download_test.go feat(macros): add IndexerName (#1511) 2024-04-16 17:35:17 +02:00
release_test.go feat(filters): add sources and codecs (#1470) 2024-03-24 10:41:24 +01:00
releasetags.go fix(filters): RED and OPS lossless parsing and filtering (#1373) 2024-01-28 22:03:25 +01: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