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/12/21 18:53:14 UTC

[streampipes] branch chore/checkstyle updated (5f21f4a34 -> 40f727fce)

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

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


 discard 5f21f4a34 add checkstyle to streampipes-client
 discard f012e6335 add checkstyle to streampipes-backend
 discard 7486c95a2 add checkstyle to streampipes-platform-services
 discard d2fc7c8f9 add checkstyle to streampipes-connect-container-master
     add 5fb5c11c5 feat: [apache/streampipes#771] add husky pre commit hook for linting
     add 7da1f61ef fix: [apache/streampipes#771] add missing apache header
     add b1691b794 docs: [apache/streampipes#771] add README for ui
     add f16d0a7f9 add checkstyle to streampipes-connect-container-master
     add 7795cf416 add checkstyle to streampipes-platform-services
     add efdd5a685 add checkstyle to streampipes-backend
     add 1d2a63848 add checkstyle to streampipes-client
     add 40f727fce fix checkstyle issue

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   (5f21f4a34)
            \
             N -- N -- N   refs/heads/chore/checkstyle (40f727fce)

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:
 .../management/UnitMasterManagementTest.java       |  1 +
 .../client/__init__.py => ui/.husky/pre-commit     |  9 ++---
 ui/.lintstagedrc.json                              |  4 ++
 .../documentation.md => ui/README.md               | 43 +++++++---------------
 ui/package.json                                    | 16 ++++++--
 5 files changed, 33 insertions(+), 40 deletions(-)
 copy streampipes-client-python/streampipes_client/client/__init__.py => ui/.husky/pre-commit (90%)
 mode change 100644 => 100755
 create mode 100644 ui/.lintstagedrc.json
 copy streampipes-extensions/streampipes-processors-geo-jvm/src/main/resources/org.apache.streampipes.processor.geo.jvm.staticgeocoding/documentation.md => ui/README.md (51%)