-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Address Bug Reports from PE-D #191
Address Bug Reports from PE-D #191
Conversation
Added use cases, updated glossary to match UG and added a planned enhancement
Make returned success message for logedit more general.
Update appropriately to address bug reports raised in PE-D by adding planned enhancements and clarifications.
Add multi-way pairing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a few parts I'm not too clear on, but the rest looks good, should be ready to merge once the small potential typos are fixed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #191 +/- ##
============================================
+ Coverage 76.95% 76.97% +0.01%
Complexity 760 760
============================================
Files 98 98
Lines 2660 2662 +2
Branches 304 304
============================================
+ Hits 2047 2049 +2
Misses 494 494
Partials 119 119 ☔ View full report in Codecov by Sentry. |
Closes #181 , explicitly added mention that extra params in help will be ignored.
Closes #176 , added planned enhancement to allow flexible logedit
Closes #174 , Closes #142 find UG updated in previous PR (ty chuanen)
Closes #172 , added planned enhancement in DG
Closes #169 , added a general overarching disclaimer under Features in UG that index 0 throws invalid command format (ideally, closes #146 duplicate issue as well)
Closes #159 , add planned enhance
Closes #153 , widen scope of message and not give time for
logedit
Closes #140 , add note that invalid filters ignored
Also adds some instructions for manual testing.