mirror of
https://github.com/kiranshila/Doplarr.git
synced 2026-07-22 13:23:35 -04:00
[PR #17] [MERGED] Overseerr Integration #113
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:overseerr📝 Commits (10+)
6b9ee10Started overseerr integration, running into problems with URL encoding0e1a500Hack to fix overseerr's incorrect query parsingb2bb5e8Made configuration a little nicer, catch quota errorb58de0bBroke apart repeated functionalityb20ca56Merge branch 'main' of github.com:kiranshila/Doplarr into overseerre9730f1Requesting movies almost works2c668caStarted using fmnoise/flow for err handling353c3f8Update dockerfilef3f123eFixed bug of final requested pane not showing up6789cf1Requesting 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.