Commit Graph

  • 6811c2c816 refactor: Do not create the RepoDirectory on start up Robert Dailey 2022-11-18 07:42:37 -0600
  • 794c8733ef test: Fix CompositionRoot tests Robert Dailey 2022-11-18 07:38:22 -0600
  • d83edd9e2b refactor: Add logging to GitRepository / Factory Robert Dailey 2022-11-18 07:28:43 -0600
  • 46067dffb0 test: Do not use NotThrow() in composition root test Robert Dailey 2022-11-18 07:27:08 -0600
  • b34798eabb feat!: Remove LibGit2Sharp Library Robert Dailey 2022-11-17 17:55:16 -0600
  • f810749b32 chore: Shared run configs updated for .NET 7.0 paths Robert Dailey 2022-11-17 17:54:37 -0600
  • 7fdca11bc4 revert: "chore: Move GitVersion.yml into src dir" Robert Dailey 2022-11-11 17:45:11 -0600
  • 9fc7444f3c refactor: Fix ASP.NET warning Robert Dailey 2022-11-10 08:53:03 -0600
  • dd8b518735 build: Upgrade all Nuget packages Robert Dailey 2022-11-10 08:52:48 -0600
  • b5a692a710 build: Upgrade to .NET 7.0 Robert Dailey 2022-11-10 08:28:29 -0600
  • 1d604b141b feat: Named instances support Robert Dailey 2022-05-02 20:34:48 -0500
  • 4ae54d8f54 fix: Restore compare by name for CFs Robert Dailey 2022-11-06 11:55:40 -0600
  • 27f4f60c58 wip: Add commitlint commitlint Robert Dailey 2022-11-06 08:56:33 -0600
  • b13656dca5 docs(contrib): Section for conventional commits Robert Dailey 2022-11-06 11:02:45 -0600
  • 7bfecdb3f3 build: Add nuget.config Robert Dailey 2022-11-06 11:05:31 -0600
  • 3df3bc869e refactor: Silence unused Version param warning Robert Dailey 2022-11-06 10:38:03 -0600
  • 2ed8bdb55e chore: Jetbrains Rider .idea files Robert Dailey 2022-11-06 10:34:51 -0600
  • e4a3e9d1fe refactor: Remove unused Resolve method in IntegrationFixture Robert Dailey 2022-11-05 13:15:51 -0500
  • 9fa5d9f3a1 chore: Rename Install-Script-Dependencies.ps1 script Robert Dailey 2022-11-06 08:57:47 -0600
  • 934dc65d3c chore: Introduce script to update .gitignore Robert Dailey 2022-11-06 08:41:05 -0600
  • 97d229d1f6 chore(git): Latest .gitignore from gitignore.io Robert Dailey 2022-11-06 08:37:17 -0600
  • 56666a245a refactor: Do not fail on missing DTO properties Robert Dailey 2022-11-03 20:20:49 -0500
  • 081856e19e refactor: Generalize compatibility check logic Robert Dailey 2022-11-03 20:08:54 -0500
  • 934f30d71e refactor: Print Recyclarr version to debug logs Robert Dailey 2022-10-31 16:18:48 -0500
  • f6884205c4 chore: Add sonarr/radarr version field to bug template Robert Dailey 2022-10-31 16:08:32 -0500
  • e32a6c510f chore: New feature request issue template Robert Dailey 2022-10-31 11:31:14 -0500
  • bb03b512b9 chore: Add field for sonarr/radarr logs in bug issue template Robert Dailey 2022-10-31 11:20:55 -0500
  • fee10c3da5 chore: New issue template Robert Dailey 2022-10-31 11:13:42 -0500
  • 7c8a633876
    Update issue templates #141 Robert Dailey 2022-10-31 07:40:51 -0500
  • 1c1bbb8af7 ci: Use specific paths in build.yml Robert Dailey 2022-10-28 10:32:35 -0500
  • 724d2c41aa chore: Move GitVersion.yml into src dir Robert Dailey 2022-10-28 10:32:10 -0500
  • 9dc98a195c docs(changelog): Added secrets Robert Dailey 2022-10-28 10:17:37 -0500
  • c7aababd15 ci: Only run Sonarcloud when source changes Robert Dailey 2022-10-28 09:24:19 -0500
  • 0dbc1ac7fd
    feat: Support secrets in config (#139) voltron4lyfe 2022-10-28 07:23:46 -0700
  • 67f8a74823 feat: Support secrets in configurations #139 voltron4lyfe 2022-10-26 18:52:16 -0700
  • d4845d89ae ci: Upgrade to setup-dotnet@v3 to fix ECONNRESET error Robert Dailey 2022-10-27 13:37:14 -0500
  • e5750a97ba refactor: Fix resharper analysis suggestions Robert Dailey 2022-10-26 16:29:33 -0500
  • fc92e2937d chore: Add comment to top of editorconfig Robert Dailey 2022-10-26 18:46:46 -0500
  • a853f0830d refactor: Separate config finding logic from ServiceCommand Robert Dailey 2022-10-26 10:22:18 -0500
  • f251bbeba4 feat: Support for loading configs in a directory Robert Dailey 2022-10-22 11:01:48 -0500
  • 0b0fc1e7bc refactor: Delete YamlDotNet ObjectFactory Robert Dailey 2022-10-26 09:06:51 -0500
  • 835aae860b refactor: Greatly simplify DI support code Robert Dailey 2022-10-25 09:06:13 -0500
  • 88bdc5a92e refactor: Add JsonUtils class Robert Dailey 2022-10-25 09:05:24 -0500
  • dcfbccae2f refactor: Use IServiceLocatorProxy instead of ILifetimeScope Robert Dailey 2022-10-23 13:25:17 -0500
  • cda317d3c3 fix: Run validation against Custom Formats in Sonarr Robert Dailey 2022-10-23 13:27:08 -0500
  • 1ca192f3e5 docs(changelog): Fix broken links Robert Dailey 2022-10-22 11:01:32 -0500
  • e1e3afff02
    refactor: Rename QualityProfileConfig (#135) voltron4lyfe 2022-10-21 10:11:35 -0700
  • 18074b6619 revert: "ci: Continue on error instead of using `if: always()`" Robert Dailey 2022-10-20 10:33:50 -0500
  • 003c93c70d refactor: Rename QualityProfileConfig #135 Jack Sprat 2022-10-15 05:55:14 -0700
  • bb556c72f9
    chore: Add vscode editor configuration (#134) voltron4lyfe 2022-10-19 10:16:55 -0700
  • 04dc9f8736 chore: Add vscode development support #134 Jack Sprat 2022-10-14 15:44:02 -0700
  • 044a064069 ci: Continue on error instead of using `if: always()` Robert Dailey 2022-10-19 09:20:01 -0500
  • c842c6d584 ci: Proper boolean comparison for SHOULD_PUBLISH Robert Dailey 2022-10-19 09:16:11 -0500
  • ada30da70b build: Upgrade Microsoft.NET.Test.Sdk (patch) Robert Dailey 2022-10-18 18:06:39 -0500
  • 035bb0e17a build: Upgrade MudBlazor (patch) Robert Dailey 2022-10-18 18:06:05 -0500
  • ebc46abd75 build: Upgrade Serilog Packages (minor) Robert Dailey 2022-10-18 18:05:32 -0500
  • 2e45fbe1c5 build: Upgrade FluentValidation (patch) Robert Dailey 2022-10-18 18:01:37 -0500
  • 9470377856 build: Upgrade AutoMapper (major) Robert Dailey 2022-10-18 18:00:50 -0500
  • 32d7aa8a67 build: Upgrade YamlDotNet Robert Dailey 2022-10-18 17:59:48 -0500
  • 4ab18fc9b0 build: Upgrade System.IO.Abstractions Robert Dailey 2022-10-18 17:59:20 -0500
  • 16376ea11e ci: Fix diff semantics depending on branch vs PR vs master Robert Dailey 2022-10-16 15:34:27 -0500
  • 7986a5985e fixup! wip #138 #137 Robert Dailey 2022-10-16 16:02:58 -0500
  • dda6e9d446 TEST: insert bad whitespace for testing code cleanup ci Robert Dailey 2022-10-16 15:44:28 -0500
  • 320adcc885 wip Robert Dailey 2022-10-16 15:34:27 -0500
  • cea83477db ci: Inspect code workflow Robert Dailey 2022-10-16 11:28:13 -0500
  • 8c936951c0 chore: Update DotSettings file Robert Dailey 2022-10-16 13:19:03 -0500
  • c775bc3c4d refactor: Address Resharper inspection issues Robert Dailey 2022-10-16 11:27:56 -0500
  • e71da51045 Very draft changes. #136 Jack Sprat 2022-10-15 17:52:34 -0700
  • 3d403ef737 feat!: Do not load config next to executable Robert Dailey 2022-10-15 15:17:16 -0500
  • 1a4b6855a1 chore: Remove names array from config schema Robert Dailey 2022-10-13 12:46:30 -0500
  • 71580acc40 refactor: Service cache test fixes & improved testability Robert Dailey 2022-10-13 11:39:13 -0500
  • 63c3bff27a feat!: Remove names support for custom formats Robert Dailey 2022-09-10 11:39:47 -0500
  • 845947ada0 release: v2.6.1 v2.6.1 Robert Dailey 2022-10-15 14:19:57 -0500
  • bdaada1049 refactor: Remove unnecessary Reset and factory semantics from steps Robert Dailey 2022-10-15 13:17:17 -0500
  • 87747680ba refactor: Fix unit tests and change DI resolution a bit Robert Dailey 2022-10-15 10:29:17 -0500
  • 735c8562fc chore: Fix path to .editorconfig in Recyclarr.sln Robert Dailey 2022-10-15 12:22:42 -0500
  • a68455d8d6 ci: Check out source code in docker-hub workflow Robert Dailey 2022-10-15 10:31:15 -0500
  • 18082e9d7f ci: Separate docker hub updates into separate workflow Robert Dailey 2022-10-15 10:29:55 -0500
  • 6cff15725a Rename QualityProfileConfig Jack Sprat 2022-10-15 05:55:14 -0700
  • 8e2b480e49 Adopt formatting configuration Jack Sprat 2022-10-14 17:00:59 -0700
  • a9e5875bc5 chore: Move .editorconfig up a level and make intent rules consistent Robert Dailey 2022-10-14 18:51:28 -0500
  • 674f5b005f Add vscode debugging configuration Jack Sprat 2022-10-14 15:44:02 -0700
  • 3a21465ff1 fix: Fix incorrect version enforcement for Sonarr Robert Dailey 2022-10-14 14:25:12 -0500
  • 361078ef86 refactor: Use better error message for Sonarr v3/v4 enforcement Robert Dailey 2022-10-14 13:56:00 -0500
  • 9b3b56c31b ci: Allow discord notification to be invoked manually Robert Dailey 2022-10-14 13:47:28 -0500
  • b3cf6a9c17 ci: Add workflow_dispatch to notify.yml Robert Dailey 2022-10-14 12:09:44 -0500
  • 8cfa7b24f8 release: v2.6.0 v2.6.0 Robert Dailey 2022-10-14 09:29:43 -0500
  • 1815f9d3a8 docs(changelog): Note about Docker Hub support Robert Dailey 2022-10-14 09:00:48 -0500
  • 1619bd8817 fix: Show a warning for duplicate scores Robert Dailey 2022-10-12 20:23:56 -0500
  • a63d570ec5 refactor: Change Log property to field Robert Dailey 2022-10-12 20:24:48 -0500
  • bff81639ce ci: Publish docker image to Docker Hub Robert Dailey 2022-10-13 18:01:15 -0500
  • 5f418a9d90 refactor: Namespace inconsistency Robert Dailey 2022-10-12 21:41:30 -0500
  • 2e189ff275 fix(sonarr): Run version enforcement always Robert Dailey 2022-10-12 14:38:34 -0500
  • ba84b07713 fix: Use compact JSON in debug logs Robert Dailey 2022-10-10 11:26:35 -0500
  • dfd55883f2 chore(docker): Print the value of `CRON_SCHEDULE` in logs on start up Robert Dailey 2022-10-09 18:51:40 -0500
  • 42d2316eb1 chore(docker): Remove errors when PUID & PGID are specified Robert Dailey 2022-10-09 18:49:03 -0500
  • 87843b4ee1 chore: Code cleanup Robert Dailey 2022-10-09 18:48:28 -0500
  • 7a25f79fa8 feat: Custom format lists are now grouped by category Robert Dailey 2022-10-07 09:05:45 -0500
  • 27b252f405 chore: Update DotSettings and editorconfig files Robert Dailey 2022-10-06 18:26:54 -0500
  • 6ed7961c8c build: Use Nuget central package management Robert Dailey 2022-09-29 11:43:10 -0500