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

Improve owner reference updates #1948

Merged
merged 5 commits into from
Jan 18, 2024

Conversation

Tharsanan1
Copy link
Contributor

Purpose

Fixes: #1935

@Tharsanan1 Tharsanan1 force-pushed the improve-owner-reference-updates branch from 059c3bb to 6b4c486 Compare January 12, 2024 06:59
@Tharsanan1 Tharsanan1 added trigger-action When this includes apk actions getting trigger for pr and removed trigger-action When this includes apk actions getting trigger for pr labels Jan 12, 2024
@codecov-commenter
Copy link

codecov-commenter commented Jan 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (98fafb9) 26.53% compared to head (ace4d61) 26.31%.
Report is 36 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1948      +/-   ##
==========================================
- Coverage   26.53%   26.31%   -0.23%     
==========================================
  Files         124      124              
  Lines       14516    14640     +124     
  Branches     2575     2575              
==========================================
  Hits         3852     3852              
- Misses      10540    10664     +124     
  Partials      124      124              
Flag Coverage Δ
adapter 24.25% <ø> (-0.35%) ⬇️
common-controller 4.62% <ø> (ø)
config-deployer-service 26.80% <ø> (ø)
idp-domain-service 80.18% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@github-actions github-actions bot removed the trigger-action When this includes apk actions getting trigger for pr label Jan 12, 2024
@Tharsanan1 Tharsanan1 added the trigger-action When this includes apk actions getting trigger for pr label Jan 12, 2024
@github-actions github-actions bot removed the trigger-action When this includes apk actions getting trigger for pr label Jan 12, 2024
@Krishanx92 Krishanx92 added the trigger-action When this includes apk actions getting trigger for pr label Jan 16, 2024
@Tharsanan1 Tharsanan1 added trigger-action When this includes apk actions getting trigger for pr and removed trigger-action When this includes apk actions getting trigger for pr labels Jan 16, 2024
@Tharsanan1 Tharsanan1 added trigger-action When this includes apk actions getting trigger for pr and removed trigger-action When this includes apk actions getting trigger for pr labels Jan 16, 2024
@Tharsanan1 Tharsanan1 force-pushed the improve-owner-reference-updates branch from ace4d61 to 1013f2a Compare January 16, 2024 09:16
@github-actions github-actions bot removed the trigger-action When this includes apk actions getting trigger for pr label Jan 16, 2024
@Tharsanan1 Tharsanan1 added the trigger-action When this includes apk actions getting trigger for pr label Jan 16, 2024
apiReconciler.handleOwnerReference(ctx, &cm, &requests)
case *gwapiv1b1.HTTPRoute:
var httpRoute gwapiv1b1.HTTPRoute
namesapcedName := types.NamespacedName{
Copy link
Contributor

Choose a reason for hiding this comment

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

i think we have a util for getting the namespaced name for k8 object

@Tharsanan1 Tharsanan1 merged commit 0ad3ab2 into wso2:main Jan 18, 2024
11 of 12 checks passed
@github-actions github-actions bot removed the trigger-action When this includes apk actions getting trigger for pr label Jan 18, 2024
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.

Adapter sends too many update requests to API server
4 participants