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

dependabot[bot] pushed a change to branch 
dependabot/github_actions/actions/setup-go-7
in repository https://gitbox.apache.org/repos/asf/streampipes.git


 discard 06c8b214f9 chore(deps): bump actions/setup-go from 5 to 7
     add 9f56b5386f fix: Remove max retries health check (#4739)
     add 1bcd60af06 chore(deps): bump actions/setup-java from 5.5.0 to 5.6.0 
(#4756)
     add adb7dddcbc chore(deps-dev): bump tar from 7.5.11 to 7.5.20 in 
/streampipes-client-go/docs (#4750)
     add 48b29d69a9 chore(deps-dev): bump gitpython from 3.1.50 to 3.1.52 in 
/streampipes-client-python (#4758)
     add 3c007d3f6e chore(deps-dev): bump cryptography from 46.0.7 to 48.0.1 in 
/streampipes-client-python (#4755)
     add 5e42db1cdf chore(deps-dev): bump bleach from 6.2.0 to 6.4.0 in 
/streampipes-client-python (#4754)
     add fc0b965f68 chore(deps): bump actions/setup-go from 5 to 7

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (06c8b214f9)
            \
             N -- N -- N   
refs/heads/dependabot/github_actions/actions/setup-go-7 (fc0b965f68)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/build.yml                        |   2 +-
 .github/workflows/cypress-test.yml                 |   2 +-
 .github/workflows/extensions-docs.yml              |   2 +-
 .github/workflows/go-client-e2e-test.yml           |   2 +-
 .github/workflows/java-client-e2e-test.yml         |   2 +-
 .github/workflows/mvn-integration-test.yml         |   2 +-
 .github/workflows/pr-validation.yml                |   4 +-
 streampipes-client-go/docs/package-lock.json       |   6 +-
 streampipes-client-python/poetry.lock              | 155 ++++++-------
 .../pe/InvocablePipelineElementManagement.java     |   2 +-
 .../health/monitoring/ExtensionHealthCheck.java    |  27 ++-
 .../health/monitoring/PipelineHealthCheck.java     | 150 +++++++-----
 .../health/monitoring/PipelineRecoveryBackoff.java | 107 +++++++++
 .../health/monitoring/utils/HealthCheckUtils.java  |   6 +
 .../health/monitoring/PipelineHealthCheckTest.java | 256 +++++++++++++++++++++
 .../monitoring/PipelineRecoveryBackoffTest.java    | 100 ++++++++
 .../streampipes/service/core/PostStartupTask.java  |   7 +-
 .../service/core/StreamPipesCoreApplication.java   |  23 +-
 .../pipeline-operation-status.component.html       |  93 +++++---
 .../pipeline-operation-status.component.scss       | 119 +++++++++-
 .../pipeline-operation-status.component.ts         |  31 ++-
 ui/src/scss/sp/_variables.scss                     |   1 +
 ui/src/scss/sp/main.scss                           |   2 +-
 23 files changed, 895 insertions(+), 206 deletions(-)
 create mode 100644 
streampipes-health-monitoring/src/main/java/org/apache/streampipes/health/monitoring/PipelineRecoveryBackoff.java
 create mode 100644 
streampipes-health-monitoring/src/test/java/org/apache/streampipes/health/monitoring/PipelineHealthCheckTest.java
 create mode 100644 
streampipes-health-monitoring/src/test/java/org/apache/streampipes/health/monitoring/PipelineRecoveryBackoffTest.java

Reply via email to