docs(configuration): add Configuration Overhaul EPIC spec and 9 subissue specs (#1978)#1982
Merged
josecelano merged 2 commits intoJul 15, 2026
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds planning/spec documentation for the Configuration Overhaul EPIC (config schema v3.0.0 alongside tracker app v4.0.0) under docs/issues/, plus supporting documentation for filename conventions and spellchecker dictionary updates.
Changes:
- Added a new EPIC spec (#1978) and multiple subissue specs (new + renamed/updated) under
docs/issues/open/. - Added
docs/issues/open/AGENTS.mddocumenting filename conventions for issue specs. - Updated
project-words.txtwith additional terms needed by the new specs.
Reviewed changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated 10 comments.
Show a summary per file
| File | Description |
|---|---|
| project-words.txt | Adds new dictionary words needed by the new/updated specs. |
| docs/issues/open/AGENTS.md | Documents naming conventions for docs/issues/open/ spec files. |
| docs/issues/open/1978-configuration-overhaul-epic.md | New EPIC spec describing goals, scope, ordering, and dependency graph. |
| docs/issues/open/1979-1978-copy-configuration-schema-v2-to-v3-baseline.md | New subissue spec for creating the v3 baseline module. |
| docs/issues/open/1981-1978-fix-tsl-config-tls-config-typo.md | New subissue spec for the mechanical tsl_* → tls_* rename. |
| docs/issues/open/1640-1978-per-http-tracker-on-reverse-proxy-setting.md | Updated/renamed subissue spec aligned to EPIC #1978 conventions and v3 paths. |
| docs/issues/open/1417-1978-add-public-service-url-to-configuration.md | Updated spec moving from draft → open and clarifying public_url placement + validation. |
| docs/issues/open/1490-1978-decompose-database-config-and-overhaul-secrets.md | New/updated subissue spec for DB config decomposition and adopting secrecy. |
| docs/issues/open/1453-1978-ip-bans-reset-interval-configurable.md | New/updated subissue spec for configurable ban reset interval + de-duplicating cleanup job. |
| docs/issues/open/1415-1978-use-service-binding-instead-of-socket-addr.md | New/updated subissue spec for switching identity plumbing from SocketAddr to ServiceBinding. |
| docs/issues/open/889-1978-new-config-option-for-logging-style.md | New/updated subissue spec for TraceStyle redesign and threshold → trace_filter. |
| docs/issues/open/1980-1978-configuration-overhaul-final-cleanup.md | New subissue spec for removing global re-exports and migrating consumers to explicit versioned imports. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
josecelano
added a commit
to josecelano/torrust-tracker
that referenced
this pull request
Jul 15, 2026
- Fix stale spec filenames in progress log entries for issues torrust#1979, torrust#1980, and torrust#1981 (old intermediate names → correct final names) - Replace .expose() with .expose_secret() in 4 places in spec torrust#1490 (the correct secrecy crate API is ExposeSecret::expose_secret()) - Replace scheme() + bind_to() with protocol() + bind_address() in 2 places in spec torrust#1415 (actual ServiceBinding API from torrust-net-primitives) - Fix malformed markdown table in spec torrust#1980 where unescaped | in an rg command broke the table columns Addresses review comments on PR torrust#1982.
…sue specs (torrust#1978) Add planning and spec work for the Configuration Overhaul EPIC targeting config schema v3.0.0 and tracker app v4.0.0. New EPIC and subissue specs: - 1978-configuration-overhaul-epic.md: EPIC spec for all config changes - 1979-1978-copy-configuration-schema-v2-to-v3-baseline.md: copy v2→v3 baseline - 1980-1978-configuration-overhaul-final-cleanup.md: final cleanup subissue - 1981-1978-fix-tsl-config-tls-config-typo.md: fix tsl→tls typo subissue Pre-existing open issues reviewed, refined, and linked to EPIC: - 889-1978-new-config-option-for-logging-style.md (renamed with EPIC prefix) - 1415-1978-use-service-binding-instead-of-socket-addr.md (new, from closed draft) - 1417-1978-add-public-service-url-to-configuration.md (moved from drafts/, renamed) - 1453-1978-ip-bans-reset-interval-configurable.md (new, linked to EPIC) - 1490-1978-decompose-database-config-and-overhaul-secrets.md (new, linked to EPIC) - 1640-1978-per-http-tracker-on-reverse-proxy-setting.md (renamed with EPIC prefix) Also add docs/issues/open/AGENTS.md with file naming conventions for the open/ folder, and extend project-words.txt with colour, colours, reorganisation, and zeroize.
- Fix stale spec filenames in progress log entries for issues torrust#1979, torrust#1980, and torrust#1981 (old intermediate names → correct final names) - Replace .expose() with .expose_secret() in 4 places in spec torrust#1490 (the correct secrecy crate API is ExposeSecret::expose_secret()) - Replace scheme() + bind_to() with protocol() + bind_address() in 2 places in spec torrust#1415 (actual ServiceBinding API from torrust-net-primitives) - Fix malformed markdown table in spec torrust#1980 where unescaped | in an rg command broke the table columns Addresses review comments on PR torrust#1982.
josecelano
force-pushed
the
configuration-overhaul-epic
branch
from
July 15, 2026 11:03
4737f20 to
dfe7b71
Compare
Member
Author
|
ACK dfe7b71 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Planning and spec work for the Configuration Overhaul EPIC (#1978) — all configuration changes needed to release config schema v3.0.0 alongside tracker app v4.0.0.
This PR adds no code changes. It only adds/updates documentation spec files under
docs/issues/.What's included
New EPIC and subissue specs
1978-configuration-overhaul-epic.md1979-1978-copy-configuration-schema-v2-to-v3-baseline.md1980-1978-configuration-overhaul-final-cleanup.md1981-1978-fix-tsl-config-tls-config-typo.mdtsl_config→tls_configtypo (~21 files)Updated pre-existing subissue specs (renamed to follow EPIC convention)
889-1978-new-config-option-for-logging-style.mdTraceStyleredesigned:Default→Full,Pretty(bool)→Pretty1415-1978-use-service-binding-instead-of-socket-addr.mdServiceBindingas-is1417-1978-add-public-service-url-to-configuration.mdNetwork); protocol validation1453-1978-ip-bans-reset-interval-configurable.md[udp_tracker_server]config section1490-1978-decompose-database-config-and-overhaul-secrets.mdDatabasedecomposed into enum;secrecycrate1640-1978-per-http-tracker-on-reverse-proxy-setting.mdNetworkblock per instance;public_urlstays flatOther
docs/issues/open/AGENTS.md— new file documenting filename conventions for theopen/folderproject-words.txt— addedcolour,reorganisation,zeroizeImplementation order
Subissues #5 (#1415), #6 (#1453), #8 (#889) are independent and can run in parallel.
Checklist
linter allpasses