-
Notifications
You must be signed in to change notification settings - Fork 259
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
Adding insights data to metadataContext #3601
Conversation
@@ -146,6 +147,9 @@ public String init(Api api) { | |||
api.getEndpointSecurity().getSandBoxSecurityInfo())); | |||
} | |||
|
|||
org.wso2.choreo.connect.enforcer.commons.model.ChoreoComponentInfo choreoComponentInfo = getChoreoComponentInfo( |
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.
Shall we import the class
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.
a class with the same name already imported. Hence had to improve with the fully qualified class name.
|
||
initFilters(); | ||
return basePath; | ||
} | ||
|
||
private static org.wso2.choreo.connect.enforcer.commons.model.ChoreoComponentInfo getChoreoComponentInfo( |
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.
same here
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.
a class with the same name already imported. Hence had to improve with the fully qualified class name.
enforcer-parent/enforcer/src/main/java/org/wso2/choreo/connect/enforcer/api/RestAPI.java
Show resolved
Hide resolved
...arent/enforcer/src/main/java/org/wso2/choreo/connect/enforcer/analytics/AnalyticsFilter.java
Outdated
Show resolved
Hide resolved
[succeeded] Dataplane(EastUS) cluster : dev-deployment-v2 : 20241015.8 |
[succeeded] Dataplane(NorthEU) cluster : dev-deployment-v2 : 20241015.8 |
[succeeded] : dev-deployment-v2 : 20241015.8 |
[succeeded] Dataplane(NorthEU) cluster : stage-deployment-v2 : 20241017.1 |
[failed] Controlplane cluster : stage-deployment-v2 : 20241017.1 |
[failed] Dataplane(EastUS) cluster : stage-deployment-v2 : 20241017.1 |
[] Dataplane(EastUS) cluster : stage-deployment-v2 : 20241017.2 |
[] Dataplane(NorthEU) cluster : stage-deployment-v2 : 20241017.2 |
[] Controlplane cluster : stage-deployment-v2 : 20241017.2 |
[succeeded] Dataplane(NorthEU) cluster : stage-deployment-v2 : 20241017.4 |
[succeeded] Dataplane(EastUS) cluster : stage-deployment-v2 : 20241017.4 |
[failed] Controlplane cluster : stage-deployment-v2 : 20241017.4 |
[] Controlplane cluster : stage-deployment-v2 : 20241018.2 |
[] Dataplane(NorthEU) cluster : stage-deployment-v2 : 20241018.2 |
[] Dataplane(EastUS) cluster : stage-deployment-v2 : 20241018.2 |
[] Dataplane(EastUS) cluster : prod-deployment-v2 : 20241021.3 |
[] Controlplane cluster : prod-deployment-v2 : 20241021.3 |
[] Dataplane(NorthEU) cluster : prod-deployment-v2 : 20241021.3 |
[] Dataplane(CDP2-WU2) cluster : prod-deployment-v2 : 20241021.3 |
Purpose
Issues
Fixes #
Automation tests
Tested environments
Not Tested
Maintainers: Check before merge