Commit b79e32d
committed
docs(adr-009): consolidate ADR & retire implementation plan
Now that ADR-T-009 Phases 1–9 have all landed, fold the
implementation plan into the ADR proper and retire the standalone
plan document. The ADR now carries a single decision-log section
(§D1–§D8) that supersedes the dual "ADR §N / plan §M" numbering
the working docs grew during the phased rollout.
- Delete adr/009-implementation-plan.md (3.2k lines); the surviving
decisions live in the consolidated ADR.
- Rework adr/009-container-infrastructure-refactor.md: drop the
"Implementation plan" pointer, mark status simply "Implemented",
and re-anchor every internal reference onto the §D-series IDs.
- Re-point all stale §N / §9.x / §7.3 cross-references in the
CI workflow, Containerfile, entry script, su-exec AUDIT, the
containers guide, and the config-probe rustdoc onto their §D
equivalents (or onto Acceptance Criterion #N where the plan
numbering had no ADR analogue).
- Rewrite the CHANGELOG [Unreleased] block as a release-shaped
narrative (Highlights / Breaking changes / Added / Changed /
Removed / Fixed / Security) rather than a chronological dump
of phase bullets.
- Update src/lib.rs rustdoc and README.md to reflect the §D2
decision: tracker.token and database.connect_url are now
mandatory schema fields with no shipped defaults, so the docker
quick-start now shows the required env-var overrides and the
Configuration section names both fields as mandatory. Also
correct TORRUST_INDEX_CONFIG_PATH → TORRUST_INDEX_CONFIG_TOML_PATH
and link the new container guide / ADR alongside the legacy
docker docs pointer.
- Mention the standalone torrust-index-config crate in the
Configuration section so readers know where the parsing
surface lives.
No code or runtime behaviour changes; this is purely the
post-merge documentation tidy-up for ADR-T-009.1 parent 57b76e0 commit b79e32d
12 files changed
Lines changed: 1575 additions & 4336 deletions
File tree
- .github/workflows
- adr
- contrib/dev-tools/su-exec
- docs
- packages/index-config-probe/src
- bin
- src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
72 | | - | |
| 71 | + | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
| 159 | + | |
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
Large diffs are not rendered by default.
0 commit comments