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 2023/01/08 19:43:24 UTC

[streampipes] branch chore/formatting-linting-pipelines updated (8857a48c7 -> 620d08077)

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

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


    from 8857a48c7 [#877] apply formatting and linting to pipelines module
     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 620d08077 Merge branch 'dev' into chore/formatting-linting-pipelines

No new revisions were added by this update.

Summary of changes:
 installer/cli/bin/commands/env                     |   5 +
 ui/.eslintignore                                   |   8 +-
 ui/.prettierignore                                 |   7 +-
 .../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 +-
 37 files changed, 1225 insertions(+), 908 deletions(-)