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

Enable cross-Application nudging #434

Merged

Conversation

arewm
Copy link
Contributor

@arewm arewm commented Jan 11, 2024

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:

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>
@arewm arewm force-pushed the loosen-app-nudge-restriction branch from bdaccc0 to 63ea49e Compare January 11, 2024 18:44
Copy link

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Copy link
Member

@johnmcollier johnmcollier left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link

openshift-ci bot commented Jan 11, 2024

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@arewm
Copy link
Contributor Author

arewm commented Jan 11, 2024

/test application-service-e2e

Copy link

codecov bot commented Jan 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (1673763) 80.56% compared to head (63ea49e) 80.49%.

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.
📢 Have feedback on the report? Share it here.

@johnmcollier johnmcollier merged commit bfdba1d into redhat-appstudio:main Jan 11, 2024
15 checks passed
@arewm arewm deleted the loosen-app-nudge-restriction branch January 11, 2024 23:55
arewm added a commit to arewm/build-service that referenced this pull request Jan 18, 2024
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants