Dark-Alex-17
|
aadd6c8abf
|
fix: Fixed an issue with the Managarr table that would incorrectly try to display things before is_loading was ready
|
2025-12-15 20:17:28 -07:00 |
|
Dark-Alex-17
|
316ed64315
|
test: Created snapshot tests for all Radarr UI modules
|
2025-12-15 20:17:09 -07:00 |
|
Dark-Alex-17
|
7084ca1be2
|
ci: Added more aliases and commands to the Justfile for snapshot tests
|
2025-12-15 20:16:10 -07:00 |
|
Dark-Alex-17
|
317daddb8e
|
fix: Fixed a bug where the edit collection popup would not display when opening it from collection details
|
2025-12-15 20:15:52 -07:00 |
|
Dark-Alex-17
|
8ef291efd8
|
ci: Fixed some typos in the justfile
|
2025-12-15 13:22:00 -07:00 |
|
Dark-Alex-17
|
92be9c50bf
|
docs: Updated contributing docs to mention how to use Just
|
2025-12-15 13:18:54 -07:00 |
|
Dark-Alex-17
|
f0e5ecd5de
|
ci: Migrated to using Just instead of using Makefiles and included a helix config
|
2025-12-15 13:16:16 -07:00 |
|
Dark-Alex-17
|
e2c44583e8
|
style: Applied formatting to recently merged in files
|
2025-12-15 08:37:54 -07:00 |
|
Dark-Alex-17
|
5da741f3a9
|
ci: Updated Cargo.lock after main merge
|
2025-12-15 08:37:28 -07:00 |
|
Dark-Alex-17
|
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 |
|
Dark-Alex-17
|
7e53a26e5f
|
Merge remote-tracking branch 'origin/main' into test-refactoring
|
2025-12-15 07:52:47 -07:00 |
|
Dark-Alex-17
|
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 |
|
Dark-Alex-17
|
82f30f126d
|
test: Implemented UI snapshot tests
|
2025-12-12 15:44:11 -07:00 |
|
Dark-Alex-17
|
ff4eb8ca98
|
ci: Specify commitizen version [skip ci]
|
2025-12-12 10:00:11 -07:00 |
|
Dark-Alex-17
|
b69973b9af
|
ci: Fix the commitizen version issue [skip ci]
|
2025-12-12 09:54:15 -07:00 |
|
Dark-Alex-17
|
3e133fa147
|
refactor: Replaced all modulo usages of tick_until_poll with is_multiple_of
|
2025-12-12 09:20:05 -07:00 |
|
Dark-Alex-17
|
ae506789ab
|
fix: Fixed breaking Sonarr Episode file API calls after recent Sonarr API update
|
2025-12-12 09:17:36 -07:00 |
|
Dark-Alex-17
|
c3fa689617
|
refactor: Use is_multiple_of for the tick counter in the UI module
|
2025-12-09 14:30:17 -07:00 |
|
Dark-Alex-17
|
b51e42b4b2
|
refactor: Updated all model tests to use purpose-built assertions to improve readability and maintainability
|
2025-12-09 14:29:35 -07:00 |
|
Dark-Alex-17
|
d4bea91186
|
refactor: Updated all handler tests to use purpose built assertions to improve readability and maintainability
|
2025-12-09 14:28:47 -07:00 |
|
Dark-Alex-17
|
d47dadeb88
|
refactor: Used is_multiple_of to make life easier and cleaner in the app module
|
2025-12-09 14:28:09 -07:00 |
|
Dark-Alex-17
|
b807904c6c
|
refactor: Refactored all cli tests to use purpose-built assertions
|
2025-12-08 17:07:31 -07:00 |
|
Dark-Alex-17
|
ee1bee22eb
|
refactor: Improved test assertions in the app module
|
2025-12-08 16:47:40 -07:00 |
|
Dark-Alex-17
|
f6c4c1623f
|
style: Removed unused imports after massive handler testing refactor
|
2025-12-04 23:03:48 -07:00 |
|
Dark-Alex-17
|
49fd086b92
|
refactor: Created dedicated proptests and assertions to clean up the handler unit tests
|
2025-12-04 22:57:06 -07:00 |
|
Dark-Alex-17
|
35dce0bf01
|
refactor: Migrated the handle_table_events macro into a trait for better IDE support, created a TableEventAdapter wrapper for the KeyEventHandlers to make it so that the trait can be used properly and a simple function to replace the previous call to the handle_table_events macro
|
2025-12-04 16:03:58 -07:00 |
|
Dark-Alex-17
|
71240373c0
|
refactor: Simplified both the table_handler macro and the stateful_table implementation
|
2025-12-04 11:34:45 -07:00 |
|
Dark-Alex-17
|
659023d561
|
refactor: Improved error handling for the tail-logs subcommand to propagate errors up the stack instead of exiting there.
|
2025-12-04 10:10:19 -07:00 |
|
Dark-Alex-17
|
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 |
|
Dark-Alex-17
|
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 |
|
Dark-Alex-17
|
e50fb88bfc
|
refactor: Refactored to use more idiomatic let-else statements where applicable
|
2025-12-03 15:23:07 -07:00 |
|
Dark-Alex-17
|
ad58912baf
|
test: Updated Rust edition to 2024 and refactored network module tests to be more idiomatic
|
2025-12-03 14:49:27 -07:00 |
|
Dark-Alex-17
|
c4e8d64710
|
ci: Fixed changelog generation for releases
|
2025-09-14 18:46:28 -06:00 |
|
Dark-Alex-17
|
ca4319001c
|
docs: Updated the Homebrew tap description [skip-ci]
|
2025-09-12 11:25:20 -06:00 |
|
Dark-Alex-17
|
ebc58b831d
|
ci: Modified the CI/CD pipeline to bump the procedural macros as well
|
2025-09-02 17:27:12 -06:00 |
|
Dark-Alex-17
|
97ce258a8d
|
fix: Fixed UI bugs introduced as part of the hotkey refactor
|
2025-09-02 15:49:36 -06:00 |
|
Dark-Alex-17
|
fedec79a95
|
refactor: Updated crate to publish properly with the procedural macros
|
2025-08-29 17:31:14 -06:00 |
|
Dark-Alex-17
|
8e74709b9c
|
chore(release): Add metadata to enum_display_style_derive
|
2025-08-29 17:22:15 -06:00 |
|
Dark-Alex-17
|
2e3e511e3b
|
ci: Improved the release workflow to be more compatible with Act local testing
|
2025-08-29 15:41:39 -06:00 |
|
Dark-Alex-17
|
8555052cc4
|
build: Modified the Dockerfile to be able to build the procedural macros as well
|
2025-08-29 15:09:22 -06:00 |
|
Dark-Alex-17
|
80bc6793c7
|
ci: Updated the release flow to also update the Cargo.toml version automatically
|
2025-08-29 13:45:14 -06:00 |
|
Dark-Alex-17
|
049a0c5d49
|
docs: Updated CONTRIBUTING.md to explain how to use act
|
2025-08-29 13:27:36 -06:00 |
|
Dark-Alex-17
|
ae9cb77e6d
|
ci: Added step to release flow to update the Cargo.toml version
|
2025-08-29 11:13:32 -06:00 |
|
Dark-Alex-17
|
126ed5ed72
|
build: Updated dependencies
|
2025-08-29 10:59:29 -06:00 |
|
Dark-Alex-17
|
63ae64cebd
|
ci: Modified CI/CD workflows so they can be tested locally with Act
|
2025-08-29 10:58:39 -06:00 |
|
Dark-Alex-17
|
0b29351366
|
feat: Support for custom headers to be added to every request to each server to support alternative authentication mechanisms [#47]
|
2025-08-29 10:23:17 -06:00 |
|
Dark-Alex-17
|
4ea39f74fe
|
Updated the Rust version to 1.89 in the dockerfile to match the crate definition
|
2025-08-26 16:43:15 -06:00 |
|
Dark-Alex-17
|
76fcf5e67f
|
docs: Fixed a typo in the README
|
2025-08-15 14:39:47 -06:00 |
|
Dark-Alex-17
|
11457736e6
|
refactor: Network module is now broken out into similar directory structures for each servarr to mimic the rest of the project to make it easier to develop and maintain
|
2025-08-14 13:14:23 -06:00 |
|
Dark-Alex-17
|
e2a6af1cbd
|
refactor: Refactored the IndexerTestResut model into the general Servarr models
|
2025-08-12 17:05:17 -06:00 |
|
Dark-Alex-17
|
20ea15009d
|
build: Updated dependencies and upgraded to Rust 1.89.0
|
2025-08-12 16:56:45 -06:00 |
|
Dark-Alex-17
|
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 |
|
Dark-Alex-17
|
1f4870d082
|
feat: Display total disk usage for series in the Library view to mirror Radarr functionality [#44]
|
2025-08-11 10:24:00 -06:00 |
|
Dark-Alex-17
|
e96af7410e
|
feat: Pagination support for jumping 20 items at a time in all table views [#45]
|
2025-08-08 17:04:28 -06:00 |
|
Dark-Alex-17
|
345bb8ce03
|
refactor: Renamed 'ctrl-*' keyboard shortcuts to 'C-*' to simplify and shrink the on-screen help
|
2025-08-08 15:09:39 -06:00 |
|
Dark-Alex-17
|
dbcfc77ad4
|
feat: Support toggling Movie monitoring directly from the library view [#43]
|
2025-08-08 14:54:28 -06:00 |
|
Dark-Alex-17
|
e653532212
|
feat: Support toggling Movie monitoring from the CLI
|
2025-08-08 14:49:15 -06:00 |
|
Dark-Alex-17
|
8e7e31f64d
|
feat: Support toggling Series monitoring directly from the Sonarr library view [#43]
|
2025-08-08 14:48:27 -06:00 |
|
Dark-Alex-17
|
bff3795cc6
|
feat: Support toggling Series monitoring from the CLI
|
2025-08-08 14:46:35 -06:00 |
|
Dark-Alex-17
|
8782f1353d
|
docs: Formatted and cleaned up README a bit
|
2025-08-08 14:10:33 -06:00 |
|
Dark-Alex-17
|
f08f255a46
|
fix: Marked Radarr studios as nullable to prevent crashes
|
2025-08-07 20:05:05 -06:00 |
|
Dark-Alex-17
|
02870043ec
|
style: Addressed updated linter complaints
|
2025-08-07 19:49:11 -06:00 |
|
Dark-Alex-17
|
154e491922
|
fix: Fixed a bug where the Sonarr API was returning empty values for seeders when searching for season releases
|
2025-08-07 16:00:10 -06:00 |
|
Dark-Alex-17
|
ef5e702255
|
feat: Fixed the Radarr downloads tab to display more than 10 downloads at a time and added a new --count flag to the CLI for specifying the number of downloads to return
|
2025-07-13 15:04:39 -06:00 |
|
Dark-Alex-17
|
cb4cd93bcd
|
feat: Fetch more than 10 downloads when listing Sonarr downloads, and add a --count flag to the CLI to specify how many downloads to fetch
|
2025-07-13 14:48:15 -06:00 |
|
Dark-Alex-17
|
c133a4ecd2
|
fix: Improve fault tolerance for tag associations in Radarr and Sonarr
|
2025-05-18 13:49:52 -06:00 |
|
Dark-Alex-17
|
f09a2efa5e
|
Updated README to have labels for the theme examples for better readability
|
2025-04-08 17:31:29 -06:00 |
|
Dark-Alex-17
|
49983f4173
|
fix: Upgraded to the most recent version of Tokio to mitigate CWE-664
|
2025-04-08 11:05:32 -06:00 |
|
Dark-Alex-17
|
0f9894e1be
|
fix: Updated all dependencies and updated openssl to the most recent version to mitigate CWE-416
|
2025-04-07 15:22:56 -06:00 |
|
Dark-Alex-17
|
cf00d7992e
|
fix: Updated the name of the should_ignore_quit_key to ignore_special_keys_for_textbox_input to give a better idea of what the flag is used for; also added alt keybinding for backspace
|
2025-03-27 15:21:44 -06:00 |
|
Dark-Alex-17
|
f25829f3c1
|
Merge remote-tracking branch 'refs/remotes/origin/develop'
|
2025-03-21 11:56:12 -06:00 |
|
Dark-Alex-17
|
8c783bc405
|
fix: Marked videoCodecs as Option to resolve #38
|
2025-03-21 11:55:54 -06:00 |
|
Dark-Alex-17
|
0048d71b74
|
feat: Support alternative keymappings for all keys, featuring hjkl movements
|
2025-03-17 22:02:15 -06:00 |
|
Dark-Alex-17
|
c633347ecc
|
Merge remote-tracking branch 'refs/remotes/origin/develop'
|
2025-03-17 20:49:52 -06:00 |
|
Dark-Alex-17
|
30507d9d01
|
docs: Updated the README to include the new flags
|
2025-03-17 13:26:46 -06:00 |
|
Dark-Alex-17
|
6245a794d5
|
docs: Update all screenshots to not have any auto-generated usernames in the tags columns
|
2025-03-10 16:22:24 -06:00 |
|
Dark-Alex-17
|
5c822e4890
|
Merge branch 'develop'
|
2025-03-10 16:13:48 -06:00 |
|
Dark-Alex-17
|
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 |
|
Dark-Alex-17
|
b4ff5f3351
|
feat: Added the Eldritch theme and updated documentation
|
2025-03-10 15:49:40 -06:00 |
|
Dark-Alex-17
|
0834802481
|
fix: When adding a film from the Collection Details modal, the render order was wrong: Radarr Library -> Collection Table -> Add Movie Prompt (missing the Collection details prompt too). Correct order is: Collection Table -> Collection Details Modal -> Add Movie Modal
|
2025-03-10 15:08:02 -06:00 |
|
Dark-Alex-17
|
3afd74dcbf
|
fix: Fixed a bug that was rendering encompassing blocks after other widgets were rendered, thus overwriting the custom styles on each previously rendered widget
|
2025-03-10 15:01:58 -06:00 |
|
Dark-Alex-17
|
b1a0bdfbb6
|
Merge branch 'develop'
|
2025-03-07 12:02:47 -07:00 |
|
Dark-Alex-17
|
6d38bc5e1d
|
Merge branch 'main'
|
2025-03-07 12:02:19 -07:00 |
|
Dark-Alex-17
|
5ba1ba15c9
|
ci: Update to the most recent Rust version
|
2025-03-07 11:55:32 -07:00 |
|
Dark-Alex-17
|
db05d2abfb
|
Merge branch 'develop' into custom-themes
|
2025-03-07 10:37:48 -07:00 |
|
Dark-Alex-17
|
1840c4e39a
|
Merge branch 'main' into develop
# Conflicts:
# proc_macros/enum_display_style_derive/src/lib.rs
|
2025-03-07 10:37:23 -07:00 |
|
Dark-Alex-17
|
c5a3f424d6
|
refactor: Reformatted code to make the format checks pass
|
2025-03-07 10:36:40 -07:00 |
|
Dark-Alex-17
|
04aa6b81b5
|
Merge branch 'develop' into custom-themes
|
2025-03-07 10:35:07 -07:00 |
|
Dark-Alex-17
|
5ff3b9b996
|
Merge branch 'main' into develop
|
2025-03-07 10:34:16 -07:00 |
|
Dark-Alex-17
|
228e4a61a4
|
fix: Updated ring dependency to mitigate CWE-770
|
2025-03-07 10:33:57 -07:00 |
|
Dark-Alex-17
|
df38ea5413
|
feat: Write built in themes to the themes file on first run so users can define custom themes
|
2025-03-06 17:44:52 -07:00 |
|
Dark-Alex-17
|
709f6ca6ca
|
test: Added integration tests for the ValidateTheme macro
|
2025-03-06 16:00:50 -07:00 |
|
Dark-Alex-17
|
b012fc29e4
|
Merge branch 'develop' into custom-themes
# Conflicts:
# Cargo.toml
|
2025-03-06 15:35:05 -07:00 |
|
Dark-Alex-17
|
bdad723aef
|
refactor: Formatted files using rustfmt
|
2025-03-06 15:32:59 -07:00 |
|
Dark-Alex-17
|
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 |
|
Dark-Alex-17
|
7381eaef57
|
refactor: Expanded the serde_enum_from macro to further reduce code duplication
|
2025-03-05 15:09:51 -07:00 |
|
Dark-Alex-17
|
72c922b311
|
feat: Created a theme validation macro to verify theme configurations before allowing the TUI to start
|
2025-03-05 14:37:34 -07:00 |
|
Dark-Alex-17
|
5cb60c317d
|
feat: Initial support for custom user-defined themes
|
2025-03-04 18:09:09 -07:00 |
|
Dark-Alex-17
|
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 |
|
Dark-Alex-17
|
58723cf3e8
|
ci: Ensure the docker release is fully up-to-date
|
2025-02-28 21:45:05 -07:00 |
|