Commit Graph

433 Commits

Author SHA1 Message Date
James M. Greene
df61277554 Update distributables 2023-03-09 08:19:24 -06:00
James M. Greene
f824564d16 Make sure we received a deployment response before setting deploymentInfo 2023-03-09 08:19:19 -06:00
James M. Greene
02bdb05bdf Update distributables 2023-03-09 07:50:01 -06:00
James M. Greene
360f95f104 Extract response processing logic from Artifact Exchange method 2023-03-09 07:49:50 -06:00
James M. Greene
7ee7a04145 Update distributables 2023-03-08 19:43:19 -06:00
James M. Greene
54e5e8c886 Update error handling for artifact exchange 2023-03-08 19:43:11 -06:00
James M. Greene
8ca11f25a3 Add some packages for error management 2023-03-08 19:41:20 -06:00
James M. Greene
4c1957985f Merge branch 'main' into actions-http-client 2023-03-07 22:52:29 -06:00
James M. Greene
3adc03ee17 Update job name of formatting workflow 2023-03-07 22:51:23 -06:00
James M. Greene
64868855a8 Update job name of linting workflow 2023-03-07 22:51:05 -06:00
James M. Greene
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. Greene
4e8b484add Improve name of distributables checking workflow 2023-03-07 22:48:28 -06:00
James M. Greene
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
dependabot[bot]
44cd7be663 Bump eslint-config-prettier from 8.6.0 to 8.7.0
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.6.0 to 8.7.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v8.6.0...v8.7.0)

---
updated-dependencies:
- dependency-name: eslint-config-prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-08 04:45:12 +00:00
James M. Greene
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. Greene
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
dependabot[bot]
e013d9f49d Bump jest from 29.4.3 to 29.5.0
Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 29.4.3 to 29.5.0.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.5.0/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-06 19:07:32 +00: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. Greene
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
dependabot[bot]
800d4ba350 Bump eslint from 8.34.0 to 8.35.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.34.0 to 8.35.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.34.0...v8.35.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-03 20:14:56 +00:00
James M. Greene
5f0a0ff0b4 Merge pull request #126 from actions/dep-rebuild-wf
Revise Dependabot rebuild workflow
2023-03-03 14:14:11 -06:00
James M. Greene
70116d1421 Merge branch 'main' into dep-rebuild-wf 2023-03-03 14:13:38 -06:00
James M. Greene
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. Greene
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. Greene
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
dependabot[bot]
e39f45b976 Bump prettier from 2.8.3 to 2.8.4
Bumps [prettier](https://github.com/prettier/prettier) from 2.8.3 to 2.8.4.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.8.3...2.8.4)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-23 07:03:56 +00:00
James M. Greene
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
dependabot[bot]
58d3ea9333 Bump jest from 29.4.1 to 29.4.3
Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 29.4.1 to 29.4.3.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.4.3/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-23 07:02:44 +00:00
James M. Greene
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
dependabot[bot]
cb8a04dd0e Bump eslint from 8.33.0 to 8.34.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.33.0 to 8.34.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.33.0...v8.34.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-23 07:00:34 +00: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. Greene
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. Greene
d6aec1031d Restrict test workflow permissions to reading contents only 2023-02-22 11:51:01 -06:00
James M. Greene
155a7a7d81 Revise Dependabot rebuild workflow 2023-02-22 11:47:31 -06:00
James M. Greene
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