Mihail Volohov
|
e8d955ab08
|
Merge pull request #2 from darkzoul5/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
|
2026-04-11 18:09:12 +03:00 |
|
Mihail Volohov
|
c0b919953d
|
Merge pull request #4 from darkzoul5/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
|
2026-04-11 18:09:00 +03:00 |
|
Mihail Volohov
|
5ab5dcbaf1
|
Merge pull request #5 from darkzoul5/dependabot/github_actions/docker/login-action-4
Bump docker/login-action from 3 to 4
|
2026-04-11 18:08:49 +03:00 |
|
dependabot[bot]
|
e4f0d0c97a
|
Bump actions/upload-artifact from 6 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v6...v7)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-04-11 15:06:58 +00:00 |
|
dependabot[bot]
|
22ad7af3e8
|
Bump docker/login-action from 3 to 4
Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v3...v4)
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-version: '4'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-04-11 15:06:53 +00:00 |
|
dependabot[bot]
|
e53b91f0e6
|
Bump actions/setup-python from 5 to 6
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v5...v6)
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-04-11 15:06:50 +00:00 |
|
dependabot[bot]
|
da6e939c1d
|
Bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-04-11 15:06:43 +00:00 |
|
dark_zoul
|
33f8a4e72f
|
Fix build process to include src folder for internal imports and adjust Dockerfile to copy src correctly
|
2026-03-18 19:50:17 +02:00 |
|
dark_zoul
|
1a1225459e
|
fix Windows and Linux build processes by including all submodules and data in the PyInstaller package, and ensure necessary files are copied for Docker context.
|
2026-03-18 19:44:55 +02:00 |
|
dark_zoul
|
1b7e2a70dd
|
Remove old build workflow and update README with new workflow link
|
2026-03-18 19:35:09 +02:00 |
|
dark_zoul
|
4a82a8f435
|
Update download-artifact action to v5 in build workflows
|
2026-03-18 19:16:00 +02:00 |
|
dark_zoul
|
c282501444
|
Update upload-artifact action to v6 in build workflows
|
2026-03-18 19:15:13 +02:00 |
|
dark_zoul
|
eb69f6f736
|
Rename lint_python.yml to lint_ruff.yml
|
2026-03-18 19:08:10 +02:00 |
|
dark_zoul
|
d2556185b8
|
Add linting workflow for Python code using Ruff
|
2026-03-18 18:47:14 +02:00 |
|
dark_zoul
|
09a0b513d7
|
Add caching and build steps for aria2c binary on Linux
|
2026-03-18 18:44:53 +02:00 |
|
dark_zoul
|
6da6472173
|
Ensure config directory is present during Docker build
|
2026-03-18 18:38:21 +02:00 |
|
dark_zoul
|
c14cf8cd51
|
Update upload-artifact action to v5 in build workflows
|
2026-03-18 18:34:38 +02:00 |
|
dark_zoul
|
a68e21444e
|
Update build process to reference 'src' directory for packaging
|
2026-03-18 18:32:15 +02:00 |
|
dark_zoul
|
8133f28488
|
Add PyInstaller build step for Windows executable and version extraction
|
2026-03-18 18:30:36 +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
|
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 |
|