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/02 21:23:29 UTC

[streampipes] branch dev updated (6b215b807 -> aea68c9ae)

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 6b215b807 Chore/align pom structure (#1008)
     add aea68c9ae chore: add linting to UI modules enums, guards, models (#1020)

No new revisions were added by this update.

Summary of changes:
 ui/.eslintignore                                   |  3 --
 ui/.prettierignore                                 |  3 --
 ui/src/app/_enums/page-name.enum.ts                | 28 +++++------
 ui/src/app/_enums/user-privilege.enum.ts           | 54 +++++++++++-----------
 ui/src/app/_enums/user-role.enum.ts                | 24 +++++-----
 .../already-configured.can-activate.guard.ts       | 20 ++++----
 .../_guards/auth.can-activate-children.guard.ts    | 33 +++++++------
 .../_guards/base-configured.can-activate.guard.ts  | 54 +++++++++++++---------
 .../app/_guards/configured.can-activate.guard.ts   | 21 ++++-----
 ui/src/app/_guards/page-auth.can-active.guard.ts   | 18 ++++----
 .../registration-allowed.can-activate.guard.ts     | 37 +++++++++------
 .../restore-password-allowed.can-activate.guard.ts | 37 +++++++++------
 ui/src/app/_models/auth.model.ts                   |  6 +--
 13 files changed, 178 insertions(+), 160 deletions(-)