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
f6f44f2fbd
Updated NLog Version
...
Co-Authored-By: Robin Dadswell <19610103+RobinDadswell@users.noreply.github.com>
2 years ago
ta264
ded8602976
Fixed: Close all database connections on shutdown to remove shm/wal files
...
(cherry picked from commit eb431f09fdede191bfe6bc6c2da9c8cb12d804a1)
2 years ago
Robin Dadswell
a5e54a6d6e
New: Instance Name used for Syslog
3 years ago
Robin Dadswell
26b9b7665a
New: Added UDP syslog support
...
(cherry picked from commit 8d856b2edb8bf46a2b516d5f7644ae3fa1151323)
3 years ago
Taloth Saldono
3ccc30638f
New: Added FileList.io indexer support
4 years ago
ta264
53c0ffd129
Swap to dapper with lazyload
4 years ago
Qstick
a4b78b44ce
StyleCop ( #1058 )
...
* Stylecop Rules and Fixes
4 years ago
Taloth Saldono
332466a945
Updated way Sentry gets configured and enabled.
5 years ago
ta264
d5c69d0375
Set sentry environment to be develop/nightly based on config file ( #703 )
...
* Set sentry environment to be develop/nightly based on config file
Also add details on sqlite version and database migration. The
separate ReconfigureSentry class is required because
ReconfigureLogging happens before the database has been resolved, so
you can't access IMainDatabase there
* Set environment to develop/nightly in frontend too
6 years ago
ta264
c7a772363f
Pre-filter some events before sending to sentry ( #654 )
...
* Filter some errors from Sentry and add exception message to fingerprint
* Move to new Sentry SDK
6 years ago
Qstick
3f064c94b9
New: Release Profiles, Frontend updates ( #580 )
...
* New: Release Profiles - UI Updates
* New: Release Profiles - API Changes
* New: Release Profiles - Test Updates
* New: Release Profiles - Backend Updates
* New: Interactive Artist Search
* New: Change Montiored on Album Details Page
* New: Show Duration on Album Details Page
* Fixed: Manual Import not working if no albums are Missing
* Fixed: Sort search input by sortTitle
* Fixed: Queue columnLabel throwing JS error
6 years ago
Qstick
aab78a62e6
Fixed: Console logging hard coded to trace level
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
958153be55
Fixed: Reduced spurious cpu usage on mono while idle.
9 years ago
Taloth Saldono
9b42dc7082
Reconfigure Logging early in the process to set the correct log level.
9 years ago
Taloth Saldono
59c68ec6cc
Write debug/trace log files separately to prevent trace from quickly rolling over debug.
9 years ago
Taloth Saldono
ccfa13e383
Replaced built-in valuetypes with language keywords.
9 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
e304a615d0
Fixed: DB locking due to Progress Messaging
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
Mark McDowall
e58576bcfa
Don't try to set console logging when its not enabled
10 years ago
Mark McDowall
d1df5ed7cd
New: Logging level in settings will be used for Console logging
10 years ago
Keivan Beigi
0be8f55a2f
Cleaned up using directive
10 years ago
Mark McDowall
6467167046
Moved Extension methods in common to subfolder
10 years ago
Keivan Beigi
af3c0de4d5
Updated transaction locks to be defered.
10 years ago
Mark McDowall
42c17e885c
Fixed some more tests
10 years ago
Mark McDowall
aa6b3f70ed
Fixed: log to the database using UTC not local time
10 years ago
Keivan Beigi
d10cdf9c87
removed method column from log db.
10 years ago
Keivan Beigi
cb00644a09
Use raw sql to write logs to db.
10 years ago
Mark McDowall
33f44e7932
New: log all startup events to log file at trace and above
10 years ago
Mark McDowall
0c839d1e11
New: Trace/Debug logging will keep the last 50 files instead of only the last 5
10 years ago
Mark McDowall
6671934c0f
Relative episode file paths
10 years ago
Mark McDowall
f5d46ffcd2
Log file changes
...
New: Update log files are available in the UI
Fixed: UI error after clearing log files
11 years ago
Mark McDowall
a40b9a306e
Fixed: API keys should be more reliably cleansed from the logs
11 years ago
Mark McDowall
088028b426
DB will log Info and above now (temp fix)
11 years ago
Mark McDowall
0914441de7
Removed Status from cleansed log messages
11 years ago
Mark McDowall
2f3430387e
Major logging overhaul
11 years ago
Mark McDowall
6109704fb0
Only catch SQLite exceptions
11 years ago
Mark McDowall
d8f55c0358
Catch errors when failing to write logs to database
11 years ago
kayone
a0b0f586c8
New: Log database is compressed when logs are trimmed/purged
11 years ago
Mark McDowall
37231d1ef0
DiskProvider split to Windows and Mono projects
11 years ago
Mark McDowall
5bf0e197ec
Moved source code under src folder - massive change
11 years ago