Commit Graph

226 Commits

Author SHA1 Message Date
github-actions[bot]
28aad8cd14 chore: release v0.1.4 v0.1.4 2024-11-01 19:06:53 +00:00
97c8f8fc49 Added the ability to fetch host configs and security configs to the CLI 2024-11-01 13:02:39 -06:00
9da4ebfe11 Updated README to be more clear about what features are supported [skip ci] 2024-10-31 15:53:08 -06:00
9961fe2f82 Hotfix for demo; added the --config flag to specify different config files, and added --disable-terminal-size-checks for running the demo and for users who really know what they're doing v0.1.3 2024-10-31 15:04:36 -06:00
61ce0468c6 Added --config and --disable-terminal-size-checks flags to make the demo work properly [skip ci] 2024-10-31 14:53:49 -06:00
Alex Clarke
29071b11da Create FUNDING.yml
[skip ci] Added funding information to the repo
2024-10-30 17:05:25 -06:00
Alex Clarke
f2129ba321 Merge pull request #4 from Dark-Alex-17/release-plz-2024-10-30T22-44-04Z
chore: release v0.1.2
2024-10-30 16:51:51 -06:00
github-actions[bot]
945dc744bc chore: release v0.1.2 v0.1.2 2024-10-30 22:44:04 +00:00
9ee41b7af5 Updated README to a more polished format for the alpha release 2024-10-30 16:43:38 -06:00
Alex Clarke
a1d6df6b85 Merge pull request #3 from Dark-Alex-17/release-plz-2024-10-30T21-26-49Z
chore: release v0.1.1
2024-10-30 16:11:30 -06:00
github-actions[bot]
154f9c624a chore: release v0.1.1 v0.1.1 2024-10-30 22:02:50 +00:00
f310db6722 Final dependency update 2024-10-30 16:02:09 -06:00
1433ca24cc Updated serde version to get minimal_versions job to pass 2024-10-30 15:55:28 -06:00
fa8aefe049 Updated strum_macros dependency 2024-10-30 15:52:31 -06:00
88f16f63c2 Updated all dependencies for alpha release 2024-10-30 15:48:29 -06:00
946d02102c Fixed rustfmt issues v0.1.0 2024-10-30 15:43:53 -06:00
ce45d9d803 Merge remote-tracking branch 'refs/remotes/origin/main' 2024-10-30 15:25:52 -06:00
379d6e0095 Pre-alpha CI/CD release support 2024-10-30 15:24:03 -06:00
Alex Clarke
f2425d5645 Update issue templates 2024-10-30 14:40:12 -06:00
Alex Clarke
9055f84b66 Update issue templates 2024-10-30 14:39:12 -06:00
b4777d7398 Updated the README to be a bit more fun 2024-10-29 18:50:47 -06:00
1f8d72c939 Added the full Radarr CLI so users can programmatically access all the same management features as in the TUI 2024-10-29 18:47:40 -06:00
217d3242a8 Upgraded ratatui to 0.28.0 2024-09-09 17:12:43 -06:00
64d6beda80 Addressed security vulnerability in openssl 2024-07-23 14:55:01 -06:00
d84e7dfcab Refactored to require handlers to specify the components they rely on and to specify when they are ready. This fixes a lot of bugs with the UI when users try to press buttons while the application is still loading. 2024-07-17 19:55:10 -06:00
9104b7c356 Fixed bug requiring an indexer to be provided when querying for active downloads from Radarr 2024-07-03 14:17:13 -06:00
39e43350af Upgraded H2 dependency to fix vulnerability and also upgraded a smattering of other dependencies to their most recent versions 2024-04-07 12:50:49 -06:00
9351fb1f62 Updated the demo to be a true one liner with dedicated demo images 2024-03-18 15:28:47 -06:00
e1c342e36a Updated README with cleanup steps for the demo 2024-03-16 18:22:30 -06:00
472eeb43ab Created the managarr-demo repository and created a Dockerfile for CI/CD builds. Added Docker sections to the README as well 2024-03-16 18:19:53 -06:00
6bdefa6ba5 Updated library colors to match the web UI 2024-03-16 14:40:57 -06:00
a2e60470af Added myself as the creator 2024-03-16 09:49:31 -06:00
eb5baca4f6 Merge remote-tracking branch 'origin/main' 2024-03-16 09:28:12 -06:00
4a18be5328 Decided to remove Quality Profile and Quality Definition support from alpha 2024-03-16 09:27:56 -06:00
fc544c4a16 Upgraded the mio dependency to address RUSTSEC-2024-0019 2024-03-04 16:20:41 -07:00
63dd6c3ad9 Fixed some breaking changes with the most recent Radarr version. A few API fields were changed with either new names, or were omitted from some responses entirely and they were not documented by the Radarr team making them difficult to track down. 2024-02-19 18:35:51 -07:00
6cadf70c1e Added full support for managing the blocklist 2024-02-15 16:20:03 -07:00
d869647dd8 Alpha support for indexers is complete 2024-02-15 11:30:21 -07:00
a360c83431 Refactored the ErrorMessage widget into a generic Message widget for enhanced reuse. Added support for testing a single indexer at a time. 2024-02-15 11:11:10 -07:00
b49bfaa9c1 Added sorting to the collections table, and fixed a bug that was refreshing the underlying table while users may be selecting a sort option. 2024-02-14 16:09:42 -07:00
32a8a4de76 Implemented the final widget for confirmation prompts! 2024-02-14 14:13:00 -07:00
cf14483338 Fixed a small bug with sorting the main library table. On refreshes it would reset the data and because of stable sorts, the data would change. Fixed by pre-sorting everything by ID as it is naturally when coming from Radarr prior to any subsequent sorts. 2024-02-14 12:53:21 -07:00
6cd24be5e4 Added sorting to the main library table 2024-02-13 23:00:35 -07:00
a982f610cb Fixed a bug that had the wrong styling on system errors 2024-02-13 18:42:58 -07:00
8098223089 Upgraded to the most recent version of Tokio to fix a bug 2024-02-13 18:35:42 -07:00
9bff58c20b Refactored all popups to use centrally defined, consistent sizes. 2024-02-13 17:56:00 -07:00
4b734811f4 Replaced all list uses with the SelectableList widget and popup widget. Simplified more popups to use the widgets 2024-02-13 16:16:31 -07:00
649f4b5e3b Added unit tests for all the new widgets 2024-02-13 12:03:56 -07:00
6ba78cb4ba Refactored table sorting into the ManagarrTable widget and StatefulTable so any and all tables created can support sorting with minimal UI changes and thus only need to focus on the handlers. I'm going to continue this effort tomorrow and look at what other widgets can be created to simplify things. Most likely, prompt boxes. 2024-02-12 19:15:02 -07:00
adda82f7f3 Refactored table filtering and searching so that they are now relative to the table being filtered/searched on. Also created two new widgets for error messages and popups to make life easier moving forward. Going to refactor table sorting into StatefulTable's as well so all tables can be searched, filtered, and sorted moving forwards. 2024-02-11 19:02:18 -07:00