You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: allow dsg/ssr renders without access to datastore if it's not required (#38974)
* fix: generate lmdb cdn path after state was reloaded from cache restoration
* feat: make lmdb datastore optional and lazy in engines
* use datastore exlucde and skip deploy cleanup temporarily
* fix lint
* build engines after page configs were prepared
* tmp: workaround local deploy problems with datastore exclussion
* set rawUrl on request and use it to extract origin for engine download in case url passed at build doesn't work
* no unhandled promise rejections, actually pass rawUrl
* make one of e2e variants use datastore exclussion, so base case is still tested
* revert adapters e2e test cleanup
* scripts rename
* findPageByPath renaming
* getGraphqlEngine renaming
(cherry picked from commit 884ecaf)
0 commit comments