|
|
450fdd7106
|
test: Added tests for the Lidarr context clues for the add artist popup
|
2026-01-08 15:20:17 -07:00 |
|
|
|
c624d1b9e4
|
feat: Full CLI and TUI support for adding an artist to Lidarr
|
2026-01-08 15:16:01 -07:00 |
|
|
|
e94f78dc7b
|
refactor: Let serde serialize Add Series and Add Movie enums instead of calling to_string up front
|
2026-01-08 10:52:30 -07:00 |
|
|
|
ca208ff5e4
|
fix: Refactored how quality profiles, language profiles, and metadata profiles are populated for each servarr so they sort using the ID to mimic the web UI better
|
2026-01-08 10:05:15 -07:00 |
|
|
|
243de47cae
|
feat: Initial Lidarr support for searching for new artists
|
2026-01-07 15:53:18 -07:00 |
|
|
|
64d8c65831
|
fix: Prevented additional empty slice errors in indexer tables
|
2026-01-07 14:09:12 -07:00 |
|
|
|
60c4cf1098
|
fix: Fixed a bug in all Servarr implementations to not try to get the current selection of a search table when an error is returned from the API
|
2026-01-07 14:00:02 -07:00 |
|
|
|
b1afdaf541
|
feat: Added CLI and TUI support for editing Lidarr artists
|
2026-01-07 12:01:03 -07:00 |
|
|
|
3c1634d1e3
|
testing
|
2026-01-07 10:45:49 -07:00 |
|
|
|
9b4eda6a9d
|
feat: Support for updating all Lidarr artists in both the CLI and TUI
|
2026-01-06 12:47:10 -07:00 |
|
|
|
96308afeee
|
feat: Added Lidarr CLI support for fetching the host config and the security config
|
2026-01-06 11:00:19 -07:00 |
|
|
|
a012f6ecd5
|
feat: Fetch the artist members as part of the artist details query
|
2026-01-06 10:10:28 -07:00 |
|
|
|
5afee1998b
|
feat: Support for toggling the monitoring of a given artist via the CLI and TUI
|
2026-01-06 09:40:16 -07:00 |
|
|
|
059fa48bd9
|
style: Applied uniform formatting across all new Lidarr files
|
2026-01-05 15:46:16 -07:00 |
|
|
|
6771a0ab38
|
feat: Full support for deleting an artist via CLI and TUI
|
2026-01-05 15:44:51 -07:00 |
|
|
|
bc3aeefa6e
|
feat: TUI support for Lidarr library
|
2026-01-05 13:10:30 -07:00 |
|
|
|
e61537942b
|
test: Implemented tests for the Lidarr list artists command
|
2026-01-05 11:28:35 -07:00 |
|
|
|
5d09b2402c
|
feat: CLI support for listing artists
|
2026-01-05 10:58:48 -07:00 |
|
|
|
0532d59746
|
test: Wrote snapshot tests for all Sonarr UI
|
2025-12-16 14:12:10 -07:00 |
|
|
|
316ed64315
|
test: Created snapshot tests for all Radarr UI modules
|
2025-12-15 20:17:09 -07:00 |
|
|
|
35c5eb65cb
|
Merge remote-tracking branch 'origin/main' into test-refactoring
# Conflicts:
# Cargo.lock
# src/cli/mod.rs
# src/cli/radarr/add_command_handler.rs
# src/cli/radarr/get_command_handler.rs
# src/cli/radarr/list_command_handler.rs
|
2025-12-15 07:55:14 -07:00 |
|
|
|
7e53a26e5f
|
Merge remote-tracking branch 'origin/main' into test-refactoring
|
2025-12-15 07:52:47 -07:00 |
|
|
|
9c1a9cc3c5
|
fix: Wrapped all Sonarr use of Language with Option to fix the 'null' array issue in the new Sonarr API
|
2025-12-13 13:06:33 -07:00 |
|
|
|
ae506789ab
|
fix: Fixed breaking Sonarr Episode file API calls after recent Sonarr API update
|
2025-12-12 09:17:36 -07:00 |
|
|
|
b51e42b4b2
|
refactor: Updated all model tests to use purpose-built assertions to improve readability and maintainability
|
2025-12-09 14:29:35 -07:00 |
|
|
|
71240373c0
|
refactor: Simplified both the table_handler macro and the stateful_table implementation
|
2025-12-04 11:34:45 -07:00 |
|
|
|
a0073b65ad
|
refactor: Added accessor methods to servarr_data structs, replaced for loops with functional iterator chains, eliminated mutable state tracking, and updated network module to use get_or_insert_default() for modal options
|
2025-12-04 10:02:32 -07:00 |
|
|
|
cba53e0841
|
refactor: Improved error handling project-wide and cleaned up some regexes with unnecessary escapes (tail_logs and interpolate_env_vars)
|
2025-12-04 09:03:58 -07:00 |
|
|
|
ad58912baf
|
test: Updated Rust edition to 2024 and refactored network module tests to be more idiomatic
|
2025-12-03 14:49:27 -07:00 |
|
|
|
e2a6af1cbd
|
refactor: Refactored the IndexerTestResut model into the general Servarr models
|
2025-08-12 17:05:17 -06:00 |
|
|
|
20ea15009d
|
build: Updated dependencies and upgraded to Rust 1.89.0
|
2025-08-12 16:56:45 -06:00 |
|
|
|
00ab0f27f7
|
feat: Refactor all keybinding tips into a dynamically changing menu that can be invoked via '?' [#32]
|
2025-08-12 16:27:34 -06:00 |
|
|
|
e96af7410e
|
feat: Pagination support for jumping 20 items at a time in all table views [#45]
|
2025-08-08 17:04:28 -06:00 |
|
|
|
f08f255a46
|
fix: Marked Radarr studios as nullable to prevent crashes
|
2025-08-07 20:05:05 -06:00 |
|
|
|
8c783bc405
|
fix: Marked videoCodecs as Option to resolve #38
|
2025-03-21 11:55:54 -06:00 |
|
|
|
cab06fe43f
|
fix: Marked the Season.statistics field as Option so that a panic does not happen for outdated Sonarr data. This resolves #35
|
2025-03-10 16:13:04 -06:00 |
|
|
|
f97d46cec3
|
refactor: Created a derive macro for defining the display style of Enum models and removed the use of the EnumDisplayStyle trait
|
2025-03-06 15:29:30 -07:00 |
|
|
|
7381eaef57
|
refactor: Expanded the serde_enum_from macro to further reduce code duplication
|
2025-03-05 15:09:51 -07:00 |
|
|
|
847de75713
|
fix: Modified the Sonarr DownloadRecord so that the episode_id is optional to prevent crashes for weird downloads
|
2025-03-01 14:50:20 -07:00 |
|
|
|
104bcd7bb2
|
refactor: Addressed Cargo fmt complaints
|
2025-02-27 20:42:32 -07:00 |
|
|
|
fd6fcfc98f
|
feat: CLI Support for multiple Servarr instances
|
2025-02-27 20:37:03 -07:00 |
|
|
|
f87e02cd7c
|
test: Added in unit tests for TUI support for multiple custom named Servarrs
|
2025-02-27 19:30:17 -07:00 |
|
|
|
9b63b10118
|
feat: Support for multiple servarr definitions - no tests [skip ci]
|
2025-02-27 18:00:28 -07:00 |
|
|
|
e8a6f740b9
|
refactor: Updated the 2018 idiom lint to the 2021_compatibility lint
|
2025-01-26 14:47:40 -07:00 |
|
|
|
fac9c45aee
|
refactor: Removed unnecessary clone from stateful table
|
2025-01-18 14:24:23 -07:00 |
|
|
|
fda69178b9
|
refactor: Reduced the number of clones necessary when building modal structs
|
2025-01-18 13:56:18 -07:00 |
|
|
|
22fe1a8f73
|
fix(sonarr): Construct and pass edit series parameters alongside all EditSeries events when publishing to the networking channel
|
2024-12-17 23:37:18 -07:00 |
|
|
|
3e36bcf307
|
fix(sonarr): Construct and pass delete series params alongside all DeleteSeries events when publishing to the networking channel
|
2024-12-17 22:56:14 -07:00 |
|
|
|
478b4ae3c0
|
fix(sonarr): Construct and pass the add series body alongside AddSeries events when publishing to the networking channel
|
2024-12-17 22:16:43 -07:00 |
|
|
|
9a9b13d604
|
fix(radarr): Construct and pass the edit movie parameters alongside the EditMovie event when publishing to the networking channel
|
2024-12-17 17:50:07 -07:00 |
|