You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2020/08/15 21:54:12 UTC

[incubator-streampipes] 05/11: Merge branch 'dev' into STREAMPIPES-193

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

riemer pushed a commit to branch STREAMPIPES-193
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git

commit 1445691f8a620d5fe8cc334fcddcfe209b77e074
Merge: 265fb38 4a16d18
Author: Dominik Riemer <ri...@fzi.de>
AuthorDate: Thu Aug 13 23:32:24 2020 +0200

    Merge branch 'dev' into STREAMPIPES-193

 .github/workflows/build.yml                        |  2 +-
 .../streampipes/model/client/user/Element.java     |  5 ++-
 .../apache/streampipes/model/client/user/User.java |  7 +++
 .../org/apache/streampipes/rest/impl/User.java     |  1 +
 streampipes-wrapper-python/README.md               | 52 +++++++++++++++-------
 streampipes-wrapper-python/setup.py                |  4 +-
 streampipes-wrapper-python/streampipes/core.py     | 24 +++++-----
 ui/package.json                                    |  2 +-
 .../endpoint-item/endpoint-item.component.html     |  8 ++--
 .../pipeline-element-runtime-info.component.scss   | 17 +++++++
 ui/src/app/core-model/gen/streampipes-model.ts     | 19 ++++++++
 .../dialog/base-dialog/base-dialog.model.ts        | 18 ++++++++
 .../confirm-dialog/confirm-dialog.component.html   | 18 ++++++++
 .../components/widgets/table/table-config.ts       |  2 +-
 .../add-visualization-dialog.component.html        |  2 +-
 .../pipeline-element-documentation.component.html  | 18 ++++++++
 .../pipeline-overview.component.scss               | 19 ++++++++
 ui/src/scss/sp/buttons.scss                        | 17 +++++++
 ui/src/scss/sp/sp-theme.scss                       | 17 +++++++
 19 files changed, 214 insertions(+), 38 deletions(-)