Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Influxdb2 #3

Merged
merged 67 commits into from
Jun 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
67 commits
Select commit Hold shift + click to select a range
2b1f6e0
#203
mal5305 May 21, 2021
01b7d2c
Merge pull request #205 from mal5305/#203
samwiseg0 May 21, 2021
c47b7c2
Update docker compose to specify influxdb:1.8.4
samwiseg0 Jun 3, 2021
c6b8dde
Update requirements to use urllib3==1.26.5
samwiseg0 Jun 3, 2021
57028cd
updated to support Radarr and Sonarr V3 Api
RobinDadswell Sep 17, 2021
e3f2ee9
Merge pull request #214 from RobinDadswell/RadarrAndSonarrV3Api
samwiseg0 Sep 20, 2021
7a8c5a3
bump requirements for requests
samwiseg0 Jan 15, 2022
2607584
Fix Sonarr & Radarr V3 API /queue endpoint (#220)
tigattack Jan 15, 2022
533ec10
Fix lint issues
samwiseg0 Jan 15, 2022
63746dd
More lint fixes
samwiseg0 Jan 15, 2022
9498a83
Update Sonarr structures
samwiseg0 Jan 15, 2022
73b2686
Add Overseerr Support (#210)
samwiseg0 Jan 15, 2022
d4c8037
Remove duplicate structures
samwiseg0 Jan 15, 2022
5a76459
update changelog to reflect v1.7.7 changes
samwiseg0 Jan 15, 2022
436a682
Add IP data to tautulli #202
samwiseg0 Jan 15, 2022
9508c3c
add missing ip address in tautulli
samwiseg0 Jan 15, 2022
870c6cd
Fixed: Streamlined API calls to Radarr and Sonarr (#221)
RobinDadswell Jan 17, 2022
463f37e
Fixed: Sonarr Data pull issues (#222)
RobinDadswell Jan 17, 2022
7a4cf59
Fix Sonarrr calendar
samwiseg0 Jan 17, 2022
5e8c8eb
Update lidarr structure (#225)
StewartThomson Jan 18, 2022
08c4969
Clean up request totals. Upstream change sct/overseerr#2426
samwiseg0 Jan 19, 2022
756b89b
Cleanup blank space
samwiseg0 Jan 19, 2022
908cfb1
Fix requested_date syntax.
samwiseg0 Jan 19, 2022
e4b9926
Fix requested_date for Overseerr tv and movie
samwiseg0 Jan 19, 2022
d1b47e0
Fix overseerr config refernces
samwiseg0 Jan 19, 2022
442b518
Fix overseerr structures
samwiseg0 Jan 19, 2022
e292002
Update intparser to accommodate changes to config structure
samwiseg0 Jan 19, 2022
8853599
Cleanup overseerr data collection
samwiseg0 Jan 19, 2022
3c70ecb
Fix SERVICES_ENABLED in varken.py to acomidate overseerr
samwiseg0 Jan 19, 2022
707c4a2
Fixed: Sonarr/Lidarr Queues (#227)
RobinDadswell Jan 19, 2022
06c4777
Change sonarr queue structures to str
samwiseg0 Jan 19, 2022
62749f2
Fixed: Multipage queue fetching
samwiseg0 Jan 21, 2022
45f9a20
Update historical tautulli import (#226)
StewartThomson Jan 21, 2022
518ea6c
Fixed: Sonarr perams ordering
samwiseg0 Jan 21, 2022
752073d
Fixed: Proper warnings for missing data in sonarr and radarr
samwiseg0 Jan 21, 2022
a60e41e
Added: Overseerr ENVs to docker compose.
samwiseg0 Jan 21, 2022
2f7f01e
Added: Logging to empty/no data returns
samwiseg0 Jan 21, 2022
7318085
Update Sonarr & Lidarr Structs to match latest API changes (#231)
Cajs Mar 7, 2022
2c81fe5
Fix typo in docker yml
samwiseg0 Apr 1, 2022
5f8af8e
Rename example url for overseerr in docker yml
samwiseg0 Apr 1, 2022
f3960d2
Update radarr structures to inclue originalLanguage
samwiseg0 Apr 21, 2022
7b4b445
Update radarr structures to include addOptions
samwiseg0 Apr 21, 2022
0a927d0
Update radarr structures to include popularity
samwiseg0 Apr 29, 2022
817c7a5
fix(ombi): Update structures.py (#238)
MDHMatt Jul 12, 2022
2cc26c1
feat(docker): remove envs from example
samwiseg0 Jul 17, 2022
cfc5c69
fix(logging): remove depreciation warning. Var for debug mode (#240)
MDHMatt Jul 17, 2022
a6c8ffc
fix(build): bump schedule version to 1.1
samwiseg0 Jul 17, 2022
0a9a200
fix(build): bump docker python version
samwiseg0 Jul 17, 2022
a197cb6
fix(dep): update requests and urllib3
samwiseg0 Jul 17, 2022
b077508
fix(sonarr): ensure invalid sonarr queue items are just skipped over …
Dinnerbone Jul 18, 2022
4768870
add branch to build inputs
dirtycajunrice Dec 21, 2020
f57a25a
update pipeline badge
dirtycajunrice Dec 21, 2020
dbfaa1a
Update automation
d-mcknight Jun 22, 2023
32f4bd9
Add influxdb 2 client
gcrevell Feb 13, 2021
47eb807
Add structure for influxdb 2 params
gcrevell Feb 13, 2021
c515184
Parse influxdb 2 config data
gcrevell Feb 13, 2021
2273083
Add influxdb2 manager class
gcrevell Feb 13, 2021
163798b
Use the correct db manager for varken
gcrevell Feb 13, 2021
94f5174
Add influxdb2 to the example varken config file
gcrevell Feb 13, 2021
debadb5
Create influx bucket if it doesn't exist
gcrevell Feb 13, 2021
669f00a
Update InfluxDB type on README
gcrevell Feb 13, 2021
90ae8fa
Clean up linting errors
gcrevell Feb 13, 2021
622f9a6
Wrap create bucket in try/catch
gcrevell Feb 13, 2021
6a65895
Use bucket given in ini file
gcrevell Mar 1, 2021
0ca9db2
Log exception to troubleshoot errors
d-mcknight Jun 23, 2023
5bcefd2
Allow configured influx2 address as URL (no port)
d-mcknight Jun 23, 2023
7586d54
Bypass validity check to troubleshoot
d-mcknight Jun 23, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/FUNDING.yml

This file was deleted.

31 changes: 0 additions & 31 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

23 changes: 0 additions & 23 deletions .github/actions/docker-multi-login-action/action.yml

This file was deleted.

46 changes: 0 additions & 46 deletions .github/actions/docker-target-image-list-action/action.yml

This file was deleted.

116 changes: 0 additions & 116 deletions .github/workflows/docker.yaml

This file was deleted.

41 changes: 41 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
name: Publish Docker Containers
on:
workflow_dispatch:

env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}

jobs:
build_and_publish_docker:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
ref: ${{ github.ref }}

- name: Log in to the Container registry
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Extract metadata for base Docker
id: base_meta
uses: docker/metadata-action@v2
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=ref,event=branch
- name: Build and push Docker image
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
with:
context: .
push: true
tags: ${{ steps.base_meta.outputs.tags }}
labels: ${{ steps.base_meta.outputs.labels }}
19 changes: 0 additions & 19 deletions .github/workflows/invalid_template.yml

This file was deleted.

25 changes: 0 additions & 25 deletions .github/workflows/support.yml

This file was deleted.

26 changes: 25 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Change Log

## [v1.7.7](https://github.com/Boerderij/Varken/tree/v1.7.7) (2020-12-21)
[Full Changelog](https://github.com/Boerderij/Varken/compare/1.7.6...v1.7.7)

**Implemented enhancements:**
- \[Enhancement\] Ombi 4.0 compatibility [\#186](https://github.com/Boerderij/Varken/issues/186)
([samwiseg0](https://github.com/samwiseg0))

**Merged pull requests:**

- v1.7.7 Merge [\#191](https://github.com/Boerderij/Varken/pull/191)
([DirtyCajunRice](https://github.com/DirtyCajunRice))
- Type Error fix [\#177](https://github.com/Boerderij/Varken/pull/177)
([derek-miller](https://github.com/derek-miller))

**Fixed bugs:**

- \[BUG\] Influxdb exit code [\#174](https://github.com/Boerderij/Varken/issues/174)
([samwiseg0](https://github.com/samwiseg0))

**Notes:**
- Now built via github actions
- Available on ghcr, quay.io, and dockerhub
- Nightly builds done to accommodate dependabot MRs

## [v1.7.6](https://github.com/Boerderij/Varken/tree/v1.7.6) (2020-01-01)
[Full Changelog](https://github.com/Boerderij/Varken/compare/1.7.5...v1.7.6)

Expand Down Expand Up @@ -350,4 +374,4 @@
- Create crontabs [\#6](https://github.com/Boerderij/Varken/pull/6) ([ghost](https://github.com/ghost))
- update plex\_dashboard.json [\#5](https://github.com/Boerderij/Varken/pull/5) ([ghost](https://github.com/ghost))
- Update README.md [\#4](https://github.com/Boerderij/Varken/pull/4) ([ghost](https://github.com/ghost))
- added sickrage portion [\#3](https://github.com/Boerderij/Varken/pull/3) ([ghost](https://github.com/ghost))
- added sickrage portion [\#3](https://github.com/Boerderij/Varken/pull/3) ([ghost](https://github.com/ghost))
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9.1-alpine
FROM python:3.10.5-alpine

ENV DEBUG="True" \
DATA_FOLDER="/config" \
Expand All @@ -8,11 +8,11 @@ ENV DEBUG="True" \

LABEL maintainer="dirtycajunrice,samwiseg0" \
org.opencontainers.image.created=$BUILD_DATE \
org.opencontainers.image.url="https://github.com/Boerderij/Varken" \
org.opencontainers.image.source="https://github.com/Boerderij/Varken" \
org.opencontainers.image.url="https://github.com/d-mcknight/Varken" \
org.opencontainers.image.source="https://github.com/d-mcknight/Varken" \
org.opencontainers.image.version=$VERSION \
org.opencontainers.image.revision=$VCS_REF \
org.opencontainers.image.vendor="boerderij" \
org.opencontainers.image.vendor="d-mcknight" \
org.opencontainers.image.title="varken" \
org.opencontainers.image.description="Varken is a standalone application to aggregate data from the Plex ecosystem into InfluxDB using Grafana for a frontend" \
org.opencontainers.image.licenses="MIT"
Expand Down
Loading