Commit Graph

34 Commits

Author SHA1 Message Date
Qstick 4dbf5aa9f4 Fixed: Correctly handle Migration when PG Host has ".db"
(cherry picked from commit 97ee24507f4306e3b62c3d00cd3ade6a09d1b957)
2023-12-12 15:49:54 +02:00
Bogdan e1264d7cda Implement DatabaseConnectionInfo
Co-authored-by: Qstick <qstick@gmail.com>
2023-12-12 15:49:50 +02:00
Bogdan d38f2614d3 Remove unused imports 2023-05-11 18:48:51 +03:00
Qstick 3e700b63c2 New: Retry Postgres connection 3 times (with 5 second sleep) on Startup 2022-10-10 22:30:00 -05:00
Qstick df764ce8b4 New: Postgres Support 2021-11-29 23:14:48 -06:00
Qstick 80ec66514e change wiki links from wikjs to wiki endpoint 2021-06-21 21:13:08 -04:00
Qstick 8b0a8e82b5 Wikijs Links 2021-06-05 16:37:49 -04:00
Qstick 953b324df9 wiki updates 2021-05-12 23:11:58 -04:00
ta264 e81c6016a1 New: Use native dotnet host and DryIoc
(cherry picked from commit d6170dbfedf27a6218afe242a0fae2eb8b368aec)
2021-03-16 19:29:49 +00:00
Qstick ad04d0d261 More Cleanup 2020-10-19 01:07:21 -04:00
Qstick e1020f4107 Initial Push 2020-10-18 04:18:35 -04:00
Qstick 39a1dbf1d1 Used ReflectionOnly and/or public types where possible to avoid loading related assemblies unnecessarily
Fixes #4763

Co-Authored-By: taloth <taloth@users.noreply.github.com>
2020-08-15 12:25:28 -04:00
Qstick 8d57c5497a Update wiki links that reference Sonarr/Lidarr
Fixes #4516
2020-06-16 21:58:39 -04:00
ta264 f83ccb6ca4 Swap to dapper Mk. 2 2019-12-28 11:38:34 -05:00
ta264 f02fa629cc Reformat and apply Stylecop rules 2019-12-27 20:40:13 -05:00
Qstick e937d74b11 Revert "Swap to dapper and system.text.json for database backend"
This reverts commit d2065bfa1b.
2019-12-17 21:59:03 -05:00
ta264 d2065bfa1b Swap to dapper and system.text.json for database backend 2019-12-16 20:22:58 +00:00
Qstick 7f221c7834 Fixed: Automation/Integration/Unit Tests 2019-09-03 23:21:15 -04:00
Qstick 8a9e2dc90d New: Loads of Backend Updates to Clients and Indexers 2019-06-16 16:04:38 -04:00
Qstick 65efa15551 New: Backend changes for new UI 2019-06-11 22:06:19 -04:00
James White a07ef20410 Fixed: Replace GitHub wiki references to Radarr's wiki URL (#1914) 2017-08-12 15:15:23 +02:00
Keivan Beigi 0214c8e0f0 Removed unused using statements 2016-12-23 13:45:24 -08:00
Mark McDowall 857d661ff1 Fixed: Recreate log database if migration fails
Fixes: #1050
2016-07-19 18:57:36 -07:00
Taloth Saldono bdb1076100 Updated db migration testing framework so we only run migrations up to the one we're testing.
fixes #902
2016-02-13 23:21:32 +01:00
Taloth Saldono 2a83088045 Changed the way the Database is registered with TinyIoC to make Logdb and future cachedb more accessible. 2015-05-04 00:50:10 +02:00
Taloth Saldono 4ca8178ca8 Add db name to Vacuum log message. 2015-05-03 20:52:07 +02:00
Keivan Beigi c7ed76f6d3 Added before migration hook, this can be used to insert "old" data into test Db
so data migration could be tested.
2014-12-04 21:27:31 -08:00
Taloth Saldono 000c172553 Fixed: Moved main database cleanup to daily housekeeping to prevent windows service startup failure. 2014-04-12 20:54:04 +02:00
Mark McDowall b60633882e Fixed: Only vacuum the main db on startup 2014-03-17 17:18:03 -07:00
kayone 68129e3518 database is now singleton 2014-02-22 16:22:08 -08:00
kayone 3f899f2130 fixed broken tests 2014-02-22 16:22:06 -08:00
kayone 9370de0cc0 New: Main DB is compressed on app start 2014-02-22 16:22:05 -08:00
Mark McDowall 37231d1ef0 DiskProvider split to Windows and Mono projects 2014-01-25 23:51:33 -08:00
Mark McDowall 5bf0e197ec Moved source code under src folder - massive change 2013-10-02 18:01:32 -07:00