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

zehnder pushed a change to branch 
4120-add-custom-header-configuration-to-http-stream-adapter
in repository https://gitbox.apache.org/repos/asf/streampipes.git


    from 8d40f132dd fix(#4120): Add bearer token authentication options to 
HttpStreamProtocol
     add 3523bc4d19 refactor: The event schema provider is not required anymore 
(#4131)
     add 69112b3925 refactor: ConfigureSchemaComponent to make it more modular 
(#4127)
     add 56edbce467 feat(#4111): Implement event schema diff service to apply 
user configuration changes (#4128)
     add 32fffe57f7 Merge branch 'dev' into 
4120-add-custom-header-configuration-to-http-stream-adapter
     add 9fc00a442c fix(#4120): add generic request headers to 
HttpStreamProtocol

No new revisions were added by this update.

Summary of changes:
 .../migration/HttpStreamProtocolMigrationV1.java   |  50 ++--
 .../iiot/protocol/stream/HttpStreamProtocol.java   |  88 +++++--
 .../documentation.md                               |   8 +
 .../strings.en                                     |  16 +-
 .../plc/adapter/generic/GenericPlc4xAdapter.java   |   7 +-
 .../generic/config/EventSchemaProvider.java        |  59 -----
 ui/cypress/tests/connect/editAdapter.smoke.spec.ts |   3 +-
 .../editAdapterSettingsAndPipeline.smoke.spec.ts   |   2 -
 .../connect/editAdapterValuesAndFields.spec.ts     |  10 +-
 .../opcua/startAndEditOpcAdapters.smoke.spec.ts    |   2 -
 .../adapter-configuration-state.service.ts         |  10 +
 .../configure-schema.component.html                | 263 +++------------------
 .../configure-schema/configure-schema.component.ts |   8 +
 .../adapter-result-preview.component.html          |  61 +++++
 .../adapter-result-preview.component.ts}           |  20 +-
 .../adapter-sample-preview.component.html          |  73 ++++++
 .../adapter-sample-preview.component.ts}           |  22 +-
 .../adapter-script-editor.component.html           | 134 +++++++++++
 .../adapter-script-editor.component.ts}            |  28 ++-
 ui/src/app/connect/connect.module.ts               |   6 +
 .../connect/services/event-schema-diff.service.ts  | 207 ++++++++++++++++
 21 files changed, 695 insertions(+), 382 deletions(-)
 delete mode 100644 
streampipes-extensions/streampipes-connectors-plc/src/main/java/org/apache/streampipes/extensions/connectors/plc/adapter/generic/config/EventSchemaProvider.java
 create mode 100644 
ui/src/app/connect/components/adapter-configuration/configure-schema/result-preview/adapter-result-preview.component.html
 copy 
ui/src/app/{configuration/export/export-dialog/generic-storage-items/generic-storage-item/generic-storage-item.component.ts
 => 
connect/components/adapter-configuration/configure-schema/result-preview/adapter-result-preview.component.ts}
 (67%)
 create mode 100644 
ui/src/app/connect/components/adapter-configuration/configure-schema/sample-preview/adapter-sample-preview.component.html
 copy 
ui/{projects/streampipes/shared-ui/src/lib/components/feature-card-host/feature-card-header/feature-card-header.component.ts
 => 
src/app/connect/components/adapter-configuration/configure-schema/sample-preview/adapter-sample-preview.component.ts}
 (63%)
 create mode 100644 
ui/src/app/connect/components/adapter-configuration/configure-schema/script-editor/adapter-script-editor.component.html
 copy 
ui/src/app/{configuration/export/export-dialog/generic-storage-items/generic-storage-item/generic-storage-item.component.ts
 => 
connect/components/adapter-configuration/configure-schema/script-editor/adapter-script-editor.component.ts}
 (51%)
 create mode 100644 ui/src/app/connect/services/event-schema-diff.service.ts

Reply via email to