Commit Graph
100 Commits
Author SHA1 Message Date
James M. GreeneandGitHub 4c1957985f Merge branch 'main' into actions-http-client 2023-03-07 22:52:29 -06:00
James M. GreeneandGitHub 3adc03ee17 Update job name of formatting workflow 2023-03-07 22:51:23 -06:00
James M. GreeneandGitHub 64868855a8 Update job name of linting workflow 2023-03-07 22:51:05 -06:00
James M. GreeneandGitHub 405a1ea745 Merge pull request #131 from actions/dist-check-rename
Improve name of distributables checking workflow
2023-03-07 22:50:27 -06:00
James M. GreeneandGitHub 4e8b484add Improve name of distributables checking workflow 2023-03-07 22:48:28 -06:00
James M. GreeneandGitHub ce8433f767 Merge pull request #130 from actions/dependabot/npm_and_yarn/eslint-config-prettier-8.7.0
Bump eslint-config-prettier from 8.6.0 to 8.7.0
2023-03-07 22:46:52 -06:00
James M. GreeneandGitHub a7b43fb46d Merge pull request #129 from actions/dependabot/npm_and_yarn/jest-29.5.0
Bump jest from 29.4.3 to 29.5.0
2023-03-07 22:44:30 -06:00
James M. GreeneandGitHub f2ea9e954b Merge branch 'main' into actions-http-client 2023-03-06 22:14:47 -06:00
James M. Greene 973ee9bf72 Update distributables 2023-03-06 22:14:25 -06:00
James M. Greene b4ef3c2b4b Add test for cancellation 2023-03-06 22:12:58 -06:00
James M. Greene b88aa87bba Consolidate before functions 2023-03-06 22:09:40 -06:00
James M. Greene 93872af9c4 Update test with module wrapper 2023-03-06 22:08:01 -06:00
James M. Greene 6f75b9951c Lots of test updates 2023-03-06 22:04:25 -06:00
James M. Greene 452af0a0c2 Update distributables 2023-03-06 22:04:14 -06:00
James M. Greene c981f59b6f Tweak verbosity levels 2023-03-06 22:03:56 -06:00
James M. Greene c8c985cff1 Defer looking up RUNTIME_URL until JIT 2023-03-05 14:36:05 -06:00
James M. Greene 1947635a3f Update distributables 2023-03-03 15:44:01 -06:00
James M. Greene f3ccae1b04 Update status handling function for Octokit request 2023-03-03 15:43:35 -06:00
James M. GreeneandGitHub a2b8e8c9db Merge pull request #127 from actions/dependabot/npm_and_yarn/eslint-8.35.0
Bump eslint from 8.34.0 to 8.35.0
2023-03-03 14:15:40 -06:00
James M. GreeneandGitHub 5f0a0ff0b4 Merge pull request #126 from actions/dep-rebuild-wf
Revise Dependabot rebuild workflow
2023-03-03 14:14:11 -06:00
James M. GreeneandGitHub 70116d1421 Merge branch 'main' into dep-rebuild-wf 2023-03-03 14:13:38 -06:00
James M. GreeneandGitHub 90e90be05e Merge pull request #125 from actions/deprecate-conclusion-param
Deprecate the `conclusion` parameter for the Action
2023-03-03 14:12:42 -06:00
James M. GreeneandGitHub 479102aa60 Merge branch 'main' into deprecate-conclusion-param 2023-03-03 14:11:59 -06:00
James M. Greene e47a74ee39 Update distributables 2023-02-23 20:18:56 -06:00
James M. Greene 36aae3e29a Update Octokit usage to use request.js for deployment creation 2023-02-23 20:18:48 -06:00
James M. GreeneandGitHub 07cfc07e56 Merge pull request #123 from actions/dependabot/npm_and_yarn/prettier-2.8.4
Bump prettier from 2.8.3 to 2.8.4
2023-02-23 01:04:47 -06:00
James M. GreeneandGitHub 09d8b68bd9 Merge pull request #122 from actions/dependabot/npm_and_yarn/jest-29.4.3
Bump jest from 29.4.1 to 29.4.3
2023-02-23 01:03:20 -06:00
James M. GreeneandGitHub c33bfc33f9 Merge pull request #121 from actions/dependabot/npm_and_yarn/eslint-8.34.0
Bump eslint from 8.33.0 to 8.34.0
2023-02-23 01:02:02 -06:00
James M. Greene 4d06ee6166 Update Deployment class methods to enforce presence of this.deploymentInfo 2023-02-22 14:11:03 -06:00
James M. GreeneandGitHub 2864cb64c0 Merge pull request #119 from actions/fix-release-drafter
Separate use of Release Drafter
2023-02-22 11:51:53 -06:00
James M. GreeneandGitHub d6aec1031d Restrict test workflow permissions to reading contents only 2023-02-22 11:51:01 -06:00
James M. GreeneandGitHub 155a7a7d81 Revise Dependabot rebuild workflow 2023-02-22 11:47:31 -06:00
James M. GreeneandGitHub b93f1293af Deprecate the conclusion parameter for the Action 2023-02-22 08:37:21 -06:00
James M. Greene cb00670952 Update distributables 2023-02-22 08:28:54 -06:00
James M. Greene 65f1527542 Fix bad references, run the formatter 2023-02-22 08:26:42 -06:00
James M. Greene 594fd8fbbf Remove axios reference from code 2023-02-22 08:24:49 -06:00
James M. Greene 29db692e2d JS polishing 2023-02-22 08:23:39 -06:00
James M. Greene f577a41201 Swap out the Pages Deployment canceling interaction for the wrapped one from api-client 2023-02-22 08:23:03 -06:00
James M. Greene a0faa043a9 Swap out the Pages Deployment status check interaction for the wrapped one from api-client 2023-02-22 08:22:23 -06:00
James M. Greene 12b8ec3b9b Move setting 'page_url' output variable to top-level index 2023-02-22 08:18:54 -06:00
James M. Greene e7873ec09d Swap out the Pages Deployment creation interaction for the wrapped one from api-client
Also remove requestedDeployment field in favor of deploymentInfo.pending
2023-02-22 08:15:23 -06:00
James M. Greene c2918206ce Swap out the Artifact Exchange interaction for the wrapped one from api-client 2023-02-22 08:05:32 -06:00
James M. Greene 20fe504b3b Clarify references to Action ID and Workflow Run ID in logging 2023-02-22 08:01:01 -06:00
James M. Greene 93c1fe6967 Add a module to wrap GitHub REST API and Actions Runtime API requests
Critical benefit of doing this is inheriting the proxy-honoring behavior from the @actions/http-client and @actions/github libraries
2023-02-22 07:55:03 -06:00
James M. Greene f215e05bdc Remove dangling release drafter step from test workflow 2023-02-16 13:11:24 -06:00
James M. Greene 2fe84ca11a Add new dedicated workflow for updating draft releases 2023-02-16 13:10:55 -06:00
James M. Greene a7cb42fc67 Switch dependencies 2023-02-16 13:09:46 -06:00
James M. GreeneandGitHub ff669327f7 Merge pull request #113 from actions/dependabot/npm_and_yarn/axios-1.3.3
Bump axios from 1.3.0 to 1.3.3
2023-02-15 12:22:57 -06:00
James M. GreeneandGitHub 4014f178cc Merge pull request #116 from actions/dependabot/npm_and_yarn/eslint-plugin-github-4.6.1
Bump eslint-plugin-github from 4.3.4 to 4.6.1
2023-02-14 15:03:16 -06:00
James M. GreeneandGitHub 024ce73336 Merge pull request #115 from actions/pat-instead-of-github-token
Update rebuilding workflow to utilize an org-owned PAT
2023-02-14 12:23:13 -06:00
James M. GreeneandGitHub 899d42d10e Update rebuilding workflow to utilize an org-owned PAT 2023-02-14 12:19:50 -06:00
James M. GreeneandGitHub 0a94f060a9 Merge pull request #104 from actions/dependabot/npm_and_yarn/nock-13.3.0
Bump nock from 13.2.0 to 13.3.0
2023-02-14 00:15:28 -06:00
James M. GreeneandGitHub da1c9ce783 Merge branch 'main' into dependabot/npm_and_yarn/nock-13.3.0 2023-02-14 00:14:55 -06:00
James M. GreeneandGitHub dfb0b0286e Merge pull request #110 from actions/JamesMGreene-patch-1
Add a workflow to rebuild the distributables for Dependabot PRs
2023-02-13 19:51:10 -06:00
James M. GreeneandGitHub 802083045a Merge branch 'main' into JamesMGreene-patch-1 2023-02-13 19:49:00 -06:00
James M. GreeneandGitHub f0b70b47de Merge pull request #109 from actions/dont-check-pre
Remove check for `pre/` distributables
2023-02-13 19:48:35 -06:00
James M. Greene ec96bc5017 Just run Prettier to fix indentation nonsense 2023-02-10 23:11:30 -06:00
James M. GreeneandGitHub 953889442f Spacing again!? 2023-02-10 23:09:20 -06:00
James M. GreeneandGitHub 423b8fadd3 Fix wacky indentation from GitHub UI editor 2023-02-10 23:08:32 -06:00
James M. GreeneandGitHub 51ec3f54b3 Add a workflow to rebuild the distributables for Dependabot PRs 2023-02-10 23:03:00 -06:00
James M. GreeneandGitHub 5acfbbfe53 Remove check for pre/ distributables 2023-02-10 22:56:02 -06:00
James M. GreeneandGitHub 51b5f463c8 Merge pull request #101 from actions/npm-cached-test
Update npm cache usage in test workflow
2023-02-01 00:34:11 -06:00
James M. GreeneandGitHub a47774e76f Update npm cache usage in test workflow 2023-02-01 00:32:04 -06:00
James M. GreeneandGitHub 0243b6c10d Merge pull request #96 from actions/dependabot/npm_and_yarn/axios-1.3.0
Bump axios from 0.24.0 to 1.3.0
2023-02-01 00:26:17 -06:00
James M. Greene c5b13e825e Update distributables 2023-02-01 00:24:23 -06:00
James M. GreeneandGitHub fdc3607aa5 Merge pull request #99 from actions/dependabot/npm_and_yarn/eslint-config-prettier-8.6.0
Bump eslint-config-prettier from 8.3.0 to 8.6.0
2023-02-01 00:07:31 -06:00
James M. GreeneandGitHub 90f24e5afb Merge pull request #100 from actions/dependabot/npm_and_yarn/eslint-8.33.0
Bump eslint from 8.2.0 to 8.33.0
2023-02-01 00:04:50 -06:00
James M. GreeneandGitHub 13e4944607 Merge pull request #97 from actions/dependabot/npm_and_yarn/prettier-2.8.3
Bump prettier from 2.4.1 to 2.8.3
2023-02-01 00:03:27 -06:00
James M. GreeneandGitHub 2029fc10d5 Merge pull request #98 from actions/dependabot/npm_and_yarn/jest-29.4.1
Bump jest from 27.3.1 to 29.4.1
2023-02-01 00:01:07 -06:00
James M. GreeneandGitHub 97522131dc Merge pull request #95 from actions/dependabot-npm-updates
Add npm to Dependabot update list
2023-01-31 23:56:02 -06:00
James M. GreeneandGitHub 1ae2543781 Merge branch 'main' into dependabot-npm-updates 2023-01-31 23:55:26 -06:00
James M. GreeneandGitHub b32eea76f2 Merge pull request #89 from actions/dependabot/npm_and_yarn/json5-1.0.2
Bump json5 from 1.0.1 to 1.0.2
2023-01-30 22:24:14 -06:00
James M. GreeneandGitHub e2e88ddce2 Merge pull request #91 from actions/dependabot/github_actions/actions/publish-action-0.2.2
Bump actions/publish-action from 0.2.1 to 0.2.2
2023-01-30 22:20:33 -06:00
James M. GreeneandGitHub 006c281682 Add npm to Dependabot update list 2023-01-30 22:15:03 -06:00
James M. GreeneandGitHub ad08c0c36d Merge pull request #90 from actions/dependabot-config
Add Dependabot config for Actions usage updates
2023-01-13 16:37:27 -06:00
James M. Greene 22d02a6726 Comply with Prettier expectations 2023-01-13 16:34:58 -06:00
James M. GreeneandGitHub 8a6bc55a7a Add Dependabot config for Actions usage updates 2023-01-13 15:58:45 -06:00
James M. GreeneandGitHub 368bf1aa22 Merge pull request #83 from actions/pr82
Update to PR #82
2022-11-30 10:46:59 -06:00
James M. Greene 7fe67672d7 Update distributables 2022-11-30 10:43:09 -06:00
James M. GreeneandGitHub cecb121fe2 Merge branch 'main' into patch-1 2022-11-30 10:33:09 -06:00
James M. GreeneandGitHub 67198a6ece Merge pull request #80 from actions/JamesMGreene-patch-1
Update to latest `actions/publish-action`
2022-11-22 22:26:39 -06:00
James M. GreeneandGitHub e19278d945 Update to latest actions/publish-action
To avoid Actions core deprecation messages.

