This website works better with JavaScript.
Explore
Help
Register
Sign In
open-source-mirrors
/
Readarr
mirror of
https://github.com/Readarr/Readarr
Watch
1
Star
0
Fork
You've already forked Readarr
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
c296b6975c
develop
sonarr-pull-ceeec091
sonarr-pull-d84c4500
sonarr-pull-31bf9e31
sonarr-pull-7ea13012
sonarr-pull-846333dd
sonarr-pull-63b4998c
sonarr-pull-84710a31
sonarr-pull-eb2fd135
sonarr-pull-f2f4a98e
sonarr-pull-5ac6c0e6
sonarr-pull-3afae968
sonarr-pull-d5dff8e8
sonarr-pull-bce848fa
sonarr-pull-c6071f6d
sonarr-pull-026327e7
sonarr-pull-901b6d20
sonarr-pull-b154b00c
sonarr-pull-8bd91bd8
sonarr-pull-c69b5fc7
sonarr-pull-8e925ac7
sonarr-pull-34e928eb
sonarr-pull-978618f0
sonarr-pull-e8b862a3
sonarr-pull-b3d1e4f5
redirect-rework
sonarr-pull-61fa1e5e
sonarr-pull-fb76c237
sonarr-pull-16e2d130
sonarr-pull-4c7df310
notifiarr-to-api
sonarr-pull-80af1643
sonarr-pull-7cd38bba
sonarr-pull-b6417a6f
sonarr-pull-762042ba
sonarr-pull-05ee4e64
sonarr-pull-0991cfe2
changelog-post-script
lidarr-pull-45ab2b24
sonarr-pull-0abd52d6
book-monitor-toggle
test-rebase
v2.0.0.4645
v2.0.0.4613
v0.1.0.1248
v0.1.1.1320
v0.1.1.1526
v0.1.2.1532
v0.1.2.1558
v0.1.3.1584
v0.1.4.1596
v0.1.5.1832
v0.1.6.1867
v0.1.7.1882
v0.1.8.1889
v0.1.9.1905
v0.2.0.1908
v0.2.1.1915
v0.2.2.1943
v0.2.3.1955
v0.2.4.1999
v0.3.0.2091
v0.3.1.2096
v0.3.10.2287
v0.3.11.2319
v0.3.12.2327
v0.3.13.2338
v0.3.14.2348
v0.3.14.2358
v0.3.15.2376
v0.3.16.2387
v0.3.17.2409
v0.3.18.2411
v0.3.19.2437
v0.3.20.2452
v0.3.21.2475
v0.3.22.2499
v0.3.23.2506
v0.3.24.2510
v0.3.25.2515
v0.3.26.2526
v0.3.27.2538
v0.3.28.2554
v0.3.29.2565
v0.3.3.2171
v0.3.30.2576
v0.3.31.2578
v0.3.32.2587
v0.3.4.2207
v0.3.5.2217
v0.3.6.2232
v0.3.7.2260
v0.3.8.2267
v0.3.9.2272
v0.4.0.2634
v0.4.1.2648
v0.4.2.2653
v0.4.3.2665
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'c296b6975c'
${ noResults }
Readarr
/
NzbDrone.Core.Test
History
Mark McDowall
c296b6975c
Added DirectoryInfo.FreeDiskSpace to get the free disk space of any directory.
13 years ago
..
App_Data
ConfigFile for NzbDrone.exe is now stored under App_Data for NzbDrone.Web. - This will be to provide the users a way to edit Port and set whether they want their default browser to open on startup, all form the WebUI (and not be overwritten on upgrades).
13 years ago
Files
Size is now parsed for each item in the feed.
13 years ago
Framework
More code to support service, isn't working yet. (Console still works fine)
13 years ago
Properties
…
App.config
…
BacklogSearchJobTest.cs
More code to support service, isn't working yet. (Console still works fine)
13 years ago
BannerDownloadJobTest.cs
Fixed broken test that was using app relative path.
13 years ago
CentralDispatchTest.cs
Added compile date to footer
13 years ago
ConfigFileProviderTest.cs
ConfigFileProvider will now add missing config values automatically, with a default value.
13 years ago
ConfigProviderTest.cs
…
DiskScanJobTest.cs
…
DiskScanProviderTest.cs
…
DiskScanProviderTest_ImportFile.cs
…
DownloadProviderTest.cs
…
EpisodeProviderTest.cs
PostDownloadProvider broken down further.
13 years ago
EpisodeProviderTest_DeleteInvalidEpisodes.cs
DeleteInvalidEpisodes Deletes by TvDbId only, skipping any manually added episodes (TvDbEpisodeId is 0 or null)
13 years ago
EpisodeProviderTest_GetEpisodesByParseResult.cs
Added two new Episode Statuses - Unpacking and Failed.
13 years ago
EpisodeStatusTest.cs
Added two new Episode Statuses - Unpacking and Failed.
13 years ago
EventClientProviderTest.cs
…
FluentTest.cs
Added DirectoryInfo.FreeDiskSpace to get the free disk space of any directory.
13 years ago
HistoryProviderTest.cs
…
ImportNewSeriesJobTest.cs
Added BannerDownloadJob, it will run every 30 days.
13 years ago
IndexerProviderTest.cs
…
IndexerTests.cs
Mark invalid series downloads with NzbDrone prefix.
13 years ago
InventoryProvider_IsAcceptableSizeTest.cs
Quality size sliders are implemented. Limits are calculated based on MB/Minute.
13 years ago
InventoryProvider_IsMonitoredTest.cs
…
InventoryProvider_QualityNeededTest.cs
Quality size sliders are implemented. Limits are calculated based on MB/Minute.
13 years ago
JobProviderTest.cs
…
LogProviderTest.cs
…
MediaFileProviderTests.cs
…
MediaFileProvider_GetNewFilenameTest.cs
…
MisnamedProviderTest.cs
…
NzbDrone.Core.Test.csproj
PostDownloadProvider broken down further.
13 years ago
ParserTest.cs
Treat SUBPACK's as extra releases, so they will not be downloaded.
13 years ago
PostDownloadProviderTest.cs
PostDownloadProvider broken down further.
13 years ago
QualityProfileTest.cs
…
QualityTest.cs
…
QualityTypeProviderTest.cs
Size is now parsed for each item in the feed.
13 years ago
RootDirProviderTest.cs
…
SabProviderTest.cs
…
SceneMappingTest.cs
…
SearchJobTest.cs
…
SearchProviderTest_Episode.cs
…
SearchProviderTest_PartialSeason.cs
…
SearchProviderTest_Season.cs
…
SeasonSearchJobTest.cs
…
SeriesProviderTest.cs
Next airing will not show ignored episodes.
13 years ago
SeriesSearchJobTest.cs
…
SortHelperTest.cs
SortHelper.SkipArticles will no longer bomb when a null is passed.
13 years ago
TvDbProviderTest.cs
…
UpcomingEpisodesProviderTest.cs
UpcomingEpisodes will not show ignored episodes.
13 years ago
XbmcProviderTest.cs
Replace '&' with its XML encoded equivalent, before parsing XML.
13 years ago
dbBenchmark.cs
…
log.config
…
packages.config
…