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

[incubator-streampipes] 02/02: Merge branch 'dev' into edge-extensions

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

wiener pushed a commit to branch edge-extensions
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git

commit 56ad0a924fa957c74fe798f66b9471e70828ce33
Merge: 7f6b869 dab3353
Author: Patrick Wiener <wi...@fzi.de>
AuthorDate: Wed Apr 22 14:58:07 2020 +0200

    Merge branch 'dev' into edge-extensions

 LICENSE                                            |  28 +-
 LICENSE-binary                                     |  18 +-
 NOTICE-binary                                      | 760 ++++++++++++++++++++-
 pom.xml                                            |  35 +-
 .../messaging/jms/ActiveMQPublisher.java           |   3 +-
 streampipes-wrapper-siddhi/pom.xml                 |  11 +-
 .../wrapper/siddhi/engine/SiddhiDebugCallback.java |   2 +-
 .../wrapper/siddhi/engine/SiddhiEventEngine.java   |  15 +-
 .../wrapper/siddhi/manager/SpSiddhiManager.java    |   2 +-
 .../maven/owasp-dependency-check-suppression.xml   |  28 +-
 .../static-mapping-nary.component.html             |  13 +-
 ...nent.css => static-mapping-nary.component.scss} |   1 +
 .../static-mapping-nary.component.ts               |  42 +-
 .../components/widgets/table/table-config.ts       |   2 +-
 ...css => add-visualization-dialog.component.scss} |   0
 .../add-visualization-dialog.component.ts          |   7 +-
 .../dashboard/registry/widget-config-builder.ts    |   6 +-
 .../customize/customize-dialog.component.ts        |   3 +-
 .../customize/customize-dialog.tmpl.html           |  12 +-
 .../customoutput/customoutput.component.ts         |   3 +-
 .../components/customoutput/customoutput.tmpl.html |  21 +-
 .../property-selection.component.ts                |   3 +-
 .../propertyselection/property-selection.tmpl.html |   3 +-
 .../components/fileupload/fileupload.component.ts  |   3 +-
 .../components/fileupload/fileupload.tmpl.html     |   8 +-
 .../mappingnary/mappingnary.component.ts           |   3 +-
 .../components/mappingnary/mappingnary.tmpl.html   |   6 +-
 .../mappingunary/mappingunary.component.ts         |   1 +
 .../mappingunary/mappingunary.controller.ts        |   8 +-
 .../components/mappingunary/mappingunary.tmpl.html |   5 +-
 .../editor/components/oneof/oneof.controller.ts    |   5 +
 .../pipeline-element-icon-stand.component.ts       |   3 +-
 .../pipeline-element-icon-stand.controller.ts      |  10 +-
 .../pipeline-element-icon-stand.tmpl.html          |   4 +-
 .../pipeline-element-options.controller.ts         |   3 +-
 .../pipeline-element-options.tmpl.html             |   2 +-
 .../components/pipeline/pipeline.controller.ts     |   2 +-
 .../replaceoutput/replaceoutput.component.ts       |   3 +-
 .../replaceoutput/replaceoutput.tmpl.html          |   2 +-
 .../customize.controller.ts                        |   9 +-
 .../customizeElementDialog.tmpl.html               |  22 +-
 ui/src/app/editor/editor.controller.ts             |  24 +-
 ui/src/app/editor/editor.html                      |   4 +-
 .../services/editor-dialog-manager.service.ts      |   5 +-
 ui/src/scss/sp/buttons.scss                        |   6 +
 45 files changed, 1040 insertions(+), 116 deletions(-)