Matthieu B
59bc22931e
fix(ci): use uv instead of broken pipx babel in verify-translations
...
pipx run babel installs the wrong package (babel != Babel/pybabel).
Use uv run pybabel to match the rest of the project.
2026-04-01 23:18:26 +02:00
Matthieu B
0e04feeeb2
fix(i18n): merge Weblate contributions and prevent future lock conflicts
...
Weblate has been locked for 5 months due to merge conflicts caused by
both the nightly GitHub Action and Weblate modifying .po files. This
commit:
- Merges all pending Weblate translator contributions into current PO files
- Deduplicates all .po files (removes ~4100 lines of duplicate entries)
- Changes i18n-template.yml to only commit messages.pot, not .po files,
so Weblate is the sole owner of .po translation content
2026-04-01 23:15:11 +02:00
Matthieu B
7cd7130597
Merge pull request #1169 from wizarrrr/dependabot/github_actions/docker/login-action-4
...
build(deps): bump docker/login-action from 3 to 4
2026-03-29 15:30:59 +02:00
dependabot[bot]
ed766272d2
build(deps): bump docker/setup-qemu-action from 3 to 4
...
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action ) from 3 to 4.
- [Release notes](https://github.com/docker/setup-qemu-action/releases )
- [Commits](https://github.com/docker/setup-qemu-action/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
dependency-version: '4'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-09 09:21:58 +00:00
dependabot[bot]
753ffe2e0d
build(deps): 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-03-09 09:21:54 +00:00
dependabot[bot]
006898dbca
build(deps): 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 >
2025-12-15 09:34:34 +00:00
dependabot[bot]
4b5ef073fe
build(deps): bump actions/checkout from 5 to 6
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-24 10:09:27 +00:00
blacksmith-sh[bot]
76f659f114
Migrate workflows to Blacksmith
2025-11-20 11:55:56 +00:00
blacksmith-sh[bot]
c5002be266
Migrate workflows to Blacksmith
2025-11-20 11:52:42 +00:00
Matthieu B
9975d1a376
fix: update git config for i18n bot in workflow
2025-10-28 11:40:37 +01:00
Matthieu B
325239fd62
Refactor media server deletion logic to improve clarity and ensure proper cleanup of related records
2025-10-26 15:14:12 +01:00
Matthieu B
91f663d6ab
Enhance translation compilation in dev.py by adding the '-f' flag to pybabel compile command. Update subproject commit status in plus to indicate a dirty state.
2025-10-22 13:31:59 +02:00
Matthieu B
6ab5e024db
Revert "Merge pull request #925 from wizarrrr/chore/python-3.14-upgrade"
...
This reverts commit 35dde7c19a , reversing
changes made to c8cf9905ba .
2025-10-19 14:05:59 +02:00
Matthieu B
1ec706dbbd
chore: Update to python 3.14
2025-10-18 17:37:34 +02:00
Matthieu B
42d4b56df1
Merge branch 'main' into plus
2025-10-18 16:07:43 +02:00
Matthieu B
b33331a55c
chore: Remove Wizarr Plus Docker build files and entrypoint script
2025-10-16 15:26:06 +02:00
dependabot[bot]
bcdf7687cd
build(deps): bump astral-sh/setup-uv from 6 to 7
...
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv ) from 6 to 7.
- [Release notes](https://github.com/astral-sh/setup-uv/releases )
- [Commits](https://github.com/astral-sh/setup-uv/compare/v6...v7 )
---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-13 10:38:34 +00:00
Matthieu B
813601d37b
feat: Add Wizarr Plus licensing and historical data import features
...
- Implemented LicenseValidationMiddleware for periodic license validation and feature protection.
- Created HistoricalDataService for importing historical viewing data from Plex into the ActivitySession model.
- Added KeygenLicenseService for runtime license verification and machine fingerprinting.
- Introduced new Jinja filters for built-in functions max and min.
- Updated settings UI to include a tab for Plus features.
- Added Docker support for Wizarr Plus with a dedicated docker-compose file.
- Created entrypoint script for license verification and initialization of the Wizarr Plus container.
- Added wrapper scripts for building, verifying licenses, and setting up Wizarr Plus.
- Updated dependencies in pyproject.toml to include websocket-client for Plus features.
2025-10-09 12:14:27 +02:00
Matthieu B
4021a4f041
fix: clean up whitespace and improve formatting in pr-test.yml
2025-10-08 16:59:41 +02:00
Matthieu B
ba28712d8c
fix: reformat template titles for consistency and readability
2025-10-08 16:54:24 +02:00
Matthieu B
2df5203563
fix: update invitation templates to handle missing server names and improve error messaging
2025-10-08 16:35:57 +02:00
Matthieu B
3f79689c71
fix: enable development dependencies installation in CI workflow
2025-10-08 14:45:23 +02:00
Matthieu B
b54ea22ca3
fix: action running
2025-10-08 14:44:04 +02:00
Matthieu B
c55125b1dd
feat: add progress indicator closes Feature Request: Add a progress indicator to steps
...
closes #861
2025-09-28 12:26:27 +02:00
Matthieu B
13d10cee31
fix: streamline YAML file checking by using uv to run the Python script
2025-09-28 11:31:14 +02:00
Matthieu B
daeac1673f
fix: enhance release PR handling by updating description with latest changelog
2025-09-27 18:21:06 +02:00
Matthieu B
6b8f39cdd0
fix: improve security by saving PR body to file before extracting changelog
2025-09-27 18:15:35 +02:00
Matthieu B
06ce065851
fix: prevent shell injection in create-release workflow
...
- Use --notes-file instead of --notes to avoid interpreting changelog content as shell commands
- Resolves issue where commit hashes and special characters caused workflow failures
2025-09-16 16:13:11 +02:00
Matthieu B
b410625e31
cleanup: remove diagnostic workflow after successful debugging
...
- Main branch formatting is confirmed correct
- CI cache issue identified as root cause
- Diagnostic workflow no longer needed
2025-09-16 13:39:55 +02:00
Matthieu B
44d94f9c51
feat: add diagnostic workflow to debug CI ruff issue
...
- Creates force-ruff-fix.yml workflow for manual triggering
- Will run ruff fix directly in CI environment
- Shows file state before/after to debug the formatting issue
- Auto-commits any formatting changes CI makes
2025-09-16 13:37:12 +02:00
Matthieu B
70f8830b38
Merge pull request #855 from wizarrrr/dependabot/github_actions/actions/cache-4
...
build(deps): bump actions/cache from 3 to 4
2025-09-16 13:09:03 +02:00
Matthieu B
77463899aa
Merge pull request #856 from wizarrrr/dependabot/github_actions/actions/checkout-5
...
build(deps): bump actions/checkout from 4 to 5
2025-09-16 13:08:53 +02:00
Matthieu B
89a193d232
Merge pull request #854 from wizarrrr/dependabot/github_actions/astral-sh/setup-uv-6
...
build(deps): bump astral-sh/setup-uv from 3 to 6
2025-09-16 13:08:39 +02:00
Matthieu B
4173725a3d
Merge pull request #857 from wizarrrr/dependabot/github_actions/docker/build-push-action-6
...
build(deps): bump docker/build-push-action from 5 to 6
2025-09-16 13:07:57 +02:00
Matthieu B
d6411996e0
Merge pull request #853 from wizarrrr/dependabot/github_actions/actions/setup-python-6
...
build(deps): bump actions/setup-python from 5 to 6
2025-09-16 13:07:45 +02:00
Matthieu B
a8665877ae
update: ruff
2025-09-16 13:07:13 +02:00
dependabot[bot]
342b81b252
build(deps): bump docker/build-push-action from 5 to 6
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 5 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-16 11:05:43 +00:00
dependabot[bot]
20b8219e25
build(deps): bump actions/checkout from 4 to 5
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-16 11:05:39 +00:00
dependabot[bot]
2a863b3c09
build(deps): bump actions/cache from 3 to 4
...
Bumps [actions/cache](https://github.com/actions/cache ) from 3 to 4.
- [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/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-version: '4'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-16 11:05:31 +00:00
dependabot[bot]
270465c9fe
build(deps): bump astral-sh/setup-uv from 3 to 6
...
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv ) from 3 to 6.
- [Release notes](https://github.com/astral-sh/setup-uv/releases )
- [Commits](https://github.com/astral-sh/setup-uv/compare/v3...v6 )
---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-16 11:05:28 +00:00
dependabot[bot]
c44a837563
build(deps): 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 >
2025-09-16 11:05:22 +00:00
Matthieu B
9507180518
fix: pr test
2025-09-16 13:02:01 +02:00
Matthieu B
67e201812c
fix: update automation working
2025-09-16 12:46:38 +02:00
Matthieu B
af24408aa6
fix: duplicate tests
2025-09-10 12:43:32 +02:00
Matthieu B
5f2f937be8
fix: uv lock issues
2025-09-10 12:41:08 +02:00
Matthieu B
4a46f47f69
fix: enable manual Docker image rebuilds via workflow dispatch
...
- Add workflow_dispatch input for version selection
- Determine version from inputs for manual runs vs release events
- Fix empty APP_VERSION issue causing invalid Docker tags
- Support version formats: v2025.9.1, 2025.9.1, or latest
- Enable force rebuilds when auto-release doesn't work
This allows manual triggering of Docker builds when needed
while maintaining compatibility with automatic release triggers.
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-09-10 10:27:56 +02:00
Matthieu B
c5932347be
fix: improve auto-release workflow to only run on Release PR merges
...
- Change trigger from push to pull_request closed
- Only run when Release PRs are merged (title starts with 'Release v')
- Check for existing releases to avoid duplicate creation errors
- Simplify version checking using PR title instead of git comparison
- Add proper error handling and informative summaries
This prevents the workflow from running on every push to main
and ensures it only creates releases when Release PRs are merged.
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-09-10 10:16:10 +02:00
Matthieu B
292aa20bcb
feat: add automatic GitHub release creation on version bumps
...
- Detect version changes when Release PRs are merged to main
- Automatically generate changelog from commits since previous version
- Create GitHub release with proper tagging and changelog
- Trigger Docker builds via release event
- Skip pre-release versions (rc, alpha, beta, dev)
This completes the release automation by creating GitHub releases
when Release PRs are merged, eliminating manual release creation.
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-09-10 10:11:50 +02:00
Matthieu B
1ef6a9203a
feat: remove RC workflow and simplify to stable releases only
...
- Remove RC prerelease workflow (rc-prerelease.yml)
- Remove RC cleanup workflow (close-rc-on-release.yml)
- Remove pre-release workflow (pre-release.yml)
- Simplify release.yml to only handle stable releases
- Update calver-automation.yml summary to reflect stable-only workflow
- Streamline release process to single stable release path
BREAKING CHANGE: RC/beta release workflow removed, only stable releases supported
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-09-09 22:27:02 +02:00
Matthieu B
fe29e1ac7a
feat: implement dual PR workflow with RC and Release branches
...
- CalVer automation now creates two PRs: RC (beta) and Release (production)
- RC PRs create GitHub pre-releases and trigger beta Docker builds
- Release PRs create GitHub releases and trigger production Docker builds
- Release PR merge auto-closes corresponding RC PR
- Manual control: merge RC when ~90% confident, Release when 100% confident
- Docker tags: RC builds :beta/:rc, Production builds :latest
- Enhanced documentation with complete workflow explanation
2025-09-06 19:43:35 +02:00