1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-19 16:01:46 +02:00
Commit Graph

261 Commits

Author SHA1 Message Date
kay.one
566e4eb1ce updated FluentMigrator 2013-05-28 00:41:32 -07:00
Keivan Beigi
465dc725c8 finished add series,
still has a few rough edges but should be functional.
2013-05-27 19:06:47 -07:00
Mark McDowall
95a9a297bc RootFolder removed from Series, going back to Path 2013-05-23 21:45:11 -07:00
kay.one
3010ed6073 added loggly integration 2013-05-23 20:23:59 -07:00
kay.one
0e7ca07e02 updated connection string params 2013-05-23 18:41:32 -07:00
kay.one
be81f772df removed UTC conversion, now being done by DB. 2013-05-22 22:33:12 -07:00
Mark McDowall
dbc20a3c31 Added migration for notifications 2013-05-22 20:58:39 -07:00
kay.one
a37ccf1d94 building connection string using SQLiteConnectionStringBuilder 2013-05-22 19:14:40 -07:00
kay.one
bd4856dad8 make model change events opt-in per repository 2013-05-21 22:40:03 -07:00
kay.one
28b47b415f added condition to lazy loading of relationship objects
no db calls will be made if foreign key is 0.
2013-05-21 22:40:02 -07:00
kay.one
6936f042f5 disable model events for log repository 2013-05-20 21:10:04 -07:00
Mark McDowall
e9bf78a97d Notifications wired up server sided 2013-05-19 18:32:25 -07:00
kay.one
687f8d9384 fixed disk scan scheduler. 2013-05-12 19:52:55 -07:00
kay.one
42849d3276 cleaning up episode/series air date/time 2013-05-12 18:32:21 -07:00
kay.one
cbe4be814c fixed diskscan
removed all stored status fields from episode
2013-05-12 17:36:23 -07:00
kay.one
29ca16ce77 fixed add new series 2013-05-12 08:18:17 -07:00
kay.one
57e78e31fe cleanup 2013-05-11 13:06:57 -07:00
kay.one
fc57262c89 fixed some broken tests. 2013-05-10 23:16:10 -07:00
kay.one
85cd877b0c fixed some issues here and there. 2013-05-10 22:59:42 -07:00
Keivan Beigi
4deecde092 back to tiny for now 2013-05-10 20:43:52 -07:00
Mark McDowall
d320c2b6a9 Look ma, history! 2013-05-10 15:33:04 -07:00
Mark McDowall
3602822572 More better joins, some minor MDM changes for paging 2013-05-10 08:20:48 -07:00
kay.one
32431540c5 Scheduled Tasks should work as long as they are registered. 2013-05-08 23:38:20 -07:00
Mark McDowall
f4dd6adc6a Added some tests for PagingSpecExtensions
Allow specials in missing
Dropped ListSortDirection
2013-05-07 00:46:14 -07:00
Mark McDowall
d37c8c26c2 LINQ for paging missing episodes 2013-05-07 00:46:13 -07:00
Keivan Beigi
ec58b8b595 removed all the jobs. 2013-05-06 17:39:33 -07:00
kay.one
40f384968a updated json serilizer to return defaults
use enum text instead of number
2013-05-05 18:16:38 -07:00
kay.one
87a5dc7869 SignalR/Nancy/Owin/Mono 2013-05-05 14:24:33 -07:00
Mark McDowall
68f93dbb10 LazyLoaded Series and Episode again for history 2013-05-03 00:28:02 -07:00
Mark McDowall
7ab1084437 Adding history 2013-05-02 23:54:11 -07:00
Mark McDowall
6a3d886588 Missing doesn't double fetch 2013-05-02 23:54:08 -07:00
Keivan Beigi
96990eabb3 indexers implementation is now separated from settings/definition
so we can have multiple newznab definitions.
2013-05-02 16:10:31 -07:00
Mark McDowall
b4242f9fb2 Pagination for missing is alive! 2013-05-01 22:50:34 -07:00
kay.one
016e360d1a quality Series.QualityProfile is lazyloaded. 2013-04-28 18:47:06 -07:00
Keivan Beigi
4cd75cd8aa stuff we did :D 2013-04-24 21:27:49 -07:00
Keivan Beigi
9efee65966 minor cleanup 2013-04-24 10:28:14 -07:00
kay.one
c3214a2e88 added resource mapping validation tests 2013-04-21 14:05:42 -07:00
Mark McDowall
a04a5e8669 SeriesStats moved to its own Repo 2013-04-20 17:44:56 -07:00
kay.one
4afec69c79 fixed series statistics query. 2013-04-20 14:23:17 -07:00
Mark McDowall
f86cb87ced Added SeriesStatistics 2013-04-20 13:09:24 -07:00
Mark McDowall
c3273b74e8 Get by multiple ids added to BasicRepo 2013-04-17 17:34:30 -07:00
Keivan Beigi
f9bb4178ed json serializer updates. 2013-04-17 16:33:20 -07:00
Mark McDowall
e43cb87620 Renamed Folder to FolderName. Series.Path is readonly 2013-04-11 08:28:51 -07:00
Mark McDowall
23acb3a9ae Add series uses all available information 2013-04-11 08:28:48 -07:00
Mark McDowall
684a72792a Add series changes 2013-04-10 21:31:12 -07:00
Keivan Beigi
2eb3ead230 fixed indexer setting load/reload. 2013-04-10 16:44:59 -07:00
kay.one
a6a4932b44 rewrite of indexer/episode search 2013-04-07 00:30:37 -07:00
Mark McDowall
9ae21cf7a1 Fixed IInitializable registration
I tried to make it all happen in the same method as AutoRegisterImplementations, but it caused issues with BasicRepo.
2013-04-05 18:03:14 -07:00
Keivan Beigi
89e94bae01 switched reflection strategy for marr to SimpleReflectionStrategy, should be more mono friendly. 2013-04-01 16:55:09 -07:00
kay.one
2a1f9500eb updated migration logger 2013-03-31 23:49:46 -07:00