Commit Graph

  • 5ba1ba15c9 ci: Update to the most recent Rust version Alex Clarke 2025-03-07 11:55:32 -07:00
  • db05d2abfb Merge branch 'develop' into custom-themes Alex Clarke 2025-03-07 10:37:48 -07:00
  • 1840c4e39a Merge branch 'main' into develop Alex Clarke 2025-03-07 10:37:23 -07:00
  • c5a3f424d6 refactor: Reformatted code to make the format checks pass Alex Clarke 2025-03-07 10:36:40 -07:00
  • 04aa6b81b5 Merge branch 'develop' into custom-themes Alex Clarke 2025-03-07 10:35:07 -07:00
  • 5ff3b9b996 Merge branch 'main' into develop Alex Clarke 2025-03-07 10:34:16 -07:00
  • 228e4a61a4 fix: Updated ring dependency to mitigate CWE-770 Alex Clarke 2025-03-07 10:33:57 -07:00
  • df38ea5413 feat: Write built in themes to the themes file on first run so users can define custom themes Alex Clarke 2025-03-06 17:44:52 -07:00
  • 709f6ca6ca test: Added integration tests for the ValidateTheme macro Alex Clarke 2025-03-06 16:00:50 -07:00
  • b012fc29e4 Merge branch 'develop' into custom-themes Alex Clarke 2025-03-06 15:35:05 -07:00
  • bdad723aef refactor: Formatted files using rustfmt Alex Clarke 2025-03-06 15:32:59 -07:00
  • f97d46cec3 refactor: Created a derive macro for defining the display style of Enum models and removed the use of the EnumDisplayStyle trait Alex Clarke 2025-03-06 15:29:30 -07:00
  • 7381eaef57 refactor: Expanded the serde_enum_from macro to further reduce code duplication Alex Clarke 2025-03-05 15:09:51 -07:00
  • 72c922b311 feat: Created a theme validation macro to verify theme configurations before allowing the TUI to start Alex Clarke 2025-03-05 14:37:34 -07:00
  • fd14a8152c fix: change the name of the theme configuration file to 'themes' Alex Clarke 2025-03-04 18:29:21 -07:00
  • 5cb60c317d feat: Initial support for custom user-defined themes Alex Clarke 2025-03-04 18:09:09 -07:00
  • 847de75713 fix: Modified the Sonarr DownloadRecord so that the episode_id is optional to prevent crashes for weird downloads Alex Clarke 2025-03-01 14:50:20 -07:00
  • 58723cf3e8 ci: Ensure the docker release is fully up-to-date Alex Clarke 2025-02-28 21:45:05 -07:00
  • c613168bfb docs: Updated the CHANGELOG accordingly Alex Clarke 2025-02-28 21:26:13 -07:00
  • 6f83de77f2 chore: Bump the version in Cargo.lock v0.5.1 github-actions[bot] 2025-03-01 03:30:05 +00:00
  • 3f6ef3beb4 bump: version 0.5.0 → 0.5.1 [skip ci] github-actions[bot] 2025-03-01 03:30:03 +00:00
  • 14e50c1465 Merge remote-tracking branch 'refs/remotes/origin/main' Alex Clarke 2025-02-28 20:29:29 -07:00
  • 0aa9fdca14 ci: Overwrite previous artifact uploads for proper releases Alex Clarke 2025-02-28 20:29:15 -07:00
  • dc50820abc chore: Bump the version in Cargo.lock v0.5.0 github-actions[bot] 2025-03-01 03:08:01 +00:00
  • 81afce78ad bump: version 0.4.2 → 0.5.0 [skip ci] github-actions[bot] 2025-03-01 03:07:57 +00:00
  • 8a0b912601 ci: Updated the release flow to use the newer upload/download artifact actions Alex Clarke 2025-02-28 20:06:41 -07:00
  • 85105a953e docs: Pre-Release update of versions and added link to the Matrix Space. Alex Clarke 2025-02-28 16:45:16 -07:00
  • 40f3452d08 ci: Removed the minimal-versions check Alex Clarke 2025-02-27 20:51:50 -07:00
  • a287a5c903 docs: Updated the README to also include details on the new CLI flags Alex Clarke 2025-02-27 20:51:00 -07:00
  • f30e5270d8 refactor: Updated dependencies Alex Clarke 2025-02-27 20:45:32 -07:00
  • 104bcd7bb2 refactor: Addressed Cargo fmt complaints Alex Clarke 2025-02-27 20:42:32 -07:00
  • fd6fcfc98f feat: CLI Support for multiple Servarr instances Alex Clarke 2025-02-27 20:37:03 -07:00
  • f87e02cd7c test: Added in unit tests for TUI support for multiple custom named Servarrs Alex Clarke 2025-02-27 19:30:17 -07:00
  • 9b63b10118 feat: Support for multiple servarr definitions - no tests [skip ci] Alex Clarke 2025-02-27 18:00:28 -07:00
  • 111485e7c4 feat: Support for loading Servarr API tokens from a file Alex Clarke 2025-02-27 16:53:29 -07:00
  • 0167753cfe Merge pull request #30 from tangowithfoxtrot/var-interpolation Alex Clarke 2025-02-19 17:52:23 -07:00
  • 73131cc518 Merge branch 'main' into var-interpolation Alex Clarke 2025-02-19 17:40:16 -07:00
  • 25576757bb ci: Updated codecov config to consider patches as well to hopefully fix PR issues [skip ci] Alex Clarke 2025-02-19 17:40:03 -07:00
  • 105c8f3a82 test: Hopefully the final environment variable name fix to correct all race conditions with parallel tests Alex Clarke 2025-02-19 17:27:56 -07:00
  • 5164d81492 test: Fix a potential race condition happening with parallel tests Alex Clarke 2025-02-19 15:59:31 -07:00
  • 319e5f1ac2 test: Added remaining unit tests for the deserialize_optional_env_var deserialization functions Alex Clarke 2025-02-19 15:44:55 -07:00
  • b24c2fbeb1 Merge branch 'main' into var-interpolation Alex Clarke 2025-02-19 15:14:41 -07:00
  • bc5053c39c fix: Updated openssl to 0.10.70 to mitigate CVE-2025-24898 Alex Clarke 2025-02-03 16:06:47 -07:00
  • f06a031c93 Merge branch 'main' into var-interpolation tangowithfoxtrot 2025-01-26 14:40:14 -08:00
  • 8d450dea5a Merge branch 'main' into var-interpolation tangowithfoxtrot 2025-01-26 14:36:45 -08:00
  • c4ace8c53f feat: Tweaked the implementation for environment variables in the config a bit Alex Clarke 2025-01-26 14:59:09 -07:00
  • 78f104f558 refactor: Added a debug line for logging to output the config used when starting Managarr Alex Clarke 2025-01-26 14:56:37 -07:00
  • e8a6f740b9 refactor: Updated the 2018 idiom lint to the 2021_compatibility lint Alex Clarke 2025-01-26 14:47:40 -07:00
  • 6f3c6ec840 feat: var interpolation tangowithfoxtrot 2025-01-26 09:28:47 -08:00
  • 47a3ef1d8b Merge pull request #29 from Dark-Alex-17/license-update Alex Clarke 2025-01-21 15:47:00 -07:00
  • 367e9bf33b Added attribution guidelines to the CONTRIBUTING Alex Clarke 2025-01-21 15:10:01 -07:00
  • f122b02424 Do not require attributions for forks Alex Clarke 2025-01-21 14:58:35 -07:00
  • 3a09c17f0a Update LICENSE Alex Clarke 2025-01-21 14:53:30 -07:00
  • 6773abb04e Update LICENSE due to scammer abuse Alex Clarke 2025-01-21 13:14:15 -07:00
  • b757d66d7a fix: Addressed rustfmt complaints Alex Clarke 2025-01-18 15:33:56 -07:00
  • 81cb7a750c refactor: Removed unnecessary clones in the networking module to speed up network request handling Alex Clarke 2025-01-18 15:23:03 -07:00
  • 3be59108a9 refactor: Corrected some clone instead of copy behaviors in the command line handlers Alex Clarke 2025-01-18 14:54:25 -07:00
  • fac9c45aee refactor: Removed unnecessary clone from stateful table Alex Clarke 2025-01-18 14:24:23 -07:00
  • 184bd2b510 refactor: Removed unnecessary clone call from extract_and_add_tag_ids_vec method Alex Clarke 2025-01-18 14:15:52 -07:00
  • fda69178b9 refactor: Reduced the number of clones necessary when building modal structs Alex Clarke 2025-01-18 13:56:18 -07:00
  • 652bbcd5d4 refactor: Refactored a handful of Option calls to use take instead Alex Clarke 2025-01-18 13:00:21 -07:00
  • fd35106df8 refactor: Renamed KeyEventHandler::with to KeyEventHandler::new to keep with Rust best practices and conventions Alex Clarke 2025-01-18 12:43:25 -07:00
  • 5ead5bc3d6 docs: removed the Unraid section of the README now that the issue has been corrected and fixed. Alex Clarke 2024-12-31 16:55:39 -06:00
  • 3ce0003315 docs: Added installation instructions for Nix and a note for Unraid users until the template is corrected by the maintainer Alex Clarke 2024-12-30 11:25:15 -07:00
  • ee94059a15 fix: Corrected typo in the managarr.nuspec.template Alex Clarke 2024-12-21 21:26:38 -07:00
  • 844742053d ci: Finalized corrected release workflow [skip ci] Alex Clarke 2024-12-21 16:52:29 -07:00
  • 7ed9cfa018 chore: Bump the version in Cargo.lock v0.4.2 github-actions[bot] 2024-12-21 23:48:07 +00:00
  • 71791afca0 bump: version 0.4.1 → 0.4.2 [skip ci] github-actions[bot] 2024-12-21 23:48:04 +00:00
  • a52eddfdac ci: Reverted failed release [skip ci] Alex Clarke 2024-12-21 16:47:31 -07:00
  • 0474978ac0 ci: Fixed final typo I hope [skip ci] Alex Clarke 2024-12-21 16:46:16 -07:00
  • 4b94a0ce2a ci: Fixed typo in release flow [skip ci] Alex Clarke 2024-12-21 16:44:48 -07:00
  • 0d1eac7610 ci: Final test of corrected release flow for GitHub [skip ci] Alex Clarke 2024-12-21 16:43:04 -07:00
  • b129e5d5a4 Merge branch 'main' of github.com:Dark-Alex-17/managarr Alex Clarke 2024-12-21 14:59:58 -07:00
  • 9f5c22890d ci: Configure release workflow to only release docker now [skip ci] Alex Clarke 2024-12-21 14:58:54 -07:00
  • 74f4a19003 chore: Bump the version in Cargo.lock github-actions[bot] 2024-12-21 21:57:10 +00:00
  • 717d9872dc bump: version 0.4.1 → 0.4.2 [skip ci] github-actions[bot] 2024-12-21 21:57:08 +00:00
  • 439270fe2d ci: Revert failed release and add fix to (hopefully) finally fix the GitHub release [skip ci] Alex Clarke 2024-12-21 14:37:18 -07:00
  • 601fd55435 chore: Bump the version in Cargo.lock github-actions[bot] 2024-12-21 21:34:35 +00:00
  • 341c5254f1 bump: version 0.4.1 → 0.4.2 [skip ci] github-actions[bot] 2024-12-21 21:34:33 +00:00
  • cb2701ada4 ci: Fixed a typo in the Managarr docker release. Still in release testing mode [skip ci] Alex Clarke 2024-12-21 14:04:54 -07:00
  • 28fcccce98 Reverted failed release once again... Alex Clarke 2024-12-21 13:51:01 -07:00
  • 2ba3e56772 docs: Removed unnecessary revert commit mention in the CHANGELOG Alex Clarke 2024-12-19 21:51:02 -07:00
  • f3fa3401f1 chore: Bump the version in Cargo.lock github-actions[bot] 2024-12-20 04:19:08 +00:00
  • 820f339982 bump: version 0.4.1 → 0.4.2 [skip ci] github-actions[bot] 2024-12-20 04:19:04 +00:00
  • afd9dd34a7 fix: Revert failed release [skip ci] Alex Clarke 2024-12-19 20:37:32 -07:00
  • 4a4e5d2cf4 Merge remote-tracking branch 'refs/remotes/origin/main' Alex Clarke 2024-12-19 20:34:54 -07:00
  • 029b00532e ci: Fix a typo in the download-artifacts version [skip ci] Alex Clarke 2024-12-19 20:34:41 -07:00
  • 0b052684c2 chore: Bump the version in Cargo.lock github-actions[bot] 2024-12-20 03:33:06 +00:00
  • 3dda80b50f bump: version 0.4.1 → 0.4.2 [skip ci] github-actions[bot] 2024-12-20 03:33:03 +00:00
  • 9dede1e45d ci: Removed the now defunct Scoop testing workflow [skip ci] Alex Clarke 2024-12-19 20:13:04 -07:00
  • 6dc64c6edf docs: Updated README with Mac and Linux installation steps with Homebrew [skip ci] Alex Clarke 2024-12-19 19:56:27 -07:00
  • c21748df1e ci: Deleted the test homebrew release workflow and updated the main release workflow to have the homebrew release [skip ci] Alex Clarke 2024-12-19 19:52:38 -07:00
  • 27d024cca2 ci: Set username and email globally [skip ci] Alex Clarke 2024-12-19 19:48:19 -07:00
  • b0dd2575d9 ci: Typo in clone URL [skip ci] Alex Clarke 2024-12-19 19:47:30 -07:00
  • 7a004c2cfc ci: Test using the token directly in the clone [skip ci] Alex Clarke 2024-12-19 19:46:32 -07:00
  • 53ab164379 ci: Changed username [skip ci] Alex Clarke 2024-12-19 19:45:00 -07:00
  • bf4fb3a55d ci: Fixed a typo in the homebrew test [skip ci] Alex Clarke 2024-12-19 19:43:39 -07:00
  • 2235f1d0d9 ci: Created a token for all Managarr repos [skip ci] Alex Clarke 2024-12-19 19:42:13 -07:00
  • 17dcb2b10b ci: Removed the use of the deploy key to force git to use SSH [skip ci] Alex Clarke 2024-12-19 19:26:13 -07:00
  • 4c7c62eb0b ci: Changed to cloning the homebrew repo with SSH [skip ci] Alex Clarke 2024-12-19 19:25:09 -07:00