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 2022/07/28 13:41:56 UTC

[incubator-streampipes] branch STREAMPIPES-545 updated (b3f919177 -> 1127bfeab)

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

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


    from b3f919177 Merge branch 'dev' into STREAMPIPES-545
     add 4d23a43de [hotfix] Fix template handling in adapters
     add 17f211211 [hotfix] Fix csv export
     add 30d277e4f [hotfix] Deactivate check for columns in data explorer api
     add 9894034ed [hotfix] Fix color of group titles in editor
     add 964c57eaa [hotfix] Use less strict filtering for OPC nodes
     add 9a0b83417 [hotfix] Add minor style improvements to schema editor
     add bf076736f [hotfix] Filter transformation rules for timestamp rules
     add 37e895b8d [hotfix] Remove obsolete adapter test
     add 6447eca31 [hotfix] Use default value for OPC server url in adapter
     add 83d1ec096 [hotfix] Add loading spinner to tree input
     add 698e3af64 [hotfix] Use accent color for loading bar
     new 1127bfeab Merge branch 'dev' into STREAMPIPES-545

The 1 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:
 .../worker/management/AdapterWorkerManagement.java |  6 +--
 .../worker/rest/AdapterWorkerResource.java         | 12 ++++--
 .../management/AdapterWorkerManagementTest.java    | 32 --------------
 .../connect/iiot/adapters/opcua/OpcUaAdapter.java  |  2 +-
 .../iiot/adapters/opcua/OpcUaNodeBrowser.java      |  5 ++-
 .../model/connect/adapter/AdapterDescription.java  |  4 +-
 .../apache/streampipes/ps/DataLakeResourceV4.java  | 12 +++---
 .../apache/streampipes/sdk/StaticProperties.java   |  6 +++
 ui/deployment/sp-theme.scss                        |  3 ++
 ui/src/app/app.component.html                      |  4 +-
 .../new-adapter/adapter-configuration.directive.ts |  2 +
 .../generic-adapter-configuration.component.ts     |  5 +++
 .../new-adapter/new-adapter.component.html         |  2 +
 .../new-adapter/new-adapter.component.ts           |  1 +
 .../event-schema/event-schema.component.html       | 11 +++++
 .../loading-message/loading-message.component.html |  4 +-
 .../specific-adapter-configuration.component.ts    |  1 +
 .../edit-timestamp-property.component.html         |  4 +-
 .../static-tree-input.component.html               |  7 +++-
 .../pipeline-element-icon-stand.component.scss     |  1 +
 ui/src/scss/main.scss                              |  1 -
 ui/src/scss/sp/loading-bar.scss                    | 49 ----------------------
 22 files changed, 67 insertions(+), 107 deletions(-)
 delete mode 100644 ui/src/scss/sp/loading-bar.scss


[incubator-streampipes] 01/01: Merge branch 'dev' into STREAMPIPES-545

Posted by ri...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 1127bfeab81b04d473b0a11dcc38aac007332a7e
Merge: b3f919177 698e3af64
Author: Dominik Riemer <do...@gmail.com>
AuthorDate: Thu Jul 28 15:41:38 2022 +0200

    Merge branch 'dev' into STREAMPIPES-545

 .../worker/management/AdapterWorkerManagement.java |  6 +--
 .../worker/rest/AdapterWorkerResource.java         | 12 ++++--
 .../management/AdapterWorkerManagementTest.java    | 32 --------------
 .../connect/iiot/adapters/opcua/OpcUaAdapter.java  |  2 +-
 .../iiot/adapters/opcua/OpcUaNodeBrowser.java      |  5 ++-
 .../model/connect/adapter/AdapterDescription.java  |  4 +-
 .../apache/streampipes/ps/DataLakeResourceV4.java  | 12 +++---
 .../apache/streampipes/sdk/StaticProperties.java   |  6 +++
 ui/deployment/sp-theme.scss                        |  3 ++
 ui/src/app/app.component.html                      |  4 +-
 .../new-adapter/adapter-configuration.directive.ts |  2 +
 .../generic-adapter-configuration.component.ts     |  5 +++
 .../new-adapter/new-adapter.component.html         |  2 +
 .../new-adapter/new-adapter.component.ts           |  1 +
 .../event-schema/event-schema.component.html       | 11 +++++
 .../loading-message/loading-message.component.html |  4 +-
 .../specific-adapter-configuration.component.ts    |  1 +
 .../edit-timestamp-property.component.html         |  4 +-
 .../static-tree-input.component.html               |  7 +++-
 .../pipeline-element-icon-stand.component.scss     |  1 +
 ui/src/scss/main.scss                              |  1 -
 ui/src/scss/sp/loading-bar.scss                    | 49 ----------------------
 22 files changed, 67 insertions(+), 107 deletions(-)