Commit Graph

98 Commits

Author SHA1 Message Date
Tony 862ec5df44
chore: name actions (#9152)
[skip ci]
2022-02-19 19:39:52 +08:00
Tony e9a2c3af55
style: remark v13 (#9140) 2022-02-18 23:15:49 +08:00
Tony 0c8fe12889
chore: parallel test (#9139)
* chore: parallel test

* chore: parallel test
2022-02-18 23:03:39 +08:00
Tony 26752077c6
chore: github actions bot email (#9138) 2022-02-18 22:55:22 +08:00
Yishuai Li abfdcc8cdb
ci: release docker in source only, take 2 (#9132)
* ci: release docker in source only (#8971)

* ci: release docker in source only

* condition at job level

* condition over secrets

* Apply suggestions from code review

Co-authored-by: Tony <TonyRL@users.noreply.github.com>

Co-authored-by: Tony <TonyRL@users.noreply.github.com>

* ci: fix job condition

Co-authored-by: Tony <TonyRL@users.noreply.github.com>
2022-02-18 03:56:21 +08:00
dependabot[bot] 79cddeafa1
chore(deps): bump actions/github-script from 5 to 6 (#9080)
Bumps [actions/github-script](https://github.com/actions/github-script) from 5 to 6.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-12 05:12:45 +06:00
TonyRL b73d219e70 chore: update PR template 2022-02-10 21:22:30 +08:00
TonyRL fe07d4df4a chore: fix dependabot not ignoring ESM-only packages 2022-02-09 22:34:51 +08:00
TonyRL 2a4902e49d chore: update dependabot ignore list 2022-02-09 22:20:04 +08:00
Tony 5326d9f751
chore(misc): multiple enhancement to github actions (#9000)
* chore: test workflow use redis

* chore: docker build cache sharing

* chore: eslint format yml files

* chore: nodemon restart on art template files changes

* chore: run test on multi node and os

* chore: unnecessary single version matrix build

* chore: fix container operations

Container operations are only supported on Linux runners

* chore: fix gha syntax

* chore: fix node version not show up

* revert: "chore: test workflow use redis"

This reverts commit df818fd697b4c9151ac635cdb5918e03a4b37062.

* revert: "chore: fix container operations"

This reverts commit c949368aa7048b9d0f3f1942501c695f10f07f06.

* revert: "chore: run test on multi node and os"

This reverts commit 6b1cfde579095e73d0314346fb1a2d12d0de00ac.

* chore: run test on multi node version
2022-02-06 01:36:14 +08:00
Yishuai Li b6b692d268 revert: "ci: release docker in source only (#8971)"
This reverts commit 596167541e.
2022-02-04 19:26:12 +08:00
Yishuai Li 596167541e
ci: release docker in source only (#8971)
* ci: release docker in source only

* condition at job level

* condition over secrets

* Apply suggestions from code review

Co-authored-by: Tony <TonyRL@users.noreply.github.com>

Co-authored-by: Tony <TonyRL@users.noreply.github.com>
2022-02-04 18:55:40 +08:00
Tony 5d83517090 chore: fix wait-for-vercel-preview version tag 2022-02-02 08:28:22 -09:00
Tony 7fce06ff04 chore: publish docker on docker-release workflow changes only 2022-02-02 07:54:17 -09:00
Tony ceb2b34e0a chore: fix pr-deploy-route-test workflow 2022-02-02 07:50:49 -09:00
Yishuai Li eb344ea667
chore: Ignore dependabot on forks (#8431)
* Ignore dependabot on forks

* Apply suggestions from code review

Co-authored-by: Tony <TonyRL@users.noreply.github.com>

Co-authored-by: Tony <TonyRL@users.noreply.github.com>
2022-02-01 01:16:08 +08:00
Tony 3adbc8adcd
chore: docker build cache (#8967) 2022-01-31 23:53:58 +08:00
Tony ea04c22ee8
fix(ci): `pr-deploy-route-test` workflow (#8611) 2021-12-02 19:49:00 -08:00
Tony d2666e517b
chore(docs): fix #8643 not working (#8644) 2021-12-02 23:06:32 +08:00
Tony f843d74f7c
chore(docs): enforce using issue forms (#8643)
* chore(docs): enforce using issue forms

* chore(workflow): fix issue form url
2021-12-02 20:08:50 +08:00
Tony 11e2d4d958
chore(docs): switch to issue forms (#8624) 2021-12-01 20:08:13 -08:00
DIYgod 59b5b1a46a
chore: fix setuo-node cache 2021-11-28 00:53:01 +00:00
DIYgod 6e10cb59ba
chore: npm ci -> yarn 2021-11-28 00:36:24 +00:00
dependabot[bot] dab3e9497c
chore(deps): bump codecov/codecov-action from 1 to 2.1.0 (#8601)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-28 00:04:40 +00:00
dependabot[bot] 970cf5eba5
chore(deps): bump actions/github-script from 3 to 5 (#8602)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-28 00:04:24 +00:00
dependabot[bot] befb989ba2
chore(deps): bump cirrus-actions/rebase from 1.4 to 1.5 (#8603)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-28 00:04:08 +00:00
Tony 74db039ae2
chore(misc): add eslint-plugin-yml, npm cache (#8599) 2021-11-27 23:42:37 +00:00
Yishuai Li 50751bec67
misc: add NOROUTE instruction back to template (#8379)
Co-authored-by: Sukka <isukkaw@gmail.com>
2021-11-27 08:06:30 +00:00
DIYgod 43e7e24899
docs: update sponsor 2021-10-17 20:44:04 +01:00
NeverBehave 0792f7ba25
feat(core): first attempt to init script standard (#8224)
- lazy load
- rate limit per path
- init .debug.json support
- docs
- maintainer
- radar
2021-09-22 05:41:00 -07:00
NeverBehave 47176b6724
chore(test): test running docker after build (#8010)
* chore(test): test running docker after build

* add test in the same step

* add count times

* workflow typo

* add name when output

* if then

* test docker

* use id

* no tag

* what is docker id

* load single platform

* do not test multi-arch for now

* no load
2021-08-13 21:22:32 -07:00
NeverBehave 9bc99cefb4 chore(misc): bump to node 14, simplify template 2021-08-12 22:38:05 -07:00
NeverBehave fe4c82ef2d chore(misc): fix various ci issue
*some of them shown cancelled instead of failed. Need to address this issue later
2021-08-12 21:57:56 -07:00
fengkx c412846dc0
chore(core): Docker build 缩小 image size 更新github action (#7197) 2021-08-11 23:01:35 -07:00
Henry fa9e8a47bf fix: single quote in npm-publish action 2021-06-22 14:47:53 +01:00
Stille 5add609918
chore(build): add tag for docker build release (#7722) 2021-06-18 22:26:57 -07:00
神楽坂みずき d5d81f8795
fix(docs): update docs joinus routes (#7517) 2021-05-10 17:47:55 -04:00
dependabot-preview[bot] b9c7ed2486
chore(bot): Upgrade to GitHub-native Dependabot (#7451)
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-05-08 18:22:22 -04:00
NeverBehave 9a3ae8a4bc
docs(core): pubdate, npm ci with templates (#7501) 2021-05-08 17:47:22 -04:00
NeverBehave 34e69e30d8
chore(pr): [skip ci] update PR template
per #7153, try enhance the template wording
2021-03-11 01:16:56 -05:00
NeverBehave 9ae6ab7ed2
chore(workflow): no longer testing under node 10.x (#7094) 2021-03-02 16:36:07 -05:00
Ray Lin 56f4b1ce51
fix(workflow): use single quote in expression. (#7014) 2021-02-24 16:51:42 -05:00
Sukka 3f871e65c8
ci: add linter for every PR & commit (#6988) 2021-02-23 19:54:48 +08:00
NeverBehave 9bc846f197
template: require docs link for investigation. 2021-01-15 16:02:10 -05:00
NeverBehave 3a553c7f1c
docs: close pr on wrong format, reopen to rescan (#6669)
* template: enforcing rules and use reopen as trigger to retest route
2021-01-11 10:49:57 -05:00
NeverBehave 3e93529df1
template: make CI identifier clear (#6663)
* docs: add more details on how to use template
2021-01-11 01:02:22 -05:00
NeverBehave a25fd50b5e fix: request target 2021-01-10 23:45:04 -05:00
NeverBehave 05ce88e8db fix: core reference, template 2021-01-10 23:39:22 -05:00
NeverBehave cb1506e535
fix: ci wait for label creation before exit (#6655)
* fix: style and token used on exit

* [CodeFactor] Apply fixes

[ci skip] [skip ci]

Co-authored-by: codefactor-io <support@codefactor.io>
2021-01-10 19:45:53 -05:00
NeverBehave 16d3799970 flow: pr auto test template 2021-01-10 18:55:03 -05:00