forked from telefonicaid/fiware-cygnus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3ab7ab8
commit cf03d54
Showing
12 changed files
with
29 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +0,0 @@ | ||
[cygnus-ngsi] [PostgisSink,PostgreSQL,MySQL] Add stack trace and config options to error log about createPersistenceBackend | ||
[cygnus-ngsi] [PostgisSink] Fix PostgreSQL encoding when enabled. | ||
[cygnus-ngsi] [MysqlSink, PostgisSink, PosgreSQLSink] Update sinks to initialize persistance backend objects without database. (#2004) | ||
[cygnus-common] Remove database initialization on constructors. (#2004) | ||
[cygnus-ngsi-ld] handle unitCode meta-property in NGSI-LD events received (#1997) | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -171,6 +171,13 @@ rm -rf $RPM_BUILD_ROOT | |
/var/run/%{_project_name} | ||
|
||
%changelog | ||
* Mon Apr 5 2021 Alvaro Vega <[email protected]> 2.8.0 | ||
- [cygnus-ngsi] [PostgisSink,PostgreSQL,MySQL] Add stack trace and config options to error log about createPersistenceBackend | ||
- [cygnus-ngsi] [PostgisSink] Fix PostgreSQL encoding when enabled. | ||
- [cygnus-ngsi] [MysqlSink, PostgisSink, PosgreSQLSink] Update sinks to initialize persistance backend objects without database. (#2004) | ||
- [cygnus-common] Remove database initialization on constructors. (#2004) | ||
- [cygnus-ngsi-ld] handle unitCode meta-property in NGSI-LD events received (#1997) | ||
|
||
* Fri Mar 5 2021 Alvaro Vega <[email protected]> 2.7.0 | ||
- [cygnus-common] Change log level of timeinstant parser chain (from error to debug) | ||
- [cygnus-common][ArcGis] New Rest based backend to persist Arcgis data (#1672) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -99,6 +99,13 @@ rm -rf $RPM_BUILD_ROOT | |
%{_project_install_dir} | ||
|
||
%changelog | ||
* Mon Apr 5 2021 Alvaro Vega <[email protected]> 2.8.0 | ||
- [cygnus-ngsi] [PostgisSink,PostgreSQL,MySQL] Add stack trace and config options to error log about createPersistenceBackend | ||
- [cygnus-ngsi] [PostgisSink] Fix PostgreSQL encoding when enabled. | ||
- [cygnus-ngsi] [MysqlSink, PostgisSink, PosgreSQLSink] Update sinks to initialize persistance backend objects without database. (#2004) | ||
- [cygnus-common] Remove database initialization on constructors. (#2004) | ||
- [cygnus-ngsi-ld] handle unitCode meta-property in NGSI-LD events received (#1997) | ||
|
||
* Fri Mar 5 2021 Alvaro Vega <[email protected]> 2.7.0 | ||
- [cygnus-ngsi][NGSISink] Set srv and subsrv logs N/A in proccesBatch (#1983) | ||
- [cygnus-ngsi][NGSIArcgisFeatureTableSink] New sink to persist Arcgis data, removing the old ArgGis sink (#1672) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -99,6 +99,8 @@ rm -rf $RPM_BUILD_ROOT | |
%{_project_install_dir} | ||
|
||
%changelog | ||
* Mon Apr 5 2021 Alvaro Vega <[email protected]> 2.8.0 | ||
|
||
* Fri Mar 5 2021 Alvaro Vega <[email protected]> 2.7.0 | ||
- [cygnus-common][cygnus-ngsi][cygnus-ngsi-ld][cygnus-twitter] Upgrade Dockerfile base image from 7.6.1810 to centos7.9.2009 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ MAINTAINER Francisco Romero Bueno <[email protected]> | |
# Environment variables | ||
ENV CYGNUS_USER "cygnus" | ||
ENV CYGNUS_HOME "/opt/fiware-cygnus" | ||
ENV CYGNUS_VERSION "2.7.0_SNAPSHOT" | ||
ENV CYGNUS_VERSION "2.8.0" | ||
ENV CYGNUS_CONF_PATH "/opt/apache-flume/conf" | ||
ENV CYGNUS_CONF_FILE "/opt/apache-flume/conf/agent.conf" | ||
ENV CYGNUS_AGENT_NAME "cygnus-common" | ||
|
@@ -36,7 +36,7 @@ ENV CYGNUS_API_PORT "8081" | |
# PR https://github.com/telefonicaid/fiware-cygnus/pull/1801 should be also done in this Dockerfile | ||
# NOTE: Configure correctly GIT_URL_CYGNUS and GIT_REV_CYGNUS for each git branch/fork used | ||
ENV GIT_URL_CYGNUS "https://github.com/telefonicaid/fiware-cygnus.git" | ||
ENV GIT_REV_CYGNUS "master" | ||
ENV GIT_REV_CYGNUS "release/2.8.0" | ||
|
||
ENV MVN_VER "3.5.4" | ||
ENV MVN_TGZ "apache-maven-${MVN_VER}-bin.tar.gz" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ MAINTAINER Javi Palanca <[email protected]> | |
# Environment variables | ||
ENV CYGNUS_USER "cygnus" | ||
ENV CYGNUS_HOME "/opt/fiware-cygnus" | ||
ENV CYGNUS_VERSION "2.7.0_SNAPSHOT" | ||
ENV CYGNUS_VERSION "2.8.0" | ||
ENV CYGNUS_CONF_PATH "/opt/apache-flume/conf" | ||
ENV CYGNUS_CONF_FILE "/opt/apache-flume/conf/agent.conf" | ||
ENV CYGNUS_AGENT_NAME "cygnus-twitter" | ||
|
@@ -35,7 +35,7 @@ ENV CYGNUS_JAVA_OPTS "-Xms2048m -Xmx4096m" | |
# PR https://github.com/telefonicaid/fiware-cygnus/pull/1801 should be also done in this Dockerfile | ||
# NOTE: Configure correctly GIT_URL_CYGNUS and GIT_REV_CYGNUS for each git branch/fork used | ||
ENV GIT_URL_CYGNUS "https://github.com/telefonicaid/fiware-cygnus.git" | ||
ENV GIT_REV_CYGNUS "master" | ||
ENV GIT_REV_CYGNUS "release/2.8.0" | ||
|
||
ENV MVN_VER "3.5.4" | ||
ENV MVN_TGZ "apache-maven-${MVN_VER}-bin.tar.gz" | ||
|