-
Notifications
You must be signed in to change notification settings - Fork 66
Add: Support for Faraday 2.x #3232
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: Support for Faraday 2.x #3232
Conversation
preetham
commented
Jul 17, 2025
- Upgraded faraday gem to 2.x
- Fixed Psych issue with aliases. Ref: https://stackoverflow.com/questions/71191685/visit-psych-nodes-alias-unknown-alias-default-psychbadalias
8c01fdf to
4b44753
Compare
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.
Rubocop (reported by Codacy) found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
|
Please fix the action run. You should be able to run the action after every push form now on. |
|
@jhua-vmware Fixed the issues reported in the action run, please approve the action run for the changes. |
|
Can you fix unit/smoke test in https://github.com/vmware/singleton/actions/runs/16378688905? |
|
@jhua-vmware Tests are fixed, please verify. |
|
You need to set up gpg key to sign your commit, can you make one commit? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## g11n-ruby-client #3232 +/- ##
=================================================
Coverage 92.87% 92.87%
=================================================
Files 23 23
Lines 491 491
=================================================
Hits 456 456
Misses 35 35
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Preetham Kamidi <preetham.kamidi@broadcom.com> Update: Version Signed-off-by: Preetham Kamidi <preetham.kamidi@broadcom.com> Fix: Header pattern Signed-off-by: Preetham Kamidi <preetham.kamidi@broadcom.com> Fix: Smoke tests Signed-off-by: Preetham Kamidi <preetham.kamidi@broadcom.com> Fix: Unit tests Signed-off-by: Preetham Kamidi <preetham.kamidi@broadcom.com> Fix: Switch to safe_load Signed-off-by: Preetham Kamidi <preetham.kamidi@broadcom.com> Update: Switch to CodeQL v3 Signed-off-by: Preetham Kamidi <preetham.kamidi@broadcom.com>
e9e32ae to
4d5e03b
Compare
|
@jhua-vmware Signed the latest commit, please verify. |
|
@jhua-vmware @sjiang-cb If the changes are good, can you please merge the PR? |