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

276 Commits

Author SHA1 Message Date
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
kay.one
048162a0ef fixed more tests. 2013-03-31 23:22:16 -07:00
kay.one
48880e4964 cleaned up scene mapping code. 2013-03-31 19:43:58 -07:00
kay.one
c1fba9093d embedded type convector is now registered for all embedded types automatically. 2013-03-31 17:20:01 -07:00
kay.one
bdcdc7c0f6 replaced FastReflection.dll with Fasterflect.dll to fix the race condition. 2013-03-31 16:40:19 -07:00
kay.one
a0560da33d simplified migrations. 2013-03-31 16:04:21 -07:00
kay.one
4be637edff much nicer add new series. 2013-03-31 14:45:16 -07:00
kay.one
a052a9389e fully replaced TVDB with Trakt.tv 2013-03-31 13:25:39 -07:00
kay.one
f2886d89de Autofac registrations are not singleton anymore. 2013-03-30 15:14:33 -07:00
kay.one
58a05fcef8 LazyList is now initilized using an empty list instead of null. 2013-03-30 14:29:29 -07:00
kay.one
eaff6dc18f fixed UpdateFields in basic repository. 2013-03-26 23:20:11 -07:00
kay.one
ccba527e89 tweaked logging tests. 2013-03-26 23:20:10 -07:00
kay.one
ba4950ea8f fixed some broken tests. 2013-03-26 20:44:52 -07:00
kay.one
c1960525d7 updated lazylist to make it easy to work with. 2013-03-26 19:12:40 -07:00
Keivan Beigi
0a3b0c9973 fixed some broken tests. broke some new ones. 2013-03-26 17:52:14 -07:00
Keivan Beigi
57120c9eeb Added support for embedding lists of IEmbeddedDocument types. 2013-03-26 17:52:13 -07:00
Mark McDowall
b16d85d0fc Add series working, Only queue enabled jobs. 2013-03-26 17:48:07 -07:00
Mark McDowall
66977cd329 Fixed merge conflict 2013-03-26 01:05:37 -07:00
Mark McDowall
b6ac7638a1 Store QualityPofile properly 2013-03-26 01:03:28 -07:00
kay.one
e9b9e63f7a RelationshipExtensions has more type enforcement. 2013-03-26 01:00:46 -07:00
kay.one
a9ad739745 created HasOne, HasMany relationship extension. 2013-03-26 00:50:18 -07:00
kay.one
a2b91b469e fixed history->episode relationship. 2013-03-26 00:17:46 -07:00
kay.one
fc641baab3 got basic relationships working
added support for embedded documents.
2013-03-25 23:20:18 -07:00
kay.one
b6fc731db8 more cleanup. 2013-03-25 23:19:56 -07:00
kay.one
ea4f0dbe5f Marr is almost working. 2013-03-25 23:19:56 -07:00
kay.one
971053f8a2 rebase cleanup. 2013-03-25 23:19:56 -07:00
kay.one
6dd56114e3 added Marr.Data.Mapping 2013-03-25 23:19:55 -07:00
markus101
4bb4faf626 Migrations
Still need to remove System.Data.Sqlite, prefer an option in OrmLite to pluralize table names.
2013-03-25 23:19:55 -07:00
kay.one
b9fac94eca cleaned up history lookup. 2013-03-25 23:19:54 -07:00
kay.one
cd6f0fc55c fixed more tests. 2013-03-25 23:19:54 -07:00
kay.one
7603d8e1ba auto increment ID.
model tables are automatically created.
2013-03-25 23:19:53 -07:00
Mark McDowall
aeebae33fd Cleaned up ModelBase, enable writing to sqlite 2013-03-25 23:19:53 -07:00
kay.one
96fe01c040 cleaned up model base Id property. 2013-03-25 23:19:52 -07:00
kay.one
192ace5004 fixed sqlite3.dll copying issues. 2013-03-25 23:19:52 -07:00
kay.one
b04fb32f77 updated seriesrepo to use the new syntax. 2013-03-25 23:19:51 -07:00
kay.one
1a4f3fad25 removed sqo. 2013-03-25 23:19:51 -07:00
markus101
ebbf5ea21f First steps for SQLite 2013-03-25 23:19:49 -07:00
Mark McDowall
bd9683fcc1 Added full release of siaqodb.
Excluded license.lic - this is going to be messy...
2013-03-18 17:42:44 -07:00
kay.one
9a8414edde moved cleanup of deleted files to their own service.
detaching of episodes when files are deleted is done through events now.
2013-03-07 21:39:54 +09:00
kay.one
dce64a5530 moved naming specification out of general config. 2013-03-07 21:39:50 +09:00
Keivan Beigi
4877ce405e event based cleanup when a series is deleted. 2013-03-05 11:49:34 -08:00
Keivan Beigi
35cb7e55c7 cleaned up some tests. 2013-03-04 17:47:51 -08:00
kay.one
beb2f7c7fd removed sqlce 2013-03-02 10:25:39 -08:00
kay.one
de5d5b76e8 moved media file service 2013-02-28 23:05:52 -08:00
Keivan Beigi
8900bbb3a1 main app cleanup. 2013-02-28 23:05:24 -08:00
Mark McDowall
a80c2fb1f3 Minor UI tweaks 2013-02-27 22:48:45 -08:00
Mark McDowall
c6836e0cb1 Quality moved to ObjectDb. 2013-02-26 19:19:47 -08:00
Keivan Beigi
911311d1e8 fixed OID issues. 2013-02-26 18:28:55 -08:00
Keivan Beigi
d04d38e427 fixed OID not working correctly. still should use ID. 2013-02-26 18:25:18 -08:00
Mark McDowall
bfc026128d OID changed to a field
DeleteEpsidoesNotInTvdb disabled for now since its broken
2013-02-25 23:47:29 -08:00
Keivan Beigi
94daf08361 add series works again, now includes title. 2013-02-25 19:58:57 -08:00
kay.one
f568fdad6a moved history over to objectdb 2013-02-23 13:29:22 -08:00
kay.one
b3c6db5997 moved log to object db. 2013-02-23 11:38:25 -08:00
Keivan Beigi
b5644bf660 moved series/season/episodes to object db. 2013-02-19 18:05:15 -08:00
kay.one
4504232956 still very broken 2013-02-18 22:56:02 -08:00
kay.one
2d4998d52d moved Series,Seasons,Episodes to their own folders. 2013-02-18 22:01:03 -08:00
kay.one
40f3a8663d splited jobprovider into jobrepo, jobcontroller, moved to object db. 2013-02-17 23:59:43 -08:00
kay.one
6c944758ed fixed renamed OID to id in json response. 2013-02-17 19:18:25 -08:00
kay.one
3c2d1d4707 added simple repo tests, some resharper templates for nunit 2013-02-16 21:35:52 -08:00
kay.one
e7deda4d5d added open generic registration for simple repository, services can now use simple repository independently. 2013-02-16 21:09:35 -08:00
kay.one
63cf7a3b85 app now starts up,
added monodevelop, siaodb files to git.ignore
2013-02-16 20:59:35 -08:00
kay.one
a0d0e4715e fixed some tests, cleaned up root folders. 2013-02-16 20:48:19 -08:00
kay.one
e44d262a1a added siaqodb 2013-02-16 20:48:19 -08:00
kay.one
dfb02884a0 trying filesystem elq for mono linux. 2013-02-16 16:27:33 -08:00
kay.one
620dc2d086 elq dll path setting for mono. 2013-02-16 16:15:09 -08:00
kay.one
2903d5d581 WTFFFFF! 2013-02-16 15:29:21 -08:00
kay.one
6c289f4482 ApplicationPath is actuall app path in mono. 2013-02-16 15:19:09 -08:00
kay.one
83186ba87b wtf git extentions? 2013-02-16 14:44:35 -08:00
kay.one
885688f4c2 more dynamic binding to sqlce 2013-02-16 14:36:29 -08:00
kay.one
2873fc9f6d replaced compile time with runtime mono check. 2013-02-16 14:24:58 -08:00
kay.one
b25ab20f14 wtf git extentions? 2013-02-16 13:10:20 -08:00
kay.one
3ab04fd213 added conditional compile for mono 2013-02-16 11:23:31 -08:00
kay.one
1adc2892db fixed broken tests. 2013-02-15 20:16:33 -08:00
kay.one
eb90040dd6 elq id is now ignored by petapoco. 2013-02-15 20:03:54 -08:00
kay.one
c6fa3cc02b added support for 0 based sequential ids to our object db. 2013-02-15 19:50:22 -08:00
Keivan Beigi
5930a15d3a some EloqueraDb cleanup 2013-02-15 16:52:56 -08:00
Mark McDowall
ace7910f2a Fixed up Eloquera integration, working much better now. 2013-02-15 16:52:52 -08:00
Mark McDowall
8c99cca207 Broke some Eloquera tests to prove a point 2013-02-15 16:52:52 -08:00
Mark McDowall
d5900fc9eb RegisterTypes in Eloquera 2013-02-15 16:52:51 -08:00
Mark McDowall
7ed148b12c Fixed most of the broken tests 2013-02-15 16:52:50 -08:00
kay.one
9e4bb278ef moved rootdir to eloquera 2013-02-15 16:52:48 -08:00
kay.one
0155de4d92 registered eloquere db with autofac. 2013-02-15 16:52:48 -08:00
kay.one
d13f977bb5 updated eloquera's test setup. 2013-02-15 16:52:47 -08:00
Mark McDowall
23b90ae1c4 Initial Commit for Eloquera 2013-02-15 16:52:47 -08:00
kay.one
9f829c1442 less intrusive cache prevention.
more tests.
2013-02-15 16:52:45 -08:00
kay.one
5dbaaee005 Added db4o.
Added guards against most problematic areas.
2013-02-15 16:52:45 -08:00