Skip to content

Split workspace report computation#1494

Merged
codeforester merged 1 commit into
mainfrom
enhancement/1463-20260706-workspace-report-computation
Jul 6, 2026
Merged

Split workspace report computation#1494
codeforester merged 1 commit into
mainfrom
enhancement/1463-20260706-workspace-report-computation

Conversation

@codeforester

Copy link
Copy Markdown
Collaborator

Fixes #1463

Summary

  • split workspace status computation into base_projects.workspace_statuses
  • split workspace check computation into base_projects.workspace_checks
  • keep base_projects.workspace_reports as the compatibility facade for render helpers and existing imports

Validation

  • /private/tmp/base-python-train-venv/bin/python -m pytest cli/python/base_projects/tests -q
  • /private/tmp/base-python-train-venv/bin/pylint cli/python/base_projects/workspace_reports.py cli/python/base_projects/workspace_statuses.py cli/python/base_projects/workspace_checks.py cli/python/base_projects/workspace_report_common.py cli/python/base_projects/tests/test_workspace_reports_structure.py
  • /private/tmp/base-python-train-venv/bin/python -m compileall cli/python/base_projects
  • git diff --check
  • env BASE_BASH_LIBS_DIR=/Users/rameshhp/work/base-bash-libs/lib/bash BASE_CACHE_DIR=/private/tmp/base-1463-workspace-smoke bin/basectl workspace status --workspace /Users/rameshhp/work --format json

@codeforester codeforester requested a review from a team as a code owner July 6, 2026 16:48
@codeforester codeforester merged commit abee1d4 into main Jul 6, 2026
26 checks passed
@codeforester codeforester deleted the enhancement/1463-20260706-workspace-report-computation branch July 6, 2026 16:52
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.

Separate workspace report computation from compatibility facade

1 participant