wrangler 2.20.0 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/bin/wrangler.js +9 -75
- package/package.json +5 -13
- package/templates/__tests__/tsconfig.tsbuildinfo +1 -1
- package/templates/checked-fetch.js +1 -1
- package/templates/first-party-worker-module-facade.ts +2 -2
- package/templates/middleware/common.ts +9 -4
- package/templates/middleware/loader-sw.ts +2 -7
- package/templates/new-worker-scheduled.ts +1 -1
- package/templates/new-worker.ts +1 -1
- package/templates/pages-dev-util.ts +4 -1
- package/templates/pages-shim.ts +0 -3
- package/templates/tsconfig.tsbuildinfo +1 -1
- package/wrangler-dist/cli.d.ts +149 -75
- package/wrangler-dist/cli.js +60062 -64338
- package/import_meta_url.js +0 -3
- package/miniflare-config-stubs/.env.empty +0 -0
- package/miniflare-config-stubs/package.empty.json +0 -1
- package/miniflare-config-stubs/wrangler.empty.toml +0 -0
- package/miniflare-dist/index.mjs +0 -6442
- package/src/__tests__/access.test.ts +0 -25
- package/src/__tests__/api-dev.test.ts +0 -238
- package/src/__tests__/api-devregistry.test.ts +0 -121
- package/src/__tests__/api.test.ts +0 -102
- package/src/__tests__/config-cache-without-cache-dir.test.ts +0 -38
- package/src/__tests__/config-cache.test.ts +0 -42
- package/src/__tests__/configuration.test.ts +0 -4517
- package/src/__tests__/constellation.test.ts +0 -371
- package/src/__tests__/d1/d1.test.ts +0 -82
- package/src/__tests__/d1/execute.test.ts +0 -66
- package/src/__tests__/d1/migrate.test.ts +0 -257
- package/src/__tests__/d1/splitter.test.ts +0 -255
- package/src/__tests__/delete.test.ts +0 -272
- package/src/__tests__/deployments.test.ts +0 -369
- package/src/__tests__/dev.test.tsx +0 -1617
- package/src/__tests__/generate.test.ts +0 -237
- package/src/__tests__/get-host-from-url.test.ts +0 -16
- package/src/__tests__/guess-worker-format.test.ts +0 -120
- package/src/__tests__/helpers/clipboardy-mock.js +0 -4
- package/src/__tests__/helpers/cmd-shim.d.ts +0 -11
- package/src/__tests__/helpers/end-event-loop.ts +0 -6
- package/src/__tests__/helpers/mock-account-id.ts +0 -48
- package/src/__tests__/helpers/mock-auth-domain.ts +0 -20
- package/src/__tests__/helpers/mock-bin.ts +0 -36
- package/src/__tests__/helpers/mock-console.ts +0 -112
- package/src/__tests__/helpers/mock-dialogs.ts +0 -139
- package/src/__tests__/helpers/mock-get-pages-upload-token.ts +0 -25
- package/src/__tests__/helpers/mock-get-zone-from-host.ts +0 -11
- package/src/__tests__/helpers/mock-http-server.ts +0 -46
- package/src/__tests__/helpers/mock-istty.ts +0 -74
- package/src/__tests__/helpers/mock-known-routes.ts +0 -12
- package/src/__tests__/helpers/mock-kv.ts +0 -46
- package/src/__tests__/helpers/mock-oauth-flow.ts +0 -263
- package/src/__tests__/helpers/mock-process.ts +0 -34
- package/src/__tests__/helpers/mock-set-timeout.ts +0 -16
- package/src/__tests__/helpers/mock-stdin.ts +0 -108
- package/src/__tests__/helpers/mock-web-socket.ts +0 -29
- package/src/__tests__/helpers/msw/blob-worker.cjs +0 -19
- package/src/__tests__/helpers/msw/handlers/access.ts +0 -13
- package/src/__tests__/helpers/msw/handlers/deployments.ts +0 -160
- package/src/__tests__/helpers/msw/handlers/namespaces.ts +0 -81
- package/src/__tests__/helpers/msw/handlers/oauth.ts +0 -31
- package/src/__tests__/helpers/msw/handlers/r2.ts +0 -60
- package/src/__tests__/helpers/msw/handlers/script.ts +0 -56
- package/src/__tests__/helpers/msw/handlers/user.ts +0 -52
- package/src/__tests__/helpers/msw/handlers/zones.ts +0 -20
- package/src/__tests__/helpers/msw/index.ts +0 -52
- package/src/__tests__/helpers/msw/read-file-sync.js +0 -61
- package/src/__tests__/helpers/run-in-tmp.ts +0 -38
- package/src/__tests__/helpers/run-wrangler.ts +0 -16
- package/src/__tests__/helpers/string-dynamic-values-matcher.ts +0 -28
- package/src/__tests__/helpers/worker-scripts/child-wrangler.toml +0 -1
- package/src/__tests__/helpers/worker-scripts/hello-world-worker.js +0 -5
- package/src/__tests__/helpers/worker-scripts/hello-world-wrangler.toml +0 -1
- package/src/__tests__/helpers/worker-scripts/parent-worker.js +0 -11
- package/src/__tests__/helpers/worker-scripts/parent-wrangler.toml +0 -5
- package/src/__tests__/helpers/write-worker-source.ts +0 -31
- package/src/__tests__/helpers/write-wrangler-toml.ts +0 -17
- package/src/__tests__/https-options.test.ts +0 -163
- package/src/__tests__/index.test.ts +0 -282
- package/src/__tests__/init.test.ts +0 -3196
- package/src/__tests__/jest.setup.ts +0 -179
- package/src/__tests__/kv.test.ts +0 -1799
- package/src/__tests__/logger.test.ts +0 -207
- package/src/__tests__/logout.test.ts +0 -47
- package/src/__tests__/metrics.test.ts +0 -493
- package/src/__tests__/middleware.scheduled.test.ts +0 -145
- package/src/__tests__/middleware.test.ts +0 -816
- package/src/__tests__/mtls-certificates.test.ts +0 -589
- package/src/__tests__/package-manager.test.ts +0 -353
- package/src/__tests__/pages/deployment-list.test.ts +0 -80
- package/src/__tests__/pages/functions-build.test.ts +0 -528
- package/src/__tests__/pages/pages.test.ts +0 -81
- package/src/__tests__/pages/project-create.test.ts +0 -63
- package/src/__tests__/pages/project-list.test.ts +0 -110
- package/src/__tests__/pages/project-upload.test.ts +0 -500
- package/src/__tests__/pages/publish.test.ts +0 -2864
- package/src/__tests__/pages-deployment-tail.test.ts +0 -957
- package/src/__tests__/parse.test.ts +0 -436
- package/src/__tests__/paths.test.ts +0 -39
- package/src/__tests__/publish.test.ts +0 -8849
- package/src/__tests__/pubsub.test.ts +0 -496
- package/src/__tests__/queues.test.ts +0 -532
- package/src/__tests__/r2.test.ts +0 -374
- package/src/__tests__/route.test.ts +0 -45
- package/src/__tests__/secret.test.ts +0 -693
- package/src/__tests__/tail.test.ts +0 -989
- package/src/__tests__/test-old-node-version.js +0 -31
- package/src/__tests__/traverse-module-graph.test.ts +0 -220
- package/src/__tests__/tsconfig-sanity.ts +0 -12
- package/src/__tests__/tsconfig.json +0 -8
- package/src/__tests__/tsconfig.tsbuildinfo +0 -1
- package/src/__tests__/type-generation.test.ts +0 -234
- package/src/__tests__/user.test.ts +0 -118
- package/src/__tests__/utils-collectKeyValues.test.ts +0 -47
- package/src/__tests__/validate-dev-props.test.ts +0 -56
- package/src/__tests__/version.test.ts +0 -35
- package/src/__tests__/whoami.test.tsx +0 -172
- package/src/__tests__/worker-namespace.test.ts +0 -340
- package/src/abort.d.ts +0 -3
- package/src/api/dev.ts +0 -321
- package/src/api/index.ts +0 -11
- package/src/api/mtls-certificate.ts +0 -148
- package/src/api/pages/create-worker-bundle-contents.ts +0 -77
- package/src/api/pages/index.ts +0 -5
- package/src/api/pages/publish.tsx +0 -371
- package/src/bundle-reporter.ts +0 -68
- package/src/bundle.ts +0 -929
- package/src/cfetch/index.ts +0 -158
- package/src/cfetch/internal.ts +0 -258
- package/src/cli.ts +0 -28
- package/src/config/README.md +0 -107
- package/src/config/config.ts +0 -282
- package/src/config/diagnostics.ts +0 -80
- package/src/config/environment.ts +0 -625
- package/src/config/index.ts +0 -403
- package/src/config/validation-helpers.ts +0 -597
- package/src/config/validation.ts +0 -2369
- package/src/config-cache.ts +0 -85
- package/src/constellation/createProject.tsx +0 -51
- package/src/constellation/deleteProject.ts +0 -51
- package/src/constellation/deleteProjectModel.ts +0 -68
- package/src/constellation/index.ts +0 -75
- package/src/constellation/listCatalog.tsx +0 -35
- package/src/constellation/listModel.tsx +0 -41
- package/src/constellation/listProject.tsx +0 -28
- package/src/constellation/listRuntime.tsx +0 -28
- package/src/constellation/options.ts +0 -17
- package/src/constellation/types.ts +0 -17
- package/src/constellation/uploadModel.tsx +0 -64
- package/src/constellation/utils.ts +0 -90
- package/src/create-worker-preview.ts +0 -293
- package/src/create-worker-upload-form.ts +0 -363
- package/src/d1/backups.tsx +0 -219
- package/src/d1/constants.ts +0 -2
- package/src/d1/create.tsx +0 -70
- package/src/d1/delete.ts +0 -53
- package/src/d1/execute.tsx +0 -357
- package/src/d1/formatTimeAgo.ts +0 -14
- package/src/d1/index.ts +0 -100
- package/src/d1/list.tsx +0 -62
- package/src/d1/migrations/apply.tsx +0 -212
- package/src/d1/migrations/create.tsx +0 -79
- package/src/d1/migrations/helpers.ts +0 -169
- package/src/d1/migrations/index.ts +0 -3
- package/src/d1/migrations/list.tsx +0 -95
- package/src/d1/migrations/options.ts +0 -23
- package/src/d1/options.ts +0 -22
- package/src/d1/splitter.ts +0 -161
- package/src/d1/types.ts +0 -25
- package/src/d1/utils.ts +0 -49
- package/src/delete.ts +0 -100
- package/src/deployments.ts +0 -368
- package/src/deprecated/index.ts +0 -144
- package/src/dev/dev-vars.ts +0 -39
- package/src/dev/dev.tsx +0 -605
- package/src/dev/get-local-persistence-path.ts +0 -31
- package/src/dev/local.tsx +0 -952
- package/src/dev/remote.tsx +0 -635
- package/src/dev/start-server.ts +0 -545
- package/src/dev/use-esbuild.ts +0 -215
- package/src/dev/validate-dev-props.ts +0 -40
- package/src/dev-registry.ts +0 -202
- package/src/dev.tsx +0 -934
- package/src/dialogs.ts +0 -136
- package/src/dispatch-namespace.ts +0 -211
- package/src/docs/helpers.ts +0 -50
- package/src/docs/index.ts +0 -54
- package/src/durable.ts +0 -102
- package/src/entry.ts +0 -344
- package/src/environment-variables/factory.ts +0 -89
- package/src/environment-variables/misc-variables.ts +0 -30
- package/src/errors.ts +0 -11
- package/src/generate/index.ts +0 -298
- package/src/git-client.ts +0 -135
- package/src/global-wrangler-config-path.ts +0 -26
- package/src/https-options.ts +0 -127
- package/src/index.ts +0 -768
- package/src/init.ts +0 -1037
- package/src/inspect.ts +0 -883
- package/src/intl-polyfill.d.ts +0 -139
- package/src/is-ci.ts +0 -14
- package/src/is-interactive.ts +0 -16
- package/src/jest.d.ts +0 -4
- package/src/kv/helpers.ts +0 -433
- package/src/kv/index.ts +0 -594
- package/src/logger.ts +0 -123
- package/src/metrics/index.ts +0 -5
- package/src/metrics/metrics-config.ts +0 -239
- package/src/metrics/metrics-dispatcher.ts +0 -96
- package/src/metrics/metrics-usage-headers.ts +0 -24
- package/src/metrics/send-event.ts +0 -99
- package/src/miniflare-cli/README.md +0 -30
- package/src/miniflare-cli/assets.ts +0 -251
- package/src/miniflare-cli/index.ts +0 -210
- package/src/miniflare-cli/request-context.ts +0 -40
- package/src/miniflare-cli/tsconfig.json +0 -9
- package/src/miniflare-cli/tsconfig.tsbuildinfo +0 -1
- package/src/miniflare-cli/types.ts +0 -11
- package/src/module-collection.ts +0 -333
- package/src/mtls-certificate/cli.ts +0 -155
- package/src/open-in-browser.ts +0 -17
- package/src/package-manager.ts +0 -219
- package/src/pages/build.ts +0 -423
- package/src/pages/buildFunctions.ts +0 -140
- package/src/pages/constants.ts +0 -18
- package/src/pages/deployment-tails.ts +0 -281
- package/src/pages/deployments.tsx +0 -84
- package/src/pages/dev.ts +0 -734
- package/src/pages/errors.ts +0 -67
- package/src/pages/functions/buildPlugin.ts +0 -114
- package/src/pages/functions/buildWorker.ts +0 -350
- package/src/pages/functions/filepath-routing.test.ts +0 -234
- package/src/pages/functions/filepath-routing.ts +0 -189
- package/src/pages/functions/identifiers.ts +0 -78
- package/src/pages/functions/routes-consolidation.test.ts +0 -250
- package/src/pages/functions/routes-consolidation.ts +0 -73
- package/src/pages/functions/routes-transformation.test.ts +0 -282
- package/src/pages/functions/routes-transformation.ts +0 -115
- package/src/pages/functions/routes-validation.test.ts +0 -403
- package/src/pages/functions/routes-validation.ts +0 -202
- package/src/pages/functions/routes.ts +0 -151
- package/src/pages/functions/tsconfig.json +0 -8
- package/src/pages/functions/tsconfig.tsbuildinfo +0 -1
- package/src/pages/functions.ts +0 -86
- package/src/pages/hash.ts +0 -13
- package/src/pages/index.ts +0 -102
- package/src/pages/projects.tsx +0 -159
- package/src/pages/prompt-select-project.tsx +0 -31
- package/src/pages/publish.tsx +0 -267
- package/src/pages/types.ts +0 -46
- package/src/pages/upload.tsx +0 -469
- package/src/pages/utils.ts +0 -23
- package/src/parse.ts +0 -308
- package/src/paths.ts +0 -71
- package/src/proxy.ts +0 -694
- package/src/publish/index.ts +0 -274
- package/src/publish/publish.ts +0 -1065
- package/src/pubsub/index.ts +0 -286
- package/src/pubsub/pubsub-commands.ts +0 -623
- package/src/queues/cli/commands/consumer/add.ts +0 -71
- package/src/queues/cli/commands/consumer/index.ts +0 -19
- package/src/queues/cli/commands/consumer/remove.ts +0 -31
- package/src/queues/cli/commands/create.ts +0 -25
- package/src/queues/cli/commands/delete.ts +0 -26
- package/src/queues/cli/commands/index.ts +0 -35
- package/src/queues/cli/commands/list.ts +0 -25
- package/src/queues/client.ts +0 -136
- package/src/queues/utils.ts +0 -18
- package/src/r2/constants.ts +0 -4
- package/src/r2/helpers.ts +0 -132
- package/src/r2/index.ts +0 -289
- package/src/routes.ts +0 -140
- package/src/secret/index.ts +0 -377
- package/src/selfsigned.d.ts +0 -29
- package/src/sites.ts +0 -484
- package/src/tail/createTail.ts +0 -415
- package/src/tail/filters.ts +0 -277
- package/src/tail/index.ts +0 -211
- package/src/tail/printing.ts +0 -132
- package/src/traverse-module-graph.ts +0 -54
- package/src/tsconfig-sanity.ts +0 -16
- package/src/type-generation.ts +0 -181
- package/src/update-check.ts +0 -19
- package/src/user/access.ts +0 -68
- package/src/user/auth-variables.ts +0 -113
- package/src/user/choose-account.tsx +0 -39
- package/src/user/generate-auth-url.ts +0 -33
- package/src/user/generate-random-state.ts +0 -16
- package/src/user/index.ts +0 -2
- package/src/user/user.ts +0 -1234
- package/src/utils/collectKeyValues.ts +0 -14
- package/src/utils/render.ts +0 -93
- package/src/whoami.ts +0 -135
- package/src/worker.ts +0 -279
- package/src/yargs-types.ts +0 -37
- package/src/zones.ts +0 -191
|
@@ -1,110 +0,0 @@
|
|
|
1
|
-
import { rest } from "msw";
|
|
2
|
-
import { endEventLoop } from "../helpers/end-event-loop";
|
|
3
|
-
import { mockConsoleMethods } from "../helpers/mock-console";
|
|
4
|
-
import { mockAccountId, mockApiToken } from "./../helpers/mock-account-id";
|
|
5
|
-
import { msw } from "./../helpers/msw";
|
|
6
|
-
import { runInTempDir } from "./../helpers/run-in-tmp";
|
|
7
|
-
import { runWrangler } from "./../helpers/run-wrangler";
|
|
8
|
-
import type { Project } from "./../../pages/types";
|
|
9
|
-
|
|
10
|
-
describe("project list", () => {
|
|
11
|
-
runInTempDir();
|
|
12
|
-
mockConsoleMethods();
|
|
13
|
-
mockAccountId();
|
|
14
|
-
mockApiToken();
|
|
15
|
-
|
|
16
|
-
afterEach(async () => {
|
|
17
|
-
// Force a tick to ensure that all promises resolve
|
|
18
|
-
await endEventLoop();
|
|
19
|
-
// Reset MSW after tick to ensure that all requests have been handled
|
|
20
|
-
msw.resetHandlers();
|
|
21
|
-
msw.restoreHandlers();
|
|
22
|
-
});
|
|
23
|
-
|
|
24
|
-
it("should make request to list projects", async () => {
|
|
25
|
-
const projects: Project[] = [
|
|
26
|
-
{
|
|
27
|
-
name: "dogs",
|
|
28
|
-
subdomain: "docs.pages.dev",
|
|
29
|
-
domains: ["dogs.pages.dev"],
|
|
30
|
-
source: {
|
|
31
|
-
type: "github",
|
|
32
|
-
},
|
|
33
|
-
latest_deployment: {
|
|
34
|
-
modified_on: "2021-11-17T14:52:26.133835Z",
|
|
35
|
-
},
|
|
36
|
-
created_on: "2021-11-17T14:52:26.133835Z",
|
|
37
|
-
production_branch: "main",
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
name: "cats",
|
|
41
|
-
subdomain: "cats.pages.dev",
|
|
42
|
-
domains: ["cats.pages.dev", "kitten.com"],
|
|
43
|
-
latest_deployment: {
|
|
44
|
-
modified_on: "2021-11-17T14:52:26.133835Z",
|
|
45
|
-
},
|
|
46
|
-
created_on: "2021-11-17T14:52:26.133835Z",
|
|
47
|
-
production_branch: "main",
|
|
48
|
-
},
|
|
49
|
-
];
|
|
50
|
-
|
|
51
|
-
const requests = mockProjectListRequest(projects);
|
|
52
|
-
await runWrangler("pages project list");
|
|
53
|
-
|
|
54
|
-
expect(requests.count).toBe(1);
|
|
55
|
-
});
|
|
56
|
-
|
|
57
|
-
it("should make multiple requests for paginated results", async () => {
|
|
58
|
-
const projects: Project[] = [];
|
|
59
|
-
for (let i = 0; i < 15; i++) {
|
|
60
|
-
projects.push({
|
|
61
|
-
name: "dogs" + i,
|
|
62
|
-
subdomain: i + "dogs.pages.dev",
|
|
63
|
-
domains: [i + "dogs.pages.dev"],
|
|
64
|
-
source: {
|
|
65
|
-
type: "github",
|
|
66
|
-
},
|
|
67
|
-
latest_deployment: {
|
|
68
|
-
modified_on: "2021-11-17T14:52:26.133835Z",
|
|
69
|
-
},
|
|
70
|
-
created_on: "2021-11-17T14:52:26.133835Z",
|
|
71
|
-
production_branch: "main",
|
|
72
|
-
});
|
|
73
|
-
}
|
|
74
|
-
const requests = mockProjectListRequest(projects);
|
|
75
|
-
await runWrangler("pages project list");
|
|
76
|
-
expect(requests.count).toEqual(2);
|
|
77
|
-
});
|
|
78
|
-
});
|
|
79
|
-
|
|
80
|
-
/* -------------------------------------------------- */
|
|
81
|
-
/* Helper Functions */
|
|
82
|
-
/* -------------------------------------------------- */
|
|
83
|
-
|
|
84
|
-
function mockProjectListRequest(projects: unknown[]) {
|
|
85
|
-
const requests = { count: 0 };
|
|
86
|
-
msw.use(
|
|
87
|
-
rest.get("*/accounts/:accountId/pages/projects", async (req, res, ctx) => {
|
|
88
|
-
requests.count++;
|
|
89
|
-
const pageSize = Number(req.url.searchParams.get("per_page"));
|
|
90
|
-
const page = Number(req.url.searchParams.get("page"));
|
|
91
|
-
const expectedPageSize = 10;
|
|
92
|
-
const expectedPage = requests.count;
|
|
93
|
-
expect(req.params.accountId).toEqual("some-account-id");
|
|
94
|
-
expect(pageSize).toEqual(expectedPageSize);
|
|
95
|
-
expect(page).toEqual(expectedPage);
|
|
96
|
-
expect(await req.text()).toEqual("");
|
|
97
|
-
|
|
98
|
-
return res(
|
|
99
|
-
ctx.status(200),
|
|
100
|
-
ctx.json({
|
|
101
|
-
success: true,
|
|
102
|
-
errors: [],
|
|
103
|
-
messages: [],
|
|
104
|
-
result: projects.slice((page - 1) * pageSize, page * pageSize),
|
|
105
|
-
})
|
|
106
|
-
);
|
|
107
|
-
})
|
|
108
|
-
);
|
|
109
|
-
return requests;
|
|
110
|
-
}
|
|
@@ -1,500 +0,0 @@
|
|
|
1
|
-
// /* eslint-disable no-shadow */
|
|
2
|
-
import { mkdirSync, writeFileSync } from "node:fs";
|
|
3
|
-
import { rest } from "msw";
|
|
4
|
-
import { endEventLoop } from "../helpers/end-event-loop";
|
|
5
|
-
import { mockAccountId, mockApiToken } from "../helpers/mock-account-id";
|
|
6
|
-
import { mockConsoleMethods } from "../helpers/mock-console";
|
|
7
|
-
import { mockGetUploadTokenRequest } from "../helpers/mock-get-pages-upload-token";
|
|
8
|
-
import { mockSetTimeout } from "../helpers/mock-set-timeout";
|
|
9
|
-
import { msw } from "../helpers/msw";
|
|
10
|
-
import { runInTempDir } from "../helpers/run-in-tmp";
|
|
11
|
-
import { runWrangler } from "../helpers/run-wrangler";
|
|
12
|
-
import type { UploadPayloadFile } from "../../pages/types";
|
|
13
|
-
import type { RestRequest } from "msw";
|
|
14
|
-
|
|
15
|
-
describe("project upload", () => {
|
|
16
|
-
const ENV_COPY = process.env;
|
|
17
|
-
const std = mockConsoleMethods();
|
|
18
|
-
|
|
19
|
-
runInTempDir();
|
|
20
|
-
mockAccountId();
|
|
21
|
-
mockApiToken();
|
|
22
|
-
mockSetTimeout();
|
|
23
|
-
|
|
24
|
-
beforeEach(() => {
|
|
25
|
-
process.env.CI = "true";
|
|
26
|
-
process.env.CF_PAGES_UPLOAD_JWT = "<<funfetti-auth-jwt>>";
|
|
27
|
-
});
|
|
28
|
-
|
|
29
|
-
afterEach(async () => {
|
|
30
|
-
process.env = ENV_COPY;
|
|
31
|
-
|
|
32
|
-
// Force a tick to ensure that all promises resolve
|
|
33
|
-
await endEventLoop();
|
|
34
|
-
// Reset MSW after tick to ensure that all requests have been handled
|
|
35
|
-
msw.resetHandlers();
|
|
36
|
-
msw.restoreHandlers();
|
|
37
|
-
});
|
|
38
|
-
|
|
39
|
-
it("should upload a directory of files with a provided JWT", async () => {
|
|
40
|
-
writeFileSync("logo.png", "foobar");
|
|
41
|
-
|
|
42
|
-
msw.use(
|
|
43
|
-
rest.post("*/pages/assets/check-missing", async (req, res, ctx) => {
|
|
44
|
-
const body = (await req.json()) as {
|
|
45
|
-
hashes: string[];
|
|
46
|
-
};
|
|
47
|
-
|
|
48
|
-
expect(req.headers.get("Authorization")).toBe(
|
|
49
|
-
"Bearer <<funfetti-auth-jwt>>"
|
|
50
|
-
);
|
|
51
|
-
expect(body).toMatchObject({
|
|
52
|
-
hashes: ["2082190357cfd3617ccfe04f340c6247"],
|
|
53
|
-
});
|
|
54
|
-
|
|
55
|
-
return res.once(
|
|
56
|
-
ctx.status(200),
|
|
57
|
-
ctx.json({
|
|
58
|
-
success: true,
|
|
59
|
-
errors: [],
|
|
60
|
-
messages: [],
|
|
61
|
-
result: body.hashes,
|
|
62
|
-
})
|
|
63
|
-
);
|
|
64
|
-
}),
|
|
65
|
-
rest.post("*/pages/assets/upload", async (req, res, ctx) => {
|
|
66
|
-
expect(req.headers.get("Authorization")).toBe(
|
|
67
|
-
"Bearer <<funfetti-auth-jwt>>"
|
|
68
|
-
);
|
|
69
|
-
|
|
70
|
-
expect(await req.json()).toMatchObject([
|
|
71
|
-
{
|
|
72
|
-
base64: true,
|
|
73
|
-
key: "2082190357cfd3617ccfe04f340c6247",
|
|
74
|
-
metadata: {
|
|
75
|
-
contentType: "image/png",
|
|
76
|
-
},
|
|
77
|
-
value: "Zm9vYmFy",
|
|
78
|
-
},
|
|
79
|
-
]);
|
|
80
|
-
|
|
81
|
-
return res(
|
|
82
|
-
ctx.status(200),
|
|
83
|
-
ctx.json({
|
|
84
|
-
success: true,
|
|
85
|
-
errors: [],
|
|
86
|
-
messages: [],
|
|
87
|
-
result: null,
|
|
88
|
-
})
|
|
89
|
-
);
|
|
90
|
-
})
|
|
91
|
-
);
|
|
92
|
-
|
|
93
|
-
await runWrangler("pages project upload .");
|
|
94
|
-
|
|
95
|
-
expect(normalizeProgressSteps(std.out)).toMatchInlineSnapshot(`
|
|
96
|
-
"✨ Success! Uploaded 1 files (TIMINGS)
|
|
97
|
-
|
|
98
|
-
✨ Upload complete!"
|
|
99
|
-
`);
|
|
100
|
-
});
|
|
101
|
-
|
|
102
|
-
it("should avoid uploading some files", async () => {
|
|
103
|
-
mkdirSync("some_dir/node_modules", { recursive: true });
|
|
104
|
-
mkdirSync("some_dir/functions", { recursive: true });
|
|
105
|
-
|
|
106
|
-
writeFileSync("logo.png", "foobar");
|
|
107
|
-
writeFileSync("some_dir/functions/foo.js", "func");
|
|
108
|
-
writeFileSync("some_dir/_headers", "headersfile");
|
|
109
|
-
|
|
110
|
-
writeFileSync("_headers", "headersfile");
|
|
111
|
-
writeFileSync("_redirects", "redirectsfile");
|
|
112
|
-
writeFileSync("_worker.js", "workerfile");
|
|
113
|
-
writeFileSync("_routes.json", "routesfile");
|
|
114
|
-
mkdirSync(".git");
|
|
115
|
-
writeFileSync(".git/foo", "gitfile");
|
|
116
|
-
writeFileSync("some_dir/node_modules/some_package", "nodefile");
|
|
117
|
-
mkdirSync("functions");
|
|
118
|
-
writeFileSync("functions/foo.js", "func");
|
|
119
|
-
|
|
120
|
-
// Accumulate multiple requests then assert afterwards
|
|
121
|
-
const requests: RestRequest[] = [];
|
|
122
|
-
msw.use(
|
|
123
|
-
rest.post("*/pages/assets/check-missing", async (req, res, ctx) => {
|
|
124
|
-
const body = (await req.json()) as {
|
|
125
|
-
hashes: string[];
|
|
126
|
-
};
|
|
127
|
-
|
|
128
|
-
expect(req.headers.get("Authorization")).toBe(
|
|
129
|
-
"Bearer <<funfetti-auth-jwt>>"
|
|
130
|
-
);
|
|
131
|
-
expect(body).toMatchObject({
|
|
132
|
-
hashes: [
|
|
133
|
-
"2082190357cfd3617ccfe04f340c6247",
|
|
134
|
-
"95dedb64e6d4940fc2e0f11f711cc2f4",
|
|
135
|
-
"09a79777abda8ccc8bdd51dd3ff8e9e9",
|
|
136
|
-
],
|
|
137
|
-
});
|
|
138
|
-
|
|
139
|
-
return res.once(
|
|
140
|
-
ctx.status(200),
|
|
141
|
-
ctx.json({
|
|
142
|
-
success: true,
|
|
143
|
-
errors: [],
|
|
144
|
-
messages: [],
|
|
145
|
-
result: body.hashes,
|
|
146
|
-
})
|
|
147
|
-
);
|
|
148
|
-
}),
|
|
149
|
-
rest.post("*/pages/assets/upload", (req, res, ctx) => {
|
|
150
|
-
requests.push(req);
|
|
151
|
-
|
|
152
|
-
return res(
|
|
153
|
-
ctx.status(200),
|
|
154
|
-
ctx.json({
|
|
155
|
-
success: true,
|
|
156
|
-
errors: [],
|
|
157
|
-
messages: [],
|
|
158
|
-
result: null,
|
|
159
|
-
})
|
|
160
|
-
);
|
|
161
|
-
})
|
|
162
|
-
);
|
|
163
|
-
|
|
164
|
-
await runWrangler("pages project upload .");
|
|
165
|
-
expect(requests.length).toBe(3);
|
|
166
|
-
|
|
167
|
-
const resolvedRequests = (
|
|
168
|
-
await Promise.all(
|
|
169
|
-
requests.map(async (req) => await req.json<UploadPayloadFile[]>())
|
|
170
|
-
)
|
|
171
|
-
).flat();
|
|
172
|
-
|
|
173
|
-
const requestMap = resolvedRequests.reduce<{
|
|
174
|
-
[key: string]: UploadPayloadFile;
|
|
175
|
-
}>((map, req) => Object.assign(map, { [req.key]: req }), {});
|
|
176
|
-
|
|
177
|
-
for (const req of requests) {
|
|
178
|
-
expect(req.headers.get("Authorization")).toBe(
|
|
179
|
-
"Bearer <<funfetti-auth-jwt>>"
|
|
180
|
-
);
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
expect(Object.keys(requestMap).length).toBe(3);
|
|
184
|
-
|
|
185
|
-
expect(requestMap["95dedb64e6d4940fc2e0f11f711cc2f4"]).toMatchObject({
|
|
186
|
-
base64: true,
|
|
187
|
-
key: "95dedb64e6d4940fc2e0f11f711cc2f4",
|
|
188
|
-
metadata: {
|
|
189
|
-
contentType: "application/octet-stream",
|
|
190
|
-
},
|
|
191
|
-
value: "aGVhZGVyc2ZpbGU=",
|
|
192
|
-
});
|
|
193
|
-
|
|
194
|
-
expect(requestMap["2082190357cfd3617ccfe04f340c6247"]).toMatchObject({
|
|
195
|
-
base64: true,
|
|
196
|
-
key: "2082190357cfd3617ccfe04f340c6247",
|
|
197
|
-
metadata: {
|
|
198
|
-
contentType: "image/png",
|
|
199
|
-
},
|
|
200
|
-
value: "Zm9vYmFy",
|
|
201
|
-
});
|
|
202
|
-
|
|
203
|
-
expect(requestMap["09a79777abda8ccc8bdd51dd3ff8e9e9"]).toMatchObject({
|
|
204
|
-
base64: true,
|
|
205
|
-
key: "09a79777abda8ccc8bdd51dd3ff8e9e9",
|
|
206
|
-
metadata: {
|
|
207
|
-
contentType: "application/javascript",
|
|
208
|
-
},
|
|
209
|
-
value: "ZnVuYw==",
|
|
210
|
-
});
|
|
211
|
-
|
|
212
|
-
expect(normalizeProgressSteps(std.out)).toMatchInlineSnapshot(`
|
|
213
|
-
"✨ Success! Uploaded 3 files (TIMINGS)
|
|
214
|
-
|
|
215
|
-
✨ Upload complete!"
|
|
216
|
-
`);
|
|
217
|
-
});
|
|
218
|
-
|
|
219
|
-
it("should retry uploads", async () => {
|
|
220
|
-
writeFileSync("logo.txt", "foobar");
|
|
221
|
-
|
|
222
|
-
// Accumulate multiple requests then assert afterwards
|
|
223
|
-
const requests: RestRequest[] = [];
|
|
224
|
-
msw.use(
|
|
225
|
-
rest.post("*/pages/assets/check-missing", async (req, res, ctx) => {
|
|
226
|
-
const body = (await req.json()) as { hashes: string[] };
|
|
227
|
-
|
|
228
|
-
expect(req.headers.get("Authorization")).toBe(
|
|
229
|
-
"Bearer <<funfetti-auth-jwt>>"
|
|
230
|
-
);
|
|
231
|
-
expect(body).toMatchObject({
|
|
232
|
-
hashes: ["1a98fb08af91aca4a7df1764a2c4ddb0"],
|
|
233
|
-
});
|
|
234
|
-
|
|
235
|
-
return res.once(
|
|
236
|
-
ctx.status(200),
|
|
237
|
-
ctx.json({
|
|
238
|
-
success: true,
|
|
239
|
-
errors: [],
|
|
240
|
-
messages: [],
|
|
241
|
-
result: body.hashes,
|
|
242
|
-
})
|
|
243
|
-
);
|
|
244
|
-
}),
|
|
245
|
-
rest.post("*/pages/assets/upload", async (req, res, ctx) => {
|
|
246
|
-
requests.push(req);
|
|
247
|
-
|
|
248
|
-
if (requests.length < 2) {
|
|
249
|
-
return res(
|
|
250
|
-
ctx.status(200),
|
|
251
|
-
ctx.json({
|
|
252
|
-
success: false,
|
|
253
|
-
errors: [
|
|
254
|
-
{
|
|
255
|
-
code: 800000,
|
|
256
|
-
message: "Something exploded, please retry",
|
|
257
|
-
},
|
|
258
|
-
],
|
|
259
|
-
messages: [],
|
|
260
|
-
result: null,
|
|
261
|
-
})
|
|
262
|
-
);
|
|
263
|
-
} else {
|
|
264
|
-
return res(
|
|
265
|
-
ctx.status(200),
|
|
266
|
-
ctx.json({
|
|
267
|
-
success: true,
|
|
268
|
-
errors: [],
|
|
269
|
-
messages: [],
|
|
270
|
-
result: null,
|
|
271
|
-
})
|
|
272
|
-
);
|
|
273
|
-
}
|
|
274
|
-
})
|
|
275
|
-
);
|
|
276
|
-
|
|
277
|
-
await runWrangler("pages project upload .");
|
|
278
|
-
|
|
279
|
-
// Assert two identical requests
|
|
280
|
-
expect(requests.length).toBe(2);
|
|
281
|
-
for (const init of requests) {
|
|
282
|
-
expect(init.headers.get("Authorization")).toBe(
|
|
283
|
-
"Bearer <<funfetti-auth-jwt>>"
|
|
284
|
-
);
|
|
285
|
-
|
|
286
|
-
const body = (await init.json()) as UploadPayloadFile[];
|
|
287
|
-
expect(body).toMatchObject([
|
|
288
|
-
{
|
|
289
|
-
key: "1a98fb08af91aca4a7df1764a2c4ddb0",
|
|
290
|
-
value: Buffer.from("foobar").toString("base64"),
|
|
291
|
-
metadata: {
|
|
292
|
-
contentType: "text/plain",
|
|
293
|
-
},
|
|
294
|
-
base64: true,
|
|
295
|
-
},
|
|
296
|
-
]);
|
|
297
|
-
}
|
|
298
|
-
|
|
299
|
-
expect(normalizeProgressSteps(std.out)).toMatchInlineSnapshot(`
|
|
300
|
-
"✨ Success! Uploaded 1 files (TIMINGS)
|
|
301
|
-
|
|
302
|
-
✨ Upload complete!"
|
|
303
|
-
`);
|
|
304
|
-
});
|
|
305
|
-
|
|
306
|
-
it("should try to use multiple buckets (up to the max concurrency)", async () => {
|
|
307
|
-
writeFileSync("logo.txt", "foobar");
|
|
308
|
-
writeFileSync("logo.png", "foobar");
|
|
309
|
-
writeFileSync("logo.html", "foobar");
|
|
310
|
-
writeFileSync("logo.js", "foobar");
|
|
311
|
-
|
|
312
|
-
mockGetUploadTokenRequest(
|
|
313
|
-
"<<funfetti-auth-jwt>>",
|
|
314
|
-
"some-account-id",
|
|
315
|
-
"foo"
|
|
316
|
-
);
|
|
317
|
-
|
|
318
|
-
// Accumulate multiple requests then assert afterwards
|
|
319
|
-
const requests: RestRequest[] = [];
|
|
320
|
-
msw.use(
|
|
321
|
-
rest.post("*/pages/assets/check-missing", async (req, res, ctx) => {
|
|
322
|
-
const body = (await req.json()) as { hashes: string[] };
|
|
323
|
-
|
|
324
|
-
expect(req.headers.get("Authorization")).toBe(
|
|
325
|
-
"Bearer <<funfetti-auth-jwt>>"
|
|
326
|
-
);
|
|
327
|
-
expect(body).toMatchObject({
|
|
328
|
-
hashes: expect.arrayContaining([
|
|
329
|
-
"d96fef225537c9f5e44a3cb27fd0b492",
|
|
330
|
-
"2082190357cfd3617ccfe04f340c6247",
|
|
331
|
-
"6be321bef99e758250dac034474ddbb8",
|
|
332
|
-
"1a98fb08af91aca4a7df1764a2c4ddb0",
|
|
333
|
-
]),
|
|
334
|
-
});
|
|
335
|
-
|
|
336
|
-
return res.once(
|
|
337
|
-
ctx.status(200),
|
|
338
|
-
ctx.json({
|
|
339
|
-
success: true,
|
|
340
|
-
errors: [],
|
|
341
|
-
messages: [],
|
|
342
|
-
result: body.hashes,
|
|
343
|
-
})
|
|
344
|
-
);
|
|
345
|
-
}),
|
|
346
|
-
rest.post("*/pages/assets/upload", async (req, res, ctx) => {
|
|
347
|
-
requests.push(req);
|
|
348
|
-
|
|
349
|
-
expect(req.headers.get("Authorization")).toBe(
|
|
350
|
-
"Bearer <<funfetti-auth-jwt>>"
|
|
351
|
-
);
|
|
352
|
-
|
|
353
|
-
return res(
|
|
354
|
-
ctx.status(200),
|
|
355
|
-
ctx.json({
|
|
356
|
-
success: true,
|
|
357
|
-
errors: [],
|
|
358
|
-
messages: [],
|
|
359
|
-
result: null,
|
|
360
|
-
})
|
|
361
|
-
);
|
|
362
|
-
})
|
|
363
|
-
);
|
|
364
|
-
|
|
365
|
-
await runWrangler("pages project upload .");
|
|
366
|
-
|
|
367
|
-
// We have 3 buckets, so expect 3 uploads
|
|
368
|
-
expect(requests.length).toBe(3);
|
|
369
|
-
const bodies: UploadPayloadFile[][] = [];
|
|
370
|
-
for (const init of requests) {
|
|
371
|
-
bodies.push((await init.json()) as UploadPayloadFile[]);
|
|
372
|
-
}
|
|
373
|
-
// One bucket should end up with 2 files
|
|
374
|
-
expect(bodies.map((b) => b.length).sort()).toEqual([1, 1, 2]);
|
|
375
|
-
// But we don't know the order, so flatten and test without ordering
|
|
376
|
-
expect(bodies.flatMap((b) => b)).toEqual(
|
|
377
|
-
expect.arrayContaining([
|
|
378
|
-
{
|
|
379
|
-
base64: true,
|
|
380
|
-
key: "d96fef225537c9f5e44a3cb27fd0b492",
|
|
381
|
-
metadata: { contentType: "text/html" },
|
|
382
|
-
value: "Zm9vYmFy",
|
|
383
|
-
},
|
|
384
|
-
{
|
|
385
|
-
base64: true,
|
|
386
|
-
key: "1a98fb08af91aca4a7df1764a2c4ddb0",
|
|
387
|
-
metadata: { contentType: "text/plain" },
|
|
388
|
-
value: "Zm9vYmFy",
|
|
389
|
-
},
|
|
390
|
-
{
|
|
391
|
-
base64: true,
|
|
392
|
-
key: "6be321bef99e758250dac034474ddbb8",
|
|
393
|
-
metadata: { contentType: "application/javascript" },
|
|
394
|
-
value: "Zm9vYmFy",
|
|
395
|
-
},
|
|
396
|
-
{
|
|
397
|
-
base64: true,
|
|
398
|
-
key: "2082190357cfd3617ccfe04f340c6247",
|
|
399
|
-
metadata: { contentType: "image/png" },
|
|
400
|
-
value: "Zm9vYmFy",
|
|
401
|
-
},
|
|
402
|
-
])
|
|
403
|
-
);
|
|
404
|
-
|
|
405
|
-
expect(normalizeProgressSteps(std.out)).toMatchInlineSnapshot(`
|
|
406
|
-
"✨ Success! Uploaded 4 files (TIMINGS)
|
|
407
|
-
|
|
408
|
-
✨ Upload complete!"
|
|
409
|
-
`);
|
|
410
|
-
});
|
|
411
|
-
|
|
412
|
-
it("should not error when directory names contain periods and houses a extensionless file", async () => {
|
|
413
|
-
mkdirSync(".well-known");
|
|
414
|
-
// Note: same content as previous test, but since it's a different extension,
|
|
415
|
-
// it hashes to a different value
|
|
416
|
-
writeFileSync(".well-known/foobar", "foobar");
|
|
417
|
-
|
|
418
|
-
mockGetUploadTokenRequest(
|
|
419
|
-
"<<funfetti-auth-jwt>>",
|
|
420
|
-
"some-account-id",
|
|
421
|
-
"foo"
|
|
422
|
-
);
|
|
423
|
-
|
|
424
|
-
msw.use(
|
|
425
|
-
rest.post(
|
|
426
|
-
"*/pages/assets/check-missing",
|
|
427
|
-
|
|
428
|
-
async (req, res, ctx) => {
|
|
429
|
-
const body = (await req.json()) as { hashes: string[] };
|
|
430
|
-
|
|
431
|
-
expect(req.headers.get("Authorization")).toBe(
|
|
432
|
-
"Bearer <<funfetti-auth-jwt>>"
|
|
433
|
-
);
|
|
434
|
-
expect(body).toMatchObject({
|
|
435
|
-
hashes: ["7b764dacfd211bebd8077828a7ddefd7"],
|
|
436
|
-
});
|
|
437
|
-
|
|
438
|
-
return res.once(
|
|
439
|
-
ctx.status(200),
|
|
440
|
-
ctx.json({
|
|
441
|
-
success: true,
|
|
442
|
-
errors: [],
|
|
443
|
-
messages: [],
|
|
444
|
-
result: body.hashes,
|
|
445
|
-
})
|
|
446
|
-
);
|
|
447
|
-
}
|
|
448
|
-
),
|
|
449
|
-
rest.post("*/pages/assets/upload", async (req, res, ctx) => {
|
|
450
|
-
expect(req.headers.get("Authorization")).toBe(
|
|
451
|
-
"Bearer <<funfetti-auth-jwt>>"
|
|
452
|
-
);
|
|
453
|
-
const body = (await req.json()) as UploadPayloadFile[];
|
|
454
|
-
expect(body).toMatchObject([
|
|
455
|
-
{
|
|
456
|
-
key: "7b764dacfd211bebd8077828a7ddefd7",
|
|
457
|
-
value: Buffer.from("foobar").toString("base64"),
|
|
458
|
-
metadata: {
|
|
459
|
-
contentType: "application/octet-stream",
|
|
460
|
-
},
|
|
461
|
-
base64: true,
|
|
462
|
-
},
|
|
463
|
-
]);
|
|
464
|
-
|
|
465
|
-
return res.once(
|
|
466
|
-
ctx.status(200),
|
|
467
|
-
ctx.json({
|
|
468
|
-
success: true,
|
|
469
|
-
errors: [],
|
|
470
|
-
messages: [],
|
|
471
|
-
result: null,
|
|
472
|
-
})
|
|
473
|
-
);
|
|
474
|
-
})
|
|
475
|
-
);
|
|
476
|
-
|
|
477
|
-
await runWrangler("pages project upload .");
|
|
478
|
-
|
|
479
|
-
expect(std.err).toMatchInlineSnapshot(`""`);
|
|
480
|
-
});
|
|
481
|
-
});
|
|
482
|
-
|
|
483
|
-
/**
|
|
484
|
-
* When uploading assets we print out progress messages that look like:
|
|
485
|
-
*
|
|
486
|
-
* Uploading... (1/4)
|
|
487
|
-
* Uploading... (2/4)
|
|
488
|
-
* Uploading... (4/4)
|
|
489
|
-
*
|
|
490
|
-
* Note that we don't always get a progress message for every item uploaded.
|
|
491
|
-
* These upload counts are not deterministic and can change from test run to test run.
|
|
492
|
-
*
|
|
493
|
-
* Also if you run the tests in --runInBand mode then we never see any of
|
|
494
|
-
* these progress messages in the tests!!
|
|
495
|
-
*
|
|
496
|
-
* So this helper removes these message from the snapshots to keep them consistent.
|
|
497
|
-
*/
|
|
498
|
-
export function normalizeProgressSteps(str: string): string {
|
|
499
|
-
return str.replace(/Uploading... \(\d\/\d\)\r?\n?/g, "");
|
|
500
|
-
}
|