-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Add TODO for Updating API Spec #13621
Add TODO for Updating API Spec #13621
Conversation
Added a TODO in the checklist for contributors to add API Specs when introducing new user APIs
❕ Gradle check result for 873837c: UNSTABLE
Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #13621 +/- ##
============================================
+ Coverage 71.42% 71.48% +0.06%
- Complexity 59978 61027 +1049
============================================
Files 4985 5052 +67
Lines 282275 287143 +4868
Branches 40946 41607 +661
============================================
+ Hits 201603 205260 +3657
- Misses 63999 64925 +926
- Partials 16673 16958 +285 ☔ View full report in Codecov by Sentry. |
Co-authored-by: Peter Nied <[email protected]> Signed-off-by: Kunal Khatua <[email protected]>
Signed-off-by: Peter Nied <[email protected]>
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.
❕ Gradle check result for 772e339: UNSTABLE Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
DCO check is failing :( |
I've approved and squashed it with correct sign-off statements |
Signed-off-by: Kunal Khatua <[email protected]> Co-authored-by: Peter Nied <[email protected]> Co-authored-by: Peter Nied <[email protected]>
Thanks @reta and @peternied ! Will take care and follow protocol |
Signed-off-by: Kunal Khatua <[email protected]> Co-authored-by: Peter Nied <[email protected]> Co-authored-by: Peter Nied <[email protected]>
Signed-off-by: Kunal Khatua <[email protected]> Co-authored-by: Peter Nied <[email protected]> Co-authored-by: Peter Nied <[email protected]>
Description
Added a TODO in the checklist for contributors to add API Specs when introducing new user APIs
Related Issues
Resolves #13619
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.
Check List