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

fix: remove encode/decore uri on picklist values #113

Closed
wants to merge 4 commits into from

Conversation

dieffrei
Copy link
Collaborator

@dieffrei dieffrei commented Aug 25, 2024

I have done some tests and notice that values coming from tooling api API they already come decoded, no needed for decode/encondingURI.
I assume that source-retrieve lib already handles this encoding.

Screenshot 2024-08-25 at 13 36 57

As described in the image above, the value is already decoded, when trying to decode, you get the error "URI malformed"

I create a draft PR, to have some earlier feedback.
It still requires more testing

Checklist

All items have to be completed before a PR is merged

  • Adhere to Contribution Guidelines
  • Updates to Decision Records considered?
  • Updates to documentation at flxbl-sfp Guide considered?
  • Tested changes?
  • Unit Tests new and existing passing locally?

Copy link

typo-app bot commented Aug 25, 2024

Typo Code Review 📊

✅ All checks passed!

@dieffrei dieffrei linked an issue Aug 25, 2024 that may be closed by this pull request
@dieffrei dieffrei marked this pull request as draft August 25, 2024 16:50
Copy link

codecov bot commented Aug 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 45.49%. Comparing base (2bd58ec) to head (252283a).
Report is 65 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #113      +/-   ##
==========================================
- Coverage   46.36%   45.49%   -0.87%     
==========================================
  Files          73       71       -2     
  Lines        2836     3299     +463     
  Branches      328      714     +386     
==========================================
+ Hits         1315     1501     +186     
- Misses       1496     1661     +165     
- Partials       25      137     +112     

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

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.

Error in picklist deployer when deploying a value with a percentage
2 participants