1
0
mirror of https://github.com/darkzoul5/YoutubePlaylistSync.git synced 2026-07-04 21:04:01 +03:00
Commit Graph

227 Commits

Author SHA1 Message Date
Mihail Volohov 27d571876f Merge branch 'main' into Next 2026-03-18 18:20:07 +02:00
dark_zoul 6589cd5a95 Update CI badge links in README to point to the 'next' branch 2026-03-18 18:12:59 +02:00
dark_zoul 951b485e4e Add unit tests badge to README for CI visibility 2026-03-18 18:11:44 +02:00
dark_zoul 94db632043 Update Docker and workflow configurations for improved build process 2026-03-18 18:10:25 +02:00
dark_zoul 7b6e0c094e Set PYTHONPATH environment variable for test execution in workflows 2026-03-18 18:05:17 +02:00
dark_zoul e38099698c Update workflow configurations 2026-03-18 18:04:15 +02:00
dark_zoul 9e5540b89b Refactor import paths to use the 'src' directory structure and remove unused workflow inputs 2026-03-18 17:48:54 +02:00
dark_zoul c339443fd5 Add build workflow for Release V2 with testing, packaging, and artifact upload 2026-03-18 17:45:36 +02:00
dark_zoul f1558c5181 Simplify version extraction logic in build workflow by removing conditional checks for event types 2026-03-18 17:34:44 +02:00
dark_zoul dc534f583e Fix checkout action URL in integration and unit test workflows 2026-03-18 17:31:22 +02:00
dark_zoul 3598a41284 Simplify version extraction logic in build workflow by removing conditional checks for event types 2026-03-18 17:27:13 +02:00
dark_zoul 537c49be86 rename main code folder to src; rename release.yml to build.yml. 2026-03-18 17:25:53 +02:00
dark_zoul 0d60ed99fb Add initial GUI plan outlining framework and architecture 2026-03-17 15:43:18 +02:00
dark_zoul 491e6764b7 Update project plan with detailed subject area and problem definitions 2026-03-17 15:36:24 +02:00
dark_zoul 279cb0900b Add build status badge to README.md 2026-03-17 15:28:21 +02:00
dark_zoul 11bb420f19 Fix workflow with gitub specific features after migration from gitea; create project plan 2026-03-17 15:25:42 +02:00
dark_zoul 8c99edf3ac Fix release name typo 2026-03-07 21:35:22 +02:00
dark_zoul 1d8dab1bfb Add build status badge to README 2026-03-07 21:26:54 +02:00
dark_zoul b91d3f4c48 Update .gitignore and README 1.0.1 2026-03-07 21:22:31 +02:00
dark_zoul 70e90ce9be Change Docker image name in release workflow 2026-03-07 21:18:14 +02:00
dark_zoul 5eecf5fd08 Update release name format in GitHub release action 2026-03-07 21:12:58 +02:00
dark_zoul ee929e55d6 Add GITHUB_TOKEN environment variable for release asset uploads 1.0.0 2026-03-07 21:09:41 +02:00
dark_zoul 1aa41c7399 change artifact names in release workflow 2026-03-07 21:04:53 +02:00
dark_zoul 61916e60c5 Add permissions section for workflow to enable artifact management 2026-03-07 21:02:41 +02:00
dark_zoul f8cc0a8e9d Fix artifact download paths in release workflow 2026-03-07 20:54:12 +02:00
dark_zoul 07fb74d7e4 Optimize aria2c build step to skip if cached 2026-03-07 20:51:29 +02:00
dark_zoul a43b6a1bff fix aria2c cache in release workflow 2026-03-07 20:50:09 +02:00
dark_zoul 5d55cb8ee4 Add retries to curl commands for downloading dependencies in release workflow 2026-03-07 20:37:01 +02:00
dark_zoul 4a9b6b5850 change upload-release-asset action to v1 2026-03-07 20:13:23 +02:00
dark_zoul a44fd5bc90 Refactor Docker build context for Linux artifacts and update image build steps 2026-03-07 20:05:27 +02:00
dark_zoul 48233b4cc3 fix caching for aria2c binary and display cache status 2026-03-07 19:59:43 +02:00
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