From 03179eea9451bb168c1d3e27cda3fafc0968ed1c Mon Sep 17 00:00:00 2001 From: simon Date: Tue, 10 May 2022 16:32:18 +0700 Subject: [PATCH 1/4] bump redis --- tubearchivist/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tubearchivist/requirements.txt b/tubearchivist/requirements.txt index 108590a..5078e73 100644 --- a/tubearchivist/requirements.txt +++ b/tubearchivist/requirements.txt @@ -4,7 +4,7 @@ Django==4.0.4 django-cors-headers==3.11.0 djangorestframework==3.13.1 Pillow==9.1.0 -redis==4.2.2 +redis==4.3.1 requests==2.27.1 ryd-client==0.0.3 uWSGI==2.0.20 From c0ccc267c8c34761a30362b89912933f9528f2e1 Mon Sep 17 00:00:00 2001 From: simon Date: Fri, 20 May 2022 19:37:42 +0700 Subject: [PATCH 2/4] remove drone --- .drone.yml | 68 ------------------------------------------------------ 1 file changed, 68 deletions(-) delete mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml deleted file mode 100644 index ab030ce..0000000 --- a/.drone.yml +++ /dev/null @@ -1,68 +0,0 @@ -kind: pipeline -type: docker -name: amd64 - -platform: - os: linux - arch: amd64 - -# test comment -steps: -- name: docker - image: plugins/docker - settings: - repo: bbilly1/tubearchivist-test - tags: - - unstable - username: - from_secret: docker_username - password: - from_secret: docker_token - build_args: - - TARGETPLATFORM=linux/amd64 - ---- -kind: pipeline -type: docker -name: arm64 - -platform: - os: linux - arch: arm64 - -steps: -- name: docker - image: plugins/docker - settings: - repo: bbilly1/tubearchivist-test - tags: - - unstable - username: - from_secret: docker_username - password: - from_secret: docker_token - build_args: - - TARGETPLATFORM=linux/arm64 - ---- -kind: pipeline -type: docker -name: manifest - -steps: -- name: manifest - image: plugins/manifest - settings: - target: bbilly1/tubearchivist-test - template: bbilly1/tubearchivist-test:unstable-OS-ARCH - username: - from_secret: docker_username - password: - from_secret: docker_token - platforms: - - linux/amd64 - - linux/arm64 - -depends_on: -- amd64 -- arm64 From 9fe6d4132018f1ab05666d0b7f09048726ddef48 Mon Sep 17 00:00:00 2001 From: simon Date: Fri, 20 May 2022 20:05:31 +0700 Subject: [PATCH 3/4] update libraries --- tubearchivist/requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tubearchivist/requirements.txt b/tubearchivist/requirements.txt index 5078e73..322992f 100644 --- a/tubearchivist/requirements.txt +++ b/tubearchivist/requirements.txt @@ -1,12 +1,12 @@ beautifulsoup4==4.11.1 celery==5.2.6 Django==4.0.4 -django-cors-headers==3.11.0 +django-cors-headers==3.12.0 djangorestframework==3.13.1 -Pillow==9.1.0 +Pillow==9.1.1 redis==4.3.1 requests==2.27.1 ryd-client==0.0.3 uWSGI==2.0.20 -whitenoise==6.0.0 -yt_dlp==2022.4.8 +whitenoise==6.1.0 +yt_dlp==2022.5.18 From f49e313e2f4673e5291dc97b56aaaaacf88194a3 Mon Sep 17 00:00:00 2001 From: simon Date: Fri, 20 May 2022 20:09:06 +0700 Subject: [PATCH 4/4] add dl speed schedule to roadmap --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fcb1a86..3b1c7a8 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,7 @@ We have come far, nonetheless we are not short of ideas on how to improve and ex - [ ] Show total video downloaded vs total videos available in channel - [ ] Make items in grid row configurable to use more of the screen - [ ] Add statistics of index +- [ ] Download speed schedule ([#198](https://github.com/tubearchivist/tubearchivist/issues/198)) - [ ] Implement complete offline media file import from json file ([#138](https://github.com/tubearchivist/tubearchivist/issues/138)) - [ ] Filter and query in search form, search by url query ([#134](https://github.com/tubearchivist/tubearchivist/issues/134), [#139](https://github.com/tubearchivist/tubearchivist/issues/139)) - [ ] Auto ignore videos by keyword ([#163](https://github.com/tubearchivist/tubearchivist/issues/163))