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-161273 Standalone Gnav needs a release cycle #3113

Closed
wants to merge 68 commits into from

Conversation

sharmrj
Copy link
Contributor

@sharmrj sharmrj commented Oct 30, 2024

Milo "releases" (so called because techincally Milo/EDS do continuous delivery but we have a staging process) fairly quickly, too quick for most standalone gnav consumers. We need to have a release process for changes in standalone gnav. The ersatz solution is to maintain a separate branch from main, called feds-gnav, and every two weeks merge main into this separate branch.

We'll have an Akamai rule that redirects any requests going to www.adobe.com/feds-gnav/ to feds-gnav-milo--adobecom.hlx.live/libs/ (by the same token, requests to www.stage.adobe.com/feds-gnav/ go to stage-feds-gnav--milo--adobecom.hlx.live/libs/)

To support the above change we also need to change navigation.js to point to /feds-gnav/* instead of /libs/* in the miloLibs portion of the config.

Resolves: MWPW-161273

Test URLs:

milo-pr-merge bot and others added 20 commits September 17, 2024 09:15
Revert "MWPW-156749: Fix video CLS  (adobecom#2849)"

This reverts commit d4134c8.
adobecom#3014)

[MWPW-159328] handle a case where there are not placeholders available (adobecom#2998)

* [MWPW-159328] handle a case where there are not palceholders availble

* fixed typos

---------

Co-authored-by: Denys Fedotov <[email protected]>
Co-authored-by: Denys Fedotov <[email protected]>
…adobecom#3023)

* stash

* stash

* stash

* working well

* set updated command list for inline

* remove querySelector function

* unit test and custom block fix

* updates for in-block

* merch-card-collection unit test fixed

* unit test updates

* more unit test repair

* linting errors

* more linting

* Fix Invalid selector test

* add coverage

* force git checks to refire

* remove comment

* pass rootEl to getSelectedElements for use when needed (gnav)

* skip if clause in codecov

---------

Co-authored-by: Vivian A Goodrich <[email protected]>
Co-authored-by: markpadbe <[email protected]>
…becom#2991)

* Revert "MWPW-156749: Fix video CLS " (adobecom#2899) (adobecom#2900)

Revert "MWPW-156749: Fix video CLS  (adobecom#2849)"

This reverts commit d4134c8.

* Changing z-index of promobar and popup

* Changing z-index of promobar and popup

* Reverting z-index to 4 for promobar

---------

Co-authored-by: milo-pr-merge[bot] <169241390+milo-pr-merge[bot]@users.noreply.github.com>
Co-authored-by: Okan Sahin <[email protected]>
Co-authored-by: Blaine Gunn <[email protected]>
Co-authored-by: Akansha Arora <>
Copy link
Contributor

aem-code-sync bot commented Oct 30, 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

codecov bot commented Oct 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.33%. Comparing base (c61c4d6) to head (c631a1f).
Report is 27 commits behind head on stage.

Additional details and impacted files
@@            Coverage Diff             @@
##            stage    #3113      +/-   ##
==========================================
- Coverage   96.43%   96.33%   -0.10%     
==========================================
  Files         245      247       +2     
  Lines       55746    56235     +489     
==========================================
+ Hits        53757    54174     +417     
- Misses       1989     2061      +72     

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

import(`${miloLibs}/libs/utils/utils.js`),
import(`${miloLibs}/navigation/bootstrapper.js`),
import(`${miloLibs}/utils/locales.js`),
import(`${miloLibs}//utils/utils.js`),
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
import(`${miloLibs}//utils/utils.js`),
import(`${miloLibs}/utils/utils.js`),

@sharmrj
Copy link
Contributor Author

sharmrj commented Nov 4, 2024

superceded by #3132

@sharmrj sharmrj closed this Nov 4, 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.

5 participants