wrangler 2.19.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.
Files changed (297) hide show
  1. package/README.md +4 -4
  2. package/bin/wrangler.js +9 -75
  3. package/package.json +5 -13
  4. package/templates/__tests__/tsconfig.tsbuildinfo +1 -1
  5. package/templates/checked-fetch.js +1 -1
  6. package/templates/first-party-worker-module-facade.ts +2 -2
  7. package/templates/middleware/common.ts +9 -4
  8. package/templates/middleware/loader-sw.ts +2 -7
  9. package/templates/new-worker-scheduled.ts +1 -1
  10. package/templates/new-worker.ts +1 -1
  11. package/templates/pages-dev-util.ts +4 -1
  12. package/templates/pages-shim.ts +0 -3
  13. package/templates/tsconfig.tsbuildinfo +1 -1
  14. package/wrangler-dist/cli.d.ts +160 -75
  15. package/wrangler-dist/cli.js +61843 -65907
  16. package/import_meta_url.js +0 -3
  17. package/miniflare-config-stubs/.env.empty +0 -0
  18. package/miniflare-config-stubs/package.empty.json +0 -1
  19. package/miniflare-config-stubs/wrangler.empty.toml +0 -0
  20. package/miniflare-dist/index.mjs +0 -6442
  21. package/src/__tests__/access.test.ts +0 -25
  22. package/src/__tests__/api-dev.test.ts +0 -238
  23. package/src/__tests__/api-devregistry.test.ts +0 -121
  24. package/src/__tests__/api.test.ts +0 -102
  25. package/src/__tests__/config-cache-without-cache-dir.test.ts +0 -38
  26. package/src/__tests__/config-cache.test.ts +0 -42
  27. package/src/__tests__/configuration.test.ts +0 -4509
  28. package/src/__tests__/constellation.test.ts +0 -371
  29. package/src/__tests__/d1/d1.test.ts +0 -82
  30. package/src/__tests__/d1/execute.test.ts +0 -66
  31. package/src/__tests__/d1/migrate.test.ts +0 -257
  32. package/src/__tests__/d1/splitter.test.ts +0 -255
  33. package/src/__tests__/delete.test.ts +0 -272
  34. package/src/__tests__/deployments.test.ts +0 -369
  35. package/src/__tests__/dev.test.tsx +0 -1617
  36. package/src/__tests__/generate.test.ts +0 -237
  37. package/src/__tests__/get-host-from-url.test.ts +0 -16
  38. package/src/__tests__/guess-worker-format.test.ts +0 -120
  39. package/src/__tests__/helpers/clipboardy-mock.js +0 -4
  40. package/src/__tests__/helpers/cmd-shim.d.ts +0 -11
  41. package/src/__tests__/helpers/end-event-loop.ts +0 -6
  42. package/src/__tests__/helpers/mock-account-id.ts +0 -48
  43. package/src/__tests__/helpers/mock-auth-domain.ts +0 -20
  44. package/src/__tests__/helpers/mock-bin.ts +0 -36
  45. package/src/__tests__/helpers/mock-console.ts +0 -112
  46. package/src/__tests__/helpers/mock-dialogs.ts +0 -139
  47. package/src/__tests__/helpers/mock-get-pages-upload-token.ts +0 -25
  48. package/src/__tests__/helpers/mock-get-zone-from-host.ts +0 -11
  49. package/src/__tests__/helpers/mock-http-server.ts +0 -46
  50. package/src/__tests__/helpers/mock-istty.ts +0 -74
  51. package/src/__tests__/helpers/mock-known-routes.ts +0 -12
  52. package/src/__tests__/helpers/mock-kv.ts +0 -46
  53. package/src/__tests__/helpers/mock-oauth-flow.ts +0 -263
  54. package/src/__tests__/helpers/mock-process.ts +0 -34
  55. package/src/__tests__/helpers/mock-set-timeout.ts +0 -16
  56. package/src/__tests__/helpers/mock-stdin.ts +0 -108
  57. package/src/__tests__/helpers/mock-web-socket.ts +0 -29
  58. package/src/__tests__/helpers/msw/blob-worker.cjs +0 -19
  59. package/src/__tests__/helpers/msw/handlers/access.ts +0 -13
  60. package/src/__tests__/helpers/msw/handlers/deployments.ts +0 -160
  61. package/src/__tests__/helpers/msw/handlers/namespaces.ts +0 -81
  62. package/src/__tests__/helpers/msw/handlers/oauth.ts +0 -31
  63. package/src/__tests__/helpers/msw/handlers/r2.ts +0 -60
  64. package/src/__tests__/helpers/msw/handlers/script.ts +0 -56
  65. package/src/__tests__/helpers/msw/handlers/user.ts +0 -52
  66. package/src/__tests__/helpers/msw/handlers/zones.ts +0 -20
  67. package/src/__tests__/helpers/msw/index.ts +0 -52
  68. package/src/__tests__/helpers/msw/read-file-sync.js +0 -61
  69. package/src/__tests__/helpers/run-in-tmp.ts +0 -38
  70. package/src/__tests__/helpers/run-wrangler.ts +0 -16
  71. package/src/__tests__/helpers/string-dynamic-values-matcher.ts +0 -28
  72. package/src/__tests__/helpers/worker-scripts/child-wrangler.toml +0 -1
  73. package/src/__tests__/helpers/worker-scripts/hello-world-worker.js +0 -5
  74. package/src/__tests__/helpers/worker-scripts/hello-world-wrangler.toml +0 -1
  75. package/src/__tests__/helpers/worker-scripts/parent-worker.js +0 -11
  76. package/src/__tests__/helpers/worker-scripts/parent-wrangler.toml +0 -5
  77. package/src/__tests__/helpers/write-worker-source.ts +0 -31
  78. package/src/__tests__/helpers/write-wrangler-toml.ts +0 -17
  79. package/src/__tests__/https-options.test.ts +0 -163
  80. package/src/__tests__/index.test.ts +0 -282
  81. package/src/__tests__/init.test.ts +0 -3196
  82. package/src/__tests__/jest.setup.ts +0 -179
  83. package/src/__tests__/kv.test.ts +0 -1799
  84. package/src/__tests__/logger.test.ts +0 -207
  85. package/src/__tests__/logout.test.ts +0 -47
  86. package/src/__tests__/metrics.test.ts +0 -493
  87. package/src/__tests__/middleware.scheduled.test.ts +0 -145
  88. package/src/__tests__/middleware.test.ts +0 -816
  89. package/src/__tests__/mtls-certificates.test.ts +0 -589
  90. package/src/__tests__/package-manager.test.ts +0 -353
  91. package/src/__tests__/pages/deployment-list.test.ts +0 -80
  92. package/src/__tests__/pages/functions-build.test.ts +0 -452
  93. package/src/__tests__/pages/pages.test.ts +0 -81
  94. package/src/__tests__/pages/project-create.test.ts +0 -63
  95. package/src/__tests__/pages/project-list.test.ts +0 -110
  96. package/src/__tests__/pages/project-upload.test.ts +0 -500
  97. package/src/__tests__/pages/publish.test.ts +0 -2864
  98. package/src/__tests__/pages-deployment-tail.test.ts +0 -955
  99. package/src/__tests__/parse.test.ts +0 -436
  100. package/src/__tests__/paths.test.ts +0 -39
  101. package/src/__tests__/publish.test.ts +0 -8849
  102. package/src/__tests__/pubsub.test.ts +0 -496
  103. package/src/__tests__/queues.test.ts +0 -532
  104. package/src/__tests__/r2.test.ts +0 -374
  105. package/src/__tests__/route.test.ts +0 -45
  106. package/src/__tests__/secret.test.ts +0 -693
  107. package/src/__tests__/tail.test.ts +0 -958
  108. package/src/__tests__/test-old-node-version.js +0 -31
  109. package/src/__tests__/traverse-module-graph.test.ts +0 -220
  110. package/src/__tests__/tsconfig-sanity.ts +0 -12
  111. package/src/__tests__/tsconfig.json +0 -8
  112. package/src/__tests__/tsconfig.tsbuildinfo +0 -1
  113. package/src/__tests__/type-generation.test.ts +0 -234
  114. package/src/__tests__/user.test.ts +0 -118
  115. package/src/__tests__/utils-collectKeyValues.test.ts +0 -47
  116. package/src/__tests__/validate-dev-props.test.ts +0 -56
  117. package/src/__tests__/version.test.ts +0 -35
  118. package/src/__tests__/whoami.test.tsx +0 -172
  119. package/src/__tests__/worker-namespace.test.ts +0 -340
  120. package/src/abort.d.ts +0 -3
  121. package/src/api/dev.ts +0 -316
  122. package/src/api/index.ts +0 -11
  123. package/src/api/mtls-certificate.ts +0 -148
  124. package/src/api/pages/create-worker-bundle-contents.ts +0 -76
  125. package/src/api/pages/index.ts +0 -5
  126. package/src/api/pages/publish.tsx +0 -355
  127. package/src/bundle-reporter.ts +0 -68
  128. package/src/bundle.ts +0 -908
  129. package/src/cfetch/index.ts +0 -158
  130. package/src/cfetch/internal.ts +0 -258
  131. package/src/cli.ts +0 -28
  132. package/src/config/README.md +0 -107
  133. package/src/config/config.ts +0 -282
  134. package/src/config/diagnostics.ts +0 -80
  135. package/src/config/environment.ts +0 -618
  136. package/src/config/index.ts +0 -403
  137. package/src/config/validation-helpers.ts +0 -597
  138. package/src/config/validation.ts +0 -2342
  139. package/src/config-cache.ts +0 -85
  140. package/src/constellation/createProject.tsx +0 -51
  141. package/src/constellation/deleteProject.ts +0 -51
  142. package/src/constellation/deleteProjectModel.ts +0 -68
  143. package/src/constellation/index.ts +0 -75
  144. package/src/constellation/listCatalog.tsx +0 -35
  145. package/src/constellation/listModel.tsx +0 -41
  146. package/src/constellation/listProject.tsx +0 -28
  147. package/src/constellation/listRuntime.tsx +0 -28
  148. package/src/constellation/options.ts +0 -17
  149. package/src/constellation/types.ts +0 -17
  150. package/src/constellation/uploadModel.tsx +0 -64
  151. package/src/constellation/utils.ts +0 -90
  152. package/src/create-worker-preview.ts +0 -293
  153. package/src/create-worker-upload-form.ts +0 -359
  154. package/src/d1/backups.tsx +0 -219
  155. package/src/d1/constants.ts +0 -2
  156. package/src/d1/create.tsx +0 -70
  157. package/src/d1/delete.ts +0 -53
  158. package/src/d1/execute.tsx +0 -357
  159. package/src/d1/formatTimeAgo.ts +0 -14
  160. package/src/d1/index.ts +0 -100
  161. package/src/d1/list.tsx +0 -62
  162. package/src/d1/migrations/apply.tsx +0 -212
  163. package/src/d1/migrations/create.tsx +0 -79
  164. package/src/d1/migrations/helpers.ts +0 -169
  165. package/src/d1/migrations/index.ts +0 -3
  166. package/src/d1/migrations/list.tsx +0 -95
  167. package/src/d1/migrations/options.ts +0 -23
  168. package/src/d1/options.ts +0 -22
  169. package/src/d1/splitter.ts +0 -161
  170. package/src/d1/types.ts +0 -25
  171. package/src/d1/utils.ts +0 -49
  172. package/src/delete.ts +0 -100
  173. package/src/deployments.ts +0 -368
  174. package/src/deprecated/index.ts +0 -144
  175. package/src/dev/dev-vars.ts +0 -39
  176. package/src/dev/dev.tsx +0 -600
  177. package/src/dev/get-local-persistence-path.ts +0 -31
  178. package/src/dev/local.tsx +0 -948
  179. package/src/dev/remote.tsx +0 -632
  180. package/src/dev/start-server.ts +0 -534
  181. package/src/dev/use-esbuild.ts +0 -203
  182. package/src/dev/validate-dev-props.ts +0 -40
  183. package/src/dev-registry.ts +0 -202
  184. package/src/dev.tsx +0 -929
  185. package/src/dialogs.ts +0 -136
  186. package/src/dispatch-namespace.ts +0 -211
  187. package/src/docs/helpers.ts +0 -50
  188. package/src/docs/index.ts +0 -54
  189. package/src/durable.ts +0 -102
  190. package/src/entry.ts +0 -337
  191. package/src/environment-variables/factory.ts +0 -89
  192. package/src/environment-variables/misc-variables.ts +0 -30
  193. package/src/errors.ts +0 -11
  194. package/src/generate/index.ts +0 -298
  195. package/src/git-client.ts +0 -135
  196. package/src/global-wrangler-config-path.ts +0 -26
  197. package/src/https-options.ts +0 -127
  198. package/src/index.ts +0 -768
  199. package/src/init.ts +0 -1032
  200. package/src/inspect.ts +0 -782
  201. package/src/intl-polyfill.d.ts +0 -139
  202. package/src/is-ci.ts +0 -14
  203. package/src/is-interactive.ts +0 -16
  204. package/src/jest.d.ts +0 -4
  205. package/src/kv/helpers.ts +0 -433
  206. package/src/kv/index.ts +0 -594
  207. package/src/logger.ts +0 -123
  208. package/src/metrics/index.ts +0 -5
  209. package/src/metrics/metrics-config.ts +0 -239
  210. package/src/metrics/metrics-dispatcher.ts +0 -96
  211. package/src/metrics/metrics-usage-headers.ts +0 -24
  212. package/src/metrics/send-event.ts +0 -99
  213. package/src/miniflare-cli/README.md +0 -30
  214. package/src/miniflare-cli/assets.ts +0 -251
  215. package/src/miniflare-cli/index.ts +0 -210
  216. package/src/miniflare-cli/request-context.ts +0 -40
  217. package/src/miniflare-cli/tsconfig.json +0 -9
  218. package/src/miniflare-cli/tsconfig.tsbuildinfo +0 -1
  219. package/src/miniflare-cli/types.ts +0 -11
  220. package/src/module-collection.ts +0 -333
  221. package/src/mtls-certificate/cli.ts +0 -155
  222. package/src/open-in-browser.ts +0 -17
  223. package/src/package-manager.ts +0 -219
  224. package/src/pages/build.ts +0 -410
  225. package/src/pages/buildFunctions.ts +0 -140
  226. package/src/pages/constants.ts +0 -18
  227. package/src/pages/deployment-tails.ts +0 -281
  228. package/src/pages/deployments.tsx +0 -84
  229. package/src/pages/dev.ts +0 -716
  230. package/src/pages/errors.ts +0 -67
  231. package/src/pages/functions/buildPlugin.ts +0 -113
  232. package/src/pages/functions/buildWorker.ts +0 -291
  233. package/src/pages/functions/filepath-routing.test.ts +0 -234
  234. package/src/pages/functions/filepath-routing.ts +0 -189
  235. package/src/pages/functions/identifiers.ts +0 -78
  236. package/src/pages/functions/routes-consolidation.test.ts +0 -250
  237. package/src/pages/functions/routes-consolidation.ts +0 -73
  238. package/src/pages/functions/routes-transformation.test.ts +0 -282
  239. package/src/pages/functions/routes-transformation.ts +0 -115
  240. package/src/pages/functions/routes-validation.test.ts +0 -403
  241. package/src/pages/functions/routes-validation.ts +0 -202
  242. package/src/pages/functions/routes.ts +0 -151
  243. package/src/pages/functions/tsconfig.json +0 -8
  244. package/src/pages/functions/tsconfig.tsbuildinfo +0 -1
  245. package/src/pages/functions.ts +0 -86
  246. package/src/pages/hash.ts +0 -13
  247. package/src/pages/index.ts +0 -102
  248. package/src/pages/projects.tsx +0 -159
  249. package/src/pages/prompt-select-project.tsx +0 -31
  250. package/src/pages/publish.tsx +0 -267
  251. package/src/pages/types.ts +0 -46
  252. package/src/pages/upload.tsx +0 -469
  253. package/src/pages/utils.ts +0 -23
  254. package/src/parse.ts +0 -308
  255. package/src/paths.ts +0 -71
  256. package/src/proxy.ts +0 -694
  257. package/src/publish/index.ts +0 -274
  258. package/src/publish/publish.ts +0 -1060
  259. package/src/pubsub/index.ts +0 -286
  260. package/src/pubsub/pubsub-commands.ts +0 -623
  261. package/src/queues/cli/commands/consumer/add.ts +0 -71
  262. package/src/queues/cli/commands/consumer/index.ts +0 -19
  263. package/src/queues/cli/commands/consumer/remove.ts +0 -31
  264. package/src/queues/cli/commands/create.ts +0 -25
  265. package/src/queues/cli/commands/delete.ts +0 -26
  266. package/src/queues/cli/commands/index.ts +0 -35
  267. package/src/queues/cli/commands/list.ts +0 -25
  268. package/src/queues/client.ts +0 -136
  269. package/src/queues/utils.ts +0 -18
  270. package/src/r2/constants.ts +0 -4
  271. package/src/r2/helpers.ts +0 -132
  272. package/src/r2/index.ts +0 -289
  273. package/src/routes.ts +0 -140
  274. package/src/secret/index.ts +0 -376
  275. package/src/selfsigned.d.ts +0 -29
  276. package/src/sites.ts +0 -484
  277. package/src/tail/createTail.ts +0 -406
  278. package/src/tail/filters.ts +0 -277
  279. package/src/tail/index.ts +0 -211
  280. package/src/tail/printing.ts +0 -122
  281. package/src/traverse-module-graph.ts +0 -53
  282. package/src/tsconfig-sanity.ts +0 -16
  283. package/src/type-generation.ts +0 -181
  284. package/src/update-check.ts +0 -19
  285. package/src/user/access.ts +0 -68
  286. package/src/user/auth-variables.ts +0 -113
  287. package/src/user/choose-account.tsx +0 -39
  288. package/src/user/generate-auth-url.ts +0 -33
  289. package/src/user/generate-random-state.ts +0 -16
  290. package/src/user/index.ts +0 -2
  291. package/src/user/user.ts +0 -1234
  292. package/src/utils/collectKeyValues.ts +0 -14
  293. package/src/utils/render.ts +0 -93
  294. package/src/whoami.ts +0 -135
  295. package/src/worker.ts +0 -274
  296. package/src/yargs-types.ts +0 -37
  297. package/src/zones.ts +0 -191
