You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ze...@apache.org on 2020/12/01 07:04:07 UTC

[incubator-streampipes] branch dev updated (a31b87f -> a18e426)

This is an automated email from the ASF dual-hosted git repository.

zehnder pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git.


    from a31b87f  [STREAMPIPES-252] clean up comments
     new ccdf2ae  Add missing license headers to a few files
     new f5587f8  Add UI config for release 0.66.0
     new d6e81e0  Update settings to configure release validation
     new 737029e  add license header
     new ffd8b65  Fix bug in prebuild script
     new 3bbe273  Explicitly add dist subdirectories to gitignore to avoid problems with rat plugin
     new 3d5e33e  [STREAMPIPES-110] Temporarily disable dependency-check maven plugin
     new 8cf6f46  Modify docker-compose version
     new cef2d67  Fix bug in prebuild script
     new 7617b2b  Use 0.66.0-SNAPSHOT as sp.version in archetypes
     new edb43f6  Set sp.version in archetypes to 0.66.0
     new 73a3272  Set streampipes version to 0.66.0
     new d606f2c  Perform some cleanup
     new 72f394a  Modify release settings in pom
     new 5a989fc  [maven-release-plugin] prepare release release/0.66.0
     new 5444d20  [maven-release-plugin] prepare for next development iteration
     new 81e8693  Revert to development version 0.66.0-SNAPSHOT
     new 7aada08  Cleanup properties files
     new 09775ad  Update package.json
     new ebac9f4  Fix bug in app overview module
     new 71cc882  Add NotificationCount view to installation process
     new 60c697e  Import Roboto font in angular.json
     new 47e22d7  Add assembly profile
     new b8c23e6  [maven-release-plugin] prepare release release/0.66.0
     new cf18d51  Kafka producer and consumer
     new 8b69d44  Merge branch 'dev' of github.com:apache/incubator-streampipes into kafka-auth
     new ab864f4  Merge branch 'dev' into kafka-auth
     new 99fcb8e  Removed legacy ui code
     new 999cc60  Removed legacy ui code
     new 499ef66  Merge branch 'dev' into kafka-auth
     new 1324b37  Fix v1-api route
     new fe213d1  Deleted streampipes-app-file-export/
     new 82b79fd  Merge remote-tracking branch 'main/dev' into kafka-auth
     new df9e394  Removed DISCLAIMER-WIP
     new a18e426  Merge pull request #28 from heymarco/kafka-auth

The 5704 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 streampipes-backend/src/main/resources/shiro.ini   |  1 +
 .../messaging/kafka/SpKafkaConsumer.java           | 43 +++++++++++++++++-----
 .../messaging/kafka/SpKafkaProducer.java           | 18 +++++++--
 .../kafka/config/AbstractConfigFactory.java        |  2 +
 .../kafka/config/ConsumerConfigFactory.java        | 17 ++++++++-
 .../kafka/config/ProducerConfigFactory.java        | 17 +++++++++
 .../streampipes/model/__init__.py                  |  2 +-
 .../streampipes/utils/__init__.py                  |  2 +-
 .../runtime-resolvable.service.ts                  |  2 +-
 9 files changed, 87 insertions(+), 17 deletions(-)