1
0
mirror of https://github.com/darkzoul5/YoutubePlaylistSync.git synced 2026-07-03 04:23:59 +03:00

396 Commits

Author SHA1 Message Date
dark_zoul d61e4c33c9 fix job and Remove debug steps for Docker image build 2026-03-07 19:52:43 +02:00
dark_zoul 3081a384c5 Add debug steps for Linux artifact extraction and contents verification 2026-03-07 19:44:16 +02:00
dark_zoul 9b3cac4d00 AI: fix extracted Linux artifacts 2026-03-07 19:37:40 +02:00
dark_zoul caea1a72f3 Fix artifact path for Linux package upload in release workflow 2026-03-07 19:27:37 +02:00
dark_zoul 585875c447 AI: readd release job 2026-03-07 19:25:54 +02:00
dark_zoul 4fc1f8999e AI: Refactor release workflow: streamline steps, remove unused sections, and enhance artifact handling 2026-03-07 19:21:18 +02:00
dark_zoul 3958054f23 Update artifact paths and registry URL in release workflow 2026-03-07 19:20:28 +02:00
dark_zoul 16cc0ac1ff AI: Refactor version extraction logic in release workflow to streamline tag handling 2026-03-07 19:09:43 +02:00
dark_zoul 0f74bf6606 Add input for release tag in workflow dispatch and update artifact paths 2026-03-07 19:05:22 +02:00
dark_zoul d935b21522 Update artifact paths for Windows and Linux uploads in release workflow 2026-03-07 18:56:11 +02:00
dark_zoul 01ea0db145 reintroduce zip/unzip steps for Windows and Linux artifacts in release workflow 2026-03-07 18:51:33 +02:00
dark_zoul 8f5b90e175 Remove Windows package zipping step from release workflow 2026-03-07 18:03:14 +02:00
dark_zoul 4b04f0af36 Remove tar.gz package creation and extraction steps from Linux build workflow 2026-03-07 17:34:02 +02:00
dark_zoul 02356b191f Refactor tag extraction to handle both tags and branches in release workflow 2026-03-07 16:39:50 +02:00
dark_zoul 99c8251257 Add User-Agent header to curl commands 2026-03-07 16:36:13 +02:00
dark_zoul 13eff5ef50 Refactor Windows and Linux package preparation in release workflow to use GITHUB_WORKSPACE for consistency 2026-03-07 16:24:35 +02:00
dark_zoul 6ca8b84629 Refactor Linux package preparation in release workflow to improve caching and cleanup processes 2026-03-07 16:16:33 +02:00
dark_zoul 837f8275cd Update release workflow to extract Linux artifact from the correct directory and upgrade upload-release-asset action to v2 2026-03-07 16:12:27 +02:00
dark_zoul e6eaa045bb Update release workflow to use GitHub actor for Docker image registry and improve curl command reliability 2026-03-07 14:49:18 +02:00
dark_zoul c04a216a58 Refactor CI/CD workflow to use GitHub Actions and update README for clarity 2026-03-07 14:07:50 +02:00
dark_zoul b2c64072c8 Add workflow_dispatch trigger to release workflow 2026-03-07 13:55:25 +02:00
dark_zoul c93da9e644 rename .gitea to .github 2026-03-07 13:54:12 +02:00
dark_zoul 3d813200a5 Update .gitignore to include /bin directory 2026-03-07 13:22:22 +02:00
dark_zoul 6ccb869c3c Refactor tests to improve logging configuration and enhance video renumbering logic 2025-11-24 11:59:57 +02:00
dark_zoul 4a56c03b62 Add more tests for PlaylistDownloader functionality 2025-11-24 11:48:17 +02:00
dark_zoul 1d99fd2b10 Update .gitignore to exclude all tmp directories and remove unused test files 2025-11-24 11:28:54 +02:00
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 5c9d0b3255 Refactor code structure for improved readability and maintainability 2025-10-25 21:27:16 +03:00
dark_zoul 9c241a45ec Add support for local executables in integration tests 2025-10-25 21:22:02 +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 6631a4bd40 Merge branch 'Next' of https://git.darkzoul.org/dark_zoul/YouTube-Playlist-Downloader into Next 2025-10-25 19:40:28 +03:00
dark_zoul 3bff5dda49 Add full integration workflow test for audio/video downloads 2025-10-25 19:40:26 +03:00
dark_zoul fd3af146ae Update README.md 2025-10-22 14:46:30 +03:00
dark_zoul 15414c56fa Update README.md to clarify CLI flags and environment variable usage 2025-10-22 14:45:30 +03:00
dark_zoul 05355f54fc Add CLI flags and env vars docker documentation and clean up entrypoint script comments 2025-10-22 14:39:50 +03:00
dark_zoul 5eae107475 Refactor Dockerfile and entrypoint script for improved configuration handling and streamline image setup 2025-10-22 13:30:17 +03:00
dark_zoul 9f8a0e8449 Expand .dockerignore to include additional files and directories 2025-10-22 13:15:39 +03:00
dark_zoul aff5dda8e5 Update version in pyproject.toml to v1.1.4 and remove requirements-dev.txt 2025-10-22 13:13:05 +03:00
dark_zoul bf211fc176 Update project URL in pyproject.toml to point to the correct repository 2025-10-21 23:15:21 +03:00
dark_zoul 5acafcadb3 Refactor integration test setup and add pyproject.toml for project configuration 2025-10-21 23:10:52 +03:00
dark_zoul 4eff4a5536 Refactor test configuration and streamline test_cli_flags.py 2025-10-21 22:58:03 +03:00