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

bossenti pushed a change to branch SP-584
in repository https://gitbox.apache.org/repos/asf/streampipes.git


 discard 0641223da [STREAMPIPES-584] Add License headers
 discard 28727f861 [STREAMPIPES-584] Add Readme
 discard a7533862a [STREAMPIPES-584] Extend Connections Parameters
 discard f53bd57a1 [STREAMPIPES-584] add connection and processor
 discard bdc2dc08a [STREAMPIPES-584] add pop new ressources
 discard 07b81ef84 [STREAMPIPES-584] Add basic documentation
 discard 9c04f6122 [STREAMPIPES-584] add processor class and additional work
 discard d4e7ccf38 [STREAMPIPES-584] Add compose files and dummy scripts
     add c5038ea7b [#877] Apply formatting and linting to NS and notifications 
module (#1089)
     add a93628b43 Update mkdocs.yml
     add 6a30688a2 update logo
     add d607a94a1 Merge pull request #1095 from parthsali/dev
     add a532da19d [#877] Format and lint core-model module (#1094)
     add 73f858188 [hotfix] add stream example to Mkdocs (#1098)
     add 73fa98d74 [hotfix] Fix failing e2e tests
     add 077fa1c1b Merge pull request #1099 from apache/hotfix-fix-nightly-build
     add 4981f1208 [#1085] Add getter for event schema to AdapterDescription
     add d9250f91f Merge branch 'dev' into SP-1085
     add 77354bffc Merge remote-tracking branch 'origin/SP-1065' into SP-1085
     add 02059a87d [#1085] Extract find timestamp property from 
FileStreamProtocol to EventSchemaUtils
     add 8fd086049 [#1085] Replace thread with executor service in 
FileStreamProtocol
     add 9b1d370de [#1085] Remove SendToBrokerReplayAdapterSink and move code 
to FileStreamProtocol
     add f84a1311c Merge pull request #1093 from apache/SP-1085
     add bd7b0dffa Bump apache from 25 to 29
     add 03f2cd837 Merge pull request #1073 from 
apache/dependabot/maven/org.apache-apache-29
     add 32afa895b chore: adapt setup of python dependencies (#1100)
     add 5f7ec0d64 Bump commons-pool2 from 2.9.0 to 2.11.1
     add 26cccbacf Merge pull request #1110 from 
apache/dependabot/maven/org.apache.commons-commons-pool2-2.11.1
     add 36e1892b1 Bump pyupgrade from 3.2.1 to 3.3.1 in 
/streampipes-client-python
     add 7f789ea30 Merge pull request #1109 from 
apache/dependabot/pip/streampipes-client-python/pyupgrade-3.3.1
     add 351cb5af4 [#877] Format and lint core-services module (#1116)
     add 90c5c4616 [STREAMPIPES-584] Add compose files and dummy scripts
     add ca1b6fe61 [STREAMPIPES-584] add processor class and additional work
     add b9c234cb3 [STREAMPIPES-584] Add basic documentation
     add 7213e578f [STREAMPIPES-584] add pop new ressources
     add 8129f2d52 [STREAMPIPES-584] add connection and processor
     add ae957ff86 [STREAMPIPES-584] Extend Connections Parameters
     add 0434854e6 [STREAMPIPES-584] Add Readme
     add 667a3e4ec [STREAMPIPES-584] Add License headers

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   (0641223da)
            \
             N -- N -- N   refs/heads/SP-584 (667a3e4ec)

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/pr-validation.yml                |  36 +-
 pom.xml                                            |   4 +-
 streampipes-client-python/mkdocs.yml               |   5 +-
 streampipes-client-python/setup.py                 |  43 +-
 .../streampipes_client/client/client.py            |   1 -
 .../extensions/api/connect/IAdapterPipeline.java   |   4 +
 .../extensions/api/connect/IProtocol.java          |   3 -
 streampipes-extensions-management/pom.xml          |   6 +
 .../connect/adapter/AdapterPipelineGenerator.java  |  13 +-
 .../connect/adapter/format/csv/CsvParser.java      |   9 +-
 .../adapter/model/generic/GenericAdapter.java      |   5 -
 .../connect/adapter/model/generic/Protocol.java    |  10 -
 .../pipeline/AdapterEventPreviewPipeline.java      |   6 +
 .../adapter/model/pipeline/AdapterPipeline.java    |  22 +-
 .../elements/SendToBrokerReplayAdapterSink.java    |  97 -----
 .../connect/adapter/util/DatatypeUtils.java        |  30 +-
 .../management/util/EventSchemaUtils.java          |  61 +++
 .../connect/adapter/format/csv/CsvParserTest.java  |  32 +-
 .../connect/adapter/util/DatatypeUtilsTest.java    | 130 ++++++
 .../management/util/EventSchemaUtilsTest.java      |  80 ++++
 .../iiot/protocol/stream/FileStreamProtocol.java   | 168 ++++----
 .../model/connect/adapter/AdapterDescription.java  |   3 +
 .../connect/adapter/GenericAdapterDescription.java |   4 -
 .../adapter/GenericAdapterSetDescription.java      |  21 +-
 .../adapter/GenericAdapterStreamDescription.java   |  12 +-
 .../adapter/SpecificAdapterSetDescription.java     |   5 +
 .../adapter/SpecificAdapterStreamDescription.java  |   5 +
 .../apache/streampipes/model/util/SchemaUtils.java |   1 +
 .../connect/adapter/AdapterDescriptionTest.java    |   2 +-
 .../generator/EventPropertyNestedTestBuilder.java  |  39 +-
 .../EventPropertyPrimitiveTestBuilder.java         |  37 +-
 ...enerator.java => EventPropertyTestBuilder.java} |  20 +-
 .../test/generator/EventSchemaGenerator.java       |  22 -
 .../test/generator/EventSchemaTestBuilder.java     |  35 +-
 ui/.eslintignore                                   |   4 -
 ui/.prettierignore                                 |   4 -
 ui/src/app/NS/XS.service.spec.ts                   |  20 +-
 ui/src/app/NS/xs.service.ts                        |  28 +-
 .../event-schema-preview.component.html            |   1 +
 ui/src/app/core-model/base/UserErrorMessage.ts     |  16 +-
 ui/src/app/core-model/coco/Annotation.ts           |  40 +-
 ui/src/app/core-model/coco/Category.ts             |  26 +-
 ui/src/app/core-model/coco/Coco.format.ts          |  28 +-
 ui/src/app/core-model/coco/Image.ts                |  16 +-
 .../semantic-type/semantic-type-utils.service.ts   |   8 +-
 .../template/PipelineInvocationBuilder.ts          |  86 ++--
 .../components/notification-item.component.html    |   5 +-
 .../components/notification-item.component.scss    |   2 +-
 .../components/notification-item.component.ts      |  13 +-
 .../app/notifications/notifications.component.html | 109 +++--
 .../app/notifications/notifications.component.scss |  15 +-
 .../app/notifications/notifications.component.ts   | 451 ++++++++++++---------
 ui/src/app/notifications/notifications.module.ts   |  21 +-
 .../notifications/service/notifications.service.ts |  76 ++--
 .../app/notifications/utils/notifications.utils.ts |  10 +-
 55 files changed, 1142 insertions(+), 808 deletions(-)
 delete mode 100644 
streampipes-extensions-management/src/main/java/org/apache/streampipes/extensions/management/connect/adapter/preprocessing/elements/SendToBrokerReplayAdapterSink.java
 create mode 100644 
streampipes-extensions-management/src/main/java/org/apache/streampipes/extensions/management/util/EventSchemaUtils.java
 copy 
streampipes-pipeline-management/src/test/java/org/apache/streampipes/manager/selector/TestSelectorGenerator.java
 => 
streampipes-extensions-management/src/test/java/org/apache/streampipes/extensions/management/connect/adapter/format/csv/CsvParserTest.java
 (60%)
 create mode 100644 
streampipes-extensions-management/src/test/java/org/apache/streampipes/extensions/management/connect/adapter/util/DatatypeUtilsTest.java
 create mode 100644 
streampipes-extensions-management/src/test/java/org/apache/streampipes/extensions/management/util/EventSchemaUtilsTest.java
 copy 
streampipes-model/src/main/java/org/apache/streampipes/model/output/AppendOutputStrategy.java
 => 
streampipes-test-utils/src/main/java/org/apache/streampipes/test/generator/EventPropertyNestedTestBuilder.java
 (51%)
 copy 
streampipes-model/src/main/java/org/apache/streampipes/model/grounding/TransportFormat.java
 => 
streampipes-test-utils/src/main/java/org/apache/streampipes/test/generator/EventPropertyPrimitiveTestBuilder.java
 (52%)
 rename 
streampipes-test-utils/src/main/java/org/apache/streampipes/test/generator/{EventPropertyGenerator.java
 => EventPropertyTestBuilder.java} (63%)
 delete mode 100644 
streampipes-test-utils/src/main/java/org/apache/streampipes/test/generator/EventSchemaGenerator.java
 copy 
streampipes-model/src/main/java/org/apache/streampipes/model/output/AppendOutputStrategy.java
 => 
streampipes-test-utils/src/main/java/org/apache/streampipes/test/generator/EventSchemaTestBuilder.java
 (57%)

Reply via email to