This is an automated email from the ASF dual-hosted git repository.
bossenti pushed a change to branch chore/formatting-linting-files
in repository https://gitbox.apache.org/repos/asf/streampipes.git
omit 81ac3dda0 [#877] remove dead code
omit 0672101cd [#877] apply formatting and linting to files module
add cd26f1f37 [#877] apply formatting and linting to info module (#1136)
add a8d53d47b [#877] apply formatting and linting to files module
add 486849fbb [#877] remove dead code
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 (81ac3dda0)
\
N -- N -- N refs/heads/chore/formatting-linting-files (486849fbb)
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:
ui/.eslintignore | 1 -
ui/.prettierignore | 1 -
ui/src/app/info/about/about.component.css | 10 +-
ui/src/app/info/about/about.component.html | 87 ++++--
ui/src/app/info/about/about.component.ts | 10 +-
ui/src/app/info/info.component.css | 4 +-
ui/src/app/info/info.component.html | 17 +-
ui/src/app/info/info.component.ts | 25 +-
ui/src/app/info/info.module.ts | 9 +-
ui/src/app/info/license/license.component.css | 2 +-
ui/src/app/info/license/license.component.html | 348 ++++++++++++---------
ui/src/app/info/license/license.component.ts | 10 +-
.../info/versions/service/version-info.model.ts | 12 +-
ui/src/app/info/versions/versions.component.css | 8 +-
ui/src/app/info/versions/versions.component.html | 91 ++++--
ui/src/app/info/versions/versions.component.ts | 26 +-
16 files changed, 394 insertions(+), 267 deletions(-)