You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by gi...@apache.org on 2023/01/25 18:17:23 UTC

[streampipes] branch dependabot/pip/streampipes-client-python/pre-commit-3.0.0 updated (b0d134980 -> 6f68c1607)

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

github-bot pushed a change to branch dependabot/pip/streampipes-client-python/pre-commit-3.0.0
in repository https://gitbox.apache.org/repos/asf/streampipes.git


    omit b0d134980 Bump pre-commit from 2.21.0 to 3.0.0 in /streampipes-client-python
     add 3a15af353 Bump blacken-docs from 1.12.1 to 1.13.0 in /streampipes-client-python (#1150)
     add 407f1dcc1 [#877] Format and lint CustomMaterial module
     add 6a5b00d7b Merge pull request #1144 from aamirxshaikh/STREAMPIPES-877-CustomMaterial
     add 694b84759 [hotfix] Improve echarts import
     add 73422d4a4 [#1132] Remove set adapters from e2e tests
     add ec9ee297e Merge branch 'dev' into SP-1132
     add 6b826b28c [#1132] Fix preprocessing rule e2e tests
     add 62c2ea4c6 Merge branch 'dev' into SP-1132
     add 4a97d1229 [#1132] Add wait to fix processing element tests
     add 09e70845e [hotfix] Extract string into a variable
     add 8b079f028 Merge pull request #1153 from apache/SP-1132
     add dc3aa010b [hotfix] Fix processing element e2e tests
     add 8e2a4c3ed Bump proton-j from 0.30.0 to 0.34.0
     add 8a4f9df82 Merge pull request #1130 from apache/dependabot/maven/org.apache.qpid-proton-j-0.34.0
     add d1df87d77 Bump javapoet from 1.6.1 to 1.13.0
     add 6270a449d remove javapoet
     add 21ebe64ef Merge branch 'dev' into dependabot/maven/com.squareup-javapoet-1.13.0
     add 4b0636995 Merge pull request #1131 from apache/dependabot/maven/com.squareup-javapoet-1.13.0
     add 10e0e720c Bump ua-parser-js from 0.7.32 to 0.7.33 in /ui
     add 09ff63830 Merge pull request #1156 from apache/dependabot/npm_and_yarn/ui/ua-parser-js-0.7.33
     add a43b05635 Bump @angular-eslint/eslint-plugin from 15.1.0 to 15.2.0 in /ui (#1152)
     add 6f68c1607 Bump pre-commit from 2.21.0 to 3.0.0 in /streampipes-client-python

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   (b0d134980)
            \
             N -- N -- N   refs/heads/dependabot/pip/streampipes-client-python/pre-commit-3.0.0 (6f68c1607)

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:
 pom.xml                                            |   8 +-
 streampipes-client-python/setup.py                 |   2 +-
 .../iiot/protocol/stream/FileStreamProtocol.java   |   4 +-
 .../pom.xml                                        |   2 +-
 ui/.eslintignore                                   |   1 -
 ui/.prettierignore                                 |   1 -
 .../fixtures/connect/aggregationRules/expected.csv |   2 -
 .../support/builder/GenericAdapterBuilder.ts       |   2 +-
 .../support/utils/DataDownloadDialogUtils.ts       |   2 -
 ui/cypress/support/utils/PrepareTestDataUtils.ts   |  14 +-
 .../support/utils/ProcessingElementTestUtils.ts    |  20 ++-
 ui/cypress/support/utils/connect/ConnectUtils.ts   |  52 +++----
 ui/cypress/support/utils/datalake/DataLakeUtils.ts |  16 ++-
 .../adapter/createAdapterWithoutStarting.spec.ts   |   5 +-
 ui/cypress/tests/adapter/formats/format.spec.ts    |   4 +-
 ui/cypress/tests/adapter/rules/streamRules.spec.ts |   2 +-
 .../dataDownloadDialogTest.smoke.spec.ts           |   1 +
 ui/cypress/tests/datalake/deleteWidget.ts          |   1 -
 .../datalake/widgetDataConfiguration.smoke.spec.ts |   2 -
 ui/deployment/appng5.module.mst                    |   4 +
 ui/package-lock.json                               | 158 ++++++++++-----------
 ui/package.json                                    |   2 +-
 .../app/CustomMaterial/custom-material.module.ts   |  11 +-
 .../pipeline-element-runtime-info.component.html   |   2 +-
 .../adapter-started-dialog.component.html          |   3 +-
 ui/src/app/data-explorer/data-explorer.module.ts   |   6 +-
 26 files changed, 152 insertions(+), 175 deletions(-)