Skip to content

chore: General registration prep + CI standardization (0.4.1) - #26

Merged
sotashimozono merged 5 commits into
mainfrom
chore/drop-sources-register
Jun 26, 2026
Merged

chore: General registration prep + CI standardization (0.4.1)#26
sotashimozono merged 5 commits into
mainfrom
chore/drop-sources-register

Conversation

@sotashimozono

@sotashimozono sotashimozono commented Jun 26, 2026

Copy link
Copy Markdown
Member

Combined General-registration prep + CI standardization for the 0.4.1 release. (PR #27 was integrated here so both land as one release.)

1 — Registration prep

  • Drop [sources] — registered packages resolve deps from the registry, not git overrides (local dev now uses Pkg.develop). DataVault + ParamIO are already registered.
  • Keep ParamIO = "0.3, 0.4" (DataVault 0.7.1 caps ParamIO at 0.3, so the stack resolves 0.3.2).
  • Enable AutoRegister.yml (.disabled.yml, identical to DataVault's): merging a version bump to main auto-submits @JuliaRegistrator — no manual trigger.
  • Full test suite verified green against the registered deps.

2 — CI standardization (was PR #27)

Brings CI up to the Pinax/DataVault standard:

Change Before After
Format FormatFix (auto-commits) FormatCheck — hard gate (format(".", overwrite=false), exit 1 on dirty)
VersionCheck disabled enabled — every PR to main must bump the version
Documentation disabled (docs didn't build) enabled + push_preview PR previews; CleanupPreview.yml prunes on PR close

Docs build fix (why Documentation was disabled):

  • checkdocs=:exports — internal _run_* helpers keep their docstrings without being required in the manual.
  • Add the 4 exported-but-undocumented symbols to api.md (run_loop!, verify_workers!, merge_and_save_manifest!, merge_event_logs) + the module docstring.
  • Manifest.jl: (@extref) link → plain code span (no DocumenterInterLinks loaded).
  • .gitignore the build-time downloaded docs assets (favicon.ico, logo.png).

Docs build green locally (julia --project=docs docs/make.jl → exit 0).

Version

0.4.0 → 0.4.1 — one release carrying both the registration prep and the CI standardization.

⚠️ Do not merge yet

Hold for review (standing do-not-merge-until-confirmed). On merge: AutoRegister activates and (on the 0.4.1 bump) auto-submits PM to General — the first PM registration (~3-day AutoMerge window).

🤖 Generated with Claude Code

ParamIO + DataVault are registered in General, so ParallelManager resolves them
from the registry instead of the git-main [sources] overrides — the prerequisite
for registering PM. The full test suite passes against the registered ParamIO
0.3.2 + DataVault 0.7.1.

version 0.4.0 -> 0.4.1.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@codecov

codecov Bot commented Jun 26, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

Files with missing lines Coverage Δ
src/Manifest.jl 0.00% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@sotashimozono sotashimozono changed the title chore: drop [sources] for General registration chore: drop [sources] + enable AutoRegister (General registration) Jun 26, 2026
sotashimozono and others added 2 commits June 26, 2026 18:53
Bring ParallelManager's CI up to the infra standard (matches Pinax/DataVault):

- FormatFix (auto-fix) -> FormatCheck (hard gate): JuliaFormatter v2,
  format(".", overwrite=false), exit 1 on dirty.
- Enable VersionCheck.yml: every PR to main must bump Project.toml version.
- Enable Documentation.yml + push_preview PR previews; add CleanupPreview.yml
  to prune previews/PR#<n> on PR close.
- Fix the docs build (the reason Documentation was disabled):
  - checkdocs=:exports so the documented internal _run_* helpers don't need
    manual @docs entries (they are not part of the public API).
  - api.md: add the 4 exported-but-undocumented symbols (run_loop!,
    verify_workers!, merge_and_save_manifest!, merge_event_logs) + the
    top-level module docstring.
  - Manifest.jl: drop a `(@extref)` link (no DocumenterInterLinks loaded) to
    a plain code span, fixing the "invalid local link" cross-reference error.
- gitignore the build-time downloaded docs assets (favicon.ico, logo.png).
- Bump 0.4.0 -> 0.4.1 (VersionCheck runs on its own introducing PR, mirroring
  Pinax's "enable VersionCheck + bump" commit).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
… + previews

Consolidates the CI hardening (PR #27) into the registration PR so 0.4.1
is one release: drop [sources] + AutoRegister + CI standardization together.
@github-actions

Copy link
Copy Markdown
Contributor

📚 Docs preview: https://sotashimozono.github.io/ParallelManager.jl/previews/PR26/

(updates on each push to this PR)

@sotashimozono sotashimozono changed the title chore: drop [sources] + enable AutoRegister (General registration) chore: General registration prep + CI standardization (0.4.1) Jun 26, 2026
@sotashimozono
sotashimozono merged commit f062755 into main Jun 26, 2026
9 checks passed
@sotashimozono
sotashimozono deleted the chore/drop-sources-register branch June 26, 2026 10:29
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