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

Add http, https and multiple port support #1881

Merged

Conversation

Tharsanan1
Copy link
Contributor

Purpose

$subject

@Tharsanan1 Tharsanan1 force-pushed the support-multiple-ports-and-protocol branch from d32b54f to c4e65bc Compare December 6, 2023 03:53
@Tharsanan1
Copy link
Contributor Author

Locally tested
cucumber-test.log
go-integration.log

helm-charts/values.yaml Outdated Show resolved Hide resolved
adapter/internal/operator/synchronizer/synchronizer.go Outdated Show resolved Hide resolved
adapter/internal/discovery/xds/server.go Outdated Show resolved Hide resolved
adapter/internal/discovery/xds/server.go Outdated Show resolved Hide resolved
return false
})
if alreadyExistsInRouteConfigList {
logger.LoggerAPKOperator.Debugf("Route already exists. %+v", routesConfig.Name)
Copy link
Contributor

Choose a reason for hiding this comment

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

Can this happen? I didn't get how there could be duplicate routes at this level.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Without this check I faced only a part of routes added to the speific route config. Thats why i added this check

@Tharsanan1 Tharsanan1 force-pushed the support-multiple-ports-and-protocol branch from 7bebca2 to b81de35 Compare December 15, 2023 05:15
@Tharsanan1 Tharsanan1 added the trigger-action When this includes apk actions getting trigger for pr label Dec 15, 2023
@codecov-commenter
Copy link

codecov-commenter commented Dec 15, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (88dad80) 4.63% compared to head (ab3a270) 28.08%.
Report is 9 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##            main    #1881       +/-   ##
==========================================
+ Coverage   4.63%   28.08%   +23.44%     
==========================================
  Files          5      123      +118     
  Lines        626    14009    +13383     
  Branches       0     2567     +2567     
==========================================
+ Hits          29     3934     +3905     
- Misses       597     9940     +9343     
- Partials       0      135      +135     
Flag Coverage Δ
adapter 27.08% <ø> (?)
common-controller 4.63% <ø> (ø)
config-deployer-service 26.83% <ø> (?)
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 Dec 15, 2023
@Tharsanan1 Tharsanan1 added the trigger-action When this includes apk actions getting trigger for pr label Dec 15, 2023
@github-actions github-actions bot removed the trigger-action When this includes apk actions getting trigger for pr label Dec 15, 2023
@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 Dec 15, 2023
@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 4, 2024
@Tharsanan1 Tharsanan1 merged commit ce1f429 into wso2:main Jan 4, 2024
51 of 61 checks passed
@github-actions github-actions bot removed the trigger-action When this includes apk actions getting trigger for pr label Jan 4, 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.

4 participants