1
0
mirror of https://github.com/darkzoul5/YoutubePlaylistSync.git synced 2026-07-05 05:13:59 +03:00
Commit Graph

110 Commits

Author SHA1 Message Date
dark_zoul b5ee8dbf3b Refactor test configurations and enhance testing framework
- Replace TempConfig with DummyConfig across tests for consistency
- Introduce unit tests workflow configuration
- Add pytest configuration for standardized test discovery
- Implement comprehensive tests for config loading and downloader behavior
- Clean up unused temp_config.py and related references
2025-11-24 11:21:32 +02:00
dark_zoul 21ba87c501 Refactor integration workflow and enhance debugging output in tests 2025-10-25 21:49:38 +03:00
dark_zoul 681291c79e Enhance integration tests to ensure yt-dlp binary is executable and handle non-executable files in CI bundles 2025-10-25 21:31:59 +03:00
dark_zoul d2127b2b2c Refactor code structure for improved readability and maintainability 2025-10-25 21:17:36 +03:00
dark_zoul 3d8a634241 Refactor integration workflow to simplify the naming of the step for downloading release binaries 2025-10-25 20:48:41 +03:00
dark_zoul b88c23a476 Enhance integration workflow to download latest release binaries for yt-dlp, aria2, and ffmpeg, falling back to apt packages if necessary 2025-10-25 20:47:09 +03:00
dark_zoul 961e43c43b Update integration workflow to ensure yt-dlp is installed/upgraded in the virtual environment before running tests 2025-10-25 20:39:06 +03:00
dark_zoul 058c1b9fd0 Refactor integration workflow to ensure virtual environment support during package installation 2025-10-25 20:35:00 +03:00
dark_zoul 75c8993bb4 Update integration workflow to support 'Next' branch and enhance import robustness in tests 2025-10-25 20:29:27 +03:00
dark_zoul 07c4533cba Update integration workflow to include yt-dlp installation and simplify test execution 2025-10-25 20:02:08 +03:00
dark_zoul 7b704a1e21 fixes to integration workflow 2025-10-25 19:54:50 +03:00
dark_zoul b64e39a95f Update build-docker-image job dependencies to include release 2025-10-19 22:51:37 +03:00
dark_zoul fc72bc161c Remove build-docker-image dependency from release job 2025-10-19 21:02:35 +03:00
dark_zoul 6a0c5bd120 Refactor Docker image build process: streamline steps by removing tar save/load and directly pushing images to the registry 2025-10-19 21:01:56 +03:00
dark_zoul eb7c059155 Add configuration and ytplaylist directory to Windows and Linux package distributions 2025-10-19 20:40:54 +03:00
dark_zoul b345c16c23 Remove Docker image build workflow: delete build-docker-image.yml(redundant) 2025-10-18 23:29:56 +03:00
dark_zoul 6f6d0ecf85 Fix Docker image artifact handling: standardize tar file naming and paths 2025-10-17 11:31:32 +03:00
dark_zoul 1e710f7ea7 Refactor Docker image handling: save and upload images with distinct tags, update artifact paths 2025-10-17 11:23:13 +03:00
dark_zoul 099d4d9740 Fix release workflow: add checkout step to build docker image as latest 2025-10-16 23:07:21 +03:00
dark_zoul 68cf583d5c Fix Docker image loading step: update path to the tar file for correct loading 2025-10-16 23:00:49 +03:00
dark_zoul 946e8d3d99 Fix Docker image loading step: update path to the tar file for correct loading 2025-10-16 22:54:56 +03:00
dark_zoul 3c8b5aad0b add Docker image artifact upload step 2025-10-16 22:36:46 +03:00
dark_zoul 341f7a7eae Fix Docker image save and load steps: update image reference and correct step naming 2025-10-16 22:27:24 +03:00
dark_zoul 85f3ea528e Fix Docker image build workflow: add missing checkout step for consistency 2025-10-16 22:18:03 +03:00
dark_zoul 637989eb9f Refactor Docker image build workflow: add dependency on build-linux-package and update artifact naming for clarity 2025-10-16 22:08:54 +03:00
dark_zoul 0197d2303e Fix artifact download and extraction steps to correctly reference the TAG variable 2025-10-16 22:05:58 +03:00
dark_zoul 9a3877c8dd Refactor Docker image build workflow: remove redundant checkout step and update artifact naming 2025-10-16 22:03:09 +03:00
dark_zoul 0297fd750e Refactor Docker image build workflow:do it as a job in the release.yml 2025-10-16 21:58:21 +03:00
dark_zoul 277d899993 Fix artifact download action to use Gitea-specific implementation 2025-10-16 21:40:03 +03:00
dark_zoul 1cf4544b82 Refactor Dockerfile to use alpine base image and streamline dependencies; update workflows to handle artifact downloads and extraction 2025-10-16 21:37:38 +03:00
dark_zoul 440344b8fb Refactor Docker image build process: latest image is built with distinct digest hopefully 2025-10-16 20:49:36 +03:00
dark_zoul 8205469372 Add error handling in tag extraction step and remove image artifact upload 2025-10-15 21:51:20 +03:00
dark_zoul 110a5100dd Remove redundant step to push Docker image with release tag 2025-10-15 18:41:39 +03:00
dark_zoul 538fac2394 Add artifact upload step for Docker image in build workflow 2025-10-15 18:40:27 +03:00
dark_zoul e1971c3928 Refactor Docker image paths for better compatibility with Docker environment 2025-10-15 18:35:30 +03:00
dark_zoul 6524c173a6 Refactor environment variable names for Docker registry to improve clarity 2025-10-15 15:36:53 +03:00
dark_zoul fb5ae1421b Update Docker registry login step to use DOCKER_HUB_ACCESS_TOKEN 2025-10-15 15:25:02 +03:00
dark_zoul 19b749077f typo 2025-10-15 15:15:31 +03:00
dark_zoul 6f12f241e3 Refactor Docker registry login step to use login-action for improved security and clarity 2025-10-15 15:12:11 +03:00
dark_zoul 4093e9f76b Add workflow_dispatch trigger to Docker image build workflow 2025-10-15 14:51:48 +03:00
dark_zoul 4062ccc411 Update Docker registry login command to use password from stdin for security 2025-10-15 14:27:10 +03:00
dark_zoul 8918746b8e Fix Docker registry login command to use OWNER variable for username 2025-10-15 14:24:34 +03:00
dark_zoul 3a614e880c Update Docker image build steps to include OWNER variable in tags and pushes 2025-10-15 14:05:22 +03:00
dark_zoul 349eaef7ff Refactor Docker registry configuration and update login token reference 2025-10-15 13:55:17 +03:00
dark_zoul f32bb3ebdc Reorder Docker image push steps to fix registry login 2025-10-15 13:44:05 +03:00
dark_zoul 03d59e204d Update Docker build context path in workflow 2025-10-15 13:27:39 +03:00
dark_zoul 6d7bbff45e Fix registry URL typo in Docker build workflow 2025-10-15 13:25:25 +03:00
dark_zoul b54a6e2ed5 Rename job and update registry URL in Docker build workflow 2025-10-15 13:20:41 +03:00
dark_zoul 983a876549 Remove linux-zip artifact download and unpack steps from Docker build workflow 2025-10-15 13:17:52 +03:00
dark_zoul 73f8d79c9e Remove dependency on linux-package job from Docker build workflow 2025-10-15 13:14:02 +03:00