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

riemer pushed a change to branch add-asset-browser-to-dashboard-data-view
in repository https://gitbox.apache.org/repos/asf/streampipes.git


    from 9f53397019 feat: Add asset browser to dashboard and data explorer
     add 38cec1384f fix(#3188): Do not store nodes for 
RuntimeResolvableTreeInputStaticProperty anymore (#3189)
     add 0a86ff5c2f feat(#3192): Replace delete permissions with write (#3193)
     add e5454937d6 Merge branch 'dev' into 
add-asset-browser-to-dashboard-data-view

No new revisions were added by this update.

Summary of changes:
 .../streampipes/model/client/user/Privilege.java   |  16 ----
 .../apache/streampipes/model/client/user/Role.java |   9 +-
 .../streampipes/rest/impl/PipelineResource.java    |   2 +-
 .../rest/impl/connect/AdapterResource.java         |   2 +-
 .../impl/dashboard/AbstractDashboardResource.java  |   4 +-
 .../streampipes/rest/impl/dashboard/Dashboard.java |   5 --
 .../impl/datalake/DataLakeDashboardResource.java   |   5 --
 .../rest/impl/pe/DataProcessorResource.java        |   2 +-
 .../streampipes/rest/impl/pe/DataSinkResource.java |   2 +-
 .../rest/impl/pe/DataStreamResource.java           |   2 +-
 .../streampipes/rest/security/AuthConstants.java   |   9 --
 ui/cypress/support/utils/connect/OpcUaUtils.ts     | 100 +++++++++++++++++++++
 .../connect/opcua/opcAdapterConfiguration.spec.ts  |  27 ++----
 .../connect/opcua/startAndEditOpcAdapters.spec.ts  |  60 ++-----------
 .../connect/opcua/staticPropertyTreeNodesTest.ts   |  85 ++++++++++++++++++
 .../src/lib/model/gen/streampipes-model-client.ts  |   8 --
 .../src/lib/model/gen/streampipes-model.ts         |   2 +-
 ...atic-runtime-resolvable-tree-input.component.ts |  16 ++--
 .../static-tree-input-browse-nodes.component.ts    |   1 -
 .../overview/dashboard-overview.component.html     |   2 +-
 .../overview/dashboard-overview.component.ts       |   4 -
 .../dashboard-toolbar.component.html               |   2 +-
 .../dashboard-toolbar.component.ts                 |   3 -
 .../data-explorer-dashboard-panel.component.html   |   1 -
 .../data-explorer-dashboard-panel.component.ts     |   4 -
 ...data-explorer-dashboard-overview.component.html |   2 +-
 ...data-explorer-data-view-overview.component.html |   2 +-
 .../overview/data-explorer-overview.directive.ts   |   4 -
 .../actions/pipeline-actions.component.html        |   2 +-
 .../actions/pipeline-actions.component.ts          |   3 -
 ...pipeline-details-expansion-panel.component.html |   1 -
 .../pipeline-details-expansion-panel.component.ts  |   3 -
 .../pipeline-details.component.html                |   1 -
 .../pipeline-details/pipeline-details.component.ts |   4 -
 .../pipeline-overview.component.html               |   2 +-
 .../pipeline-overview.component.ts                 |   4 -
 36 files changed, 220 insertions(+), 181 deletions(-)
 create mode 100644 ui/cypress/support/utils/connect/OpcUaUtils.ts
 create mode 100644 
ui/cypress/tests/connect/opcua/staticPropertyTreeNodesTest.ts

Reply via email to