adding --all-projects option to dashboard#14
Closed
jwellman80 wants to merge 1 commit into
Closed
Conversation
Owner
|
Integrated into |
professorpalmer
added a commit
that referenced
this pull request
Jun 17, 2026
Adds a focused regression test for list_all_projects_snapshot proving jobs from multiple project state dirs are aggregated and labeled with the digest-stripped project slug. PR #14 shipped the feature without tests.
professorpalmer
added a commit
that referenced
this pull request
Jun 17, 2026
…rms, heartbeat throttle, compact status, cross-project dashboard) Five external contributions reviewed end-to-end, integrated with authorship preserved, and hardened with follow-up fixes/tests: - #10 (@kbentonferguson): explicit, secret-safe Codex MCP credential inheritance (--env/--inherit-env/--env-file/--map-env/--force-env), managed 0600 wrapper for secrets, $CODEX_HOME/auth.json billing, doctor --json. Follow-up: decoupled Codex availability from billing health so an OPENAI_API_KEY-only setup is never demoted (non-regressive + regression test). - #11/#12 (@kbentonferguson): generated MCP swarms carry read_only/sandbox so Codex-routed analysis reviews dirty diffs without tripping the clean-tree guard; edit/implement paths still require a clean tree. - #11 (@kbentonferguson): worker heartbeat throttled off the 0.1s poll loop (cap lease/3 keeps >=3 renewals/lease); inline workers scope PUPPETMASTER_STATE_DIR to the store root. - #13 (@kbentonferguson): status --compact + MCP compact arg replace prompt bodies with chars+sha256 refs (97.4% reduction measured); default unchanged. - #14 (@jwellman80): dashboard --all-projects aggregates every project state dir with traversal guard intact. Follow-ups: added the missing aggregation test and wired --all-projects through the MCP puppetmaster_dashboard tool. Full suite 702 green (+19 tests).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What has been done
--all-projectsswitch to the dashboard to allow a single dashboard to be visible across all projects rather than just in the directory in which the dashboard was started.