https://github.com/actions/publish-action/releases/tag/v0.2.1
2022-11-22 10:26:12 -06:00
James M. GreeneandGitHub 20a4baa109 Merge pull request #79 from actions/add-settings-url-to-error
Add repo settings URL to help users react to error message
2022-11-21 09:51:21 -06:00
James M. Greene 3ffff52a9c Add repo settings URL to help users react to error message 2022-11-17 12:40:28 -06:00
James M. GreeneandGitHub af875e2038 Merge pull request #78 from actions/dependabot/npm_and_yarn/minimatch-3.1.2
Bump minimatch from 3.0.4 to 3.1.2
2022-11-16 20:12:48 -06:00
James M. GreeneandGitHub 9b6b97b3c8 Merge pull request #77 from actions/fix-artifact
Fix artifact name defaulting behavior
2022-11-16 20:07:55 -06:00
James M. Greene 9b641caa4a Fix artifact name defaulting behavior 2022-11-16 20:02:14 -06:00
James M. GreeneandGitHub 75c1124b14 Merge pull request #67 from actions/release-process-updates
Update release process in README
2022-09-26 15:45:28 -05:00
James M. GreeneandGitHub 766cde6ce5 Merge branch 'main' into release-process-updates 2022-09-26 15:43:11 -05:00
James M. GreeneandGitHub 1352fce070 Merge pull request #65 from actions/unused-deps
Clean up some unused dependencies
2022-09-26 15:37:52 -05:00
James M. Greene 12ecc67b1a Remove unnecessary Jest config 2022-09-26 15:30:15 -05:00
James M. Greene b388ef8bf2 Remove unnecessary first-party use of Regenerator 2022-09-26 14:47:48 -05:00
James M. Greene 818dc836a0 Merge branch 'main' into unused-deps 2022-09-26 14:34:08 -05:00
James M. GreeneandGitHub 60e36109df Merge pull request #64 from actions/eslint-roller
Update ESLint config and expand usage
2022-09-26 14:12:25 -05:00
James M. GreeneandGitHub 7098b54017 Merge branch 'main' into eslint-roller 2022-09-26 14:10:15 -05:00
James M. GreeneandGitHub 539d415250 Merge pull request #63 from actions/i-feel-prettier
Expand Prettier usage
2022-09-26 14:08:33 -05:00
James M. GreeneandGitHub af51f9ed91 Update release process in README 2022-09-19 10:53:48 -05:00
James M. Greene 6e7a81b68f Revise linter Actions workflow 2022-09-16 23:16:38 -05:00
James M. Greene 6bbc94d747 Remove unused deps related to Babel 2022-09-16 23:14:27 -05:00
James M. Greene 20ece23417 Remove unused packages 2022-09-16 23:10:54 -05:00