Skip to content

fix: improve broker licensing and package install - #68

Merged
ReenigneArcher merged 1 commit into
masterfrom
fix/release-prep-03
Aug 13, 2026
Merged

fix: improve broker licensing and package install#68
ReenigneArcher merged 1 commit into
masterfrom
fix/release-prep-03

Conversation

@ReenigneArcher

@ReenigneArcher ReenigneArcher commented Aug 13, 2026

Copy link
Copy Markdown
Member

Description

Refactors packaging so installed consumers no longer depend on lizardbyte-common test helpers, adds generated config dependencies (Threads/libevdev and optional Xtst), and introduces a downstream package-consumer CI job to prove find_package + linkability from an installed tree. On Windows, the broker now anchors yearly expiration to Polar server time, persists validation anchors across service restarts per boot, runs background revalidation (daily with 60s retries on failures), enforces one-gamepad fallback during prolonged outages, and adds explicit WinHTTP timeouts. CI release artifact handling was simplified to publish only the Windows driver MSI, and docs/tests were updated to match the new licensing and fallback behavior.

Screenshot

Issues Fixed or Closed

Roadmap Issues

Type of Change

  • feat: New feature (non-breaking change which adds functionality)
  • fix: Bug fix (non-breaking change which fixes an issue)
  • docs: Documentation only changes
  • style: Changes that do not affect the meaning of the code (white-space, formatting, missing semicolons, etc.)
  • refactor: Code change that neither fixes a bug nor adds a feature
  • perf: Code change that improves performance
  • test: Adding missing tests or correcting existing tests
  • build: Changes that affect the build system or external dependencies
  • ci: Changes to CI configuration files and scripts
  • chore: Other changes that don't modify src or test files
  • revert: Reverts a previous commit
  • BREAKING CHANGE: Introduces a breaking change (can be combined with any type above)

Checklist

  • Code follows the style guidelines of this project
  • Code has been self-reviewed
  • Code has been commented, particularly in hard-to-understand areas
  • Code docstring/documentation-blocks for new or existing methods/components have been added or updated
  • Unit tests have been added or updated for any new or modified functionality

AI Usage

See our AI usage policy.

  • None: No AI tools were used in creating this PR
  • Light: AI provided minor assistance (formatting, simple suggestions)
  • Moderate: AI helped with code generation or debugging specific parts
  • Heavy: AI generated most or all of the code changes

@codecov

codecov Bot commented Aug 13, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.46%. Comparing base (930a8d6) to head (d1bc61a).
✅ All tests successful. No failed tests found.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #68      +/-   ##
==========================================
+ Coverage   74.44%   74.46%   +0.01%     
==========================================
  Files          33       33              
  Lines        7858     7864       +6     
  Branches     2952     2952              
==========================================
+ Hits         5850     5856       +6     
- Misses       1447     1461      +14     
+ Partials      561      547      -14     
Flag Coverage Δ
Linux-Clang 56.54% <100.00%> (+0.04%) ⬆️
Linux-GCC 67.42% <100.00%> (+0.03%) ⬆️
Windows-MSVC 87.90% <100.00%> (+0.01%) ⬆️
Windows-MinGW-UCRT64 64.27% <100.00%> (+0.07%) ⬆️
macOS 50.27% <100.00%> (+0.06%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
src/platform/windows/control_protocol.hpp 100.00% <100.00%> (ø)

... and 4 files with indirect coverage changes


Continue to review full report in Codecov by Harness.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 930a8d6...d1bc61a. Read the comment docs.

@ReenigneArcher ReenigneArcher changed the title fix: tighten packaging and broker validation fix: improve broker licensing and package install Aug 13, 2026
@ReenigneArcher
ReenigneArcher force-pushed the fix/release-prep-03 branch 3 times, most recently from 575a8d0 to a5c9c40 Compare August 13, 2026 20:35
Refactors packaging so installed consumers no longer depend on lizardbyte-common test helpers, adds generated config dependencies (Threads/libevdev and optional Xtst), and introduces a downstream package-consumer CI job to prove find_package + linkability from an installed tree. On Windows, the broker now anchors yearly expiration to Polar server time, persists validation anchors across service restarts per boot, runs background revalidation (daily with 60s retries on failures), enforces one-gamepad fallback during prolonged outages, and adds explicit WinHTTP timeouts. CI release artifact handling was simplified to publish only the Windows driver MSI, and docs/tests were updated to match the new licensing and fallback behavior.
@sonarqubecloud

Copy link
Copy Markdown

@ReenigneArcher
ReenigneArcher marked this pull request as ready for review August 13, 2026 21:09
@ReenigneArcher
ReenigneArcher merged commit 7662217 into master Aug 13, 2026
30 checks passed
@ReenigneArcher
ReenigneArcher deleted the fix/release-prep-03 branch August 13, 2026 21:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant