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:35 UTC

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

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 31f5f1868 [#877] apply formatting and linting to profile module (#1055)
     add c211f4dd2 [#877] apply formatting and linting to pipelines module (#1054)

No new revisions were added by this update.

Summary of changes:
 ui/.eslintignore                                   |   1 -
 ui/.prettierignore                                 |   1 -
 .../category-already-in-pipeline.filter.ts         |  18 +-
 .../abstract-function-details.directive.ts         | 118 ++++---
 .../functions-logs/functions-logs.component.html   |  41 ++-
 .../functions-logs/functions-logs.component.ts     |  55 +--
 .../functions-metrics.component.html               |  46 +--
 .../functions-metrics.component.ts                 |  46 +--
 .../functions-overview.component.html              |  94 +++--
 .../functions-overview.component.ts                |  30 +-
 .../pipeline-overview.component.html               | 252 ++++++++++----
 .../pipeline-overview.component.scss               |  37 +-
 .../pipeline-overview.component.ts                 | 205 ++++++-----
 .../delete-pipeline-dialog.component.html          |  62 +++-
 .../delete-pipeline-dialog.component.scss          |   2 +-
 .../delete-pipeline-dialog.component.ts            |  25 +-
 .../import-pipeline-dialog.component.html          |  80 +++--
 .../import-pipeline-dialog.component.scss          |   2 +-
 .../import-pipeline-dialog.component.ts            |  67 ++--
 .../pipeline-categories-dialog.component.html      | 275 +++++++++++----
 .../pipeline-categories-dialog.component.scss      |   2 +-
 .../pipeline-categories-dialog.component.ts        |  47 +--
 .../pipeline-notifications.component.html          |  14 +-
 .../pipeline-notifications.component.scss          |  18 +-
 .../pipeline-notifications.component.ts            |  42 +--
 .../pipeline-status-dialog.component.html          |  74 ++--
 .../pipeline-status-dialog.component.scss          |  38 +-
 .../pipeline-status-dialog.component.ts            | 166 ++++-----
 .../start-all-pipelines-dialog.component.html      |  57 ++-
 .../start-all-pipelines-dialog.component.scss      |   2 +-
 .../start-all-pipelines-dialog.component.ts        | 234 +++++++------
 ui/src/app/pipelines/model/pipeline-model.ts       |   4 +-
 ui/src/app/pipelines/pipeline-category.filter.ts   |  18 +-
 ui/src/app/pipelines/pipelines.component.html      | 123 +++++--
 ui/src/app/pipelines/pipelines.component.scss      |   8 +-
 ui/src/app/pipelines/pipelines.component.ts        | 386 +++++++++++----------
 ui/src/app/pipelines/pipelines.module.ts           | 187 +++++-----
 ui/src/app/pipelines/pipelines.routes.ts           |   9 +-
 .../services/pipeline-operations.service.ts        | 283 ++++++++-------
 39 files changed, 1924 insertions(+), 1245 deletions(-)