Skip to content

Commit

Permalink
Closing for 7.8 Release
Browse files Browse the repository at this point in the history
Merge branch 'master' into releases

* Draco 1.3.1
* Lightweight M2M 1.3.0
* Cygnus: 1.17.0
* IOTA Lib: 2.11.0
* IOTA JSON: 1.12.0
* IOTA UL 1.11.0
* IOTA LWM2M: 1.3.0
* IOTA Sigfox: 1.3.0
  • Loading branch information
jason-fox committed Nov 5, 2019
2 parents f2f26c1 + 69d9055 commit 01cc1b4
Show file tree
Hide file tree
Showing 14 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion core/draco
Submodule draco updated 41 files
+1 −0 .idea/misc.xml
+3 −0 .idea/modules.xml
+503 −499 .idea/workspace.xml
+2 −2 .travis.yml
+3 −1 README.md
+2 −0 docs/credits.md
+ docs/images/processor-cassandra.png
+ docs/images/processor-hdfs.png
+1 −1 docs/processors_catalogue/README.md
+73 −99 docs/processors_catalogue/ngsi_carto_sink.md
+325 −0 docs/processors_catalogue/ngsi_cassandra_sink.md
+336 −0 docs/processors_catalogue/ngsi_hdfs_sink.md
+3 −0 mkdocs.yml
+8 −8 nifi-ngsi-bundle/nifi-ngsi-nar/nifi-ngsi-nar.iml
+3 −3 nifi-ngsi-bundle/nifi-ngsi-nar/pom.xml
+14 −14 nifi-ngsi-bundle/nifi-ngsi-processors/nifi-ngsi-processors.iml
+1 −1 nifi-ngsi-bundle/nifi-ngsi-processors/pom.xml
+3 −0 ...dle/nifi-ngsi-processors/src/main/java/org/apache/nifi/processors/ngsi/ngsi/backends/PostgreSQLBackend.java
+2 −1 nifi-ngsi-bundle/nifi-ngsi-processors/src/main/resources/META-INF/services/org.apache.nifi.processor.Processor
+1 −1 nifi-ngsi-bundle/nifi-ngsi-processors/src/test/java/org/apache/nifi/processors/ngsi/TestNGSIToMySQL.java
+4 −4 nifi-ngsi-bundle/nifi-ngsi-processors/src/test/java/org/apache/nifi/processors/ngsi/TestNGSIToPostgreSQL.java
+2 −2 nifi-ngsi-bundle/pom.xml
+47 −0 nifi-ngsi-cassandra/nifi-ngsi-cassandra-nar/pom.xml
+79 −0 nifi-ngsi-cassandra/nifi-ngsi-cassandra-processors/pom.xml
+538 −0 ...assandra-processors/src/main/java/org/apache/nifi/processors/ngsi/cassandra/AbstractCassandraProcessor.java
+180 −0 ...nifi-ngsi-cassandra-processors/src/main/java/org/apache/nifi/processors/ngsi/cassandra/NGSIToCassandra.java
+193 −0 ...cassandra-processors/src/main/java/org/apache/nifi/processors/ngsi/cassandra/backends/CassandraBackend.java
+433 −0 ...-ngsi-cassandra-processors/src/test/java/org.apache.nifi.processors.ngsi.cassandra/TestNGSIToCassandra.java
+35 −0 nifi-ngsi-cassandra/pom.xml
+6 −1 nifi-ngsi-resources/docker-compose.yml
+10 −7 nifi-ngsi-resources/docker/Dockerfile
+1 −1 nifi-ngsi-resources/docker/docker-compose.yml
+1 −1 nifi-ngsi-resources/docker/pom.xml
+2 −2 nifi-ngsi-resources/docker/templates/MONGO-TUTORIAL.xml
+4 −4 nifi-ngsi-resources/docker/templates/MULTIPLE-SINKS-TUTORIAL.xml
+3 −3 nifi-ngsi-resources/docker/templates/MYSQL-TUTORIAL.xml
+547 −0 nifi-ngsi-resources/docker/templates/ORION-TO-CASSANDRA.xml
+2 −2 nifi-ngsi-resources/docker/templates/ORION-TO-MONGO.xml
+3 −3 nifi-ngsi-resources/docker/templates/ORION-TO-MYSQL.xml
+3 −3 nifi-ngsi-resources/docker/templates/ORION-TO-POSTGRESQL.xml
+3 −3 nifi-ngsi-resources/docker/templates/POSTGRES-TUTORIAL.xml
2 changes: 1 addition & 1 deletion core/orion
Submodule orion updated 279 files
2 changes: 1 addition & 1 deletion iot-agents/iotagent-node-lib
Submodule iotagent-node-lib updated 174 files
2 changes: 1 addition & 1 deletion processing/knowage/documentation
Submodule documentation updated 147 files
2 changes: 1 addition & 1 deletion processing/knowage/server-docker
Submodule server-docker updated 60 files
+6 −0 .env
+0 −214 6.1.1/Dockerfile
+0 −661 6.1.1/LICENSE
+0 −62 6.1.1/README.md
+0 −16 6.1.1/docker-compose.yml
+0 −44 6.1.1/entrypoint.sh
+0 −112 6.1.1/server.xml
+0 −15 6.2.0-RC/CHANGELOG.md
+0 −218 6.2.0-RC/Dockerfile
+0 −661 6.2.0-RC/LICENSE
+0 −66 6.2.0-RC/README.md
+0 −16 6.2.0-RC/docker-compose.yml
+0 −44 6.2.0-RC/entrypoint.sh
+0 −112 6.2.0-RC/server.xml
+0 −15 6.2.1/CHANGELOG.md
+0 −221 6.2.1/Dockerfile
+0 −661 6.2.1/LICENSE
+0 −68 6.2.1/README.md
+0 −16 6.2.1/docker-compose.yml
+0 −44 6.2.1/entrypoint.sh
+0 −112 6.2.1/server.xml
+0 −15 6.2.2/CHANGELOG.md
+0 −221 6.2.2/Dockerfile
+0 −661 6.2.2/LICENSE
+0 −68 6.2.2/README.md
+0 −16 6.2.2/docker-compose.yml
+0 −44 6.2.2/entrypoint.sh
+0 −112 6.2.2/server.xml
+0 −15 6.3.0/CHANGELOG.md
+0 −226 6.3.0/Dockerfile
+0 −661 6.3.0/LICENSE
+0 −70 6.3.0/README.md
+0 −16 6.3.0/docker-compose.yml
+0 −44 6.3.0/entrypoint.sh
+0 −111 6.3.0/server.xml
+0 −15 6.3.1/CHANGELOG.md
+0 −226 6.3.1/Dockerfile
+0 −661 6.3.1/LICENSE
+0 −70 6.3.1/README.md
+0 −16 6.3.1/docker-compose.yml
+0 −44 6.3.1/entrypoint.sh
+0 −111 6.3.1/server.xml
+0 −15 6.3.2/CHANGELOG.md
+0 −199 6.3.2/Dockerfile
+0 −661 6.3.2/LICENSE
+0 −70 6.3.2/README.md
+0 −16 6.3.2/docker-compose.yml
+0 −44 6.3.2/entrypoint.sh
+0 −111 6.3.2/server.xml
+0 −15 6.3.3/CHANGELOG.md
+0 −199 6.3.3/Dockerfile
+0 −661 6.3.3/LICENSE
+0 −70 6.3.3/README.md
+0 −16 6.3.3/docker-compose.yml
+0 −44 6.3.3/entrypoint.sh
+0 −111 6.3.3/server.xml
+155 −154 Dockerfile
+36 −12 docker-compose.yml
+7 −16 entrypoint.sh
+178 −0 wait-for-it.sh
20 changes: 10 additions & 10 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ displayUpdatedTags (){
}


