Skip to content

Propagate Development into Beta-Release#1016

Merged
Wikid82 merged 293 commits into
feature/beta-releasefrom
development
May 14, 2026
Merged

Propagate Development into Beta-Release#1016
Wikid82 merged 293 commits into
feature/beta-releasefrom
development

Conversation

@Wikid82
Copy link
Copy Markdown
Owner

@Wikid82 Wikid82 commented May 14, 2026

No description provided.

actions-user and others added 30 commits April 27, 2026 06:14
…revent log injection

Co-authored-by: Copilot <copilot@github.com>
Weekly: Promote nightly to main (2026-04-27)
Propagate changes from main into development
…revent log injection

Co-authored-by: Copilot <copilot@github.com>
chore(deps): update non-major-updates
…, provision, get, delete, and revoke operations
Wikid82 and others added 22 commits May 12, 2026 21:03
… @csstools/css-syntax-patches-for-csstree to latest versions
…ccessListForm, AccessListSelector, and CSPBuilder components
Frontend ESLint was blocked by three root causes: duplicate
TypeScript devDependency declarations in package.json, a
react-refresh violation from utility functions co-located with
components in CertificateList, and five form label associations
on non-labelable elements. Two disabled tests using .skip() were
also replaced with .todo() as required by the vitest/prefer-todo
rule.

Backend tests were failing due to two independent root causes.
First, parallel execution of the security handler test suite
caused SQLITE_BUSY errors because background audit goroutines
were not being cleaned up between tests. This was resolved by
adding an exported Close() method to SecurityHandler and
registering cleanup at all 14 call sites, combined with
switching the audit test database from a file-based WAL SQLite
to an in-memory instance. Second, the Cloudflare provider
TestStart_CapturesStdoutOutput test had a race condition where
the ring buffer was closed before scanner goroutines could write
output; this was fixed using a sync.WaitGroup to gate buffer
closure on scanner completion.

All CI jobs now pass locally: 0 ESLint errors, 0 TypeScript
errors, 481 frontend tests at 89.3% coverage, 7395 backend
tests at 88.5% coverage, and 5/5 race-detector passes on the
Cloudflare provider.
@Wikid82 Wikid82 marked this pull request as ready for review May 14, 2026 18:52
Copilot AI review requested due to automatic review settings May 14, 2026 18:52
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review this pull request because it exceeds the maximum number of lines (20,000). Try reducing the number of changed lines and requesting a review from Copilot again.

@github-advanced-security
Copy link
Copy Markdown
Contributor

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

…rors

The frontend builder stage failed in CI with ECONNRESET when fetching
the npm package from registry.npmjs.org. The apk upgrade completed
successfully; only the npm self-upgrade network call was affected.

Added --fetch-retries=5 and --fetch-retry-mintimeout=10000 to the
npm install -g command so transient registry connection resets are
retried automatically before the build aborts, eliminating the need
for manual CI re-runs on flaky network conditions.
@github-actions
Copy link
Copy Markdown
Contributor

✅ Supply Chain Verification Results

PASSED

📦 SBOM Summary

  • Components: 1487

🔍 Vulnerability Scan

Severity Count
🔴 Critical 0
🟠 High 0
🟡 Medium 4
🟢 Low 2
Total 6

📎 Artifacts

  • SBOM (CycloneDX JSON) and Grype results available in workflow artifacts

Generated by Supply Chain Verification workflow • View Details

@Wikid82 Wikid82 merged commit bb4b439 into feature/beta-release May 14, 2026
42 checks passed
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.

4 participants