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:42:34 UTC

[streampipes] branch dev updated (bd612fcd6 -> 31f5f1868)

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

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


    from bd612fcd6 [#877] apply formatting and linting to services module (#1056)
     add 31f5f1868 [#877] apply formatting and linting to profile module (#1055)

No new revisions were added by this update.

Summary of changes:
 ui/.eslintignore                                   |   7 +-
 ui/.prettierignore                                 |   6 +-
 .../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 +++++++----
 20 files changed, 705 insertions(+), 464 deletions(-)