Commit Graph

32 Commits (c3fc1255010f3d8b19ffd1d7d0abf428e99e48b1)

Author SHA1 Message Date
Ozzie Isaacs c3fc125501 Added command line option or overwriting limiter backend
Added logger functions to remove newlines in messages
CalibreTask has now a default name
3 months ago
Ozzie Isaacs 069dc2766f Update optional-requirements
Bugfix with serializing tasks
Bugfix order of tasks (id was used instead of task_id)
Code cosmetics
2 years ago
Ozzie Isaacs 2f5b9e41ac Reduce number visible System tasks in Tasks list 2 years ago
Ozzie Isaacs d9a83e0638 Merge branch 'master' into cover_thumbnail
# Conflicts:
#	cps/editbooks.py
#	cps/helper.py
#	cps/web.py
#	test/Calibre-Web TestSummary_Linux.html
2 years ago
Ozzie Isaacs 4379669cf8 Database error is more detailed
renamed debug_or_exception to error_or_exception
2 years ago
mmonkey 18ce310b30 Merge branch Develop into thumbnails 2 years ago
Ozzie Isaacs 7d67168a4a Update test result 3 years ago
Ozzie Isaacs ed26d34961 Code cleaning (remove python2) 3 years ago
mmonkey 46205a1f83 Made long running tasks cancellable. Added cancel button to cancellable tasks in the task list. Added APP_MODE env variable for determining if the app is running in development, test, or production. 3 years ago
mmonkey 04a5db5c1d Resolve merge conflicts 3 years ago
Ozzie Isaacs 94da61c57e Basic Metadata mechanism in python 3 years ago
Ozzie Isaacs 450ee43677 Additional logging for emails 3 years ago
Ozzie Isaacs 8acd1f1fe4 Code refactoring and improved error handling for edit user list
Update teststatus
3 years ago
Ozzie Isaacs dd30ac4fbd Added thumbnails
Merge remote-tracking branch 'cover/thumbnails' into development

# Conflicts:
#	cps/admin.py
#	cps/templates/layout.html
#	cps/ub.py
#	cps/web.py
Update join for sqlalchemy 1.4
3 years ago
Ozzieisaacs b637a63e71 Refactored exception logging 4 years ago
Ozzieisaacs 76c3ade394 Changed logging in worker thread 4 years ago
Ozzieisaacs d9b22fd513 log exceptions only in debug mode 4 years ago
OzzieIsaacs d39b28b011 Fix for existing book format with gdrive 4 years ago
Ozzieisaacs e3f4f24c3e Fixes for failed email and conversions with gdrive 4 years ago
OzzieIsaacs 884270093b Merge remote-tracking branch 'worker/tasks' into Develop 4 years ago
blitzmann ef49e2b5b3 Revert daemon in favor of timeout 4 years ago
blitzmann 9b9e29a3b6 Implement worker thread as a daemon 4 years ago
OzzieIsaacs 1a9a436cbe Fixed wrong translation string
Removed unused variables from callback in server.py
Update Testresults
4 years ago
OzzieIsaacs 62dd29d2f3 Renamed email to mail due to naming conflict in python2 4 years ago
blitzmann e7eb5b6ea6 Improvements to task processing
* Moves clean up to separate function for organization
* moves the `self.dequeued.append(item)` immediately after `self.queue.get()` so that we don't wait for it to show up

(cherry picked from commit bc9372e88f0c8855694431f811702d7fb899a97e)
4 years ago
blitzmann 4cb82ea9bd Revert testing condition that decreased number of tasks kept 4 years ago
blitzmann 572ac4a17b Fix for deleting old, completed tasks
(cherry picked from commit e066d7a4b0f47d3327696a11795cdc923ff0f6f3)
4 years ago
blitzmann 508f49df18 Remove completed tasks and sort the tasks by date added when calling `.tasks` 4 years ago
blitzmann bec280c6b1 Add some error handling 4 years ago
blitzmann 59d56d5c83 py27 support (I think) and some clean up 4 years ago
blitzmann 2533c9c14e Continue converting tasks - email and upload tasks 4 years ago
blitzmann f10f0dada6 First working PoC with a new task structure 4 years ago