-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[CLI] Add Option to show all attributes (Show command) #8256
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #8256 +/- ##
===========================================
+ Coverage 64.43% 64.45% +0.02%
===========================================
Files 339 339
Lines 43749 43763 +14
===========================================
+ Hits 28188 28204 +16
+ Misses 15561 15559 -2 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
@droidmonkey pretty sure the failure is a flaky test. I'll have to rebase after you merge #8241 anyway, so I won't bother for now. |
Translations need to be updated |
5506a2e
to
28adb8e
Compare
Is that on transifex? I don't remember ever having to do that for new strings 🤔 |
You have to run |
…t#8256) * Adding --all option to Show
…t#8256) * Adding --all option to Show
…t#8256) * Adding --all option to Show
* Adding --all option to Show
* Adding --all option to Show
Fixes #8243
I renamed the
showDefaultAttributes
variable toattributesWereSpecified
to make it more explicit what the variable is used for.Testing strategy
Unit tests
Type of change