-
Notifications
You must be signed in to change notification settings - Fork 54
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
Enable cross-Application nudging #434
Enable cross-Application nudging #434
Conversation
In order to enable improved organization of Components and Applications, we want to loosen the requirement that all nudging happens within the same Application. Therefore we no longer need to run webhook validation to adhere to this constraint. Resolves: issues.redhat.com/browse/DEVHAS-593 Signed-off-by: arewm <arewm@users.noreply.github.com>
bdaccc0
to
63ea49e
Compare
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: arewm, johnmcollier The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/test application-service-e2e |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #434 +/- ##
==========================================
- Coverage 80.56% 80.49% -0.08%
==========================================
Files 32 32
Lines 5016 5013 -3
==========================================
- Hits 4041 4035 -6
- Misses 770 772 +2
- Partials 205 206 +1 ☔ View full report in Codecov by Sentry. |
I removed the restriction that nudging can only happen between Components in the same application in HAS with redhat-appstudio/application-service#434 This change removes that restriction from the build service as well. Signed-off-by: arewm <arewm@users.noreply.github.com>
What does this PR do?:
In order to enable improved organization of Components and Applications, we want to loosen the requirement that all nudging happens within the same Application. Therefore we no longer need to run webhook validation to adhere to this constraint.
Which issue(s)/story(ies) does this PR fixes:
issues.redhat.com/browse/DEVHAS-593
PR acceptance criteria:
Unit/Functional tests
Documentation
Client Impact
How to test changes / Special notes to the reviewer: