You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by bo...@apache.org on 2022/11/21 20:44:51 UTC

[streampipes] branch chore/STREAMPIPES-590 updated (440a99502 -> e4221cecb)

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

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


    omit 440a99502 [STREAMPIPES-590] change style of headers
    omit e75cf4041 [STREAMPIPES-590] add missing license headers
    omit 1d3f6adff [STREAMPIPES-590] include strings file in rat check run
    omit 356052276 [STREAMPIPES-590] remove debug artefacts
    omit c7fcaa30b [STREAMPIPES-590] add licence header to `strings.en` resource files
     add d511c435c Provide RocketMQ 5.0.0 Dockerfile and docker-compose.yml files
     add a7e377fae [STREAMPIPES-589] Explicitly name MIT-licsensed files in LICENSE
     add d15065ad9 [STREAMPIPES-588] Use range in NOTICE file
     add 655cdc7a2 Merge branch 'dev' of github.com:apache/streampipes into dev
     add fbbe78677 Streampipes 634 - ADD MkDocs Documentation  (#143)
     add 896994031 [STREAMPIPES-591] Prevent tests from failing with Java 17+
     add 7cadff213 [STREAMPIPES-590] add licence header to `strings.en` resource files
     add 92fa8c1f9 [STREAMPIPES-590] remove debug artefacts
     add e7dd1c6d1 [STREAMPIPES-590] include strings file in rat check run
     add 7b48306d9 [STREAMPIPES-590] add missing license headers
     add e4221cecb [STREAMPIPES-590] change style of 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   (440a99502)
            \
             N -- N -- N   refs/heads/chore/STREAMPIPES-590 (e4221cecb)

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:
 LICENSE                                            | 10 ++-
 NOTICE                                             |  2 +-
 .../cli/deploy/standalone/rocketmq/Dockerfile      | 76 ++++++++++++++++++++
 .../standalone/rocketmq/docker-compose.dev.yml     | 19 ++++-
 .../deploy/standalone/rocketmq/docker-compose.yml  | 75 ++++++++++++++++----
 pom.xml                                            | 11 +++
 .../docs/getting-started/installation.md           | 17 ++++-
 .../getting-started/quickstart.md}                 | 36 +---------
 .../{README.md => docs/index.md}                   |  4 +-
 streampipes-client-python/docs/overrides/main.html | 47 +++++++++++++
 .../docs/overrides/partials/footer.html            | 44 +++++++-----
 .../docs/scripts/gen_ref_pages.py                  | 50 +++++++++++++
 .../docs/stylesheets/extra.css                     | 21 ++++++
 streampipes-client-python/mkdocs.yml               | 81 ++++++++++++++++++++++
 streampipes-client-python/setup.py                 |  6 +-
 .../strings.en                                     | 34 ++++-----
 16 files changed, 439 insertions(+), 94 deletions(-)
 create mode 100644 installer/cli/deploy/standalone/rocketmq/Dockerfile
 copy CONTRIBUTING.md => streampipes-client-python/docs/getting-started/installation.md (76%)
 copy streampipes-client-python/{README.md => docs/getting-started/quickstart.md} (63%)
 copy streampipes-client-python/{README.md => docs/index.md} (95%)
 create mode 100644 streampipes-client-python/docs/overrides/main.html
 copy ui/projects/streampipes/shared-ui/src/lib/components/sp-exception-message/sp-exception-message.component.html => streampipes-client-python/docs/overrides/partials/footer.html (52%)
 create mode 100644 streampipes-client-python/docs/scripts/gen_ref_pages.py
 create mode 100644 streampipes-client-python/docs/stylesheets/extra.css
 create mode 100644 streampipes-client-python/mkdocs.yml