diff --git a/README.md b/README.md index a5d80e60162..0d295d7e9c4 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This project contains compontents which implements common functionalities used in WSO2 analytics platform. -#### Carbon Analytics repo contains components realted to WSO2 Stream Processor such as: +#### Carbon Analytics repo contains components realted to WSO2 Streaming Integrator such as: * stream-processing * editor diff --git a/components/org.wso2.carbon.analytics.auth.rest.api/pom.xml b/components/org.wso2.carbon.analytics.auth.rest.api/pom.xml index f72e89fbe5e..ea60a9c4c84 100644 --- a/components/org.wso2.carbon.analytics.auth.rest.api/pom.xml +++ b/components/org.wso2.carbon.analytics.auth.rest.api/pom.xml @@ -26,7 +26,7 @@ org.wso2.carbon.analytics.auth.rest.api bundle - WSO2 Stream Processor - Authentication API + WSO2 Streaming Integrator - Authentication API http://maven.apache.org diff --git a/components/org.wso2.carbon.analytics.auth.rest.api/src/gen/java/org/wso2/carbon/analytics/auth/rest/api/LoginApi.java b/components/org.wso2.carbon.analytics.auth.rest.api/src/gen/java/org/wso2/carbon/analytics/auth/rest/api/LoginApi.java index 0d401d1b197..1cc97371992 100644 --- a/components/org.wso2.carbon.analytics.auth.rest.api/src/gen/java/org/wso2/carbon/analytics/auth/rest/api/LoginApi.java +++ b/components/org.wso2.carbon.analytics.auth.rest.api/src/gen/java/org/wso2/carbon/analytics/auth/rest/api/LoginApi.java @@ -56,7 +56,7 @@ public class LoginApi implements Microservice { @Path("/{appName:(.*)}") @Consumes({"application/x-www-form-urlencoded", "multipart/form-data"}) @Produces({"application/json"}) - @io.swagger.annotations.ApiOperation(value = "", notes = "Login Request to Stream Processor.", + @io.swagger.annotations.ApiOperation(value = "", notes = "Login Request to Streaming Integrator.", response = UserDTO.class, tags = {}) @io.swagger.annotations.ApiResponses(value = { @io.swagger.annotations.ApiResponse(code = 200, message = "Authorization Request Successful.", @@ -108,7 +108,7 @@ public Response loginCallbackAppNameGet(@ApiParam(value = "AppName", required = @GET @Path("/auth-type") - @io.swagger.annotations.ApiOperation(value = "", notes = "Login type check Request to Stream Processor.", + @io.swagger.annotations.ApiOperation(value = "", notes = "Login type check Request to Streaming Integrator.", response = UserDTO.class, tags = {}) @io.swagger.annotations.ApiResponses(value = { @io.swagger.annotations.ApiResponse(code = 200, message = "Type Check Request Successful.", diff --git a/components/org.wso2.carbon.analytics.auth.rest.api/src/gen/java/org/wso2/carbon/analytics/auth/rest/api/LogoutApi.java b/components/org.wso2.carbon.analytics.auth.rest.api/src/gen/java/org/wso2/carbon/analytics/auth/rest/api/LogoutApi.java index f5ac8c0463a..c770070605d 100644 --- a/components/org.wso2.carbon.analytics.auth.rest.api/src/gen/java/org/wso2/carbon/analytics/auth/rest/api/LogoutApi.java +++ b/components/org.wso2.carbon.analytics.auth.rest.api/src/gen/java/org/wso2/carbon/analytics/auth/rest/api/LogoutApi.java @@ -55,7 +55,7 @@ public class LogoutApi implements Microservice { @Path("/{appName:(.*)}") @Consumes({"application/json"}) @Produces({"application/json"}) - @io.swagger.annotations.ApiOperation(value = "", notes = "Logout Request to Stream Processor", + @io.swagger.annotations.ApiOperation(value = "", notes = "Logout Request to Streaming Integrator", response = void.class, tags = {}) @io.swagger.annotations.ApiResponses(value = { @io.swagger.annotations.ApiResponse(code = 200, message = "Authorization Request Successful.", @@ -72,7 +72,7 @@ public Response logoutAppNamePost(@ApiParam(value = "AppName", required = true) @GET @Path("/slo/{appName}") @Produces({"application/json"}) - @io.swagger.annotations.ApiOperation(value = "", notes = "Login type check Request to Stream Processor.", + @io.swagger.annotations.ApiOperation(value = "", notes = "Login type check Request to Streaming Integrator.", response = HashMap.class, tags = {}) @io.swagger.annotations.ApiResponses(value = { @io.swagger.annotations.ApiResponse(code = 200, message = "SSO logout Request to Stream processor", diff --git a/components/org.wso2.carbon.analytics.auth.rest.api/src/main/resources/authenticator-api.yaml b/components/org.wso2.carbon.analytics.auth.rest.api/src/main/resources/authenticator-api.yaml index c8adea849a6..bc846b0dc22 100644 --- a/components/org.wso2.carbon.analytics.auth.rest.api/src/main/resources/authenticator-api.yaml +++ b/components/org.wso2.carbon.analytics.auth.rest.api/src/main/resources/authenticator-api.yaml @@ -1,8 +1,8 @@ swagger: '2.0' info: version: 1.0.0 - title: Stream Processor Authentication Service - description: This provides service to authenticate users in Stream Processor + title: Streaming Integrator Authentication Service + description: This provides service to authenticate users in Streaming Integrator contact: name: WSO2 url: 'http://wso2.com/smart-analytics' @@ -22,7 +22,7 @@ paths: /login/{appName}: post: description: - Login Request to Stream Processor. + Login Request to Streaming Integrator. consumes: - application/x-www-form-urlencoded - multipart/form-data @@ -92,7 +92,7 @@ paths: /logout/{appName}: post: description: - Logout Request to Stream Processor + Logout Request to Streaming Integrator parameters: - name: appName in: path diff --git a/components/org.wso2.carbon.analytics.msf4j.interceptor.common/pom.xml b/components/org.wso2.carbon.analytics.msf4j.interceptor.common/pom.xml index fa57378aa69..050020c1e6e 100644 --- a/components/org.wso2.carbon.analytics.msf4j.interceptor.common/pom.xml +++ b/components/org.wso2.carbon.analytics.msf4j.interceptor.common/pom.xml @@ -28,7 +28,7 @@ org.wso2.carbon.analytics.msf4j.interceptor.common bundle - WSO2 Stream Processor - Interceptors + WSO2 Streaming Integrator - Interceptors http://maven.apache.org diff --git a/components/org.wso2.carbon.business.rules.core/pom.xml b/components/org.wso2.carbon.business.rules.core/pom.xml index 76fe6def732..948eb947193 100644 --- a/components/org.wso2.carbon.business.rules.core/pom.xml +++ b/components/org.wso2.carbon.business.rules.core/pom.xml @@ -29,7 +29,7 @@ org.wso2.carbon.business.rules.core bundle - WSO2 Stream Processor - Business Rules + WSO2 Streaming Integrator - Business Rules http://wso2.org diff --git a/components/org.wso2.carbon.business.rules.templates.editor.core/package.json b/components/org.wso2.carbon.business.rules.templates.editor.core/package.json index db5f5811a45..830125ed833 100644 --- a/components/org.wso2.carbon.business.rules.templates.editor.core/package.json +++ b/components/org.wso2.carbon.business.rules.templates.editor.core/package.json @@ -25,7 +25,7 @@ "react-router-dom": "^4.2.2", "react-scripts": "1.0.11", "react-tap-event-plugin": "^2.0.1", - "rimraf": "^2.6.3", + "rimraf": "^2.7.1", "typeface-roboto": "0.0.35" }, "devDependencies": { diff --git a/components/org.wso2.carbon.business.rules.templates.editor.core/pom.xml b/components/org.wso2.carbon.business.rules.templates.editor.core/pom.xml index 8bf125ee0b2..d9a1b7622d3 100644 --- a/components/org.wso2.carbon.business.rules.templates.editor.core/pom.xml +++ b/components/org.wso2.carbon.business.rules.templates.editor.core/pom.xml @@ -29,7 +29,7 @@ org.wso2.carbon.business.rules.templates.editor.core bundle - WSO2 Stream Processor - Business Rules Template Editor + WSO2 Streaming Integrator - Business Rules Template Editor http://wso2.org diff --git a/components/org.wso2.carbon.business.rules.web/package.json b/components/org.wso2.carbon.business.rules.web/package.json index e5fc41fd7cd..bce9fc5e2a4 100644 --- a/components/org.wso2.carbon.business.rules.web/package.json +++ b/components/org.wso2.carbon.business.rules.web/package.json @@ -20,7 +20,7 @@ "react-router-dom": "^4.2.2", "react-scripts": "1.0.11", "react-tap-event-plugin": "^2.0.1", - "rimraf": "^2.6.3", + "rimraf": "^2.7.1", "typeface-roboto": "0.0.35" }, "devDependencies": { diff --git a/components/org.wso2.carbon.event.simulator.core/pom.xml b/components/org.wso2.carbon.event.simulator.core/pom.xml index 2b22d72fa4b..63ddf55fa07 100644 --- a/components/org.wso2.carbon.event.simulator.core/pom.xml +++ b/components/org.wso2.carbon.event.simulator.core/pom.xml @@ -29,7 +29,7 @@ org.wso2.carbon.event.simulator.core bundle - WSO2 Stream Processor - Event Simulator + WSO2 Streaming Integrator - Event Simulator http://wso2.org diff --git a/components/org.wso2.carbon.health.check.core/pom.xml b/components/org.wso2.carbon.health.check.core/pom.xml index 961aea624ec..f41c0b32f01 100644 --- a/components/org.wso2.carbon.health.check.core/pom.xml +++ b/components/org.wso2.carbon.health.check.core/pom.xml @@ -30,7 +30,7 @@ org.wso2.carbon.health.check.core bundle - WSO2 Stream Processor - Health Check REST API + WSO2 Streaming Integrator - Health Check REST API http://wso2.org diff --git a/components/org.wso2.carbon.health.check.core/src/gen/java/org/wso2/carbon/health/check/core/api/HealthApi.java b/components/org.wso2.carbon.health.check.core/src/gen/java/org/wso2/carbon/health/check/core/api/HealthApi.java index 127d85e57e9..89b707420f0 100644 --- a/components/org.wso2.carbon.health.check.core/src/gen/java/org/wso2/carbon/health/check/core/api/HealthApi.java +++ b/components/org.wso2.carbon.health.check.core/src/gen/java/org/wso2/carbon/health/check/core/api/HealthApi.java @@ -43,11 +43,11 @@ public class HealthApi implements Microservice { @GET @Produces({"application/json"}) - @io.swagger.annotations.ApiOperation(value = "Fetches the status of the Stream Processor.", - notes = "Fetches the status of the Stream Processor. ", response = ServerStatus.class, tags = {"Artifact",}) + @io.swagger.annotations.ApiOperation(value = "Fetches the status of the Streaming Integrator.", + notes = "Fetches the status of the Streaming Integrator. ", response = ServerStatus.class, tags = {"Artifact",}) @io.swagger.annotations.ApiResponses(value = { @io.swagger.annotations.ApiResponse(code = 200, - message = "The state of the Stream Processor is successfully retrieved.", + message = "The state of the Streaming Integrator is successfully retrieved.", response = ServerStatus.class)}) public Response healthGet() throws NotFoundException { diff --git a/components/org.wso2.carbon.health.check.core/src/main/resources/health-check-rest-api.yaml b/components/org.wso2.carbon.health.check.core/src/main/resources/health-check-rest-api.yaml index 6d921367d1c..0172c9ad726 100644 --- a/components/org.wso2.carbon.health.check.core/src/main/resources/health-check-rest-api.yaml +++ b/components/org.wso2.carbon.health.check.core/src/main/resources/health-check-rest-api.yaml @@ -3,7 +3,7 @@ info: description: >- This is the REST Micro Service for System Availability. version: 1.0.0 - title: Stream Processor Health Check API + title: Streaming Integrator Health Check API termsOfService: 'http://wso2.com/terms' contact: email: dev@wso2.org @@ -13,7 +13,7 @@ info: basePath: /v1.0 tags: - name: health - description: Everything about Stream Processor health + description: Everything about Streaming Integrator health externalDocs: description: Find out more about server health url: 'https://docs.wso2.com/display/SP400/Key+Concepts' @@ -27,14 +27,14 @@ paths: x-wso2-response: 'HTTP/1.1 200 OK Content-Type: application/json {"status":"active"}' tags: - Artifact - summary: Fetches the status of the Stream Processor. + summary: Fetches the status of the Streaming Integrator. description: | - Fetches the status of the Stream Processor. + Fetches the status of the Streaming Integrator. produces: - application/json responses: '200': - description: The state of the Stream Processor is successfully retrieved. + description: The state of the Streaming Integrator is successfully retrieved. schema: $ref: '#/definitions/ServerStatus' diff --git a/components/org.wso2.carbon.siddhi.editor.core/pom.xml b/components/org.wso2.carbon.siddhi.editor.core/pom.xml index 5a15bb91ff3..4932e7fcf75 100644 --- a/components/org.wso2.carbon.siddhi.editor.core/pom.xml +++ b/components/org.wso2.carbon.siddhi.editor.core/pom.xml @@ -29,7 +29,7 @@ org.wso2.carbon.siddhi.editor.core bundle - WSO2 Stream Processor - Editor Core + WSO2 Streaming Integrator - Editor Core http://wso2.org diff --git a/components/org.wso2.carbon.siddhi.editor.core/src/main/java/org/wso2/carbon/siddhi/editor/core/internal/EditorConsoleService.java b/components/org.wso2.carbon.siddhi.editor.core/src/main/java/org/wso2/carbon/siddhi/editor/core/internal/EditorConsoleService.java index e088f0c0dc0..01e86d244e5 100644 --- a/components/org.wso2.carbon.siddhi.editor.core/src/main/java/org/wso2/carbon/siddhi/editor/core/internal/EditorConsoleService.java +++ b/components/org.wso2.carbon.siddhi.editor.core/src/main/java/org/wso2/carbon/siddhi/editor/core/internal/EditorConsoleService.java @@ -72,7 +72,7 @@ public void onOpen(WebSocketConnection webSocketConnection) { @OnMessage public void onMessage(String text, WebSocketConnection webSocketConnection) { - webSocketConnection.pushText("Welcome to Stream Processor Studio"); + webSocketConnection.pushText("Welcome to Streaming Integrator Tooling"); LOGGER.info("Received message : " + text); } diff --git a/components/org.wso2.carbon.siddhi.editor.core/src/main/java/org/wso2/carbon/siddhi/editor/core/internal/EditorMicroservice.java b/components/org.wso2.carbon.siddhi.editor.core/src/main/java/org/wso2/carbon/siddhi/editor/core/internal/EditorMicroservice.java index c447617876f..71477e6c14f 100644 --- a/components/org.wso2.carbon.siddhi.editor.core/src/main/java/org/wso2/carbon/siddhi/editor/core/internal/EditorMicroservice.java +++ b/components/org.wso2.carbon.siddhi.editor.core/src/main/java/org/wso2/carbon/siddhi/editor/core/internal/EditorMicroservice.java @@ -1082,7 +1082,7 @@ public Response getDefaultSampleStreamEvent(@PathParam("appName") String appName */ @Activate protected void start(BundleContext bundleContext) throws Exception { - // Create Stream Processor Service + // Create Streaming Integrator Service EditorDataHolder.setDebugProcessorService(new DebugProcessorService()); SiddhiManager siddhiManager = new SiddhiManager(); FileConfigManager fileConfigManager = new FileConfigManager(configProvider); diff --git a/components/org.wso2.carbon.siddhi.editor.core/src/main/resources/web/index.html b/components/org.wso2.carbon.siddhi.editor.core/src/main/resources/web/index.html index 14f5620499e..26784db0490 100644 --- a/components/org.wso2.carbon.siddhi.editor.core/src/main/resources/web/index.html +++ b/components/org.wso2.carbon.siddhi.editor.core/src/main/resources/web/index.html @@ -379,7 +379,7 @@ - +