Commit Graph

236 Commits (77d8c6670161b0a98fdb8e893538a3425bd12f4c)

Author SHA1 Message Date
Robert Dailey 17bff83a2a refactor: Init & Cleanup System
2 years ago
Robert Dailey 9a736426ce refactor: Move log janitor to ServiceCommand
2 years ago
Robert Dailey 8e3630608c chore: Update code cleanup rules
2 years ago
Robert Dailey 601f144afe fix: Cleanup and centralize URL sanitization
2 years ago
Robert Dailey 243d076087 refactor: New command structure
2 years ago
Robert Dailey d84b5c5093 fix: Missing terms when using term filters
2 years ago
Robert Dailey 5140272705 fix: strict_negative_scores works again
2 years ago
Robert Dailey b60ed3f079 chore: Replace 'rcdailey' with organization 'recyclarr'
2 years ago
Robert Dailey b759b26bd7 refactor(sonarr): Use record 'with' for partial update
2 years ago
Robert Dailey 59dc2568ca refactor: Newline after git clone progress output
2 years ago
Robert Dailey 20a443698b test: Fix crash in MigrationExecutorTest
2 years ago
Robert Dailey 72aebd59f2 fix: Migration broken by ILogger
2 years ago
Robert Dailey f03cc012a5 refactor: Improve migration step diagnostics
2 years ago
Robert Dailey 19d41c27a4 refactor: Address SonarCloud code smells
2 years ago
Robert Dailey 2572b15947 refactor: Fix namespace in TrashLib.TestLibrary
2 years ago
Robert Dailey f7229b2413 test: Verify order of all migration steps
2 years ago
Robert Dailey 840f85df05 fix: Migration steps are registered explicitly
2 years ago
Robert Dailey 5e118cf07c feat: Rename 'trash-updater' app dir to 'recyclarr'
2 years ago
Robert Dailey bede26c213 feat: Default config is now `recyclarr.yml`
2 years ago
Robert Dailey 7beba7eea6 build: Exclude TestResults from all test projects
2 years ago
Robert Dailey 10600ae4f1 refactor: Rename project & links in scripts, code, etc
2 years ago
Robert Dailey 0c11462af7 chore: Rename C# CLI projects to Recyclarr
2 years ago
Robert Dailey 2424d28015 test: Unit tests for new command code
2 years ago
Robert Dailey efc4455d92 feat(sonarr): New --list-terms command line option
2 years ago
Robert Dailey 305ae296ab feat(sonarr): New --list-release-profiles command line option
2 years ago
Robert Dailey d598537003 refactor: Register CliFx IConsole with Autofac
2 years ago
Robert Dailey 434158f7a6 feat(sonarr)!: Parse Guide Release Profile JSON
2 years ago
Robert Dailey e86b83c9ab test: Fix analysis warnings for unused classes
2 years ago
Robert Dailey f570b098f1 build: InternalsVisibleTo excluded from test projects
2 years ago
Robert Dailey 3960f24f99 test: Update some tests to use async/await
2 years ago
Robert Dailey 67cc4bd98f refactor: Remove common repo code from Radarr guide parser
3 years ago
Robert Dailey ea99f5b613 chore: Fully quality CLSCompliantAttribute
3 years ago
Robert Dailey c5e282394d chore: Log server URL when processing it
3 years ago
Robert Dailey ea30d60ca4 fix(radarr): Sanitize URLs in HTTP exception messages
3 years ago
Robert Dailey 7a419e26ce fix: Prevent redirects
3 years ago
Robert Dailey 66d9f3dcdd fix(sonarr): Profile filtering considers the IncludeOptionals setting
3 years ago
Robert Dailey cbdd8bc469 fix(sonarr): Do not throw away optionals release profile
3 years ago
Robert Dailey 546bd3bf5e refactor: Enable implicit using and run code cleanup
3 years ago
Robert Dailey 4f8d76a62a chore: Log Sonarr version number
3 years ago
Robert Dailey dcc4964ca3 fix: Show error when config has unrecognized YAML properties
3 years ago
Robert Dailey a4aa5d71b1 refactor: Disable nullability in Verify.cs
3 years ago
Robert Dailey a377ec5e75 chore: Switch to GitVersion
3 years ago
Robert Dailey bf473d3eae build: Use latestmajor for LangVersion
3 years ago
Robert Dailey d7295d4820 build: Move to Composite Ready2Run
3 years ago
Robert Dailey 0da080f56f build: Disable PublishTrimmed
3 years ago
Robert Dailey fadd8bd5de test: Clean up composition root tests
3 years ago
Robert Dailey 3973bccd7e build: Move publish settings to Trash.csproj
3 years ago
Robert Dailey 2d21ffeb38 test: Unit test fixes for GitRepository
3 years ago
Robert Dailey 258ac508d5 refactor: Better ProgressBar code
3 years ago
Robert Dailey 2fd1601619 fix: Better error handling in git code
3 years ago
Robert Dailey 4869bae216 build: New projects for VersionControl code
3 years ago
Robert Dailey 38ac68dbb7 refactor: New FileUtilities class
3 years ago
Robert Dailey 62c3e5c6a2 fix: Check setting before disabling cert validation
3 years ago
Robert Dailey 94b95c1fb4 feat: Add setting to bypass SSL certificate validation
3 years ago
Robert Dailey d540cf37c9 feat: Add JSON schema for settings
3 years ago
Robert Dailey 2fe29f3b16 feat: settings functionality
3 years ago
Robert Dailey 3d4b44a0ed chore: Sort packages in root targets file
3 years ago
Robert Dailey a64347e96f chore: Add TrimNewlines() string extension method
3 years ago
Robert Dailey 3641b93dbb chore: Upgrade AutoMapper to v11
3 years ago
Robert Dailey 1cb6354faf chore: Allow longer attributes on a single line
3 years ago
Robert Dailey a33c3f1d32 chore: move ServiceCommand to new directory
3 years ago
Robert Dailey 592d217020 refactor: Move yaml deserializer creation logic to a factory
3 years ago
Robert Dailey 88633392a9 refactor: Autofac support in AutoMockData
3 years ago
Robert Dailey 498644c0e8 chore: Reorganize Config code
3 years ago
Robert Dailey 084b87e96d build: Add Coverlet package to unit tests
3 years ago
Robert Dailey c0659cab3e chore: Make all test packages private
3 years ago
Robert Dailey 74b9fe7d89 build: Upgrade System.IO.Abstractions from v14 to v16
3 years ago
Robert Dailey 6820e785d9 test: introduce AutoFixture library and support code
3 years ago
Robert Dailey d8eac2e381 chore: sort package references in root props file
3 years ago
Robert Dailey 814418a002 chore: formatting settings
3 years ago
Robert Dailey 593740900a refactor: convert to file-scoped namespaces
3 years ago
Robert Dailey e67b4296b3 chore: remove CPP specific settings in editorconfig
3 years ago
Robert Dailey f2c117da66 chore: require newline before while in editorconfig
3 years ago
Robert Dailey 3f0583a05a build: Lock libgit2sharp to 0.27 preview builds
3 years ago
Robert Dailey 7451b8526c refactor: Remove IServiceCommand from composition root
3 years ago
Robert Dailey 8d1706ca02 fix: Autofac exception when resolving IServiceCommand
3 years ago
Robert Dailey b0bbb23d3b build: disable CLS compliance for all projects
3 years ago
Robert Dailey 90c46c52cf build: AllEnabledByDefault for AnalysisMode
3 years ago
Robert Dailey bc36c27307 build: upgrade System.IO.Abstractions package
3 years ago
Robert Dailey b7e85e2307 build: remove explicit net analyzers package
3 years ago
Robert Dailey ee3cfec50a refactor: use correct container types through code base
3 years ago
Robert Dailey ebb924da12 refactor: address sonarcloud/analyzer code smells and warnings
3 years ago
Robert Dailey 237ee97a3b chore: update .editorconfig
3 years ago
Robert Dailey b78e87119a build: upgrade all nuget package versions
3 years ago
Robert Dailey 7f43413158 build: upgrade to .NET 6
3 years ago
Robert Dailey 5eb58ce4ae fix: do not publish System.Reactive.xml
3 years ago
Robert Dailey 53b11e04c9 chore: code cleanup on solution
3 years ago
Robert Dailey 6036be0d29 fix(sonarr): race condition during version retrieval
3 years ago
Robert Dailey 1772e7c9fd refactor: sanitized logs for http communication
3 years ago
Robert Dailey 1a008e272e fix: free-quota exception from njsonschema generator
3 years ago
Robert Dailey 6f2d946902 fix: sonarr devs broke the release profile api
3 years ago
Robert Dailey b1651c89c6 chore: fix various warnings
3 years ago
Robert Dailey 74ca11e309 chore: editorconfig style updates
3 years ago
Robert Dailey 94d3e66e46 build: specify LibGit2Sharp in root Targets file
3 years ago
Robert Dailey e022db0635 build: upgrade YamlDotNet to v11
3 years ago
Robert Dailey 4a40af662e build: upgrade Serilog Console and File sinks
3 years ago
Robert Dailey 971c311078 build: upgrade NUnit3TestAdapter to v4
3 years ago
Robert Dailey 06d2222865 build: upgrade fluent assertions to v6
3 years ago
Robert Dailey 5a1bfa18bb chore: sort packages in targets file
3 years ago
Robert Dailey 26bab2c095 build: upgrade libgit2sharp to fix ubuntu v20 native lib issue
3 years ago