Merged
Conversation
- Added elapsed time tracking to `GeneralLog` for better log context. - Introduced `formatWithRightAlignedTime` to align elapsed time in logs. - Replaced `getTime` with `getTime` method in `GeneralLog`. - Integrated terminal width detection for dynamic formatting. Signed-off-by: Dipankar Das <65275144+dipankardas011@users.noreply.github.com>
Introduce custom log levels with color-coded prefixes for better readability. Adjust terminal width fallback and improve right-aligned time formatting. Refactor log level handling for consistency across methods. Signed-off-by: Dipankar Das <65275144+dipankardas011@users.noreply.github.com>
Introduce a new `summary` command to fetch and display the summary of created clusters. This includes cluster metadata and health status. - Added `Summary` method in `cmd/handler.go` for command mapping. - Implemented `summary.go` to handle the logic for fetching and displaying cluster summaries. - Updated `go.mod` to include `github.com/gookit/goutil` for utilities. Signed-off-by: Dipankar Das <65275144+dipankardas011@users.noreply.github.com>
Signed-off-by: Dipankar Das <65275144+dipankardas011@users.noreply.github.com>
Replaced the plain text cluster summary output with a visually enhanced UI using lipgloss. Added sections for key attributes, nodes, workloads, events, and detected issues. Improved readability and usability by color-coding statuses and formatting data. Signed-off-by: Dipankar Das <65275144+dipankardas011@users.noreply.github.com>
Updated the ksctl dependency from v2.5.0 to v2.6.0 in go.mod. This ensures Signed-off-by: Dipankar Das <65275144+dipankardas011@users.noreply.github.com>
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.
🗒️ Changelog
🏋🏼 Issues
✅ Completed Issues
ksctl cluster status#60📎 Related Issues
🚀 Task List
🔍 Review Checklist
📸 Screenshots/Recordings
📌 Additional Notes
💡 PR best practices
pre-commitfor that run this command$ pre-commit install