wso2 / carbon-apimgt

Apache License 2.0
165 stars 623 forks source link

Add devportal rest api changes for API Chat feature #12320

Closed ashera96 closed 4 months ago

ashera96 commented 4 months ago

Purpose

Add initial changes for API Chat feature

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 0.78895% with 503 lines in your changes are missing coverage. Please review.

Project coverage is 43.33%. Comparing base (df47529) to head (11c2fec). Report is 81 commits behind head on master.

:exclamation: Current head 11c2fec differs from pull request most recent head c3c0959. Consider uploading reports for the commit c3c0959 to get more accurate results

Files Patch % Lines
...rbon/apimgt/rest/api/store/v1/dto/HttpToolDTO.java 0.00% 79 Missing :warning:
...pimgt/rest/api/store/v1/impl/AiApiServiceImpl.java 3.03% 64 Missing :warning:
...st/api/store/v1/dto/ApiChatExecuteResponseDTO.java 0.00% 51 Missing :warning:
...store/v1/dto/ApiChatExecuteRequestResponseDTO.java 0.00% 46 Missing :warning:
...ava/org/wso2/carbon/apimgt/impl/utils/APIUtil.java 0.00% 44 Missing :warning:
...est/api/store/v1/dto/ApiChatExecuteRequestDTO.java 0.00% 38 Missing :warning:
...tore/v1/dto/ApiChatExecuteResponseResourceDTO.java 0.00% 38 Missing :warning:
.../store/v1/dto/ApiChatExecuteRequestApiSpecDTO.java 0.00% 30 Missing :warning:
...pi/store/v1/dto/ApiChatPreparationResponseDTO.java 0.00% 30 Missing :warning:
...imgt/rest/api/store/v1/dto/EnrichedAPISpecDTO.java 0.00% 30 Missing :warning:
... and 4 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #12320 +/- ## ============================================ + Coverage 42.22% 43.33% +1.11% - Complexity 0 3577 +3577 ============================================ Files 1840 1851 +11 Lines 136407 136911 +504 Branches 19734 19789 +55 ============================================ + Hits 57598 59334 +1736 + Misses 71882 70125 -1757 - Partials 6927 7452 +525 ``` | [Flag](https://app.codecov.io/gh/wso2/carbon-apimgt/pull/12320/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=wso2) | Coverage Δ | | |---|---|---| | [integration_tests](https://app.codecov.io/gh/wso2/carbon-apimgt/pull/12320/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=wso2) | `37.07% <0.78%> (+1.45%)` | :arrow_up: | | [unit_tests](https://app.codecov.io/gh/wso2/carbon-apimgt/pull/12320/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=wso2) | `20.42% <0.00%> (-0.03%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=wso2#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

ashera96 commented 4 months ago

Closing this PR since a new PR was made to do the same. Refer to https://github.com/wso2/carbon-apimgt/pull/12347.