-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[improve][fn] Set default tenant and namespace for ListFunctions cmd #23881
Conversation
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
@jiangpengcheng Just a small detail for future PRs: it's better to cleanup details from the PR description that don't apply to a specific PR. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #23881 +/- ##
============================================
+ Coverage 73.57% 74.20% +0.63%
+ Complexity 32624 32231 -393
============================================
Files 1877 1853 -24
Lines 139502 143638 +4136
Branches 15299 16317 +1018
============================================
+ Hits 102638 106589 +3951
+ Misses 28908 28666 -242
- Partials 7956 8383 +427
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Thx for remind, updated it |
…pache#23881) (cherry picked from commit 66d1bb0) (cherry picked from commit 1abbc3c)
…pache#23881) (cherry picked from commit 66d1bb0) (cherry picked from commit 1abbc3c)
…ons cmd (apache#23881)" This reverts commit 5856a4e.
…stFunctions cmd (apache#23881)"" This reverts commit 14a7b58.
…pache#23881) (cherry picked from commit 66d1bb0) (cherry picked from commit 1abbc3c)
…pache#23881) (cherry picked from commit 66d1bb0) (cherry picked from commit 1abbc3c)
Fixes #23880
Motivation
The list sources and sinks command will use default tenant and namespace when not specified, the list functions cmd should have the same bahaviour
Modifications
Verifying this change
Make sure that the change passes the CI checks.
This change added tests and can be verified as follows:
Does this pull request potentially affect one of the following parts:
If the box was checked, please highlight the changes
public
and namespacedefault
will be usedDocumentation
doc
doc-required
doc-not-needed
doc-complete
Matching PR in forked repository
PR in forked repository: jiangpengcheng#38