Adapt terminal layout to current width#132
Merged
Merged
Conversation
Highlights: - Add shared layout width helpers and padding to render against the real terminal columns. - Expand Home, Application, ETS, Mnesia, Network, Process, Port, System, and less footer layouts for wide terminals. - Add wide-layout regression coverage and test IO geometry support. - Disable the Elvis god-module rule for existing renderer-heavy modules. Validation: - Ran rebar3 fmt. - Ran epmd -daemon && rebar3 eunit, 274 tests, 0 failures. - Ran git diff --cached --check.
Highlights: - Split help content into start mode, global commands, HOME commands, process selection examples, and references. - Reuse local section and shortcut helpers instead of hand-written highlighted rows. - Add regression coverage for the new grouping. Validation: - Ran rebar3 fmt. - Ran rebar3 as test eunit --module=observer_cli_help_test, 7 tests, 0 failures. - Ran git diff --check.
Highlights: - Bump README, mix.exs, and observer_cli.app.src versions to 1.8.8. - Add CHANGELOG notes for terminal width adaptation, help grouping, and Elvis rule adjustment. - Leave generated doc HTML untouched because only source docs are tracked. Validation: - Ran rebar3 compile. - Ran rebar3 as ci compile. - Ran epmd -daemon && rebar3 eunit, 274 tests, 0 failures. - Ran rebar3 check. - Ran git diff --check.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #132 +/- ##
==========================================
+ Coverage 92.08% 92.37% +0.28%
==========================================
Files 17 17
Lines 1934 2058 +124
==========================================
+ Hits 1781 1901 +120
- Misses 153 157 +4 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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.
Before
After
This should be the last feature release for the 1.x series. Subsequent work will focus on developing the 2.x line, with new CLI modes added to be more agent/AI-friendly.