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

dominikriemer pushed a change to branch fix-plc-retry-failed-connection
in repository https://gitbox.apache.org/repos/asf/streampipes.git


    from e4d3ae27a0 fix: Improve retry of failed PLC connections
     add 09c0ef60f8 test: Update prometheus endpoint test (#4537)
     add cf05bafbcd fix: Make asset filter and edit adapter tests more robust 
(#4578)
     add dfa759acc8 Merge branch 'dev' into fix-plc-retry-failed-connection

No new revisions were added by this update.

Summary of changes:
 .devcontainer/docker-compose.yml                   |  1 +
 docker-compose.yml                                 |  1 +
 .../apache/streampipes/commons/constants/Envs.java |  1 +
 .../commons/environment/DefaultEnvironment.java    |  5 ++
 .../commons/environment/Environment.java           |  2 +
 .../rest/impl/ResetEndpointEnabledCondition.java   | 13 ++----
 .../streampipes/rest/impl/ResetResource.java       |  5 ++
 ui/cypress/support/utils/connect/ConnectUtils.ts   | 18 +++++++-
 ui/cypress/support/utils/filter/FilterUtils.ts     | 15 ++++--
 ui/cypress/tests/connect/editAdapter.smoke.spec.ts | 11 ++---
 .../tests/monitoring/prometheusEndpoint.spec.ts    |  4 +-
 ....spec.ts => resetResourceAuthorization.spec.ts} | 53 ++++++++--------------
 12 files changed, 69 insertions(+), 60 deletions(-)
 copy 
streampipes-service-core/src/main/java/org/apache/streampipes/service/core/oauth2/OAuthEnabledCondition.java
 => 
streampipes-rest/src/main/java/org/apache/streampipes/rest/impl/ResetEndpointEnabledCondition.java
 (77%)
 copy ui/cypress/tests/userManagement/{addUserAdmin.smoke.spec.ts => 
resetResourceAuthorization.spec.ts} (53%)

Reply via email to