|
1 | 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 |
| 2 | +M docs_build/dev/reports/coverage_changed_js_guardrail.txt |
5 | 3 | M docs_build/dev/reports/playwright_v8_coverage_report.txt |
6 | 4 | M src/dev-runtime/server/local-api-router.mjs |
7 | 5 | M tests/api/admin-system-health/contract.test.mjs |
8 | 6 | M tests/dev-runtime/AdminHealthOperations.test.mjs |
9 | 7 | M tests/playwright/tools/AdminHealthOperationsPage.spec.mjs |
10 | | -?? docs_build/dev/reports/PR_26177_CHARLIE_031-environment-health-comparison.md |
11 | | -?? docs_build/dev/reports/PR_26177_CHARLIE_031-environment-health-comparison_branch-validation.md |
12 | | -?? docs_build/dev/reports/PR_26177_CHARLIE_031-environment-health-comparison_manual-validation-notes.md |
13 | | -?? docs_build/dev/reports/PR_26177_CHARLIE_031-environment-health-comparison_requirements-checklist.md |
14 | | -?? docs_build/dev/reports/PR_26177_CHARLIE_031-environment-health-comparison_validation-lane.md |
| 8 | +?? docs_build/dev/reports/PR_26177_CHARLIE_032-runtime-health-json-endpoints.md |
| 9 | +?? docs_build/dev/reports/PR_26177_CHARLIE_032-runtime-health-json-endpoints_branch-validation.md |
| 10 | +?? docs_build/dev/reports/PR_26177_CHARLIE_032-runtime-health-json-endpoints_manual-validation-notes.md |
| 11 | +?? docs_build/dev/reports/PR_26177_CHARLIE_032-runtime-health-json-endpoints_requirements-checklist.md |
| 12 | +?? docs_build/dev/reports/PR_26177_CHARLIE_032-runtime-health-json-endpoints_validation-lane.md |
15 | 13 |
|
16 | 14 | # git ls-files --others --exclude-standard |
17 | | -docs_build/dev/reports/PR_26177_CHARLIE_031-environment-health-comparison.md |
18 | | -docs_build/dev/reports/PR_26177_CHARLIE_031-environment-health-comparison_branch-validation.md |
19 | | -docs_build/dev/reports/PR_26177_CHARLIE_031-environment-health-comparison_manual-validation-notes.md |
20 | | -docs_build/dev/reports/PR_26177_CHARLIE_031-environment-health-comparison_requirements-checklist.md |
21 | | -docs_build/dev/reports/PR_26177_CHARLIE_031-environment-health-comparison_validation-lane.md |
| 15 | +docs_build/dev/reports/PR_26177_CHARLIE_032-runtime-health-json-endpoints.md |
| 16 | +docs_build/dev/reports/PR_26177_CHARLIE_032-runtime-health-json-endpoints_branch-validation.md |
| 17 | +docs_build/dev/reports/PR_26177_CHARLIE_032-runtime-health-json-endpoints_manual-validation-notes.md |
| 18 | +docs_build/dev/reports/PR_26177_CHARLIE_032-runtime-health-json-endpoints_requirements-checklist.md |
| 19 | +docs_build/dev/reports/PR_26177_CHARLIE_032-runtime-health-json-endpoints_validation-lane.md |
22 | 20 |
|
23 | 21 | # git diff --stat |
24 | | -admin/system-health.html | 20 ++++++ |
25 | | - assets/theme-v2/js/admin-system-health.js | 50 ++++++++++++++ |
26 | | - .../dev/reports/coverage_changed_js_guardrail.txt | 2 +- |
27 | | - .../dev/reports/playwright_v8_coverage_report.txt | 6 +- |
28 | | - src/dev-runtime/server/local-api-router.mjs | 76 ++++++++++++++++++++++ |
29 | | - tests/api/admin-system-health/contract.test.mjs | 13 ++++ |
30 | | - tests/dev-runtime/AdminHealthOperations.test.mjs | 9 +++ |
31 | | - .../tools/AdminHealthOperationsPage.spec.mjs | 11 ++++ |
32 | | - 8 files changed, 183 insertions(+), 4 deletions(-) |
| 22 | +.../dev/reports/coverage_changed_js_guardrail.txt | 1 - |
| 23 | + .../dev/reports/playwright_v8_coverage_report.txt | 2 - |
| 24 | + src/dev-runtime/server/local-api-router.mjs | 48 ++++++++++++++++++++++ |
| 25 | + tests/api/admin-system-health/contract.test.mjs | 9 ++++ |
| 26 | + tests/dev-runtime/AdminHealthOperations.test.mjs | 12 ++++++ |
| 27 | + .../tools/AdminHealthOperationsPage.spec.mjs | 2 + |
| 28 | + 6 files changed, 71 insertions(+), 3 deletions(-) |
0 commit comments