Jacob M-G Evans
29cef5effc
Merge pull request #131 from cloudflare/jacobmgevans/action-permissions
...
Add permissions to Action
2023-08-08 14:51:16 -05:00
Jacob M-G Evans
ee60b7bd5e
Add permissions to Action
2023-08-08 14:50:15 -05:00
Jacob M-G Evans
0ab3500d54
Merge pull request #128 from cloudflare/jacobmgevans/automate-action-publish
...
Automate Action Release
2023-08-08 14:14:19 -05:00
Jacob M-G Evans
dfa59a861f
start script not needed, using Act locally
2023-08-08 13:28:05 -05:00
Jacob M-G Evans
342e6243b7
remove dist & node_modules from repo
2023-08-08 13:21:44 -05:00
Jacob M-G Evans
d6590f86f4
Automate Action Release
...
Utilizing build & tag action to automate the deps and build steps for releasing the Action. Additionally using NCC for the build process to easy compile the deps into a small executable with the JS file.
2023-08-08 13:03:11 -05:00
Jacob M-G Evans
97e54f3396
Merge pull request #127 from cloudflare/lrapoport/add-issues-to-gh-project
...
Automatically add issues to workers-sdk GH project
2023-08-08 08:35:11 -05:00
lrapoport-cf
f85e1acfa7
Add workflow to add issues to GH project
2023-08-07 22:10:59 -04:00
lrapoport-cf
e18e1dfc82
Merge pull request #124 from cloudflare/lrapoport/publish-to-deploy
...
Update publish to deploy
2023-08-07 16:31:50 -04:00
Jacob M-G Evans
20ea506049
Temp fix for deps issue
2023-08-07 15:11:15 -05:00
lrapoport-cf
45c57ae013
Update publish to deploy
2023-08-07 15:57:12 -04:00
Jacob M-G Evans
a5fd4fdd34
Merge pull request #121 from cloudflare/jacobmgevans/codeowners
...
Owners: Wrangler Team
2023-08-07 14:42:13 -05:00
Jacob M-G Evans
002bb083fa
Update README.md
...
Co-authored-by: lrapoport-cf <107272160+lrapoport-cf@users.noreply.github.com>
2023-08-07 14:42:06 -05:00
Jacob M-G Evans
42c609b2d6
included README update
2023-08-07 14:29:10 -05:00
Jacob M-G Evans
c8f756bccf
Fix Prettier check with /dist
2023-08-07 14:23:56 -05:00
Jacob M-G Evans
81fb6a9681
Owners: Wrangler Team
2023-08-07 14:11:03 -05:00
Jacob M-G Evans
6231e31709
hotfix missing dist
2023-08-07 14:06:55 -05:00
Jacob M-G Evans
0c419bee6c
Merge pull request #119 from cloudflare/jacobmgevans/remove-v1-examples
...
Update README to remove v1 suggestions/examples
2023-08-07 13:30:09 -05:00
Jacob M-G Evans
74a9b9885f
Update README to remove v1 suggestions/examples
2023-08-07 13:18:56 -05:00
Jacob M-G Evans
3dd57ff2bb
Merge pull request #112 from cloudflare/jacobmgevans/typescript-overhaul
...
v4 w/ TypeScript Overhaul
2023-08-07 13:08:09 -05:00
Jacob M-G Evans
edb2a58814
feat: rewrite Wrangler Action in TypeScript
...
* Removes dependencies such as Docker, decreasing spin-up time
* Adds community-requested features, including bulk secrets API utilization from Wrangler
* Fixes CI/CD
* Adds testing
* Improves command implementation
* Begins using Node for the Action engine/runner
* Openly discusses all changes with the community
GitHub Discussions opened and Issues monitored
BREAKING CHANGES:
* Docker is no longer a dependency
* Wrangler v1 is no longer supported
Additional related Internal tickets:
Major Version Default: https://jira.cfdata.org/browse/DEVX-632
Rewrite Project: DEVX-804,802,800,632
2023-08-07 13:05:09 -05:00
Sunil Pai
4c10c1822a
Merge pull request #72 from WalshyDev/walshy/pages-996-support-wrangler2
...
Support wrangler2 - v2
2022-05-09 12:02:45 +01:00
Daniel Walsh
3d1979ca8e
Support wrangler2 - v2.0.0
2022-05-09 11:49:03 +01:00
Adam Janiš
6f62debcf8
Merge pull request #56 from ItalyPaleAle/patch-1
...
Update Node.js to 16
2022-03-15 12:30:29 +01:00
Kristian Freeman
006366c1ae
Merge pull request #46 from whoabuddy/patch-1
...
Update README.md release version
2021-07-19 10:19:25 -05:00
Alessandro (Ale) Segala
95ac136231
Update Node.js to 16
2021-05-12 22:21:56 -07:00
Jason Schrader
a33b48c9fe
Update README.md release version
...
This change updates the release version for cloudflare/wrangler-action in all examples from `1.2.0` to `1.3.0`.
It also corrects a typo on the last example changing `TOML` to `YAML` based on the code below it.
2020-11-13 07:56:23 -07:00
Kristian Freeman
60c377d0bf
Merge pull request #42 from Indigenuity/master
...
Suggest workflow_dispatch for manual deploys
2020-09-16 12:46:23 -05:00
Kristian Freeman
39c3d279a1
Merge pull request #43 from chromy/patch-1
...
Update Readme to reference v1.3.0
2020-09-16 12:45:29 -05:00
Hector Dearman
8df5ab90b3
Update Readme to reference v1.3.0
...
The readme mentions v1.2.0 but some of the commands (for example publish)
are only present in v1.3.0. Update readme to use v1.3.0 instead.
2020-09-11 22:05:51 +01:00
JD Kemsley
f4e53e2753
Suggest workflow_dispatch for manual deploys
2020-09-11 12:53:43 -05:00
Kristian Freeman
3424d15af2
Merge pull request #35 from bradyjoslin/pre-post-commands
...
Add support for running pre and post commands
2020-08-21 11:31:16 -05:00
Brady Joslin
212d5a5125
eval the input command
2020-08-13 00:12:47 -05:00
Joslin, Brady W (Brady)
bc7b76075d
update explanation of publish option
2020-08-11 22:53:34 -05:00
Joslin, Brady W (Brady)
176cda2c0e
add ability to skip publish
2020-08-11 22:46:42 -05:00
Joslin, Brady W (Brady)
93b9408aec
pre-post-commands
2020-08-07 16:36:37 -05:00
Avery Harnish
6531840e6e
Merge pull request #32 from jbampton/fix-word-case
...
Fix word case
2020-07-02 10:07:55 -05:00
John Bampton
f871e6782e
Fix word case
2020-07-02 17:17:05 +10:00
Kristian Freeman
aab79315b4
Merge pull request #30 from bradyjoslin/patch-1
...
update secrets example in readme
2020-06-29 09:29:28 -05:00
Brady Joslin
c511ea2eb5
Update README.md
2020-06-27 10:38:37 -05:00
Kristian Freeman
21f14faa06
Bump version in README
2020-06-22 10:32:48 -05:00
Kristian Freeman
e5fc9a726a
Merge pull request #28 from bradyjoslin/master
...
add secrets publishing
2020-06-22 10:27:18 -05:00
Brady Joslin
4259a86a6b
Update deploy.yml
2020-06-22 10:02:00 -05:00
Joslin, Brady W (Brady)
aabd478947
update test worker for testing secrets
2020-06-22 09:35:46 -05:00
Joslin, Brady W (Brady)
3123fc538b
add secrets publishing
2020-06-15 23:09:55 -05:00
Jason Gill
1202bb2fe9
Remove nvm to speed build time
...
The Dockerfile already pulls the node:12 image, so there's no need for NVM to be downloaded and installed as well. Removing this speeds up the image build time (making Github Actions go faster)
2020-05-05 13:31:27 -05:00
Kristian Freeman
e5160f5528
Merge pull request #14 from cloudflare/kristian/workflow
...
re-add GitHub Actions workflow
2020-05-05 13:01:29 -05:00
Kristian Freeman
1e37135bae
Update workflow and separate into multiple jobs
2020-05-05 12:52:41 -05:00
Kristian Freeman
1c9291f9bf
Merge pull request #23 from mscoutermarsh/patch-1
...
Improvements to the readme
2020-04-06 10:59:14 -05:00
Mike Coutermarsh
8dd9410702
Improvements to the readme
...
Setting checkout to V2 and fixing the environment link
2020-04-04 20:57:36 -07:00