findRelease core/cygnus telefonicaid/fiware-cygnus 1.16.0
findRelease core/draco ging/fiware-draco 1.3.0
findRelease core/orion telefonicaid/fiware-orion 2.2.0
findRelease core/cygnus telefonicaid/fiware-cygnus 1.17.0
findRelease core/draco ging/fiware-draco 1.3.1
findRelease core/orion telefonicaid/fiware-orion 2.3.0
findRelease core/quantum-leap smartsdk/ngsi-timeseries-api 0.7.5
findRelease core/scorpio ScorpioBroker/ScorpioBroker 0.9.1
findRelease core/sth-comet telefonicaid/fiware-sth-comet 2.6.0
Expand Down Expand Up @@ -74,13 +74,13 @@ findRelease data-publication/ckan-extensions/wirecloud-dashboards conwetlab/ckan
findRelease data-publication/idra opsilab/idra v2.0.2

findRelease iot-agents/iotagent-LoRaWAN Atos-Research-and-Innovation/IoTagent-LoRaWAN v1.2.3
findRelease iot-agents/iotagent-json telefonicaid/iotagent-json 1.11.0
findRelease iot-agents/iotagent-lightweightM2M telefonicaid/lightweightm2m-iotagent 1.2.0
findRelease iot-agents/iotagent-node-lib telefonicaid/iotagent-node-lib 2.10.0
findRelease iot-agents/iotagent-json telefonicaid/iotagent-json 1.12.0
findRelease iot-agents/iotagent-lightweightM2M telefonicaid/lightweightm2m-iotagent 1.3.0
findRelease iot-agents/iotagent-node-lib telefonicaid/iotagent-node-lib 2.11.0
findRelease iot-agents/iotagent-opcua Engineering-Research-and-Development/iotagent-opcua v1.3.4
findRelease iot-agents/iotagent-ultralight telefonicaid/iotagent-ul 1.10.0
findRelease iot-agents/iotagent-ultralight telefonicaid/iotagent-ul 1.11.0
findRelease iot-agents/OpenMTC OpenMTC/OpenMTC v1.3.0
findRelease iot-agents/iotagent-sigfox telefonicaid/sigfox-iotagent 1.2.0
findRelease iot-agents/iotagent-sigfox telefonicaid/sigfox-iotagent 1.3.0

findRelease processing/cosmos/cosmos-flink ging/fiware-cosmos-orion-flink-connector 1.2.0
findRelease processing/cosmos/cosmos-spark ging/fiware-cosmos-orion-spark-connector 1.1.0
Expand All @@ -95,8 +95,8 @@ findRelease processing/kurento/documentation Kurento/doc-fiware-readthedocs "lat
findRelease processing/kurento/media-server Kurento/kurento-media-server 6.12.0
findRelease processing/kurento/media-server-docker Kurento/kurento-docker 6.8.0
findRelease processing/open-vidu OpenVidu/openvidu v2.11.0
findRelease processing/perseo/back-end telefonicaid/perseo-core 1.3.0
findRelease processing/perseo/front-end telefonicaid/perseo-fe 1.9.0
findRelease processing/perseo/back-end telefonicaid/perseo-core 1.4.0
findRelease processing/perseo/front-end telefonicaid/perseo-fe 1.10.0
findRelease processing/wirecloud/ngsijs conwetlab/ngsijs v1.2.1
findRelease processing/wirecloud/wirecloud Wirecloud/wirecloud 1.3.1
findRelease processing/wirecloud/wirecloud-docker Wirecloud/docker-wirecloud "latest"
Expand Down

0 comments on commit 01cc1b4

Please sign in to comment.