Skip to content

Changelog: August 13, 2026 - #60

Open
maekuss wants to merge 1 commit into
mainfrom
changelog/7a27f420
Open

Changelog: August 13, 2026#60
maekuss wants to merge 1 commit into
mainfrom
changelog/7a27f420

Conversation

@maekuss

@maekuss maekuss commented Aug 13, 2026

Copy link
Copy Markdown
Contributor
  • Date: August 13, 2026
  • Commit: 7a27f420

Documentation TODOs

These shipped features still need docs. The changelog links only to pages that already exist - add or update these, then link them:

  • Glob patterns in author filters: Document the glob syntax (*, **, ?, {a,b}) now supported in .hacktron/config.yaml exclude.authors / include.authors and the equivalent org-wide settings. Readers need to know which patterns are valid, the shared safety limits (pattern length, wildcard count, brace bounds), and how this differs from the existing exact-match behavior.
  • GHES repos as on-prem Whitebox scan source: Update the on-premises Whitebox setup guide to explain that repositories connected through GitHub Enterprise Server are now selectable as a scan source in the wizard.
  • On-prem edition self-hosting: Document the corrected on-premises boot sequence, how scan archive uploads work in the on-prem edition, and how air-gapped log retrieval operates without outbound internet access.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 6e82968fbf

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread changelog.mdx

**On-prem edition: boot, archive uploads, and air-gapped log retrieval**: The self-hosted edition now boots correctly, accepts scan archive uploads, and retrieves engine logs without requiring an outbound internet connection.

**Glob patterns in author filters**: The author include/exclude filters in `.hacktron/config.yaml` (and org-wide scan settings) now accept glob patterns using `*`, `**`, `?`, and `` syntax, matching the same dialect already supported for branch and path filters.

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Include the missing brace pattern token

This changelog item now renders the final glob feature as an empty code span (and `` syntax), so readers only see *, **, and ? and miss that brace expansion is supported. The config docs list brace expansion as part of the dialect, so this release note should include the literal brace token rather than an empty placeholder.

Useful? React with 👍 / 👎.

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.

2 participants