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

MWPW-161174 fixed library query param #3128

Merged
merged 1 commit into from
Nov 6, 2024

Conversation

cod17828
Copy link
Contributor

@cod17828 cod17828 commented Nov 1, 2024

Hi, our .hlx.live page is protected with an access.live.allow rule in .config. and because of this we are not able to add our blocks to the library in sidekick. You can find more information here: https://github.com/orgs/adobecom/discussions/3121

We found that there is a possibility to fetch library blocks data from custom url by adding library query param to library URL in config.json, but we found the bug in library-config.js and because of this bug, custom library URL will be fetched two times, and milo library data will be skipped.
We propose solution that when library query param is present, additional blocks data will be fetched from custom url specified in this param and then added to existing milo blocks.

Resolves: MWPW-161174

Test URLs:

Copy link

codecov bot commented Nov 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.34%. Comparing base (d809cd5) to head (0cdee47).
Report is 18 commits behind head on stage.

Additional details and impacted files
@@            Coverage Diff             @@
##            stage    #3128      +/-   ##
==========================================
- Coverage   96.35%   96.34%   -0.01%     
==========================================
  Files         245      245              
  Lines       56316    56316              
==========================================
- Hits        54261    54256       -5     
- Misses       2055     2060       +5     

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

Copy link
Contributor

github-actions bot commented Nov 2, 2024

This pull request is not passing all required checks. Please see this discussion for information on how to get all checks passing. Inconsistent checks can be manually retried. If a test absolutely can not pass for a good reason, please add a comment with an explanation to the PR.

Copy link
Contributor

aem-code-sync bot commented Nov 5, 2024

Page Scores Audits Google
📱 /?martech=off PERFORMANCE A11Y SEO BEST PRACTICES SI FCP LCP TBT CLS PSI
🖥️ /?martech=off PERFORMANCE A11Y SEO BEST PRACTICES SI FCP LCP TBT CLS PSI

Copy link
Contributor

@vhargrave vhargrave left a comment

Choose a reason for hiding this comment

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

looks good!

Copy link
Contributor

github-actions bot commented Nov 6, 2024

Reminder to set the Ready for Stage label - to queue this to get merged to stage & production.

@milo-pr-merge milo-pr-merge bot merged commit fb85f29 into adobecom:stage Nov 6, 2024
19 checks passed
@milo-pr-merge milo-pr-merge bot mentioned this pull request Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants