1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-11-01 00:12:30 +01:00
Commit Graph

3988 Commits

Author SHA1 Message Date
kay.one
2068b732a2 restore sqlite indexes on alter. 2013-09-05 07:25:45 -07:00
Mark McDowall
4196b7eedb SeasonCount is fixed 2013-09-04 23:45:18 -07:00
Mark McDowall
7c72e1e865 Season status icon added to seasons on series details 2013-09-04 23:33:06 -07:00
Mark McDowall
4bcd5ce5c6 Removed season menu in favour of minimizing seasons 2013-09-04 22:05:38 -07:00
Mark McDowall
f00c0f0cca Actioneer won't blow up after saving model 2013-09-04 17:24:46 -07:00
Mark McDowall
b2ab9c1547 QualityParserFixture improvements, m2ts will default to HDTV720p 2013-09-04 11:05:28 -07:00
Mark McDowall
d5e1be39f1 SignalR disconnect timeout is now 5 minutes instead of 30 seconds 2013-09-03 22:02:58 -07:00
Mark McDowall
1166a81eb3 Chained commands keep the same CommandId in nlog context 2013-09-03 22:02:26 -07:00
Mark McDowall
c184ec2d98 Progress messages are logged with Logger.Progress 2013-09-03 22:01:28 -07:00
Mark McDowall
a7eb331d4e Merge branch 'ui-notifications' into develop
Conflicts:
	NzbDrone.Common/NzbDrone.Common.csproj
	UI/Series/Details/SeasonLayout.js
2013-09-03 07:18:04 -07:00
kay.one
5557ac8454 emergency hack to fix breaking trakt api. 2013-09-02 23:18:54 -07:00
Keivan Beigi
7417f76086 updated logging/loggly 2013-09-02 22:15:10 -07:00
Keivan Beigi
2f204e3d29 fixed broken tests. 2013-09-02 22:15:10 -07:00
Keivan Beigi
b6e4f5ed46 delete target folder before update 2013-09-02 22:15:09 -07:00
Keivan Beigi
bceaee27a3 moved logging config to in-process 2013-09-02 22:15:08 -07:00
Mark McDowall
95b21358c4 Episode files are refreshed after season is renamed 2013-09-02 22:02:47 -07:00
Mark McDowall
e0735de9da semi-colon required 2013-09-01 21:12:59 -07:00
Mark McDowall
c928ccb201 Added progress messaging, using info logging
Also extension methods for complete and failed (for coloured UI messaging)
2013-09-01 21:12:57 -07:00
Mark McDowall
eeda4e83f9 Fixed the broken tests 2013-09-01 21:12:54 -07:00
Mark McDowall
e68fe9033d If nzbdrone restarts mid command the client will treat it as failed 2013-09-01 21:12:51 -07:00
Mark McDowall
0894fc0e77 Fixing CommandIntegrationTest - for now 2013-09-01 21:12:48 -07:00
Mark McDowall
1e7db2287e ScheduledTasks properly set last run time now 2013-09-01 21:12:45 -07:00
Mark McDowall
c96ba5efd3 Commands return immediately and signalr is used to control the UI 2013-09-01 21:12:41 -07:00
Keivan Beigi
772ab3c921 Cahce.Remove is now void
Added tests for Cache.Remove
2013-09-01 21:12:39 -07:00
Mark McDowall
56cd80d24a TrackedCommands are cleaned up automatically
TrackedCommandCleanupCommand is not tracked
2013-09-01 21:12:35 -07:00
Mark McDowall
780e374122 Added ProgressMessaging through nlog 2013-09-01 21:12:30 -07:00
Mark McDowall
3c632743a1 Better names, more info, not using events 2013-09-01 21:12:28 -07:00
Mark McDowall
bb103947a2 Type and Command have private setters 2013-09-01 21:12:27 -07:00
Mark McDowall
c917cdc0cc Commands are stored in memory and prevents duplicate jobs 2013-09-01 21:12:24 -07:00
Mark McDowall
a86c131761 Added CommandStartedEvent 2013-09-01 21:12:21 -07:00
Mark McDowall
a3961ffb69 Added CommandId to commands 2013-09-01 21:12:18 -07:00
Mark McDowall
e4d7ea9fd8 Episodes will actually be renamed now 2013-09-01 21:03:49 -07:00
Mark McDowall
ffce325edb Logs won't throw when cleared from a page past page 1 2013-09-01 12:51:50 -07:00
Mark McDowall
0974d275ef nzb titles in manual search will wrap 2013-09-01 11:31:16 -07:00
kay.one
fd54486478 updated FluentAssertions 2013-08-31 22:39:18 -07:00
kay.one
511e365ccb updated free space test. 2013-08-31 22:30:21 -07:00
kay.one
3b240e0dd7 getting freespace returns null instead of blowing up. 2013-08-31 21:38:21 -07:00
Mark McDowall
561e78df8b Treating FR as french, better parsing for weird DVD releases 2013-08-31 20:01:46 -07:00
Mark McDowall
d1de6c1b2c Refactored quality parsing, should make things easier to work with 2013-08-31 19:45:12 -07:00
kay.one
f5da886db6 fixed series add series integration tests. 2013-08-31 17:38:40 -07:00
kay.one
28168c1c63 trying to fix integration tests. 2013-08-31 17:30:35 -07:00
kay.one
daabc6364d handling of blank paths during validation. 2013-08-31 13:46:59 -07:00
kay.one
9e08dffa58 cleaned up path validation logic. 2013-08-31 13:43:35 -07:00
kay.one
bf415563d4 exceptron stores reference ID in exception 2013-08-31 13:32:56 -07:00
kay.one
4465d50a31 added path validation to add series/ recent folders. 2013-08-31 13:32:55 -07:00
Keivan Beigi
bf9946b653 Update control 2013-08-30 23:26:51 -07:00
Keivan Beigi
8a71621de7 Update control 2013-08-30 23:26:33 -07:00
Mark McDowall
a4d92f0a31 Removed tooltip for quality profile name 2013-08-30 23:25:31 -07:00
Keivan Beigi
4ffcf6b8c6 updated deb control file. 2013-08-30 23:10:08 -07:00
Keivan Beigi
298d6fe3bf fixed app startup 2013-08-30 19:45:44 -07:00