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/10 16:25:15 UTC

[streampipes] branch dependabot/npm_and_yarn/ui/codemirror-6.0.1 updated (7a35c8ea6 -> abb563b8a)

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

github-bot pushed a change to branch dependabot/npm_and_yarn/ui/codemirror-6.0.1
in repository https://gitbox.apache.org/repos/asf/streampipes.git


    omit 7a35c8ea6 Bump codemirror from 5.65.11 to 6.0.1 in /ui
     add 8a977ce3f [hotfix] Remove unused message interface
     add 1eedd3539  [hotfix] Fix flaky adapter e2e tests
     add 149f0e4d2 Bump cypress from 12.2.0 to 12.3.0 in /ui (#1047)
     add 0e0ee43fe [#877] Apply UI linting to configuration module (#1037)
     add 320f2ecfc remove outdated maven profile (#1048)
     add 9b398f92e Merge branch 'dev' into hotfix-flaky-e2e-tests
     add 7a30742fc Merge pull request #1039 from apache/hotfix-flaky-e2e-tests
     add 655194fcf Validate CLI commands and exit with message if any error's. (#1049)
     add bd612fcd6 [#877] apply formatting and linting to services module (#1056)
     add 31f5f1868 [#877] apply formatting and linting to profile module (#1055)
     add c211f4dd2 [#877] apply formatting and linting to pipelines module (#1054)
     add cc3be0d8d extend metadata for publishing (#1050)
     add 10a63c7a3 [#877] apply formatting and linting to scss module (#1053)
     add c561a8840 [hotfix] fix header style
     add 8714e0a4f [release] Add release notes for upcoming version
     add 24570572b [hotfix] Update year in NOTICE file
     add ba8e8a64c [release] Update release version in bug report template
     add 960457e1c Upgrade Siddhi version to v5.1.27
     add 6417a9246 Merge pull request #1060 from grainier/siddhi-upgrade
     add e6f3bfbef Add fix for python code rendered as markdown.
     add d01be9b4a Remove unnecessary comment
     add 865d7dbc4 Merge branch 'apache:dev' into dev
     add c397cbcd7 Merge branch 'dev' of https://github.com/CryoSolace/streampipes into dev
     add 1b571b6fb reformat code
     add b2f8e6765 Merge pull request #1059 from CryoSolace/dev
     add 3ae0c8b2c Bump plc4x.version from 0.9.1 to 0.10.0
     add 67acce2c9 Merge pull request #1018 from apache/dependabot/maven/plc4x.version-0.10.0
     add 12fe50e76 [#877] add formatting and linting to pipeline-details module (#1064)
     add c45c9589e Bump json5 from 1.0.1 to 1.0.2 in /ui
     add cd39835d9 Merge pull request #1029 from apache/dependabot/npm_and_yarn/ui/json5-1.0.2
     add d16943bdc Bump kotlin-stdlib-jdk8 from 1.4.30 to 1.8.0
     add bd8617c65 Merge pull request #1030 from apache/dependabot/maven/org.jetbrains.kotlin-kotlin-stdlib-jdk8-1.8.0
     add abb563b8a Bump codemirror from 5.65.11 to 6.0.1 in /ui

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   (7a35c8ea6)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/ui/codemirror-6.0.1 (abb563b8a)

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/ISSUE_TEMPLATE/bug_report.yml              |    4 +-
 .github/release.yml                                |   33 +-
 NOTICE                                             |    2 +-
 RELEASE_NOTES.md                                   |   79 +
 installer/cli/bin/commands/env                     |    5 +
 pom.xml                                            |   17 +-
 streampipes-client-python/setup.py                 |    9 +-
 .../streampipes_client/client/client.py            |   22 +-
 .../commons/messaging/IMessageListener.java        |   25 -
 .../commons/messaging/IMessagePublisher.java       |   27 -
 ui/.eslintignore                                   |    9 +-
 ui/.prettierignore                                 |    9 +-
 .../fixtures/connect/valueRules/expected.csv       |    2 +-
 ui/cypress/fixtures/connect/valueRules/input.csv   |    2 +-
 .../support/utils/ConnectEventSchemaUtils.ts       |   14 +
 .../adapter/{ => rules}/schemaRules.smoke.spec.ts  |   30 +-
 .../{streamRules.ts => rules/streamRules.spec.ts}  |   30 +-
 ui/cypress/tests/adapter/{ => rules}/valueRules.ts |   30 +-
 ui/package-lock.json                               |   86 +-
 ui/package.json                                    |    2 +-
 .../add-pipeline/add-pipeline-dialog.component.ts  |    2 +-
 ui/src/app/configuration/configuration-tabs.ts     |   51 +-
 ui/src/app/configuration/configuration.module.ts   |  170 +--
 ui/src/app/configuration/configuration.routes.ts   |    7 +-
 .../consul-configs-boolean.component.css           |    1 -
 .../consul-configs-boolean.component.html          |   25 +-
 .../consul-configs-boolean.component.ts            |    8 +-
 .../consul-configs-number.component.css            |    1 -
 .../consul-configs-number.component.html           |   14 +-
 .../consul-configs-number.component.ts             |    8 +-
 .../consul-configs-password.component.css          |    2 +-
 .../consul-configs-password.component.html         |   23 +-
 .../consul-configs-password.component.spec.ts      |  154 +-
 .../consul-configs-password.component.ts           |    8 +-
 .../consul-configs-text.component.css              |    1 -
 .../consul-configs-text.component.html             |   20 +-
 .../consul-configs-text.component.ts               |    8 +-
 .../consul-configs/consul-configs.component.css    |    1 -
 .../consul-configs/consul-configs.component.html   |   61 +-
 .../consul-configs/consul-configs.component.ts     |   25 +-
 .../consul-service/consul-service.component.css    |    6 +-
 .../consul-service/consul-service.component.html   |   39 +-
 .../consul-service/consul-service.component.ts     |   14 +-
 .../datalake-configuration-entry.ts                |   12 +-
 .../datalake-configuration.component.html          |  180 ++-
 .../datalake-configuration.component.ts            |  311 ++--
 .../delete-datalake-index-dialog.component.html    |   75 +-
 .../delete-datalake-index-dialog.component.scss    |    2 +-
 .../delete-datalake-index-dialog.component.ts      |   67 +-
 .../email-configuration.component.html             |  177 ++-
 .../email-configuration.component.ts               |  266 ++--
 .../export/data-export-import.component.html       |   39 +-
 .../export/data-export-import.component.ts         |  128 +-
 .../configuration/export/data-export.service.ts    |  108 +-
 .../data-export-dialog.component.html              |   79 +-
 .../export-dialog/data-export-dialog.component.ts  |   66 +-
 .../data-export-item.component.html                |   12 +-
 .../data-export-item/data-export-item.component.ts |   31 +-
 .../data-import-dialog.component.html              |  184 ++-
 .../import-dialog/data-import-dialog.component.ts  |  117 +-
 .../general-configuration.component.html           |  134 +-
 .../general-configuration.component.scss           |    2 +-
 .../general-configuration.component.ts             |  207 ++-
 .../messaging-configuration.component.css          |   10 +-
 .../messaging-configuration.component.html         |  147 +-
 .../messaging-configuration.component.ts           |   34 +-
 .../pipeline-element-configuration.component.css   |    7 +-
 .../pipeline-element-configuration.component.html  |  131 +-
 .../pipeline-element-configuration.component.ts    |  175 ++-
 .../abstract-security-principal-config.ts          |  120 +-
 .../authentication-configuration.component.html    |   12 +-
 .../authentication-configuration.component.ts      |   47 +-
 .../edit-group-dialog.component.html               |   38 +-
 .../edit-group-dialog.component.scss               |    6 +-
 .../edit-group-dialog.component.ts                 |  113 +-
 .../edit-user-dialog.component.html                |  159 +-
 .../edit-user-dialog.component.scss                |   11 +-
 .../edit-user-dialog/edit-user-dialog.component.ts |  426 +++---
 .../security-configuration.component.html          |   15 +-
 .../security-configuration.component.ts            |   21 +-
 .../security-service-config.component.html         |   95 +-
 .../security-service-config.component.scss         |    2 +-
 .../security-service-config.component.ts           |   30 +-
 .../security-user-config.component.html            |  108 +-
 .../security-user-config.component.scss            |    2 +-
 .../security-user-config.component.ts              |   32 +-
 .../user-group-configuration.component.html        |   94 +-
 .../user-group-configuration.component.ts          |   99 +-
 .../shared/configuration.service.spec.ts           |   19 +-
 .../configuration/shared/configuration.service.ts  |   95 +-
 .../shared/configuration.test.service.ts           |   31 +-
 .../shared/messaging-settings.model.ts             |    7 +-
 ui/src/app/configuration/shared/multipart-utils.ts |   31 +-
 .../shared/streampipes-pe-container-configs.ts     |    4 +-
 .../actions/pipeline-actions.component.html        |   67 +-
 .../actions/pipeline-actions.component.ts          |   42 +-
 .../components/edit/quickedit.component.html       |   81 +-
 .../components/edit/quickedit.component.ts         |  254 ++--
 .../elements/pipeline-elements-row.component.html  |   24 +-
 .../elements/pipeline-elements-row.component.ts    |   12 +-
 .../elements/pipeline-elements.component.html      |   19 +-
 .../elements/pipeline-elements.component.ts        |   17 +-
 .../components/model/pipeline-details.model.ts     |    8 +-
 .../monitoring/pipeline-monitoring.component.html  |  138 +-
 .../monitoring/pipeline-monitoring.component.scss  |   26 +-
 .../monitoring/pipeline-monitoring.component.ts    |  190 +--
 .../pipeline-element-statistics.component.html     |   69 +-
 .../pipeline-element-statistics.component.scss     |    6 +-
 .../pipeline-element-statistics.component.ts       |  207 +--
 .../widget/barchart/barchart-widget.component.html |   35 +-
 .../widget/barchart/barchart-widget.component.scss |    2 +-
 .../widget/barchart/barchart-widget.component.ts   |   43 +-
 .../pipeline-details-overview.component.html       |   47 +-
 .../pipeline-details-overview.component.scss       |    2 +-
 .../pipeline-details-overview.component.ts         |   54 +-
 .../pipeline-logs/pipeline-logs.component.html     |   96 +-
 .../pipeline-logs/pipeline-logs.component.ts       |   92 +-
 .../preview/pipeline-preview.component.html        |   13 +-
 .../preview/pipeline-preview.component.scss        |    1 -
 .../preview/pipeline-preview.component.ts          |   74 +-
 .../components/sp-pipeline-details.directive.ts    |   72 +-
 .../status/pipeline-status.component.html          |   47 +-
 .../components/status/pipeline-status.component.ts |   13 +-
 .../app/pipeline-details/pipeline-details-tabs.ts  |   33 +-
 .../pipeline-details/pipeline-details.module.ts    |   68 +-
 .../pipeline-details/pipeline-details.routes.ts    |    9 +-
 .../category-already-in-pipeline.filter.ts         |   18 +-
 .../abstract-function-details.directive.ts         |  118 +-
 .../functions-logs/functions-logs.component.html   |   41 +-
 .../functions-logs/functions-logs.component.ts     |   55 +-
 .../functions-metrics.component.html               |   46 +-
 .../functions-metrics.component.ts                 |   46 +-
 .../functions-overview.component.html              |   94 +-
 .../functions-overview.component.ts                |   30 +-
 .../pipeline-overview.component.html               |  252 +++-
 .../pipeline-overview.component.scss               |   37 +-
 .../pipeline-overview.component.ts                 |  205 +--
 .../delete-pipeline-dialog.component.html          |   62 +-
 .../delete-pipeline-dialog.component.scss          |    2 +-
 .../delete-pipeline-dialog.component.ts            |   25 +-
 .../import-pipeline-dialog.component.html          |   80 +-
 .../import-pipeline-dialog.component.scss          |    2 +-
 .../import-pipeline-dialog.component.ts            |   67 +-
 .../pipeline-categories-dialog.component.html      |  275 +++-
 .../pipeline-categories-dialog.component.scss      |    2 +-
 .../pipeline-categories-dialog.component.ts        |   47 +-
 .../pipeline-notifications.component.html          |   14 +-
 .../pipeline-notifications.component.scss          |   18 +-
 .../pipeline-notifications.component.ts            |   42 +-
 .../pipeline-status-dialog.component.html          |   74 +-
 .../pipeline-status-dialog.component.scss          |   38 +-
 .../pipeline-status-dialog.component.ts            |  166 ++-
 .../start-all-pipelines-dialog.component.html      |   57 +-
 .../start-all-pipelines-dialog.component.scss      |    2 +-
 .../start-all-pipelines-dialog.component.ts        |  234 +--
 ui/src/app/pipelines/model/pipeline-model.ts       |    4 +-
 ui/src/app/pipelines/pipeline-category.filter.ts   |   18 +-
 ui/src/app/pipelines/pipelines.component.html      |  123 +-
 ui/src/app/pipelines/pipelines.component.scss      |    8 +-
 ui/src/app/pipelines/pipelines.component.ts        |  386 ++---
 ui/src/app/pipelines/pipelines.module.ts           |  187 ++-
 ui/src/app/pipelines/pipelines.routes.ts           |    9 +-
 .../services/pipeline-operations.service.ts        |  283 ++--
 .../profile/components/basic-profile-settings.ts   |   65 +-
 .../general-profile-settings.component.html        |   84 +-
 .../general-profile-settings.component.scss        |   12 +-
 .../general/general-profile-settings.component.ts  |  144 +-
 .../token/token-management-settings.component.html |  102 +-
 .../token/token-management-settings.component.scss |   34 +-
 .../token/token-management-settings.component.ts   |   85 +-
 .../change-email-dialog.component.html             |   77 +-
 .../change-email-dialog.component.scss             |    3 +-
 .../change-email/change-email-dialog.component.ts  |  164 +-
 .../change-password-dialog.component.html          |   78 +-
 .../change-password-dialog.component.scss          |    2 +-
 .../change-password-dialog.component.ts            |  141 +-
 ui/src/app/profile/profile.component.html          |   35 +-
 ui/src/app/profile/profile.component.scss          |    2 +-
 ui/src/app/profile/profile.component.ts            |   25 +-
 ui/src/app/profile/profile.module.ts               |   19 +-
 ui/src/app/profile/profile.service.ts              |   84 +-
 ui/src/app/services/auth.service.ts                |  146 +-
 ui/src/app/services/available-roles.service.ts     |   80 +-
 .../app/services/get-element-icon-text.service.ts  |    1 -
 ui/src/app/services/jwt-token-storage.service.ts   |   37 +-
 ui/src/app/services/notification-count-service.ts  |   11 +-
 ui/src/app/services/property-selector.service.ts   |   65 +-
 ui/src/app/services/rest-api.service.ts            |   30 +-
 ui/src/app/services/secure.pipe.ts                 |   35 +-
 ui/src/app/services/services.module.ts             |    7 +-
 .../app/services/tour/adapter-tour-2.constants.ts  |  113 +-
 .../app/services/tour/adapter-tour-3.constants.ts  |   98 +-
 ui/src/app/services/tour/adapter-tour.constants.ts |  110 +-
 .../tour/create-pipeline-tour.constants.ts         |  120 +-
 .../app/services/tour/dashboard-tour.constants.ts  |   60 +-
 ui/src/app/services/tour/shepherd.service.ts       |   40 +-
 ui/src/app/services/tour/tour-provider.service.ts  |    4 +-
 ui/src/scss/_variables.scss                        |   21 +-
 ui/src/scss/main.scss                              |    2 +-
 ui/src/scss/sp/animations.ng1.scss                 |  106 +-
 ui/src/scss/sp/buttons.ng1.scss                    |  129 +-
 ui/src/scss/sp/buttons.scss                        |  142 +-
 ui/src/scss/sp/colors.scss                         |   12 +-
 ui/src/scss/sp/data-explorer.scss                  |   16 +-
 ui/src/scss/sp/dialog.ng5.scss                     |    6 +-
 ui/src/scss/sp/dialog.scss                         |   82 +-
 ui/src/scss/sp/documentation.ng1.scss              |   38 +-
 ui/src/scss/sp/feedback.ng1.scss                   |   38 +-
 ui/src/scss/sp/forms.scss                          |   26 +-
 ui/src/scss/sp/input.ng1.scss                      |   60 +-
 ui/src/scss/sp/jsplumb.scss                        |    2 +-
 ui/src/scss/sp/layout.scss                         |  155 +-
 ui/src/scss/sp/main.scss                           | 1563 ++++++++++----------
 ui/src/scss/sp/mat-tab.scss                        |    8 +-
 ui/src/scss/sp/pipeline-assembly.scss              |    1 -
 ui/src/scss/sp/pipeline-element-loading.scss       |   36 +-
 ui/src/scss/sp/pipeline-element-options.scss       |  131 +-
 ui/src/scss/sp/pipeline-element.scss               |   26 +-
 ui/src/scss/sp/pipeline-validation.scss            |   12 +-
 ui/src/scss/sp/progress-bar.scss                   |    4 +-
 ui/src/scss/sp/shepherd-new.scss                   |  771 +++++-----
 ui/src/scss/sp/sp-dialog.scss                      |   19 +-
 ui/src/scss/sp/spinner.scss                        |    7 +-
 ui/src/scss/sp/stepper.scss                        |    4 +-
 ui/src/scss/sp/trafficlight.scss                   |   34 +-
 ui/src/scss/sp/widgets.scss                        |   52 +-
 226 files changed, 9389 insertions(+), 6659 deletions(-)
 delete mode 100644 streampipes-commons/src/main/java/org/apache/streampipes/commons/messaging/IMessageListener.java
 delete mode 100644 streampipes-commons/src/main/java/org/apache/streampipes/commons/messaging/IMessagePublisher.java
 rename ui/cypress/tests/adapter/{ => rules}/schemaRules.smoke.spec.ts (50%)
 rename ui/cypress/tests/adapter/{streamRules.ts => rules/streamRules.spec.ts} (60%)
 rename ui/cypress/tests/adapter/{ => rules}/valueRules.ts (50%)