|
|
d3042cf724
|
ci: Corrected the packager script path [skip ci]
|
2024-12-19 17:58:00 -07:00 |
|
|
|
fd4b9a4f15
|
ci: Updated a typo in the scoop test workflow config [skip ci]
|
2024-12-19 17:55:58 -07:00 |
|
|
|
2879a2aa67
|
ci: Corrected the scoop workflow to publish changes to repo first, and then to publish them to Scoop [skip ci]
|
2024-12-19 17:53:16 -07:00 |
|
|
|
5cd8cb66f1
|
ci: Fix erroring out when removing the scoop bucket if files don't exist [skip ci]
|
2024-12-19 17:40:11 -07:00 |
|
|
|
47c206ca1d
|
ci: Created the test scoop deployment workflow [skip ci]
|
2024-12-19 17:34:47 -07:00 |
|
|
|
8f22b64a0a
|
ci: Moved the package.py script into the main deployment directory for reuse, and also updated the Chocolatey workflow to push the generated Chocolatey files to the repo for posterity [skip ci]
|
2024-12-19 17:23:27 -07:00 |
|
|
|
7941b3d16c
|
docs: Updated the README to include steps on how to install Managarr in Windows using Chocolatey [skip ci]
|
2024-12-19 16:55:06 -07:00 |
|
|
|
e9ded4bde4
|
ci: Delete the test chocolatey deploy and add the official chocolatey deploy to the release workflow [skip ci]
|
2024-12-19 16:50:58 -07:00 |
|
|
|
7b02472f67
|
ci: Fix the test workflow to use the first release that actually has a sha256 for Windows attached to it [skip ci]
|
2024-12-19 16:46:16 -07:00 |
|
|
|
a370d67121
|
ci: Attempting to explicitly set the output encoding to UTF-8 for Windows [skip ci]
|
2024-12-19 16:41:56 -07:00 |
|
|
|
4f6e64083a
|
ci: Explicitly set the encoding as UTF-8 in the python script since that is not the windows default encoding [skip ci]
|
2024-12-19 16:36:56 -07:00 |
|
|
|
276a672df4
|
ci: Try refreshing the environment after installing managarr choco from local [skip ci]
|
2024-12-19 16:31:44 -07:00 |
|
|
|
e55a157977
|
ci: Fixed a typo in the chocolatey deployment PowerShell template [skip ci]
|
2024-12-19 16:26:28 -07:00 |
|
|
|
e1e91d1add
|
ci: Testing fixes in the test chocolatey deployment workflow [skip ci]
|
2024-12-19 16:25:04 -07:00 |
|
|
|
8102b5933f
|
ci: Mock the artifact creation for the test workflow [skip ci]
|
2024-12-19 16:19:43 -07:00 |
|
|
|
bc60128679
|
ci: Fixed a typo in the test chocolatey deployment workflow [skip ci]
|
2024-12-19 16:11:41 -07:00 |
|
|
|
fc3a7ab789
|
ci: Created test GHA workflow to rest releasing Managarr to Chocolatey [skip ci]
|
2024-12-19 16:10:38 -07:00 |
|
|
|
93d3e6cec7
|
docs: Fixed working in the README about the new managarr-demo.alexjclarke.com site
|
2024-12-18 18:22:42 -07:00 |
|
|
|
95779f1ac2
|
docs: Updated the README to point to the new managarr-demo.alexjclarke.com site for testing out the TUI as an alternative to running the command
|
2024-12-18 18:20:36 -07:00 |
|
|
|
7bc57d7696
|
ci: Remove the test multi-platform docker test job [skip ci]
|
2024-12-18 18:12:38 -07:00 |
|
|
|
7e7b75f378
|
ci: Correct another typo in the test multi-platform job [skip ci]
|
2024-12-18 17:57:31 -07:00 |
|
|
|
a958350b2d
|
ci: Fix typo in multi-platform release test [skip ci]
|
2024-12-18 17:56:41 -07:00 |
|
|
|
c502b3d08f
|
ci: Attempting multi-platform builds for docker [skip ci]
|
2024-12-18 17:54:37 -07:00 |
|
Alex Clarke
|
e602b66188
|
Merge pull request #27 from Dark-Alex-17/race-condition-refactor
Race condition refactor
|
2024-12-18 17:38:13 -07:00 |
|
|
|
12fba15bcf
|
style: Clean up all remaining unused test helper functions
|
2024-12-18 01:44:27 -07:00 |
|
|
|
7e36ad4e8a
|
fix(sonarr): Pass the series ID alongside all UpdateAndScan events when publishing to the networking channel
|
2024-12-18 01:40:47 -07:00 |
|
|
|
33249f509f
|
fix(sonarr): pass the series ID alongside all TriggerAutomaticSeriesSearch events when publishing to the networking channel
|
2024-12-18 01:38:05 -07:00 |
|
|
|
ed645dd0d5
|
fix(sonarr): Pass the series ID and season number alongside all TriggerAutomaticSeasonSearch events when publishing to the networking channel
|
2024-12-18 01:34:45 -07:00 |
|
|
|
b12c635c27
|
fix(sonarr): Pass the episode ID alongside all TriggerAutomaticEpisodeSearch events when publishing to the networking channel
|
2024-12-18 01:29:30 -07:00 |
|
|
|
c16ecfb188
|
fix(sonarr): Pass the episode ID alongside all ToggleEpisodeMonitoring events when publishing to the networking channel
|
2024-12-18 01:22:28 -07:00 |
|
|
|
18a8b81631
|
fix(sonarr): Pass the series ID and season number alongside all toggle season monitoring events when publishing to the networking channel
|
2024-12-18 01:12:32 -07:00 |
|
|
|
1d404d4d2c
|
fix(sonarr): Pass the indexer ID directly alongside all TestIndexer events when publishing to the networking channel
|
2024-12-18 01:01:01 -07:00 |
|
|
|
42479ced21
|
fix(sonarr): Provide the task name directly alongside all StartTask events when publishing to the networking channel
|
2024-12-18 00:56:21 -07:00 |
|
|
|
1193b8c848
|
fix(sonarr): Pass the search query directly to the networking channel when searching for a new series
|
2024-12-18 00:49:36 -07:00 |
|
|
|
ec8d748991
|
fix(sonarr): Pass the series ID alongside all GetSeriesHistory events when publishing to the networking channel
|
2024-12-18 00:39:50 -07:00 |
|
|
|
bafaf7ca7a
|
fix(sonarr): Pass the series ID alongside all GetSeriesDetails events when publishing to the networking channel
|
2024-12-18 00:37:06 -07:00 |
|
|
|
f7315a3bec
|
fix(sonarr): Pass series ID and season number alongside all ManualSeasonSearch events when publishing to the networking channel
|
2024-12-18 00:32:36 -07:00 |
|
|
|
f655ca989d
|
fix(sonarr): Provide the series ID and season number alongside all GetSeasonHistory events when publishing to the networking channel
|
2024-12-18 00:22:24 -07:00 |
|
|
|
fcb87a6779
|
fix(sonarr): Pass the episode ID alongside all ManualEpisodeSearch events when publishing to the networking channel
|
2024-12-18 00:12:18 -07:00 |
|
|
|
924f8d5eff
|
fix(sonarr): Pass events alongside all GetLogs events when publishing to the networking channel
|
2024-12-18 00:07:59 -07:00 |
|
|
|
64ecc38073
|
fix(sonarr): Pass the episode ID alongside all GetEpisodeHistory events when publishing to the networking channel
|
2024-12-18 00:05:22 -07:00 |
|
|
|
5f94dbcabe
|
fix(sonarr): Pass series ID alongside all GetEpisodeFiles events when publishing to the networking channel
|
2024-12-17 23:59:49 -07:00 |
|
|
|
2ecc591966
|
fix(sonarr): Pass series ID alognside all GetEpisodes events when publishing to the networking channel
|
2024-12-17 23:57:13 -07:00 |
|
|
|
30ba1f3317
|
fix(sonarr): Pass the episode ID alongside all GetEpisodeDetails events when publishing to the networking channel
|
2024-12-17 23:52:18 -07:00 |
|
|
|
4fdf9b3df1
|
fix(sonarr): Pass history events alongside all GetHistory events when publishing to the networking channel
|
2024-12-17 23:40:23 -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 |
|
|
|
38c0ad29dd
|
fix(sonarr): Construct and pass edit indexer parameters alongside all EditIndexer events when publishing to the networking channel
|
2024-12-17 23:22:56 -07:00 |
|
|
|
89d106c03e
|
fix(sonarr): Construct and pass edit all indexer settings alongside all EditAllIndexerSettings events when publishing to the networking channel
|
2024-12-17 23:05:29 -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 |
|
|
|
acf983c07c
|
fix(sonarr): Corrected a bug that would cause a crash if a user spams the ESC key while searching for a new series and the search results are still loading
|
2024-12-17 22:45:34 -07:00 |
|