Commit Graph
61 Commits
Author SHA1 Message Date
MingziandGitHub 69a62cdfa4 Merge pull request #69 from actions/rentziass/update-actions-core
Update @actions/core to 1.10.0
2022-10-06 09:56:15 -07:00
MingziandGitHub eaaccf9fc5 Merge pull request #46 from actions/bug-fixing
Fix hardcoded api endpoint and artifact name lookup
2022-08-04 18:06:53 -07:00
yimysty 8daa1e0ead add syntax sugar back 2022-08-04 17:11:26 -07:00
yimysty 99f9079292 roll into right node syntax 2022-08-04 17:09:46 -07:00
yimysty 06d025f427 update node test version 2022-08-04 17:05:51 -07:00
yimysty 7f629c4ce0 apply the syntax 2022-08-04 17:04:26 -07:00
yimysty 35e615a00c check if it's due to "." 2022-08-04 16:56:13 -07:00
yimysty 462df77e16 add more log to debug 2022-08-04 16:52:07 -07:00
yimysty 9ebae0d26b try print error message 2022-08-04 16:25:55 -07:00
yimysty d0b379e44d move artifact url out of context 2022-08-04 16:23:15 -07:00
yimysty 225abf7840 increase test timeout 2022-08-04 16:13:28 -07:00
yimysty 1f0422c0df add some debug log? 2022-08-04 16:07:20 -07:00
yimysty 85b0d1617e moke get artifact name 2022-08-04 16:02:46 -07:00
yimysty 3e976523d7 adjust pages hard code endpoint + fix artifact look up 2022-08-04 15:43:58 -07:00
MingziandGitHub 4d0af465be Merge pull request #41 from DarkC35/patch-1
Fix compare URL in Release
2022-07-05 14:44:51 -07:00
MingziandGitHub 41f0a8ab89 Merge pull request #40 from actions/improve-error-message
Improve error message
2022-06-29 10:37:48 -07:00
yimysty b918908973 run npm generate file 2022-06-29 10:35:08 -07:00
1ae5d2452b Update src/deployment.js
Co-authored-by: Yoann Chaudet <[email protected]>
2022-06-29 10:16:32 -07:00
yimysty e2219a89b1 fix broken test cases 2022-06-28 18:18:42 -07:00
yimysty 72b116b825 fix unintended changes 2022-06-28 18:01:48 -07:00
yimysty 11a13019c2 adjust debugging message 2022-06-28 17:58:10 -07:00
yimysty 801d74db09 switch to console.log 2022-06-28 17:55:21 -07:00
yimysty 64c69a5fdf normalize error message 2022-06-28 17:50:08 -07:00
yimysty 03d70e4a19 info stack trace 2022-06-28 17:44:21 -07:00
yimysty 64e33b2a0d info stack trace 2022-06-28 17:39:10 -07:00
yimysty c3d24faf75 info stack trace 2022-06-28 17:38:14 -07:00
yimysty 2b0c6eaf67 try output stacktrace as well 2022-06-28 17:35:03 -07:00
yimysty 358b034ef8 improve error message 2022-06-28 16:08:07 -07:00
MingziandGitHub 0745e9700c Merge pull request #38 from actions/fix-cancell-token
Fix cancel deployment token is empty
2022-06-08 14:19:14 -07:00
yimysty 43dced9e8c add pack-lock.json 2022-06-08 12:57:34 -07:00
yimysty fce105b3ea fix unable to cancel deployment due to cancel token nil 2022-06-08 11:47:06 -07:00
MingziandGitHub 57f2f8bd29 Merge pull request #32 from fulldecent/patch-2
correct spelling of GitHub
2022-04-15 11:21:39 -07:00
MingziandGitHub 68c14dcd2c Merge branch 'main' into patch-2 2022-04-15 11:20:55 -07:00
yimysty 12940a5b99 fix the timeout not honor bug 2022-03-28 12:32:59 -07:00
yimysty 6afc4f2884 slow query seconds 2022-03-28 12:28:46 -07:00
MingziandGitHub a68b5a4ae1 Merge pull request #26 from actions/parsing-number
Parse correct timeout
2022-03-28 11:21:14 -07:00
yimysty 171a8a05dd update number parsing 2022-03-28 11:19:50 -07:00
MingziandGitHub 479e82243a Merge pull request #17 from paper-spa/main
Add release action
2022-02-07 13:42:46 -08:00
MingziandGitHub 243ed8c2df Merge pull request #1 from paper-spa/add-release-plan
Add release action
2022-02-07 12:30:28 -08:00
yimysty c2e0577d92 add all 2022-02-07 12:27:36 -08:00
MingziandGitHub 2db1b9561b Merge pull request #12 from actions/add-error-handling-with-interval
Add error interval with some error potential case
2022-01-27 00:09:26 -08:00
yimysty 54c13aa7dc lint 2022-01-26 16:52:28 -08:00
yimysty 8e75ed476c add error interval with some error specification 2022-01-26 16:49:02 -08:00
MingziandGitHub 8ba3e73e64 Merge pull request #10 from actions/update/build-error-message
Update error message for no artifact found
2022-01-12 13:15:06 -08:00
yimysty 090b886038 update error message 2022-01-12 13:09:46 -08:00
yimysty 13b102a437 change build error message 2022-01-12 13:07:46 -08:00
MingziandGitHub e90f31fe30 Merge pull request #8 from actions/expose-page-url
set output page_url
2021-12-22 11:05:54 -08:00
yimysty 324c08d3e6 add page_url output to action yaml 2021-12-22 10:56:47 -08:00
yimysty 4dc1554446 set output page_url 2021-12-21 17:37:44 -08:00
MingziandGitHub 46cc072901 Merge pull request #7 from actions/fix/display-error-message
Switch to use console.log to display right error message
2021-12-20 11:24:08 -08:00
yimysty a8d6bdfa01 switch to stringfy 2021-12-20 11:07:47 -08:00
yimysty 3e42e639f8 update prepare 2021-12-20 10:59:05 -08:00
yimysty f7a0782ad9 change to use console.log 2021-12-20 10:58:39 -08:00
MingziandGitHub c707c6b4fc Merge pull request #6 from actions/display-deployment-error-message
change display error message for deployment
2021-12-20 10:55:03 -08:00
yimysty acd726f400 change display error message for deployment 2021-12-20 10:53:14 -08:00
MingziandGitHub 4813f9d897 Merge pull request #5 from actions/display-response-error-message
Display deployment api error response message
2021-12-20 10:44:33 -08:00
yimysty 15f8f53f4d display api error message 2021-12-20 10:13:46 -08:00
MingziandGitHub cc787ad323 Merge pull request #4 from actions/add-new-error-type-check
Add new deployment error type check
2021-12-16 17:33:37 -08:00
yimysty 6aadd2630a add new deployment error type check 2021-12-16 16:10:28 -08:00
MingziandGitHub b9fa0b4064 Merge pull request #3 from actions/display-error-status
Display correct failure error
2021-12-16 14:56:36 -08:00
yimysty ff0f1b183d fix the non-fail status 2021-12-16 14:40:12 -08:00