Release 0.5.0 - #53
Merged
Merged
Conversation
The Age cell used time.Duration.String(), so a row 3 days old read "72h0m0s". It now shows the two largest units, weeks at most: 45s, 5m12s, 3h27m, 2d4h, 1w3d. A zero second unit is dropped (1h, 2w). Applies to every FlowMetrics table (stream, inspect, sync). Sorting still uses FlatRow's raw seconds, so it is unchanged.
Adds zap invoice helpers and fixes cash consolidate result parsing. ncli uses neither.
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.
Release 0.5.0.
2d4h,1w3d) instead of stopping at hours.nmilatto v0.3.1.go build,go vetandgo test -short -race ./...pass withGOWORK=off.After merge, run the Release workflow on
mainwith version0.5.0.