1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-11-06 02:52:41 +01:00
Commit Graph

63 Commits

Author SHA1 Message Date
Mark McDowall
f6952abf39 Newznab searching is better
Fixed: Newznab returns better results for multi-word searches
2012-09-06 08:37:38 -07:00
Mark McDowall
2a316e0b98 Added test for Newzbin release group 2012-08-06 12:10:41 -07:00
Mark McDowall
8f13fd7841 Fixed broken test. 2012-05-03 15:14:15 -07:00
Mark McDowall
dec06e20d6 New: Nzbs.org removed, added as a default Newznab provider. (Please update your settings) 2012-05-03 15:08:35 -07:00
Mark McDowall
5aff4ab240 New: NzbInfoUrl added to history (link to NZB info at indexer) - Not supported for Womble's. 2012-05-02 15:42:21 -07:00
Mark McDowall
b314ff5e82 Added NzbInfoUrl to indexers. 2012-05-02 12:02:39 -07:00
Mark McDowall
b9e3d1a921 Added a test to confirm that dateTime is parsed properly when using other cultures. 2012-04-19 00:41:34 -07:00
Mark McDowall
a947cd2743 New: Added NzbClub.com as an indexer, enabled by default 2012-04-14 16:50:08 -07:00
Mark McDowall
3a8f40511d New: Added NzbIndex.nl as an indexer, enabled by default 2012-04-14 16:37:36 -07:00
Mark McDowall
c5367624ea New: Added FileSharingTalk indexer.
Fixed Atom DateTime parsing bug.
2012-04-13 23:45:42 -07:00
Mark McDowall
e8be045d12 Fix: Newzbin will no longer include Full DVD releases, or other non-standard formats. 2012-02-29 12:16:41 -08:00
Mark McDowall
64a913fb8e Fix: Newzbin custom parser will now reject full DVD reports.
Fixes bug: ND-31
2012-02-29 08:34:08 -08:00
Mark McDowall
6375df058e Fix: NzbMatrix report age is now parsed properly. 2012-02-28 23:53:30 -08:00
Mark McDowall
783f32a849 Fix: Newznab will now use the NZB download link properly.
Fix: Newznab will properly get the size for the NZB.
Fixes bug: ND-30
2012-02-27 13:26:59 -08:00
kay.one
2303a02a06 Fixed: Fixed issue where NzbMatrix servers would die if series title started with 'the' 2012-02-26 21:33:24 -08:00
kay.one
11db27f6ac Better check against internal server error exceptions during unit tests. 2012-02-25 11:57:56 -08:00
kay.one
9d126e54c9 New: Added support for limited retention. Reports older than the configured retention are skipped. 2012-02-18 13:18:19 -08:00
Mark McDowall
308fd11c83 Fix: Series Titles with apostrophes when searched on NzbMatrix will now return valid results.
Each indexer can now override GetQueryTitle from IndexerBase if required for special title searching.
2012-02-11 00:09:28 -08:00
Mark McDowall
b751bbc4ce Fixed broken unit tests from parsing logging changes. 2012-02-10 21:35:14 -08:00
kay.one
5ecbdd3e64 Package cleanup 2012-02-10 16:48:20 -08:00
kay.one
2009693787 Fix: Indexers that are enabled but aren't configured correctly will be skipped during rss/search 2012-01-31 17:38:05 -08:00
Mark McDowall
fb17765d3a Fixed issues with searching and the results being filtered before the SearchProvider could properly handle them. 2012-01-23 12:25:14 -08:00
kay.one
a68c882032 fixed http 500 error. 2012-01-22 20:34:30 -08:00
kay.one
54881a0e4a fixed http 500 error. 2012-01-22 20:29:09 -08:00
kay.one
63bef2de31 Fixed more queue issue. 2012-01-22 20:25:05 -08:00
kay.one
0d582f12fb Fixed 503 Http errors not marking the test as ignored. 2012-01-22 19:01:16 -08:00
kay.one
5e3e071692 Added a duplicated item to Queue.txt, reformated existing json sample files. 2012-01-22 18:41:44 -08:00
kay.one
78268f3c58 Better parser logging. 2012-01-19 22:35:10 -08:00
kay.one
9d90f04b6e Added Linq post filtering to indexer searches. 2012-01-19 22:01:30 -08:00
Mark McDowall
2d1f506f93 Fixed tests, results won't be as focused for nzbs.org. 2012-01-18 22:10:37 -08:00
Mark McDowall
42554b815a Fixed broken tests. 2012-01-12 15:50:04 -08:00
Mark McDowall
69ddeeb0e3 Fixed spelling for Expected[LogType].
Fixed broken tests for GetEpisodesByParseResult.
2011-12-19 16:58:26 -08:00
Mark McDowall
40dec07612 Fixed broken tests. 2011-12-16 19:25:30 -08:00
kay.one
1b45a85f3f All tests now use base class Mocker 2011-12-14 20:15:53 -08:00
kay.one
bfe4de7a08 Fixed some issue around path normalization. 2011-12-10 11:22:47 -08:00
kay.one
e56aca17e8 Ignoring WebExceptions in IndexerTests. 2011-11-20 19:49:04 -08:00
kay.one
aa082520c2 Even more faster tests. 2011-11-17 18:50:04 -08:00
kay.one
51518787d8 Lots of initialization, configuration clean up. 2011-11-13 16:22:18 -08:00
kay.one
72d0fc50ed Alot of refactoring. 2011-11-12 23:27:16 -08:00
kay.one
5aecd63d09 Update FluentAssertion to 1.6 2011-10-31 18:47:39 -07:00
kay.one
4ae268b8e5 lots of different things ;) 2011-10-23 22:54:09 -07:00
Keivan Beigi
e5c4f34e0e Adding some structure to NzbDrone.Core.Test 2011-10-20 16:42:17 -07:00
kay.one
288359627e WebException now marks indexer tests as Inconclusive. 2011-10-16 20:51:15 -07:00
kay.one
458565d473 WebException now marks indexer tests as Inconclusive. 2011-10-16 20:40:22 -07:00
Mark McDowall
4604bbd821 Mark invalid series downloads with NzbDrone prefix.
Fixed broken tests.
2011-09-18 13:53:05 -07:00
Mark McDowall
e4f01ae0d4 Size is now parsed for each item in the feed.
QualityType added to database to allow saving of size limits.
Fluent now uses longs for multiplication, to ensure it doesn't overflow.
2011-09-13 19:25:33 -07:00
Mark McDowall
07a4c94032 Removed ParseSeasonInfo.
ParseEpisodeInfo will mark a report as a full season if no episodes are found, but was matched.
Fixed tests that were affected by REGEX changes.
2011-08-26 22:37:20 -07:00
kay.one
8927a938b7 Fixed episode status of recently imported episodes. 2011-07-10 13:07:42 -07:00
kay.one
8d12630856 Newzbin now parses the language out properly.
Fetch episode filters episodes from wrong series
2011-07-10 12:52:29 -07:00
kay.one
15aedfc847 some db/migration cleanup 2011-07-07 20:27:11 -07:00