179 Commits

Author SHA1 Message Date
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
3407ae90ce Merge branch 'main' of https://github.com/wizarrrr/wizarr 2025-09-16 13:10:46 +02:00
Matthieu B
e8ca2ec88e update: dependabot 2025-09-16 13:10:44 +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
f7ea96bae6 fix: keep hooks up to date 2025-09-16 13:03:49 +02: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
462dbd0158 feat: remove RC creation from CalVer automation
- Remove all RC branch and PR creation logic
- Only create stable release PRs
- Update release PR template to remove RC references
- Simplify outputs to only include release PR info
- Aligns automation with simplified stable-only workflow

This completes the RC workflow removal by preventing the automation
from creating RC PRs in the first place.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-09 22:49:11 +02:00
Matthieu B
d0d555e3fd fix: handle RC versions in CalVer automation version parsing
- Strip -rc.X and -beta suffixes when parsing patch version numbers
- Prevents 'unbound variable' error when current version has suffixes
- Fixes CalVer automation failure when running after RC releases

The script was failing because version_patch was '1-rc' instead of '1',
causing arithmetic operations to fail with 'unbound variable: rc' error.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-09 22:43:22 +02:00
Matthieu B
f146d4cd68 fix: ensure release branches are always up-to-date with main
- Add git pull origin main before creating release branches
- Always recreate release branches from latest main instead of reusing stale branches
- Prevents release branches from having outdated code that could cause test failures
- Ensures release includes all latest changes and fixes from main branch

This fixes a critical issue where release branches could contain outdated code
if they were created in previous automation runs.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-09 22:34:04 +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