Bogdan
|
cc27107668
|
Use 'var' instead of explicit type
(cherry picked from commit 12374f7f0038e5b25548f5ab3f71122410832393)
Closes #3749
|
1 year ago |
Bogdan
|
14816306a4
|
Inline 'out' variable declarations
(cherry picked from commit 281add47de1d3940990156c841362125dea9cc7d)
Closes #3748
|
1 year ago |
Mark McDowall
|
45329f29bd
|
New: Add result to commands to report commands that did not complete successfully
(cherry picked from commit 103ce3def4636ef891e72bd687ef8f46b5125233)
|
2 years ago |
Qstick
|
93cce9a02e
|
Don't block task queue for queued update task when long running tasks queued
Fixes #2935
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
|
2 years ago |
Qstick
|
5a8082de2d
|
Fixed: Schedule refresh and process monitored download tasks at high priority
Fixes #2661
Fixes #2666
Fixes #2674
|
2 years ago |
Qstick
|
c02b66ec44
|
Enforce comment spacing with Stylecop
Fixes #3104
|
2 years ago |
Robin Dadswell
|
8f6e099794
|
New: Postgres Database Support
Co-Authored-By: Qstick <376117+Qstick@users.noreply.github.com>
|
2 years ago |
Qstick
|
947ad15af0
|
New: Build on Net6
|
3 years ago |
ta264
|
7fe36a7e92
|
New: Use native dotnet host and DryIoc
(cherry picked from commit d6170dbfedf27a6218afe242a0fae2eb8b368aec)
|
3 years ago |
ta264
|
b0ea6550d7
|
New: Use System.Text.Json for Nancy and SignalR
(cherry picked from commit d3e8c7e0c94a3d2987329d278dc0d00ae3d76c8f)
|
3 years ago |
Robin Dadswell
|
bc6261efb8
|
New: Show User Agent in System->Tasks for externally triggered commands (#2261)
|
4 years ago |
Taloth Saldono
|
c855119c6f
|
Fixed: Unnecessary idle cpu usage
(cherry picked from commit 5a69801877eb72899dd9867c39a1b88b7114fe5b)
(cherry picked from commit 4eb6cb9daee11cf473d063e95b9713375c986d09)
|
4 years ago |
Qstick
|
dbdc805e80
|
Remove unnecessary usings
|
4 years ago |
ta264
|
53c0ffd129
|
Swap to dapper with lazyload
|
4 years ago |
Mark McDowall
|
d83e20937d
|
New: Monitor and Process downloads separately
New: Queue remains up to date while importing file from remote file system
Fixed: Failed downloads still in queue won't result in failed search
|
4 years ago |
Taloth Saldono
|
3964e98c13
|
Lock CommandQueueManager.PushMany too
|
4 years ago |
Taloth Saldono
|
8a68042192
|
Skip unknown/removed commands still queued in the database
|
4 years ago |
Taloth Saldono
|
880170637e
|
Fixed timing issue allowing multiple instances of the same command to be queued
|
4 years ago |
Mark McDowall
|
9fdc603fc3
|
Fixed: Broken tasks getting stuck in queue
|
4 years ago |
Qstick
|
16a23b9d79
|
New: Store Task StartTime, Show Duration in UI
|
4 years ago |
Qstick
|
a4b78b44ce
|
StyleCop (#1058)
* Stylecop Rules and Fixes
|
4 years ago |
ta264
|
da2b36514a
|
Fixed: Prevent two TypeExclusive commands running at once
The check was bypassed if a disk access command was running at the
same time.
|
5 years ago |
Qstick
|
659844eeba
|
New: Don't Execute Certain Command Types In Parallel (#855)
|
5 years ago |
Qstick
|
9d2fbddc7d
|
New: Cancel tasks in command queue
|
6 years ago |
Qstick
|
60bb0ac063
|
New: Queued Task/Command List View
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
|
6 years ago |
Qstick
|
ba96dad8c7
|
Fixed: UI and Command manager updates
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
|
6 years ago |
Qstick
|
a56e2edb74
|
Fixed: Concurrent manual imports silently failing
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
|
6 years ago |
Qstick
|
25c0423ef6
|
Fixed :Compile warning cleanup (#314)
Fixed :Compile warning cleanup
|
7 years ago |
Qstick
|
e06858e4bf
|
Sonarr pulls (#310)
* New: Speed up sqlite3 initialization by disabling unused features
Co-Authored-By: taloth <taloth@users.noreply.github.com>
* New: Debounce Command Notifications
Co-Authored-By: taloth <taloth@users.noreply.github.com>
* Changed: Refactored PendingRelease logic for performance
Co-Authored-By: taloth <taloth@users.noreply.github.com>
* Added: Indexes to speed up DecisionMaker performance.
Co-Authored-By: taloth <taloth@users.noreply.github.com>
* New: Cache EventAggregator Subscribers
Co-Authored-By: taloth <taloth@users.noreply.github.com>
* Fixed: Hide fallback pending releases if temporarily delayed
Co-Authored-By: taloth <taloth@users.noreply.github.com>
|
7 years ago |
Qstick
|
7354e02bff
|
New: Custom Filtering for UI (#234)
|
7 years ago |
Qstick
|
13bfb73ee9
|
Upstream Changes to DownloadClients and Indexers
|
7 years ago |
Qstick
|
cf11906118
|
Don't log error on the shutdown the command execution pipeline.
|
7 years ago |
Qstick
|
0148f48913
|
Fixed: Logging full error message to database
|
7 years ago |
Qstick
|
82ee8e6c42
|
Fixed: Smarter application update completed message
Sonarr e97e13e89
|
7 years ago |
Qstick
|
95051cbd63
|
Initial Commit Rework
|
7 years ago |
Keivan Beigi
|
73840dcacc
|
The great logger.Error cleanup!
|
8 years ago |
Keivan Beigi
|
0214c8e0f0
|
Removed unused using statements
|
8 years ago |
Keivan Beigi
|
aba613acd1
|
Because it's 2016!
|
8 years ago |
Taloth Saldono
|
6a90035a4c
|
Updated NLog to v4.2.3.
|
9 years ago |
Taloth Saldono
|
68540cb479
|
Certain log messages didn't include the exception.
|
9 years ago |
Taloth Saldono
|
ccfa13e383
|
Replaced built-in valuetypes with language keywords.
|
9 years ago |
Taloth Saldono
|
44e6c46337
|
Fixed: Refreshing individual series incorrectly delayed the schedule task.
fixes #720
|
9 years ago |
Taloth Saldono
|
866f971d41
|
Prevent ProgressMessageTarget from ever reading the command from the database.
|
10 years ago |
Mark McDowall
|
a2d8413b2a
|
Fixed: Early cleanup of completed tasks
|
10 years ago |
Mark McDowall
|
aae3970865
|
More logging for CommandExecutor
|
10 years ago |
Taloth Saldono
|
2a83088045
|
Changed the way the Database is registered with TinyIoC to make Logdb and future cachedb more accessible.
|
10 years ago |
Mark McDowall
|
6ab629ea98
|
Partial updates for command updates
|
10 years ago |
Mark McDowall
|
755a42ea45
|
Use cache to check for running or started commands
|
10 years ago |
Mark McDowall
|
638e3ca898
|
Command queue
New: Adding multiple series will queue them instead of running all at once
New: Slower scheduled tasks won't be block others from running
|
10 years ago |
Taloth Saldono
|
8833f1ad31
|
Allow failing a Command using a specific message.
|
10 years ago |