Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#877] add formatting and linting to pipeline-details module #1064

Merged
merged 2 commits into from
Jan 9, 2023

Conversation

bossenti
Copy link
Contributor

@bossenti bossenti commented Jan 8, 2023

Purpose

Apply formatting and linting to module pipeline-details

Remarks

PR introduces (a) breaking change(s): no

PR introduces (a) deprecation(s): no


<sp-basic-nav-tabs
[spNavigationItems]="tabs"
[activeLink]="'sp-quick-edit'"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is it correct to adapt this reference as well?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, this should not be changed.
This is related to the route and not the component.
The route is registered in the module (see [1])

[1] https://github.com/apache/streampipes/blob/dev/ui/src/app/pipelines/pipelines.module.ts

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alright, then I'll revert it 🙂

@bossenti bossenti mentioned this pull request Jan 9, 2023
32 tasks

<sp-basic-nav-tabs
[spNavigationItems]="tabs"
[activeLink]="'sp-quick-edit'"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, this should not be changed.
This is related to the route and not the component.
The route is registered in the module (see [1])

[1] https://github.com/apache/streampipes/blob/dev/ui/src/app/pipelines/pipelines.module.ts

@bossenti bossenti merged commit 12fe50e into dev Jan 9, 2023
@bossenti bossenti deleted the chore/formatting-linting-pipeline-details branch January 9, 2023 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants