|
1 | | -# git status --short |
2 | | -M admin/system-health.html |
3 | | - M assets/theme-v2/js/admin-system-health.js |
4 | | - M docs_build/dev/reports/coverage_changed_js_guardrail.txt |
5 | | - M docs_build/dev/reports/playwright_v8_coverage_report.txt |
6 | | - M src/dev-runtime/server/local-api-router.mjs |
7 | | - M tests/api/admin-system-health/contract.test.mjs |
8 | | - M tests/dev-runtime/AdminHealthOperations.test.mjs |
9 | | - M tests/playwright/tools/AdminHealthOperationsPage.spec.mjs |
10 | | -?? docs_build/dev/reports/PR_26177_CHARLIE_029-system-health-postgres-metrics-panel.md |
11 | | -?? docs_build/dev/reports/PR_26177_CHARLIE_029-system-health-postgres-metrics-panel_branch-validation.md |
12 | | -?? docs_build/dev/reports/PR_26177_CHARLIE_029-system-health-postgres-metrics-panel_manual-validation-notes.md |
13 | | -?? docs_build/dev/reports/PR_26177_CHARLIE_029-system-health-postgres-metrics-panel_requirements-checklist.md |
14 | | -?? docs_build/dev/reports/PR_26177_CHARLIE_029-system-health-postgres-metrics-panel_validation-lane.md |
15 | | - |
16 | | -# git ls-files --others --exclude-standard |
| 1 | +# git diff --name-only origin/main -- |
| 2 | +admin/system-health.html |
| 3 | +assets/theme-v2/js/admin-system-health.js |
17 | 4 | docs_build/dev/reports/PR_26177_CHARLIE_029-system-health-postgres-metrics-panel.md |
18 | 5 | docs_build/dev/reports/PR_26177_CHARLIE_029-system-health-postgres-metrics-panel_branch-validation.md |
19 | 6 | docs_build/dev/reports/PR_26177_CHARLIE_029-system-health-postgres-metrics-panel_manual-validation-notes.md |
20 | 7 | docs_build/dev/reports/PR_26177_CHARLIE_029-system-health-postgres-metrics-panel_requirements-checklist.md |
21 | 8 | docs_build/dev/reports/PR_26177_CHARLIE_029-system-health-postgres-metrics-panel_validation-lane.md |
| 9 | +docs_build/dev/reports/codex_changed_files.txt |
| 10 | +docs_build/dev/reports/codex_review.diff |
| 11 | +docs_build/dev/reports/coverage_changed_js_guardrail.txt |
| 12 | +docs_build/dev/reports/playwright_v8_coverage_report.txt |
| 13 | +src/dev-runtime/server/local-api-router.mjs |
| 14 | +tests/api/admin-system-health/contract.test.mjs |
| 15 | +tests/dev-runtime/AdminHealthOperations.test.mjs |
| 16 | +tests/playwright/tools/AdminHealthOperationsPage.spec.mjs |
| 17 | + |
| 18 | +# git status --short |
| 19 | + M docs_build/dev/reports/PR_26177_CHARLIE_029-system-health-postgres-metrics-panel.md |
| 20 | + M docs_build/dev/reports/PR_26177_CHARLIE_029-system-health-postgres-metrics-panel_branch-validation.md |
| 21 | + M docs_build/dev/reports/PR_26177_CHARLIE_029-system-health-postgres-metrics-panel_manual-validation-notes.md |
| 22 | + M docs_build/dev/reports/PR_26177_CHARLIE_029-system-health-postgres-metrics-panel_requirements-checklist.md |
| 23 | + M docs_build/dev/reports/PR_26177_CHARLIE_029-system-health-postgres-metrics-panel_validation-lane.md |
| 24 | + M docs_build/dev/reports/codex_review.diff |
| 25 | + M docs_build/dev/reports/coverage_changed_js_guardrail.txt |
| 26 | + M docs_build/dev/reports/playwright_v8_coverage_report.txt |
22 | 27 |
|
23 | | -# git diff --stat |
24 | | -admin/system-health.html | 16 +++ |
25 | | - assets/theme-v2/js/admin-system-health.js | 42 ++++++++ |
26 | | - .../dev/reports/coverage_changed_js_guardrail.txt | 5 +- |
27 | | - .../dev/reports/playwright_v8_coverage_report.txt | 29 ++++-- |
28 | | - src/dev-runtime/server/local-api-router.mjs | 115 +++++++++++++++++++-- |
29 | | - tests/api/admin-system-health/contract.test.mjs | 15 +++ |
30 | | - tests/dev-runtime/AdminHealthOperations.test.mjs | 20 ++++ |
31 | | - .../tools/AdminHealthOperationsPage.spec.mjs | 11 ++ |
32 | | - 8 files changed, 233 insertions(+), 20 deletions(-) |
| 28 | +# git diff --stat origin/main -- |
| 29 | + admin/system-health.html | 16 + |
| 30 | + assets/theme-v2/js/admin-system-health.js | 42 ++ |
| 31 | + ...LIE_029-system-health-postgres-metrics-panel.md | 39 + |
| 32 | + ...lth-postgres-metrics-panel_branch-validation.md | 17 + |
| 33 | + ...stgres-metrics-panel_manual-validation-notes.md | 9 + |
| 34 | + ...ostgres-metrics-panel_requirements-checklist.md | 16 + |
| 35 | + ...ealth-postgres-metrics-panel_validation-lane.md | 21 + |
| 36 | + docs_build/dev/reports/codex_changed_files.txt | 42 +- |
| 37 | + docs_build/dev/reports/codex_review.diff | 794 +++++++++++++++------ |
| 38 | + .../dev/reports/coverage_changed_js_guardrail.txt | 4 +- |
| 39 | + .../dev/reports/playwright_v8_coverage_report.txt | 24 +- |
| 40 | + src/dev-runtime/server/local-api-router.mjs | 115 ++- |
| 41 | + tests/api/admin-system-health/contract.test.mjs | 15 + |
| 42 | + tests/dev-runtime/AdminHealthOperations.test.mjs | 20 + |
| 43 | + .../tools/AdminHealthOperationsPage.spec.mjs | 11 + |
| 44 | + 15 files changed, 924 insertions(+), 261 deletions(-) |
0 commit comments