github-actions[bot]
aac328d155
Version Packages
2025-01-17 15:47:45 +00:00
Maximo Guk
e819570b2d
Remove stages from pages-deploy-detailed artifact and add changeset
2025-01-17 09:31:23 -06:00
github-actions[bot]
9d9bee8bfd
Version Packages
2024-11-26 19:27:54 +00:00
Maximo Guk
9fed19aa4e
Bump default wrangler version to 3.90.0
2024-11-26 07:47:24 -06:00
Maximo Guk
cada7a6312
Add tests for github service, and move all github deployments logic to be inside of github.ts
2024-11-19 12:08:36 -06:00
Courtney Sims
0140ffbc93
Update documentation
2024-11-13 12:06:27 -06:00
github-actions[bot]
bc61e66e47
Version Packages
2024-11-05 21:26:00 +00:00
Maximo Guk
59c0462940
Add missing changeset for using randomUUID for wrangler artifacts dir
2024-11-05 15:20:12 -06:00
github-actions[bot]
2171bbdd69
Version Packages
2024-11-01 18:40:47 +00:00
Maximo Guk
122ee5cf5b
Moves wrangler output to tmpdir rather than /opt/ since /opt/ is owned by root.
...
- Github self hosted runners may not have permissions to write to /opt/
- Also fallsback to trying to extract the deployment-url and deployment-alias-url from stdout when WRANGLER_OUTPUT_DIR is not specified
2024-11-01 13:29:38 -05:00
github-actions[bot]
b7158dc9a4
Version Packages
2024-10-24 14:49:52 +00:00
Maximo Guk
10d5b9c1c1
Revert "Add parity with pages-action for pages deploy outputs"
...
This reverts commit 3ec7f8943e
.
2024-10-24 08:45:19 -05:00
github-actions[bot]
fa96c39bd4
Version Packages
2024-10-23 19:55:00 +00:00
Courtney Sims
3ec7f8943e
Add parity with pages-action for pages deploy outputs
2024-10-23 10:18:55 -05:00
github-actions[bot]
6aa2e8946a
Version Packages
2024-10-07 21:39:16 +00:00
Maximo Guk
de0526e09b
Merge pull request #278 from acusti/patch-1
...
When checking for existing wrangler install, match wrangler version even if multiline output
2024-10-07 18:38:52 -03:00
Maximo Guk
134b5c2a32
Add changeset for update wrangler version from 3.13.2 to 3.78.10
2024-10-07 16:30:14 -05:00
Andrew Patton
47d51f25c1
Match wrangler version even if multiline output cloudflare#277
2024-10-07 20:54:34 +00:00
github-actions[bot]
9966912c1b
Version Packages
2024-10-01 22:12:10 +00:00
Ambroos Vaes
a1467a0c8f
Add deployment-alias-url for pages deployments with Wrangler 3.78.0+
2024-09-19 18:54:02 +02:00
github-actions[bot]
ea11499226
Version Packages
2024-06-20 21:23:25 +00:00
Maximo Guk
66efca2cbb
Invoke wrangler to check if it's installed, but don't auto-install through npx/bunx
2024-06-15 23:22:47 -05:00
github-actions[bot]
d1b97ebf4d
Version Packages
2024-05-24 15:16:10 +00:00
Maximo Guk
2d275a8f2d
Revert "(feat): Use existing wrangler installation when appropriate ( #235 )"
...
This reverts commit 0545ad285a
.
2024-05-24 10:04:14 -05:00
github-actions[bot]
8ef515f899
Version Packages ( #262 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-05-23 15:58:20 +01:00
Adishwar Rishi
0545ad285a
(feat): Use existing wrangler installation when appropriate ( #235 )
...
* (feat): Check for existing wrangler installation
* Add test for pre-installed wrangler
* Add changeset
* Address CR comments - check for an exact wrangler version match
* Tweak the fixture test for the pre-installed-wrangler test
* Simplify if/else logic for checking wrangler versions as per review notes
* fix(test): Fix execution for fake wrangler installation
* fixup! fix(test): Fix execution for fake wrangler installation
* Setup new CI test convention for wrangler-action
* Remove unncessary ts-expect-error comments
---------
Co-authored-by: Peter Bacon Darwin <pbacondarwin@cloudflare.com>
2024-05-15 09:53:41 +01:00
github-actions[bot]
983b6349c2
Version Packages
2024-04-30 12:52:35 +00:00
Matthew Rodgers
31a6263ef3
Stop racing secret uploads
...
For up to date versions of wrangler, secrets are uploaded via the
'secret:bulk' command, which batches updates in a single API call.
For versions of wrangler without that capability, the action falls back
to the single 'secret put' command for each secret. It races all these
with a Promise.all()
Unfortunately, the single secret API cannot handle concurrency - at
best, these calls have to wait on one another, holding requests open
all the while. Often it times out and errors.
This fixes the legacy secret upload errors by making these calls
serially instead of concurrently.
2024-04-26 15:44:18 -07:00
github-actions[bot]
7451182d38
Version Packages
2024-01-05 18:08:21 +00:00
Adishwar Rishi
bbedd8e54f
Add changeset
2024-01-05 18:06:15 +11:00
github-actions[bot]
f2d9b652c4
Version Packages
2023-12-13 17:17:49 +00:00
Cina Saffary
bd3857047e
Apply suggestions from code review
2023-12-13 11:15:50 -06:00
GrantBirki
d13856dfc9
add changeset
2023-12-13 10:10:20 -07:00
James Ross
9aba9c34da
fix: semver comparison ( #216 )
...
* fix: semver comparison
chore: bump dependencies
* chore: add changeset
* fix: update snapshot for error test
2023-12-13 09:53:47 +00:00
github-actions[bot]
21a8414ba3
Version Packages
2023-10-19 17:39:52 +00:00
Cina Saffary
473d9cbd29
Bump DEFAULT_WRANGLER_VERSION
to 3.13.2
2023-10-18 17:04:41 -05:00
Cina Saffary
76d614f400
Add changeset
2023-10-18 16:42:34 -05:00
github-actions[bot]
b2e459a047
Version Packages
2023-10-11 16:31:53 +00:00
Cina Saffary
a4509d507c
Don't set packageManager
default via action.yml
...
We need to distinguish between when the value is and isn't set in order to perform inference based on lockfile and only fallback to the default of npm if inference fails.
2023-10-10 18:00:32 -05:00
github-actions[bot]
326ba30882
Version Packages
2023-10-10 20:20:04 +00:00
Jacob Andersen
d9a0a00f8b
Add changeset
2023-10-10 12:41:00 -07:00
github-actions[bot]
caa59485d0
Version Packages
2023-10-10 14:16:00 +00:00
Cina Saffary
528687aaf4
Refactor to use npm as a fallback if no packageManager
specified...
...
and no lockfile is present. Fixes #180
2023-10-09 17:20:09 -05:00
github-actions[bot]
e0254d06bc
Version Packages
2023-09-18 19:12:19 +00:00
Han Yeong-woo
6771675815
Run format
2023-09-19 01:37:01 +09:00
Jacob M-G Evans
4ae0557f8d
Update two-rocks-hope.md
2023-09-18 11:33:50 -05:00
Han Yeong-woo
7d7b98826e
Add changeset
2023-09-19 01:30:36 +09:00
github-actions[bot]
26103fa86c
Version Packages
2023-08-30 14:04:59 +00:00
Cina Saffary
e5251df521
Refactor error handling to stop execution on errors. Fixes #160 .
2023-08-29 16:36:50 -05:00
github-actions[bot]
fcbabec21e
Version Packages
2023-08-16 15:55:01 +00:00