@@ -1,108 +0,0 @@
1
- const ORIGINAL_STDIN = process.stdin;
2
-
3
- /**
4
- * Mock process.stdin so that we can pipe in text for non-interactive mode tests.
5
- */
6
- export function useMockStdin({ isTTY }: { isTTY: boolean }) {
7
- const mockStdin = new MockStdIn(isTTY);
8
-
9
- beforeEach(() => {
10
- mockStdin.reset();
11
- Object.defineProperty(process, "stdin", {
12
- value: mockStdin,
13
- configurable: true,
14
- writable: false,
15
- });
16
- });
17
-
18
- afterEach(() => {
19
- Object.defineProperty(process, "stdin", {
20
- value: ORIGINAL_STDIN,
21
- configurable: true,
22
- writable: false,
23
- });
24
- });
25
-
26
- return mockStdin;
27
- }
28
-
29
- const failCallback: (value: unknown) => void = () => {
30
- throw new Error(
31
- "TEST FAILURE: stdin callback called before being initialized."
32
- );
33
- };
34
-
35
- /**
36
- * A mock version of `process.std`, which can be used to simulate piping data
37
- * into the wrangler process in non-interactive mode.
38
- */
39
- class MockStdIn {
40
- private endCallback = failCallback;
41
- private errorCallback = failCallback;
42
- private chunks: string[] = [];
43
- private error: Error | undefined;
44
-
45
- /**
46
- * Set this to true if you want the stdin stream to error.
47
- */
48
- throwError(error: Error) {
49
- this.error = error;
50
- }
51
-
52
- /**
53
- * Call this to clean out the chunks that are queued for sending.
54
- */
55
- reset() {
56
- this.chunks.length = 0;
57
- this.error = undefined;
58
- }
59
-
60
- /**
61
- * Queue up some chunks to be sent.
62
- */
63
- send(...chunks: string[]) {
64
- this.chunks.push(...chunks);
65
- }
66
-
67
- constructor(
68
- /**
69
- * Used by wrangler to check whether stdin is interactive.
70
- */
71
- readonly isTTY: boolean
72
- ) {}
73
-
74
- /**
75
- * Used by wrangler to add event listeners.
76
- */
77
- on(eventName: string, callback: () => void) {
78
- switch (eventName) {
79
- case "readable":
80
- setImmediate(callback);
81
- break;
82
- case "end":
83
- this.endCallback = callback;
84
- break;
85
- case "error":
86
- this.errorCallback = callback;
87
- break;
88
- }
89
- }
90
-
91
- /**
92
- * Used by wrangler to get the next chunk of data in the stream.
93
- */
94
- read() {
95
- if (this.error) {
96
- setImmediate(() => this.errorCallback(this.error));
97
- }
98
- if (this.chunks.length === 0) {
99
- setImmediate(this.endCallback);
100
- }
101
- return this.chunks.shift() ?? null;
102
- }
103
-
104
- /**
105
- * Used by Ink.js to set the encoding of the stdout.
106
- */
107
- setEncoding() {}
108
- }
@@ -1,29 +0,0 @@
1
- import { WebSocket } from "mock-socket";
2
-
3
- /**
4
- * A version of the mock WebSocket that supports the methods that we use.
5
- */
6
- export class MockWebSocket extends WebSocket {
7
- on(event: string | symbol, listener: (...args: unknown[]) => void): this {
8
- switch (event) {
9
- case "message":
10
- this.onmessage = ({ data }) => {
11
- listener(data);
12
- };
13
- break;
14
- case "open":
15
- this.onopen = listener;
16
- break;
17
- case "close":
18
- this.onclose = listener;
19
- break;
20
- default:
21
- throw new Error("Unknown event type: " + event.toString());
22
- }
23
- return this;
24
- }
25
-
26
- terminate() {
27
- this.close();
28
- }
29
- }
@@ -1,19 +0,0 @@
1
- /*! Read blob sync in NodeJS. MIT License. Jimmy Wärting <https://jimmy.warting.se/opensource>
2
- * Special Thanks to Jimmy Wärting helping in https://github.com/nodejs/undici/issues/1830
3
- */
4
-
5
- const { workerData } = require("worker_threads");
6
-
7
- const { signal, port, blob } = workerData;
8
-
9
- blob.arrayBuffer().then((ab) => {
10
- // Post the result back to the main thread before unlocking 'signal'
11
- port.postMessage(ab, [ab]);
12
- port.close();
13
-
14
- // Change the value of signal[0] to 1
15
- Atomics.store(signal, 0, 1);
16
-
17
- // This will unlock the main thread when we notify it
18
- Atomics.notify(signal, 0);
19
- });
@@ -1,13 +0,0 @@
1
- import { rest } from "msw";
2
-
3
- export default [
4
- rest.get("*access-protected.com*", (_, response, cxt) => {
5
- return response.once(
6
- cxt.status(302),
7
- cxt.set("location", "access-protected-com.cloudflareaccess.com")
8
- );
9
- }),
10
- rest.get("*not-access-protected.com*", (_, response, cxt) => {
11
- return response.once(cxt.status(200), cxt.body("OK"));
12
- }),
13
- ];
@@ -1,160 +0,0 @@
1
- import { rest } from "msw";
2
- import { createFetchResult } from "../index";
3
-
4
- const latestDeployment = {
5
- id: "Galaxy-Class",
6
- number: "1701-E",
7
- annotations: {
8
- "workers/triggered_by": "rollback",
9
- "workers/rollback_from": "MOCK-DEPLOYMENT-ID-2222",
10
- },
11
- metadata: {
12
- author_id: "Picard-Gamma-6-0-7-3",
13
- author_email: "Jean-Luc-Picard@federation.org",
14
- source: "wrangler",
15
- created_on: "2021-01-04T00:00:00.000000Z",
16
- modified_on: "2021-01-04T00:00:00.000000Z",
17
- },
18
- resources: {
19
- script: "MOCK-TAG",
20
- bindings: [],
21
- },
22
- };
23
- export const mswSuccessDeployments = [
24
- rest.get(
25
- "*/accounts/:accountId/workers/deployments/by-script/:scriptTag",
26
- (_, response, context) =>
27
- response.once(
28
- context.json(
29
- createFetchResult({
30
- latest: latestDeployment,
31
- items: [
32
- {
33
- id: "Constitution-Class",
34
- number: "1701-E",
35
- annotations: {
36
- "workers/triggered_by": "upload",
37
- },
38
- metadata: {
39
- author_id: "Picard-Gamma-6-0-7-3",
40
- author_email: "Jean-Luc-Picard@federation.org",
41
- source: "wrangler",
42
- created_on: "2021-01-01T00:00:00.000000Z",
43
- modified_on: "2021-01-01T00:00:00.000000Z",
44
- },
45
- },
46
- {
47
- id: "Intrepid-Class",
48
- number: "NCC-74656",
49
- annotations: {
50
- "workers/triggered_by": "rollback",
51
- "workers/rollback_from": "MOCK-DEPLOYMENT-ID-1111",
52
- "workers/message": "Rolled back for this version",
53
- },
54
- metadata: {
55
- author_id: "Kathryn-Jane-Gamma-6-0-7-3",
56
- author_email: "Kathryn-Janeway@federation.org",
57
- source: "wrangler",
58
- created_on: "2021-02-02T00:00:00.000000Z",
59
- modified_on: "2021-02-02T00:00:00.000000Z",
60
- },
61
- },
62
- {
63
- id: "3mEgaU1T-Intrepid-someThing",
64
- number: "NCC-74656",
65
- metadata: {
66
- author_id: "Kathryn-Jane-Gamma-6-0-7-3",
67
- author_email: "Kathryn-Janeway@federation.org",
68
- source: "wrangler",
69
- created_on: "2021-02-03T00:00:00.000000Z",
70
- modified_on: "2021-02-03T00:00:00.000000Z",
71
- },
72
- },
73
- latestDeployment,
74
- ],
75
- })
76
- )
77
- )
78
- ),
79
- ];
80
-
81
- export const mswSuccessDeploymentScriptMetadata = [
82
- rest.get(
83
- "*/accounts/:accountId/workers/services/:scriptName",
84
- (_, res, ctx) => {
85
- return res.once(
86
- ctx.json(
87
- createFetchResult({
88
- default_environment: {
89
- script: { last_deployed_from: "wrangler", tag: "MOCK-TAG" },
90
- },
91
- })
92
- )
93
- );
94
- }
95
- ),
96
- ];
97
-
98
- export const mswSuccessDeploymentDetails = [
99
- rest.get(
100
- "*/accounts/:accountId/workers/deployments/by-script/:scriptTag/detail/:deploymentId",
101
- (req, res, ctx) => {
102
- let bindings: object[] = [];
103
- if (req.url.toString().includes("bindings-tag")) {
104
- bindings = [
105
- {
106
- bucket_name: "testr2",
107
- name: "MY_BUCKET",
108
- type: "r2_bucket",
109
- },
110
- ];
111
- }
112
-
113
- expect(req.url.toString().includes("1701-E"));
114
- return res.once(
115
- ctx.json(
116
- createFetchResult({
117
- id: "1701-E",
118
- Number: 0,
119
- metadata: {
120
- author_id: "Picard-Gamma-6-0-7-3",
121
- author_email: "Jean-Luc-Picard@federation.org",
122
- source: "wrangler",
123
- created_on: "2021-01-01T00:00:00.000000Z",
124
- modified_on: "2021-01-01T00:00:00.000000Z",
125
- },
126
- resources: {
127
- script: {
128
- etag: "mock-e-tag",
129
- handlers: ["fetch"],
130
- last_deployed_from: "wrangler",
131
- },
132
- script_runtime: {
133
- usage_model: "bundled",
134
- },
135
- bindings: bindings,
136
- },
137
- })
138
- )
139
- );
140
- }
141
- ),
142
- // ?deployment=<deploymentid> param used to get deployment <script content> as text
143
- rest.get(
144
- "*/accounts/:accountId/workers/scripts/:scriptName",
145
- (req, res, ctx) => {
146
- let scriptContent = "";
147
- if (req.url.searchParams.get("deployment") === "1701-E") {
148
- scriptContent = `
149
- export default {
150
- async fetch(request) {
151
- return new Response('Hello World from Deployment 1701-E');
152
- },
153
- };`;
154
- } else {
155
- return res(ctx.status(400));
156
- }
157
- return res.once(ctx.text(scriptContent));
158
- }
159
- ),
160
- ];
@@ -1,81 +0,0 @@
1
- import { rest } from "msw";
2
- import { createFetchResult } from "../index";
3
-
4
- export const mswSuccessNamespacesHandlers = [
5
- rest.post(
6
- "*/accounts/:accountId/workers/dispatch/namespaces",
7
- (_, response, context) => {
8
- return response.once(
9
- context.json(
10
- createFetchResult({
11
- namespace_id: "some-namespace-id",
12
- namespace_name: "namespace-name",
13
- created_on: "2022-06-29T14:30:08.16152Z",
14
- created_by: "1fc1df98cc4420fe00367c3ab68c1639",
15
- modified_on: "2022-06-29T14:30:08.16152Z",
16
- modified_by: "1fc1df98cc4420fe00367c3ab68c1639",
17
- })
18
- )
19
- );
20
- }
21
- ),
22
- rest.delete(
23
- "*/accounts/:accountId/workers/dispatch/namespaces/:namespaceName",
24
- (_, response, context) => {
25
- return response.once(context.json(createFetchResult(null)));
26
- }
27
- ),
28
- rest.put(
29
- "*/accounts/:accountId/workers/dispatch/namespaces/:namespaceName",
30
- (_, response, context) => {
31
- return response.once(
32
- context.json(
33
- createFetchResult({
34
- namespace_id: "some-namespace-id",
35
- namespace_name: "namespace-name",
36
- created_on: "2022-06-29T14:30:08.16152Z",
37
- created_by: "1fc1df98cc4420fe00367c3ab68c1639",
38
- modified_on: "2022-06-29T14:30:08.16152Z",
39
- modified_by: "1fc1df98cc4420fe00367c3ab68c1639",
40
- })
41
- )
42
- );
43
- }
44
- ),
45
- rest.get(
46
- "*/accounts/:accountId/workers/dispatch/namespaces/:namespaceName",
47
- (_, response, context) => {
48
- return response.once(
49
- context.json(
50
- createFetchResult({
51
- namespace_id: "some-namespace-id",
52
- namespace_name: "namespace-name",
53
- created_on: "2022-06-29T14:30:08.16152Z",
54
- created_by: "1fc1df98cc4420fe00367c3ab68c1639",
55
- modified_on: "2022-06-29T14:30:08.16152Z",
56
- modified_by: "1fc1df98cc4420fe00367c3ab68c1639",
57
- })
58
- )
59
- );
60
- }
61
- ),
62
- rest.get(
63
- "*/accounts/:accountId/workers/dispatch/namespaces",
64
- (_, response, context) => {
65
- return response.once(
66
- context.json(
67
- createFetchResult([
68
- {
69
- namespace_id: "some-namespace-id",
70
- namespace_name: "namespace-name",
71
- created_on: "2022-06-29T14:30:08.16152Z",
72
- created_by: "1fc1df98cc4420fe00367c3ab68c1639",
73
- modified_on: "2022-06-29T14:30:08.16152Z",
74
- modified_by: "1fc1df98cc4420fe00367c3ab68c1639",
75
- },
76
- ])
77
- )
78
- );
79
- }
80
- ),
81
- ];
@@ -1,31 +0,0 @@
1
- import { rest } from "msw";
2
-
3
- export const mswSuccessOauthHandlers = [
4
- rest.all("*/oauth/callback", (_, response, context) => {
5
- return response.once(
6
- context.status(200),
7
- context.json({
8
- success: true,
9
- errors: [],
10
- messages: [],
11
- code: "test-oauth-code",
12
- })
13
- );
14
- }),
15
- // revoke access token
16
- rest.post("*/oauth2/revoke", (_, response, context) =>
17
- response.once(context.status(200), context.text(""))
18
- ),
19
- // exchange (auth code | refresh token) for access token
20
- rest.post("*/oauth2/token", (_, response, context) => {
21
- return response.once(
22
- context.status(200),
23
- context.json({
24
- access_token: "test-access-token",
25
- expires_in: 100000,
26
- refresh_token: "test-refresh-token",
27
- scope: "account:read",
28
- })
29
- );
30
- }),
31
- ];
@@ -1,60 +0,0 @@
1
- import { rest } from "msw";
2
- import { createFetchResult } from "../index";
3
-
4
- export const mswSuccessR2handlers = [
5
- // List endpoint r2Buckets
6
- rest.get("*/accounts/:accountId/r2/buckets", (_, response, context) =>
7
- response.once(
8
- context.json(
9
- createFetchResult({
10
- buckets: [
11
- { name: "bucket-1", creation_date: "01-01-2001" },
12
- { name: "bucket-2", creation_date: "01-01-2001" },
13
- ],
14
- })
15
- )
16
- )
17
- ),
18
- rest.post("*/accounts/:accountId/r2/buckets", (_, response, context) =>
19
- response.once(context.json(createFetchResult({})))
20
- ),
21
- rest.put(
22
- "*/accounts/:accountId/r2/buckets/:bucketName",
23
- (_, response, context) => response.once(context.json(createFetchResult({})))
24
- ),
25
- rest.delete(
26
- "*/accounts/:accountId/r2/buckets/:bucketName",
27
- (_, response, context) =>
28
- response.once(context.json(createFetchResult(null)))
29
- ),
30
- rest.get(
31
- "*/accounts/:accountId/r2/buckets/:bucketName/objects/:objectName",
32
- (_, response, context) => {
33
- const imageBuffer = Buffer.from("wormhole-img.png");
34
- return response.once(
35
- context.set("Content-Length", imageBuffer.byteLength.toString()),
36
- context.set("Content-Type", "image/png"),
37
-
38
- context.body(imageBuffer)
39
- );
40
- }
41
- ),
42
- rest.put(
43
- "*/accounts/:accountId/r2/buckets/:bucketName/objects/:objectName",
44
- (_, response, context) =>
45
- response.once(
46
- context.json(
47
- createFetchResult({
48
- accountId: "some-account-id",
49
- bucketName: "bucketName-object-test",
50
- objectName: "wormhole-img.png",
51
- })
52
- )
53
- )
54
- ),
55
- rest.delete(
56
- "*/accounts/:accountId/r2/buckets/:bucketName/objects/:objectName",
57
- (_, response, context) =>
58
- response.once(context.json(createFetchResult(null)))
59
- ),
60
- ];
@@ -1,56 +0,0 @@
1
- import { rest } from "msw";
2
- import { createFetchResult } from "../index";
3
- import type { WorkerMetadata } from "../../../../create-worker-upload-form";
4
-
5
- const bindings: Record<string, WorkerMetadata["bindings"]> = {
6
- "durable-object": [
7
- {
8
- type: "durable_object_namespace",
9
- name: "TestDO",
10
- class_name: "TestDO",
11
- },
12
- ],
13
- };
14
- const scripts: Record<string, string> = {
15
- websocket: `new WebSocket("ws://dummy")`,
16
- response: `return new Response("ok")`,
17
- };
18
- function getBindings(scriptName: string | readonly string[]) {
19
- if (typeof scriptName !== "string") return "";
20
- return scriptName.split("--").flatMap((part) => bindings[part] ?? []);
21
- }
22
- function getScript(scriptName: string | readonly string[]): string {
23
- if (typeof scriptName !== "string") return "";
24
- return `export default {fetch(request){
25
- ${scriptName
26
- .split("--")
27
- .map((part) => scripts[part] ?? "")
28
- .join(";\n")}
29
- }}`;
30
- }
31
- export default [
32
- rest.get(
33
- "*/accounts/:accountId/workers/services/:scriptName/environments/:env/content",
34
- ({ params: { scriptName } }, res, context) => {
35
- return res(context.text(getScript(scriptName)));
36
- }
37
- ),
38
- rest.get(
39
- "*/accounts/:accountId/workers/scripts/:scriptName",
40
- ({ params: { scriptName } }, res, context) => {
41
- return res(context.text(getScript(scriptName)));
42
- }
43
- ),
44
- rest.get(
45
- "*/accounts/:accountId/workers/services/:scriptName/environments/:env/bindings",
46
- ({ params: { scriptName } }, res, context) => {
47
- return res(context.json(createFetchResult(getBindings(scriptName))));
48
- }
49
- ),
50
- rest.get(
51
- "*/accounts/:accountId/workers/scripts/:scriptName/bindings",
52
- ({ params: { scriptName } }, res, context) => {
53
- return res(context.json(createFetchResult(getBindings(scriptName))));
54
- }
55
- ),
56
- ];
@@ -1,52 +0,0 @@
1
- import { rest } from "msw";
2
- import { createFetchResult } from "../index";
3
-
4
- export const mswSuccessUserHandlers = [
5
- rest.get("*/user", (_, response, cxt) => {
6
- return response.once(
7
- cxt.json(
8
- createFetchResult({
9
- id: "7c5dae5552338874e5053f2534d2767a",
10
- email: "user@example.com",
11
- first_name: "John",
12
- last_name: "Appleseed",
13
- username: "cfuser12345",
14
- telephone: "+1 123-123-1234",
15
- country: "US",
16
- zipcode: "12345",
17
- created_on: "2014-01-01T05:20:00Z",
18
- modified_on: "2014-01-01T05:20:00Z",
19
- two_factor_authentication_enabled: false,
20
- suspended: false,
21
- })
22
- )
23
- );
24
- }),
25
- rest.get("*/accounts", (_, response, cxt) => {
26
- return response.once(
27
- cxt.json(
28
- createFetchResult([
29
- { name: "Account One", id: "account-1" },
30
- { name: "Account Two", id: "account-2" },
31
- { name: "Account Three", id: "account-3" },
32
- ])
33
- )
34
- );
35
- }),
36
- rest.get("*/memberships", (_, response, context) => {
37
- return response.once(
38
- context.json(
39
- createFetchResult([
40
- {
41
- id: "membership-id-1",
42
- account: { id: "account-id-1", name: "My Personal Account" },
43
- },
44
- {
45
- id: "membership-id-2",
46
- account: { id: "account-id-2", name: "Enterprise Account" },
47
- },
48
- ])
49
- )
50
- );
51
- }),
52
- ];
@@ -1,20 +0,0 @@
1
- import { rest } from "msw";
2
- import { createFetchResult } from "../index";
3
-
4
- export default [
5
- rest.get("*/zones", ({ url: { searchParams } }, res, context) => {
6
- return res(
7
- context.json(
8
- createFetchResult(
9
- searchParams.get("name") === "exists.com"
10
- ? [
11
- {
12
- id: "exists-com",
13
- },
14
- ]
15
- : []
16
- )
17
- )
18
- );
19
- }),
20
- ];
@@ -1,52 +0,0 @@
1
- import { setupServer } from "msw/node";
2
- import { default as mswAccessHandlers } from "./handlers/access";
3
- import {
4
- mswSuccessDeployments,
5
- mswSuccessDeploymentScriptMetadata,
6
- mswSuccessDeploymentDetails,
7
- } from "./handlers/deployments";
8
- import { mswSuccessNamespacesHandlers } from "./handlers/namespaces";
9
- import { mswSuccessOauthHandlers } from "./handlers/oauth";
10
- import { mswSuccessR2handlers } from "./handlers/r2";
11
- import { default as mswSucessScriptHandlers } from "./handlers/script";
12
- import { mswSuccessUserHandlers } from "./handlers/user";
13
- import { default as mswZoneHandlers } from "./handlers/zones";
14
-
15
- export const msw = setupServer();
16
-
17
- function createFetchResult(
18
- result: unknown,
19
- success = true,
20
- errors: unknown[] = [],
21
- messages: unknown[] = [],
22
- result_info?: Record<string, unknown>
23
- ) {
24
- return result_info
25
- ? {
26
- result,
27
- success,
28
- errors,
29
- messages,
30
- result_info,
31
- }
32
- : {
33
- result,
34
- success,
35
- errors,
36
- messages,
37
- };
38
- }
39
-
40
- export {
41
- createFetchResult,
42
- mswSuccessUserHandlers,
43
- mswSuccessR2handlers,
44
- mswSuccessOauthHandlers,
45
- mswSuccessNamespacesHandlers,
46
- mswSucessScriptHandlers,
47
- mswZoneHandlers,
48
- mswSuccessDeployments,
49
- mswSuccessDeploymentDetails,
50
- mswAccessHandlers,
51
- mswSuccessDeploymentScriptMetadata,
52
- };