renovate[bot]
e1ad545a14
build(deps): Update dependency NUnit.Analyzers to v4.3.0
3 months ago
renovate[bot]
d5ccdc98c8
build(deps): Update dependency Serilog.AspNetCore to v8.0.2
3 months ago
renovate[bot]
a9be9f3f85
build(deps): Update All GitVersion Packages to v6.0.1
3 months ago
renovate[bot]
6331a008fc
build(deps): Update dependency Spectre.Console.Analyzer to v1
3 months ago
Robert Dailey
8070929c04
release: v7.2.1
3 months ago
Robert Dailey
4314f44a78
docs(changelog): Add latest bugfix
3 months ago
Robert Dailey
f7eac4493e
test: Fix broken quality size test
3 months ago
Robert Dailey
a634a25e8d
fix: Use correct Radarr preferred limit
...
At some point in the past, Radarr altered its Preferred upper limit to
399 (from 395). As a result, these upper limits can no longer be
hard-coded the same way for all services. A new design has been
implemented to support distinct max and preferred limits for each
service.
3 months ago
renovate[bot]
7553dc6350
build(deps): Update dependency NUnit3TestAdapter to v4.6.0
3 months ago
renovate[bot]
5e55449e1c
build(deps): Update System.IO.Abstractions Packages to v21.0.29
3 months ago
renovate[bot]
a50d9e2b99
build(deps): Update dependency Serilog to v4.0.1
4 months ago
Robert Dailey
4aaa5fc45e
release: v7.2.0
4 months ago
Robert Dailey
94b65c720f
feat: Improved console output for quality definition sync
4 months ago
Robert Dailey
0a8de83b34
refactor: Consolidate the two QualityItem types
...
Previously, quality item was split into a second part for only the
Preferred size settings, because at one point both Radarr and Sonarr
didn't support them the same. However, that has changed now so they are
now consolidated.
4 months ago
Robert Dailey
8bbdec38f7
fix: Sync preferred even if it is null
...
When preferred was null, it was not considered for change detection.
This was a regression likely introduced to support Radarr, which does
not have a preferred setting.
- Fixes #301
- Likely fixes #193 as well, which is a duplicate.
4 months ago
Robert Dailey
94daa54996
refactor: Better pipeline execusion debug logs
4 months ago
Robert Dailey
e2cff7d9fa
feat: Renamed CF `quality_profiles` to `assign_scores_to`
4 months ago
Robert Dailey
cc23f2e653
chore(style): Change WithExpressionModifiesAllMembers to suggestion
4 months ago
Robert Dailey
47081f3a30
fix: Fix incorrect URLs in local config template
4 months ago
Robert Dailey
e3d038b675
refactor: Address a few sonarlint issues
4 months ago
Robert Dailey
5a36be2912
build(deps): Upgrade YamlDotNet to v16
4 months ago
renovate[bot]
09606b02ac
build(deps): Update All GitVersion Packages to v6.0.0
4 months ago
Robert Dailey
ecc5797305
chore(renovate): Add some missing prBody columns
4 months ago
Robert Dailey
a6d0d78538
chore: Show pending column in nuget PRs
...
The default preset for all-badges doesn't show a pending column.
See: https://github.com/renovatebot/renovate/discussions/25316
4 months ago
renovate[bot]
5439afa0ab
build(deps): Update dependency MudBlazor to v7.3.0
4 months ago
renovate[bot]
3876ec4d4f
chore(deps): update docker/dockerfile docker tag to v1.9
4 months ago
renovate[bot]
8ce05048a3
build(deps): Update dependency SuperLinq to v6.2.0
4 months ago
renovate[bot]
e176e20b1b
chore(deps): update dependency dotnet-sonarscanner to v7.1.1
4 months ago
Robert Dailey
f269095e9a
chore(deps): Upgrade dotnet-sonarscanner to v7.1
...
Also remove the java installation step since v7 no longer requires it.
4 months ago
renovate[bot]
e4b08abd28
build(deps): Update dependency MudBlazor to v7.2.0
4 months ago
renovate[bot]
f1715f1a36
build(deps): Update System.IO.Abstractions Packages to v21.0.26
4 months ago
renovate[bot]
db4803a3ac
build(deps): Update dependency MudBlazor to v7.1.1
4 months ago
Robert Dailey
c1f4d4d175
refactor: Generalize cache system
...
The cache system has been redesigned for extensibility and to support
caching data beyond Custom Formats. This is motivated by plans to cache
Quality Profiles to support the ability to do things like rename
profiles.
4 months ago
renovate[bot]
bb22334d02
build(deps): Update dependency FluentAssertions.Analyzers to v0.33.0
4 months ago
renovate[bot]
f97ed6474b
build(deps): Update dependency System.Text.Json to v8.0.4
4 months ago
Robert Dailey
66631b00fa
ci: Allow test-artifact-download to be skipped
4 months ago
Robert Dailey
bf4830d799
ci: Make test artifact download part of overall build status
4 months ago
Robert Dailey
b1e83621b6
release: v7.1.1
4 months ago
Robert Dailey
6cac2ed5c2
fix: --app-data is now common to all commands
...
This resolves a NRE because the app data override was not set
consistently by all commands.
Fixes #288 .
4 months ago
Robert Dailey
8f908556de
ci: Do not run the test artifacts job on tags
...
The release job will run and extract the artifacts in the same way, so
running the test job would be redundant.
4 months ago
Robert Dailey
9329e0175f
ci: Add job to test artifact downloads
...
Downgrade the artifact upload/download actions to v3 since none of the
v4 versions seem to address the "Not a valid zip file" issue.
Modified the codesign job to additionally run on PRs, so that when
Renovate upgrades the upload/download artifacts, we can tell from the PR
if the ZIP file issue is fixed.
For more info, see:
- https://github.com/actions/download-artifact/issues/328
- https://github.com/docker/build-push-action/issues/1167
4 months ago
Robert Dailey
72c55da4ae
ci: Downgrade download artifact action
...
This is an attempt to address a timeout error during artifact download.
See: https://github.com/actions/download-artifact/issues/339
4 months ago
Robert Dailey
490e568fe2
release: v7.1.0
4 months ago
Robert Dailey
c9c7c05261
fix: --app-data option works again
...
Fixes #284
4 months ago
Robert Dailey
51553b2eaf
refactor: Address Resharper analysis warnings
4 months ago
Robert Dailey
e159aff289
chore(docker): Add sqlite3 to debugging stack
...
This is primarily for access to the sqlite3 CLI tool for running queries
against all of the Sonarr & Radarr databases.
4 months ago
Robert Dailey
e11753d7ee
fix: Signal interrupt support for all API calls
4 months ago
renovate[bot]
f420a3694c
ci(deps): Update docker/build-push-action action to v6
4 months ago
renovate[bot]
fe7e020aaa
build(deps): Update dependency Serilog.Sinks.Observable to v3
4 months ago
renovate[bot]
5057639837
build(deps): Update dependency AgileObjects.ReadableExpressions to v4.1.3
4 months ago