-
Notifications
You must be signed in to change notification settings - Fork 626
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 API Chat and Marketplace Assistant feature implementations #12357
Conversation
Add devportal rest api changes for API Chat feature
…ant-ai Marketplace assistant
...rg.wso2.carbon.apimgt.api/src/main/java/org/wso2/carbon/apimgt/api/model/APIChatAPISpec.java
Show resolved
Hide resolved
...o2.carbon.apimgt.impl/src/main/java/org/wso2/carbon/apimgt/impl/APIManagerConfiguration.java
Outdated
Show resolved
Hide resolved
...o2.carbon.apimgt.impl/src/main/java/org/wso2/carbon/apimgt/impl/APIManagerConfiguration.java
Show resolved
Hide resolved
...main/java/org/wso2/carbon/apimgt/impl/notifier/MarketplaceAssistantApiPublisherNotifier.java
Outdated
Show resolved
Hide resolved
...main/java/org/wso2/carbon/apimgt/impl/notifier/MarketplaceAssistantApiPublisherNotifier.java
Outdated
Show resolved
Hide resolved
...main/java/org/wso2/carbon/apimgt/impl/notifier/MarketplaceAssistantApiPublisherNotifier.java
Outdated
Show resolved
Hide resolved
....wso2.carbon.apimgt.impl/src/main/java/org/wso2/carbon/apimgt/impl/utils/LifeCycleUtils.java
Outdated
Show resolved
Hide resolved
....store.v1/src/gen/java/org/wso2/carbon/apimgt/rest/api/store/v1/MarketplaceAssistantApi.java
Outdated
Show resolved
Hide resolved
...store.v1/src/main/java/org/wso2/carbon/apimgt/rest/api/store/v1/impl/ApisApiServiceImpl.java
Show resolved
Hide resolved
...n/java/org/wso2/carbon/apimgt/rest/api/store/v1/impl/MarketplaceAssistantApiServiceImpl.java
Show resolved
Hide resolved
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #12357 +/- ##
============================================
- Coverage 47.62% 41.93% -5.69%
- Complexity 4192 15691 +11499
============================================
Files 1840 1849 +9
Lines 136532 136841 +309
Branches 19767 19823 +56
============================================
- Hits 65019 57386 -7633
- Misses 63857 72232 +8375
+ Partials 7656 7223 -433
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Fix error flow error message propagate issue
Fix test failures and address review comments
Purpose
Syncing AI feature implementation available under the feature branch with the master branch.
Related PRs: