-
Notifications
You must be signed in to change notification settings - Fork 926
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[KYUUBI #5255] Add an optional comment field to the authz specs for b…
…etter recognition # 🔍 Description ## Issue References 🔗 This pull request fixes #5255 ## Describe Your Solution 🔧 Add Optional comment field for desc, so that we can get information when the command from third party ## Types of changes 🔖 - [ ] Bugfix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) ## Test Plan 🧪 #### Behavior Without This Pull Request ⚰️ #### Behavior With This Pull Request 🎉 #### Related Unit Tests --- # Checklists ## 📝 Author Self Checklist - [x] My code follows the [style guidelines](https://kyuubi.readthedocs.io/en/master/contributing/code/style.html) of this project - [x] I have performed a self-review - [x] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] New and existing unit tests pass locally with my changes - [x] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html) ## 📝 Committer Pre-Merge Checklist - [x] Pull request title is okay. - [x] No license issues. - [x] Milestone correctly set? - [x] Test coverage is ok - [x] Assignees are selected. - [x] Minimum number of approvals - [x] No changes are requested **Be nice. Be informative.** Closes #5706 from davidyuan1223/add_option_comment_for_authz. Closes #5255 46234e1 [davidyuan] bugfix b9166bd [davidyuan] bugfix 2d4b920 [davidyuan] regenerate json file a125ee4 [david yuan] Merge branch 'master' into add_option_comment_for_authz 80eb9ff [davidyuan] json file bug fix bc6ec38 [davidyuan] style fix b2527a5 [davidyuan] Merge remote-tracking branch 'origin/add_option_comment_for_authz' into add_option_comment_for_authz 682727d [davidyuan] bugfix d79a38f [david yuan] Merge branch 'master' into add_option_comment_for_authz 6fed8b0 [davidyuan] issue #5255 e48c5a0 [davidyuan] issue #5255 Lead-authored-by: davidyuan <[email protected]> Co-authored-by: david yuan <[email protected]> Signed-off-by: Kent Yao <[email protected]>
- Loading branch information
1 parent
5481bf5
commit c8f4e9c
Showing
8 changed files
with
736 additions
and
375 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Oops, something went wrong.