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 strategy_version support to required connections in Connection Manager #443

Merged
merged 4 commits into from
Sep 19, 2024

Conversation

acwest
Copy link
Contributor

@acwest acwest commented Sep 12, 2024

🔧 Changes

Add the strategy_version option to the Connection types which should support it, but currently don't.
These include:

  • ConnectionOptionsOAuth2 (for Paypal)
  • ConnectionOptionsAD
  • ConnectionOptionsAzureAD
  • ConnectionOptionsADFS
  • ConnectionOptionsSAML

📚 References

🔬 Testing

📝 Checklist

  • All new/changed/fixed functionality is covered by tests (or N/A)
  • I have added documentation for all new/changed functionality (or N/A)

@acwest acwest requested a review from a team as a code owner September 12, 2024 20:35
@codecov-commenter
Copy link

codecov-commenter commented Sep 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.71%. Comparing base (5b0aac1) to head (c1dcb98).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #443      +/-   ##
==========================================
+ Coverage   95.67%   95.71%   +0.03%     
==========================================
  Files          49       49              
  Lines        8187     8207      +20     
==========================================
+ Hits         7833     7855      +22     
+ Misses        237      235       -2     
  Partials      117      117              

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

@acwest acwest force-pushed the ESD-39527-add-strategy-version-to-connections branch from 6456be6 to 6184484 Compare September 17, 2024 17:51
@developerkunal developerkunal changed the title Add strategy_version to other connections that use it Add strategy_version support to required connections in Connection Manager Sep 19, 2024
Copy link
Contributor

@developerkunal developerkunal left a comment

Choose a reason for hiding this comment

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

LGTM

@acwest acwest merged commit 86c7e2f into main Sep 19, 2024
9 checks passed
@acwest acwest deleted the ESD-39527-add-strategy-version-to-connections branch September 19, 2024 14:29
@developerkunal developerkunal mentioned this pull request Sep 27, 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.

3 participants