This is an automated email from the ASF dual-hosted git repository. zehnder pushed a commit to branch remove-set-adapters in repository https://gitbox.apache.org/repos/asf/streampipes.git
commit 9101a130eee7cc2c4c028cee3bc5f7ad65a588b8 Author: Philipp Zehnder <[email protected]> AuthorDate: Wed Feb 15 07:34:34 2023 +0100 [hotfix] Remove old resource files --- .../documentation.md | 33 ---------------- .../icon.png | Bin 99909 -> 0 bytes .../strings.en | 41 -------------------- .../documentation.md | 33 ---------------- .../icon.png | Bin 99909 -> 0 bytes .../strings.en | 42 --------------------- 6 files changed, 149 deletions(-) diff --git a/streampipes-extensions/streampipes-connect-adapters-iiot/src/main/resources/org.apache.streampipes.connect.iiot.adapters.mysql.set/documentation.md b/streampipes-extensions/streampipes-connect-adapters-iiot/src/main/resources/org.apache.streampipes.connect.iiot.adapters.mysql.set/documentation.md deleted file mode 100644 index add77836d..000000000 --- a/streampipes-extensions/streampipes-connect-adapters-iiot/src/main/resources/org.apache.streampipes.connect.iiot.adapters.mysql.set/documentation.md +++ /dev/null @@ -1,33 +0,0 @@ -<!-- - ~ Licensed to the Apache Software Foundation (ASF) under one or more - ~ contributor license agreements. See the NOTICE file distributed with - ~ this work for additional information regarding copyright ownership. - ~ The ASF licenses this file to You under the Apache License, Version 2.0 - ~ (the "License"); you may not use this file except in compliance with - ~ the License. You may obtain a copy of the License at - ~ - ~ http://www.apache.org/licenses/LICENSE-2.0 - ~ - ~ Unless required by applicable law or agreed to in writing, software - ~ distributed under the License is distributed on an "AS IS" BASIS, - ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - ~ See the License for the specific language governing permissions and - ~ limitations under the License. - ~ - --> - -## MySQL Data Set Adapter - -<p align="center"> - <img src="icon.png" width="150px;" class="pe-image-documentation"/> -</p> - -*** - -## Description - -Creates a data set from an SQL table - - -*** - diff --git a/streampipes-extensions/streampipes-connect-adapters-iiot/src/main/resources/org.apache.streampipes.connect.iiot.adapters.mysql.set/icon.png b/streampipes-extensions/streampipes-connect-adapters-iiot/src/main/resources/org.apache.streampipes.connect.iiot.adapters.mysql.set/icon.png deleted file mode 100644 index 084246f3d..000000000 Binary files a/streampipes-extensions/streampipes-connect-adapters-iiot/src/main/resources/org.apache.streampipes.connect.iiot.adapters.mysql.set/icon.png and /dev/null differ diff --git a/streampipes-extensions/streampipes-connect-adapters-iiot/src/main/resources/org.apache.streampipes.connect.iiot.adapters.mysql.set/strings.en b/streampipes-extensions/streampipes-connect-adapters-iiot/src/main/resources/org.apache.streampipes.connect.iiot.adapters.mysql.set/strings.en deleted file mode 100644 index e260d2d48..000000000 --- a/streampipes-extensions/streampipes-connect-adapters-iiot/src/main/resources/org.apache.streampipes.connect.iiot.adapters.mysql.set/strings.en +++ /dev/null @@ -1,41 +0,0 @@ -# -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work for additional information regarding copyright ownership. -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# - - -org.apache.streampipes.connect.iiot.adapters.mysql.set.title=MySQL Set Adapter -org.apache.streampipes.connect.iiot.adapters.mysql.set.description=Creates a data set from an SQL table - -mysqlHost.title=Hostname -mysqlHost.description=Hostname of the MySql Server - -mysqlPort.title=Port -mysqlPort.description=Port of the MySql Server. Default: 3306 - -mysqlDatabase.title=Database -mysqlDatabase.description=Database in which the table is located - -mysqlTable.title=Table -mysqlTable.description=Table which should be watched - -mysqlUser.title=Username -mysqlUser.description=Username of the user - -mysqlPassword.title=Password -mysqlPassword.description=Password of the user - -replaceNullValues.title=Replace Null Values -replaceNullValues.description=Should null values in the incoming data be replace by defaults? If not, these events are skipped \ No newline at end of file diff --git a/streampipes-extensions/streampipes-connect-adapters-iiot/src/main/resources/org.apache.streampipes.connect.iiot.adapters.mysql.stream/documentation.md b/streampipes-extensions/streampipes-connect-adapters-iiot/src/main/resources/org.apache.streampipes.connect.iiot.adapters.mysql.stream/documentation.md deleted file mode 100644 index 9704ffd8f..000000000 --- a/streampipes-extensions/streampipes-connect-adapters-iiot/src/main/resources/org.apache.streampipes.connect.iiot.adapters.mysql.stream/documentation.md +++ /dev/null @@ -1,33 +0,0 @@ -<!-- - ~ Licensed to the Apache Software Foundation (ASF) under one or more - ~ contributor license agreements. See the NOTICE file distributed with - ~ this work for additional information regarding copyright ownership. - ~ The ASF licenses this file to You under the Apache License, Version 2.0 - ~ (the "License"); you may not use this file except in compliance with - ~ the License. You may obtain a copy of the License at - ~ - ~ http://www.apache.org/licenses/LICENSE-2.0 - ~ - ~ Unless required by applicable law or agreed to in writing, software - ~ distributed under the License is distributed on an "AS IS" BASIS, - ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - ~ See the License for the specific language governing permissions and - ~ limitations under the License. - ~ - --> - -## MySQL Data Stream Adapter - -<p align="center"> - <img src="icon.png" width="150px;" class="pe-image-documentation"/> -</p> - -*** - -## Description - -Creates a data stream for a SQL table - - -*** - diff --git a/streampipes-extensions/streampipes-connect-adapters-iiot/src/main/resources/org.apache.streampipes.connect.iiot.adapters.mysql.stream/icon.png b/streampipes-extensions/streampipes-connect-adapters-iiot/src/main/resources/org.apache.streampipes.connect.iiot.adapters.mysql.stream/icon.png deleted file mode 100644 index 084246f3d..000000000 Binary files a/streampipes-extensions/streampipes-connect-adapters-iiot/src/main/resources/org.apache.streampipes.connect.iiot.adapters.mysql.stream/icon.png and /dev/null differ diff --git a/streampipes-extensions/streampipes-connect-adapters-iiot/src/main/resources/org.apache.streampipes.connect.iiot.adapters.mysql.stream/strings.en b/streampipes-extensions/streampipes-connect-adapters-iiot/src/main/resources/org.apache.streampipes.connect.iiot.adapters.mysql.stream/strings.en deleted file mode 100644 index 7fc8b1af6..000000000 --- a/streampipes-extensions/streampipes-connect-adapters-iiot/src/main/resources/org.apache.streampipes.connect.iiot.adapters.mysql.stream/strings.en +++ /dev/null @@ -1,42 +0,0 @@ -# -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work for additional information regarding copyright ownership. -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# - - -org.apache.streampipes.connect.iiot.adapters.mysql.stream.title=MySql Stream Adapter -org.apache.streampipes.connect.iiot.adapters.mysql.stream.description=Creates a data stream for a SQL table - - -mysqlHost.title=Hostname -mysqlHost.description=Hostname of the MySql Server - -mysqlPort.title=Port -mysqlPort.description=Port of the MySql Server. Default: 3306 - -mysqlDatabase.title=Database -mysqlDatabase.description=Database in which the table is located - -mysqlTable.title=Table -mysqlTable.description=Table which should be watched - -mysqlUser.title=Username -mysqlUser.description=Username of the user - -mysqlPassword.title=Password -mysqlPassword.description=Password of the user - -replaceNullValues.title=Replace Null Values -replaceNullValues.description=Should null values in the incoming data be replace by defaults? If not, these events are skipped \ No newline at end of file
