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-158345 Decode CaaS Config #247

Merged
merged 8 commits into from
Sep 25, 2024
Merged

MWPW-158345 Decode CaaS Config #247

merged 8 commits into from
Sep 25, 2024

Conversation

Brandon32
Copy link
Contributor

@Brandon32 Brandon32 commented Sep 16, 2024

Copy link

aem-code-sync bot commented Sep 16, 2024

Hello, I'm the AEM Code Sync Bot and I will run some actions to deploy your branch and validate page speed.
In case there are problems, just click a checkbox below to rerun the respective action.

  • Re-run PSI checks
  • Re-sync branch
Commits

Copy link

aem-code-sync bot commented Sep 16, 2024

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

@codecov-commenter
Copy link

codecov-commenter commented Sep 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.70%. Comparing base (5c18d1f) to head (f1d0b74).

Additional details and impacted files
@@            Coverage Diff             @@
##            stage     #247      +/-   ##
==========================================
+ Coverage   95.98%   96.70%   +0.71%     
==========================================
  Files          11       12       +1     
  Lines        1096     1335     +239     
==========================================
+ Hits         1052     1291     +239     
  Misses         44       44              

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

Copy link
Contributor

@JasonHowellSlavin JasonHowellSlavin left a comment

Choose a reason for hiding this comment

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

Small comments. A lot of real good work here.

blocks/url-decode/url-decode.js Outdated Show resolved Hide resolved
blocks/url-decode/url-decode.js Outdated Show resolved Hide resolved
blocks/url-decode/url-decode.js Outdated Show resolved Hide resolved
test/blocks/url-decode/url-decode.test.js Show resolved Hide resolved
/* c8 ignore next */
const delay = (milliseconds) => new Promise((resolve) => { setTimeout(resolve, milliseconds); });

export const loadQueryIndex = async (url) => {
Copy link
Contributor

Choose a reason for hiding this comment

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

Should see if anything like this exists in Milo as a util somewhere, if not you should definitely add it. Great way to batch and get the query index data.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Article feed is the closest we have in Milo, I took this from bulk-updater.

@Brandon32 Brandon32 merged commit 94a0e5c into stage Sep 25, 2024
7 checks passed
@Brandon32 Brandon32 deleted the bmarshal/valid-caas branch September 25, 2024 16:37
@Brandon32 Brandon32 mentioned this pull request Oct 3, 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