Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/PERFORMANCE_OPTIMIZATIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ docker buildx prune --keep-storage 10GB # Keep 10GB

**Status:** ❌ **REJECTED** (November 16, 2025)
**Branch:** feature/parallel-npm-installs
**Analysis:** [PARALLEL_NPM_RESULTS.md](features/PARALLEL_NPM_RESULTS.md)
**Analysis:** Rejected — results not retained
**Workflows:** [#19396882450](https://github.com/GrammaTonic/github-runner/actions/runs/19396882450), [#19396967351](https://github.com/GrammaTonic/github-runner/actions/runs/19396967351)

**Original Goal:**
Expand Down
4 changes: 2 additions & 2 deletions docs/features/PHASE2_IMPLEMENTATION_SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,8 @@ sum(github_runner_jobs_total) by (runner_type, status)

## 📚 Documentation

- **Testing Guide**: [tests/integration/PHASE2_TESTING_GUIDE.md](./tests/integration/PHASE2_TESTING_GUIDE.md)
- **Integration Test**: [tests/integration/test-phase2-metrics.sh](./tests/integration/test-phase2-metrics.sh)
- **Testing Guide**: [tests/integration/PHASE2_TESTING_GUIDE.md](../../tests/integration/PHASE2_TESTING_GUIDE.md)
- **Integration Test**: [tests/integration/test-phase2-metrics.sh](../../tests/integration/test-phase2-metrics.sh)
- **Issue #1060**: [Phase 2 Requirements](https://github.com/GrammaTonic/github-runner/issues/1060)
- **Phase 1 PR**: [#1066](https://github.com/GrammaTonic/github-runner/pull/1066)

Expand Down
2 changes: 1 addition & 1 deletion docs/features/PROMETHEUS_TIMELINE_VISUAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,6 @@ Legend:

**Quick Navigation:**
- 📋 [Full Roadmap](./PROMETHEUS_ROADMAP.md)
- 📖 [Implementation Plan](/plan/feature-prometheus-monitoring-1.md)
- 📖 [Implementation Plan](../../plan/feature-prometheus-monitoring-1.md)
- 📄 [Feature Specification](./PROMETHEUS_IMPROVEMENTS.md)
- 🔗 [GitHub Project #5](https://github.com/users/GrammaTonic/projects/5)
2 changes: 1 addition & 1 deletion docs/features/prometheus-metrics-phase1.md
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ Extend metrics support to Chrome and Chrome-Go runner variants:

For issues or questions:

1. Check [SUPPORT.md](../community/SUPPORT.md)
1. Check [CONTRIBUTING.md](../community/CONTRIBUTING.md)
2. Search existing [GitHub Issues](https://github.com/GrammaTonic/github-runner/issues)
3. Create a new issue with the `metrics` label

Expand Down