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

AAE-29002 Allow to filter processes by parentId #10453

Conversation

alep85
Copy link
Contributor

@alep85 alep85 commented Dec 2, 2024

Please check if the PR fulfills these requirements

  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

What kind of change does this PR introduce? (check one with "x")

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation
  • Other... Please describe:

What is the current behaviour? (You can also link to an open issue here)
https://hyland.atlassian.net/browse/AAE-29002

What is the new behaviour?
https://hyland.atlassian.net/browse/AAE-29002

Does this PR introduce a breaking change? (check one with "x")

  • Yes
  • No

No breaking changes running link-adf https://github.com/Alfresco/hxp-frontend-apps/actions/runs/12141087493/job/33858547319

If this PR contains a breaking change, please describe the impact and migration path for existing applications: ...

Other information:

Copy link
Contributor

Choose a reason for hiding this comment

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

Just a small improvement suggestion: Group this "it should the payload contain..." tests under a describe("Payload") and refactor the tests, by running this spyOn(processListCloudService, 'getProcessByRequest').and.returnValue(of(fakeProcessCloudList)); in a beforeEach and renaming the tests to "it should contain..." (more readable)

@alep85 alep85 force-pushed the improvement/AAE-29002-fe-create-filtered-main-process-id-column-in-process-instances-table branch from f307173 to 1af0887 Compare December 3, 2024 08:42
@alep85 alep85 force-pushed the improvement/AAE-29002-fe-create-filtered-main-process-id-column-in-process-instances-table branch from 1af0887 to f831ce4 Compare December 3, 2024 09:09
Copy link

sonarqubecloud bot commented Dec 3, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
17.5% Duplication on New Code (required ≤ 3%)

See analysis details on SonarQube Cloud

@alep85 alep85 merged commit c92d34f into develop Dec 3, 2024
17 of 18 checks passed
@alep85 alep85 deleted the improvement/AAE-29002-fe-create-filtered-main-process-id-column-in-process-instances-table branch December 3, 2024 15:48
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