You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ze...@apache.org on 2022/12/30 08:10:37 UTC

[streampipes] branch dependabot/maven/swagger.version-2.2.7 updated (fd3daa121 -> a144a7019)

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

zehnder pushed a change to branch dependabot/maven/swagger.version-2.2.7
in repository https://gitbox.apache.org/repos/asf/streampipes.git


    from fd3daa121 increase logback version due to convergence issue
     add 9cd4299de Chore/refactor class hierarchy python client (#909)
     add df6e18d95 chore: remove peer dependencies and use postinstall (#911)
     add b3cc89d99 Bump antlr4-runtime from 4.9 to 4.11.1 (#900)
     add 4cbc769d3 Bump extra-enforcer-rules from 1.2 to 1.6.1 (#902)
     add 6d467849d Bump metrics-core from 3.1.2 to 4.2.15 (#903)
     add 00f0ba91a Bump json-path from 3.1.0 to 5.3.0 (#904)
     add c2e164adb Bump karma-firefox-launcher (#912)
     add a2e91bbb2 Bump jasmine-core from 3.99.1 to 4.5.0 in /ui (#918)
     add 3c8b6a9d2 Bump ngx-color-picker from 11.0.0 to 13.0.0 in /ui (#915)
     add 7e11381b4 Bump karma in /ui/projects/streampipes/platform-services (#913)
     add d817173cf Bump karma-jasmine in /ui/projects/streampipes/platform-services (#914)
     add 4a8a8a2d2 Bump karma-firefox-launcher from 1.3.0 to 2.1.2 in /ui (#919)
     add 779af5d8b Bump @angular-eslint/eslint-plugin-template from 14.4.0 to 15.1.0 in /ui
     add 2099cd97c Bump file-saver from 1.3.8 to 2.0.5 in /ui
     add a876cec6f Bump value from 2.8.8 to 2.9.3
     add 6357f20c2 Bump jackson.version from 2.13.2 to 2.14.1
     add 8bbd6aaca Bump maven-shade-plugin from 3.2.4 to 3.4.1
     add b70aed13c Replaced checkboxes with dropdown menus (#921)
     add 2e167f7c3 style: [apache/streampipes#877] format and lint deployment directory (#920)
     add 30e771bf2 Bump karma-jasmine-html-reporter (#922)
     add aa343368c Bump json-smart from 1.3.3 to 2.4.8 (#927)
     add d4db458f0 Bump log4j.version from 2.17.2 to 2.19.0
     add 7b658f83a Bump @angular-eslint/eslint-plugin from 14.4.0 to 15.1.0 in /ui
     add 450f3bcac Bump plotly.js from 2.16.5 to 2.17.0 in /ui (#932)
     add 54dab6648 Bump compression-webpack-plugin from 9.2.0 to 10.0.0 in /ui (#936)
     add 4c7248937 Bump animal-sniffer-annotations from 1.17 to 1.22 (#937)
     add 2f2ba9707 Bump shepherd.js from 9.1.1 to 11.0.1 in /ui (#939)
     add bb90718af Bump javax.json from 1.0.2 to 1.1.4 (#940)
     add 963538ad6 Bump @angular-eslint/builder from 13.5.0 to 15.1.0 in /ui (#941)
     add 9976ad7be Bump @danielmoncada/angular-datetime-picker from 14.2.0 to 15.0.1 in /ui (#942)
     add 1bfcd24a0 Bump bcpkix-jdk15on from 1.66 to 1.69 (#938)
     add 8d16d8257 Bump cypress from 10.11.0 to 12.2.0 in /ui
     add 37720623f [hotfix] Fix failing e2e test
     add 5354a8d35 Bump maven-clean-plugin from 3.1.0 to 3.2.0 (#947)
     add a2b17e55b Bump @fortawesome/fontawesome-free from 5.15.4 to 6.2.1 in /ui (#950)
     add a144a7019 Merge branch 'dev' into dependabot/maven/swagger.version-2.2.7

No new revisions were added by this update.

Summary of changes:
 .github/ISSUE_TEMPLATE/bug_report.yml              |    5 +-
 .../ISSUE_TEMPLATE/doc_website_issue_report.yml    |    5 +-
 .github/ISSUE_TEMPLATE/maintainer_fast_track.yml   |    7 +-
 .github/dependabot.yml                             |   14 +
 pom.xml                                            |   24 +-
 streampipes-client-python/Makefile                 |    4 +
 .../endpoint/data_lake_measure.py                  |    2 +-
 .../streampipes_client/model/common.py             |   37 +-
 .../model/container/data_streams.py                |    2 +-
 .../streampipes_client/model/resource/__init__.py  |    2 +
 .../model/resource/data_lake_series.py             |    4 +
 .../model/resource/data_stream.py                  |    6 +
 .../streampipes_client/model/resource/resource.py  |    4 +-
 .../integration/containers/PulsarContainer.java    |    1 -
 .../integration/containers/PulsarDevContainer.java |    1 -
 streampipes-maven-plugin/pom.xml                   |    2 +-
 ui/.eslintignore                                   |    1 -
 ui/.prettierignore                                 |    1 -
 ui/README.md                                       |    1 -
 ui/cypress/support/utils/datalake/DataLakeUtils.ts |    2 +-
 .../restartStreamPipes/restartStreamPipes.sh       |    1 -
 ui/deployment/app-constants.ts                     |    1 -
 ui/deployment/apps.ts                              |   24 +-
 ui/deployment/dev/config.yml                       |   26 +-
 ui/deployment/modules.yml                          |  261 +-
 ui/deployment/prebuild.js                          |  131 +-
 ui/deployment/sp-theme.scss                        |  439 +--
 ui/deployment/webpack.partial.dev.js               |    2 +-
 ui/package-lock.json                               | 2809 ++++++++------------
 ui/package.json                                    |   33 +-
 .../streampipes/platform-services/package.json     |    8 +-
 31 files changed, 1620 insertions(+), 2240 deletions(-)