echel0n
39f32b3b7c
Fix for restarts/updates issues when running as a daemon.
2014-06-25 21:03:58 -07:00
echel0n
b6e7635a32
Removed tornado's auto-reload function and reverted back to using our original method of performing auto-updates, this should also correct 500 internal server issues for those that got them after updates where performed automatically.
2014-06-25 20:41:18 -07:00
echel0n
67ae7af226
Testing fix for 500 internal server error/TypeError: argument of type 'NoneType' is not iterable
2014-06-25 17:12:52 -07:00
echel0n
10bea520a7
Fixed backup/restore issues, uses correct data directory variable now.
2014-06-24 16:40:13 -07:00
echel0n
c878c6d303
Shows now perform a dirty check to confirm if any records have been altered before trying to save to the DB, improves overall performance and speed of sickrage.
...
Browser does not get launched on restarts as a restarted check is performed now.
2014-06-23 20:25:20 -07:00
echel0n
386355e130
Updates/Restarts now use the same process instead of spawning a new one so the PID remains the same.
...
Fixed issue for restarts/updates on windows.
2014-06-23 08:18:01 -07:00
echel0n
7e0bb651b2
Database now closes connection after each query and reconnects if closed to ensure no more connection and locked database problems.
...
Fixed more internal 500 errors.
2014-06-21 15:46:59 -07:00
echel0n
07685f4295
Fixed issues with webroot settings and reverse proxies.
...
Fixed issues with WebAPI and WebAPI builder.
2014-06-19 08:47:28 -07:00
echel0n
b9c22582cf
Added restore folder to gitignore list.
2014-06-19 07:43:12 -07:00
echel0n
2b7df8e67d
Added backup and restore feature, this allows you to backup your config.ini and sickbeard.db files into a zipfile and save it to a destination of your choice and as well you can restore the same zip file later on then perform a restart to have the changes take affect automatically. Backups are saved date/time stamped.
2014-06-19 07:31:44 -07:00
echel0n
5aba53ae8e
Fix for OSError: [Errno 9] Bad file descriptor error, freebsd related
2014-06-18 16:17:53 -07:00
echel0n
c792e34c43
FreeNAS test fix #4
2014-06-18 13:41:20 -07:00
echel0n
cefbe3859a
Test fix #3 for freenas
2014-06-18 13:12:19 -07:00
echel0n
5b866006b4
Test fix #2 for FreeNAS running as a daemon
2014-06-18 12:07:53 -07:00
echel0n
da826d24d4
Testing fix for freenas
2014-06-18 11:24:59 -07:00
echel0n
cf4cbd9a34
Fix for missing WITH statement
2014-06-18 01:53:11 -07:00
echel0n
327df6682e
Updated tornado to latest stable code, fixes issues with auto-reload
2014-06-16 21:54:00 -07:00
echel0n
09297b853b
Fix for autoreload issues
2014-06-16 17:48:22 -07:00
echel0n
2ac1c5fdd5
Fixed forced updates to wait for auto-reload instead of performing a restart.
2014-06-16 05:31:57 -07:00
echel0n
dccf371ebd
SSL issues fixed.
...
UI Notifications fixed.
Auto-updating option fixed to now work with auto-reload feature.
2014-06-16 05:19:07 -07:00
echel0n
489a181cdb
Auto-reloads app on code changes automatically detected from git.
...
Fixed issues with basicauth/cookies and login page.
Parse results now displayed all the time.
2014-06-16 03:44:33 -07:00
echel0n
d8358882de
Fixed issues with restarts and updates.
2014-06-15 22:45:52 -07:00
echel0n
7d52d079fa
Fixes more issues that were preventing proper shutdowns, restarts, and upgrades.
2014-06-15 12:11:21 -07:00
echel0n
fa01711192
IOLoop tasks are now started and stopped via regular start and halt sickrage functions allowing us to gracefully exit on shutdown or restart.
2014-06-15 06:59:51 -07:00
echel0n
acca01eb90
Fixed shutdown to completely stop and close IOLoop.
2014-06-15 06:44:39 -07:00
echel0n
af6cd334a0
Moved Tornado IOLoop to main() to resolve shutdown issues plus we now use IOLoop to control checks for startup tasks and background commands.
2014-06-15 05:43:53 -07:00
echel0n
20e2ae2f86
Improved tornado async routines and shutdown routines.
2014-06-15 04:08:41 -07:00
echel0n
6dd78f58b6
Improved startup and shutdown for tornado
2014-06-15 01:51:35 -07:00
echel0n
abff43f568
Improved startup/shutdown of tornado.
...
Fixed issues with notifications related to tornado.
2014-06-15 00:16:55 -07:00
echel0n
d73cc1cbbd
Replaced cherrypy with tornado which helped resolve our memory leak issue.
2014-06-14 20:56:15 -07:00
echel0n
2546a5199f
Test fix for home page none type error
2014-06-12 11:30:59 -07:00
echel0n
d00d55fdfc
Modified DB code to close its connection if right after its finished with it, helps performance-wise and should resolve locked db issues as well.
2014-06-07 14:32:38 -07:00
Nils Vogels
e600946d2e
Unbreak restart under Linux-like OS
2014-05-29 23:10:49 +02:00
echel0n
4a4eec0a9e
Fix for restart issues
2014-05-29 02:21:26 -07:00
echel0n
42b621103f
Fix for restart and PID issues.
2014-05-29 00:00:59 -07:00
Nils Vogels
764cf6e62e
Change process title for more clarity when running multiple python progs
2014-05-29 03:17:43 +02:00
Zwooosh
5dae4c86c9
Merge remote-tracking branch 'upstream/dev' into dev
...
Conflicts:
SickBeard.py
2014-05-14 13:17:00 +02:00
echel0n
52fca3e29a
auto update test #1
2014-05-13 04:19:37 -07:00
echel0n
b9310444e5
Fix for failed download issues.
...
Fix for auto-update improperly restarting.
2014-05-13 04:16:32 -07:00
Zwooosh
4f43349dee
Don't add portnumber when restarting with reverse proxy enabled
2014-05-13 11:58:27 +02:00
echel0n
8a61eb1e26
Added in some sleep timers to help improve overall cpu usage
2014-05-06 14:35:37 -07:00
Justin Tabish
d4263e1b03
Added executable bits (chmod 755)
2014-04-27 20:37:38 -07:00
echel0n
826a9aab6a
Fix for strftime and thread locking issues
2014-04-27 17:25:57 -07:00
echel0n
95d7d728e0
Re-write of Indexer API wrapper
...
Re-write of New Show seearch function
Re-write of Existing show search helper function for determining indexer/indexerid
Massive code cleanup and more bugs found and fixed
Indexer code fully modualized for future proofing
2014-03-24 22:57:24 -07:00
echel0n
0d9fbc1ad7
Welcome to our SickBeard-TVRage Edition ...
...
This version of SickBeard uses both TVDB and TVRage to search and gather it's series data from allowing you to now have access to and download shows that you couldn't before because of being locked into only what TheTVDB had to offer.
Also this edition is based off the code we used in our XEM editon so it does come with scene numbering support as well as all the other features our XEM edition has to offer.
Please before using this with your existing database (sickbeard.db) please make a backup copy of it and delete any other database files such as cache.db and failed.db if present, we HIGHLY recommend starting out with no database files at all to make this a fresh start but the choice is at your own risk!
Enjoy!
2014-03-09 22:39:12 -07:00