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

chore: Update v8 snapshot cache #25130

Merged
merged 23 commits into from Dec 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
1f773a2
chore: updating v8 snapshot cache
Dec 13, 2022
c4eeefc
chore: updating v8 snapshot cache
Dec 13, 2022
f30f987
Merge branch 'develop' into update-v8-snapshot-cache-on-develop
ryanthemanuel Dec 13, 2022
c0a41da
chore: updating v8 snapshot cache
Dec 14, 2022
9bd86e6
chore: updating v8 snapshot cache
Dec 14, 2022
c7de46d
chore: updating v8 snapshot cache
Dec 14, 2022
103d4b3
chore: updating v8 snapshot cache
Dec 14, 2022
0bdef91
chore: updating v8 snapshot cache
Dec 14, 2022
147cbd0
chore: updating v8 snapshot cache
Dec 14, 2022
7053140
Merge branch 'develop' into update-v8-snapshot-cache-on-develop
ryanthemanuel Dec 14, 2022
cd8dbb9
chore: updating v8 snapshot cache
Dec 14, 2022
b54154d
chore: updating v8 snapshot cache
Dec 14, 2022
b10df61
Merge branch 'develop' into update-v8-snapshot-cache-on-develop
ryanthemanuel Dec 14, 2022
ea341c4
chore: updating v8 snapshot cache
Dec 14, 2022
1eb6ceb
chore: updating v8 snapshot cache
Dec 15, 2022
d07e062
chore: updating v8 snapshot cache
Dec 15, 2022
fcc2a61
chore: updating v8 snapshot cache
Dec 15, 2022
771baab
chore: updating v8 snapshot cache
Dec 16, 2022
442a206
Merge branch 'develop' into update-v8-snapshot-cache-on-develop
ryanthemanuel Dec 16, 2022
fd99c19
chore: updating v8 snapshot cache
Dec 16, 2022
ef3906f
Merge branch 'develop' into update-v8-snapshot-cache-on-develop
ryanthemanuel Dec 16, 2022
5e452d1
chore: updating v8 snapshot cache
Dec 16, 2022
0d6e70c
Merge branch 'develop' into update-v8-snapshot-cache-on-develop
ryanthemanuel Dec 16, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion tooling/v8-snapshot/cache/darwin/snapshot-meta.json
Expand Up @@ -55,7 +55,6 @@
"./packages/server/lib/capture.js",
"./packages/server/lib/cloud/exception.ts",
"./packages/server/lib/errors.ts",
"./packages/server/lib/makeDataContext.ts",
"./packages/server/lib/modes/record.js",
"./packages/server/lib/modes/run.ts",
"./packages/server/lib/open_project.ts",
Expand Down Expand Up @@ -843,6 +842,7 @@
"./packages/server/lib/environment.js",
"./packages/server/lib/gui/windows.ts",
"./packages/server/lib/log.js",
"./packages/server/lib/makeDataContext.ts",
"./packages/server/lib/modes/interactive.ts",
"./packages/server/lib/plugins/dev-server.js",
"./packages/server/lib/plugins/preprocessor.js",
Expand Down Expand Up @@ -3608,6 +3608,7 @@
"./packages/extension/index.js",
"./packages/extension/lib/extension.js",
"./packages/extension/lib/util.js",
"./packages/frontend-shared/cypress/e2e/prod-dependencies.ts",
"./packages/frontend-shared/cypress/e2e/v8-snapshot-entry.ts",
"./packages/graphql/node_modules/chalk/source/templates.js",
"./packages/graphql/node_modules/chalk/source/util.js",
Expand Down
7 changes: 5 additions & 2 deletions tooling/v8-snapshot/cache/linux/snapshot-meta.json
Expand Up @@ -870,7 +870,7 @@
"./packages/server/lib/util/fs.ts",
"./packages/server/lib/util/glob.js",
"./packages/server/lib/util/proxy.ts",
"./packages/server/lib/util/resourceTypeAndCredentialManager.ts",
"./packages/server/lib/util/requestedWithAndCredentialManager.ts",
"./packages/server/lib/util/socket_allowed.ts",
"./packages/server/lib/util/stream_buffer.ts",
"./packages/server/lib/video_capture.ts",
Expand Down Expand Up @@ -952,7 +952,8 @@
"./packages/socket/node_modules/socket.io/node_modules/engine.io/lib/transports/polling.js",
"./packages/socket/node_modules/socket.io/node_modules/engine.io/lib/transports/websocket.js",
"./packages/ts/register.js",
"./packages/types/index.js"
"./packages/types/index.js",
"./tooling/v8-snapshot/dist/setup/v8-snapshot-entry-cy-in-cy.js"
],
"healthy": [
"./node_modules/@babel/code-frame/lib/index.js",
Expand Down Expand Up @@ -3606,6 +3607,8 @@
"./packages/extension/index.js",
"./packages/extension/lib/extension.js",
"./packages/extension/lib/util.js",
"./packages/frontend-shared/cypress/e2e/prod-dependencies.ts",
"./packages/frontend-shared/cypress/e2e/v8-snapshot-entry.ts",
"./packages/graphql/node_modules/chalk/source/templates.js",
"./packages/graphql/node_modules/chalk/source/util.js",
"./packages/graphql/node_modules/debug/node_modules/ms/index.js",
Expand Down
14 changes: 7 additions & 7 deletions tooling/v8-snapshot/cache/win32/snapshot-meta.json
Expand Up @@ -95,6 +95,8 @@
"./node_modules/@cypress/commit-info/node_modules/semver/semver.js",
"./node_modules/@cypress/get-windows-proxy/node_modules/debug/src/browser.js",
"./node_modules/@cypress/get-windows-proxy/node_modules/debug/src/index.js",
"./node_modules/@cypress/get-windows-proxy/node_modules/registry-js/dist/lib/index.js",
"./node_modules/@cypress/get-windows-proxy/node_modules/registry-js/dist/lib/registry.js",
"./node_modules/@cypress/request-promise/lib/rp.js",
"./node_modules/@cypress/request/index.js",
"./node_modules/@cypress/request/lib/helpers.js",
Expand Down Expand Up @@ -873,7 +875,7 @@
"./packages/server/lib/util/fs.ts",
"./packages/server/lib/util/glob.js",
"./packages/server/lib/util/proxy.ts",
"./packages/server/lib/util/resourceTypeAndCredentialManager.ts",
"./packages/server/lib/util/requestedWithAndCredentialManager.ts",
"./packages/server/lib/util/socket_allowed.ts",
"./packages/server/lib/util/stream_buffer.ts",
"./packages/server/lib/video_capture.ts",
Expand Down Expand Up @@ -955,7 +957,8 @@
"./packages/socket/node_modules/socket.io/node_modules/engine.io/lib/transports/polling.js",
"./packages/socket/node_modules/socket.io/node_modules/engine.io/lib/transports/websocket.js",
"./packages/ts/register.js",
"./packages/types/index.js"
"./packages/types/index.js",
"./tooling/v8-snapshot/dist/setup/v8-snapshot-entry-cy-in-cy.js"
],
"healthy": [
"./node_modules/@babel/code-frame/lib/index.js",
Expand Down Expand Up @@ -2459,7 +2462,6 @@
"./node_modules/mime-types/index.js",
"./node_modules/mime/types.json",
"./node_modules/mimic-response/index.js",
"./node_modules/minimatch/minimatch.js",
"./node_modules/minimist/index.js",
"./node_modules/mkdirp/index.js",
"./node_modules/mocha-7.0.1/lib/browser/progress.js",
Expand All @@ -2485,7 +2487,6 @@
"./node_modules/mocha-7.0.1/node_modules/debug/node_modules/ms/index.js",
"./node_modules/mocha-7.0.1/node_modules/debug/src/common.js",
"./node_modules/mocha-7.0.1/node_modules/glob/common.js",
"./node_modules/mocha-7.0.1/node_modules/glob/node_modules/minimatch/minimatch.js",
"./node_modules/mocha-7.0.1/node_modules/mkdirp/index.js",
"./node_modules/mocha-7.0.1/node_modules/ms/index.js",
"./node_modules/mocha-7.0.1/node_modules/object.assign/implementation.js",
Expand Down Expand Up @@ -3548,7 +3549,6 @@
"./packages/data-context/node_modules/fs-extra/lib/util/stat.js",
"./packages/data-context/node_modules/fs-extra/lib/util/utimes.js",
"./packages/data-context/node_modules/micromatch/index.js",
"./packages/data-context/node_modules/minimatch/minimatch.js",
"./packages/data-context/node_modules/path-key/index.js",
"./packages/data-context/src/actions/AppActions.ts",
"./packages/data-context/src/actions/AuthActions.ts",
Expand Down Expand Up @@ -3607,6 +3607,8 @@
"./packages/extension/index.js",
"./packages/extension/lib/extension.js",
"./packages/extension/lib/util.js",
"./packages/frontend-shared/cypress/e2e/prod-dependencies.ts",
"./packages/frontend-shared/cypress/e2e/v8-snapshot-entry.ts",
"./packages/graphql/node_modules/chalk/source/templates.js",
"./packages/graphql/node_modules/chalk/source/util.js",
"./packages/graphql/node_modules/debug/node_modules/ms/index.js",
Expand Down Expand Up @@ -3649,7 +3651,6 @@
"./packages/network/lib/concat-stream.ts",
"./packages/network/lib/http-utils.ts",
"./packages/network/lib/index.ts",
"./packages/network/node_modules/minimatch/minimatch.js",
"./packages/proxy/lib/http/util/ast-rewriter.ts",
"./packages/proxy/lib/http/util/cookies.ts",
"./packages/proxy/lib/http/util/inject.ts",
Expand Down Expand Up @@ -3827,7 +3828,6 @@
"./packages/server/node_modules/execa/lib/stdio.js",
"./packages/server/node_modules/execa/node_modules/signal-exit/index.js",
"./packages/server/node_modules/glob/common.js",
"./packages/server/node_modules/glob/node_modules/minimatch/minimatch.js",
"./packages/server/node_modules/graceful-fs/clone.js",
"./packages/server/node_modules/graceful-fs/legacy-streams.js",
"./packages/server/node_modules/http-proxy/lib/http-proxy/common.js",
Expand Down