[PR #17] [MERGED] Overseerr Integration #113

Closed
opened 2025-11-20 04:17:10 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/kiranshila/Doplarr/pull/17
Author: @kiranshila
Created: 8/21/2021
Status: Merged
Merged: 9/22/2021
Merged by: @kiranshila

Base: mainHead: overseerr


📝 Commits (10+)

  • 6b9ee10 Started overseerr integration, running into problems with URL encoding
  • 0e1a500 Hack to fix overseerr's incorrect query parsing
  • b2bb5e8 Made configuration a little nicer, catch quota error
  • b58de0b Broke apart repeated functionality
  • b20ca56 Merge branch 'main' of github.com:kiranshila/Doplarr into overseerr
  • e9730f1 Requesting movies almost works
  • 2c668ca Started using fmnoise/flow for err handling
  • 353c3f8 Update dockerfile
  • f3f123e Fixed bug of final requested pane not showing up
  • 6789cf1 Requesting TV shows works now

📊 Changes

15 files changed (+714 additions, -393 deletions)

View changed files

.dockerignore (+0 -6)
📝 .github/workflows/main.yml (+8 -6)
📝 .gitignore (+2 -0)
📝 README.md (+38 -6)
📝 build/build.clj (+5 -14)
📝 deps.edn (+4 -3)
📝 docker/Dockerfile (+2 -2)
📝 src/doplarr/arr_utils.clj (+24 -16)
src/doplarr/config.clj (+25 -0)
📝 src/doplarr/core.clj (+19 -278)
src/doplarr/discord.clj (+193 -0)
src/doplarr/interaction_state_machine.clj (+144 -0)
src/doplarr/overseerr.clj (+143 -0)
📝 src/doplarr/radarr.clj (+33 -26)
📝 src/doplarr/sonarr.clj (+74 -36)

📄 Description

Will fix #5


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/kiranshila/Doplarr/pull/17 **Author:** [@kiranshila](https://github.com/kiranshila) **Created:** 8/21/2021 **Status:** ✅ Merged **Merged:** 9/22/2021 **Merged by:** [@kiranshila](https://github.com/kiranshila) **Base:** `main` ← **Head:** `overseerr` --- ### 📝 Commits (10+) - [`6b9ee10`](https://github.com/kiranshila/Doplarr/commit/6b9ee104f347b911599dbf60395b4c23802fd387) Started overseerr integration, running into problems with URL encoding - [`0e1a500`](https://github.com/kiranshila/Doplarr/commit/0e1a5000447e43a737d1e3161a39262fbf1a6fe6) Hack to fix overseerr's incorrect query parsing - [`b2bb5e8`](https://github.com/kiranshila/Doplarr/commit/b2bb5e8f34dc684737d04a360882f768f5cf1393) Made configuration a little nicer, catch quota error - [`b58de0b`](https://github.com/kiranshila/Doplarr/commit/b58de0b02ed704df073305d88d69cf8058dc7831) Broke apart repeated functionality - [`b20ca56`](https://github.com/kiranshila/Doplarr/commit/b20ca56fb28f82e3c963908a09f2f304afe88416) Merge branch 'main' of github.com:kiranshila/Doplarr into overseerr - [`e9730f1`](https://github.com/kiranshila/Doplarr/commit/e9730f135a92bb4b01533b04c8f77af810f7cf6f) Requesting movies almost works - [`2c668ca`](https://github.com/kiranshila/Doplarr/commit/2c668ca1d99a17afd967510ccde64b9a2fd4f043) Started using fmnoise/flow for err handling - [`353c3f8`](https://github.com/kiranshila/Doplarr/commit/353c3f8b087944391c210ac6f1ab1095534ff337) Update dockerfile - [`f3f123e`](https://github.com/kiranshila/Doplarr/commit/f3f123ef332de0d400178a3b08bb3283d6175e51) Fixed bug of final requested pane not showing up - [`6789cf1`](https://github.com/kiranshila/Doplarr/commit/6789cf14dcb9656b156379207b1aa9743bed0009) Requesting TV shows works now ### 📊 Changes **15 files changed** (+714 additions, -393 deletions) <details> <summary>View changed files</summary> ➖ `.dockerignore` (+0 -6) 📝 `.github/workflows/main.yml` (+8 -6) 📝 `.gitignore` (+2 -0) 📝 `README.md` (+38 -6) 📝 `build/build.clj` (+5 -14) 📝 `deps.edn` (+4 -3) 📝 `docker/Dockerfile` (+2 -2) 📝 `src/doplarr/arr_utils.clj` (+24 -16) ➕ `src/doplarr/config.clj` (+25 -0) 📝 `src/doplarr/core.clj` (+19 -278) ➕ `src/doplarr/discord.clj` (+193 -0) ➕ `src/doplarr/interaction_state_machine.clj` (+144 -0) ➕ `src/doplarr/overseerr.clj` (+143 -0) 📝 `src/doplarr/radarr.clj` (+33 -26) 📝 `src/doplarr/sonarr.clj` (+74 -36) </details> ### 📄 Description Will fix #5 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 04:17:10 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Doplarr#113