Commit Graph

71 Commits

Author SHA1 Message Date
plainheart
9d3b7bd787 chore(workflow): upgrade checkout & setup-node action to v2 and use latest stale action v4. 2021-12-12 22:37:30 +08:00
Zhongxiang.Wang
dffa946331 chore: use the defined template for codepen & codesandbox (sync with bot). [ci skip] 2021-12-09 17:59:30 +08:00
Zhongxiang.Wang
c52f230857 chore: use 'e.g.' instead of 'examples' 2021-12-09 17:52:21 +08:00
Zhongxiang.Wang
1b69599e9c chore: tweak the capitalization for some title labels. 2021-12-09 17:44:18 +08:00
plainheart
7b21590ea0 chore: tweak issue and pull request template. 2021-11-29 15:57:55 +08:00
pissang
6a9452764b chore: tweak issue template description 2021-11-29 15:10:04 +08:00
pissang
e12f8c0325 chore: fix typo 2021-11-29 14:54:19 +08:00
pissang
1bda9e59da fix typo 2021-11-29 14:49:35 +08:00
pissang
0b99272152 chore: tweak description in issue form 2021-11-29 14:09:16 +08:00
pissang
65e8b65ef5 chore: tweak issue template 2021-11-29 13:44:25 +08:00
pissang
0bb53b2e27 chore: use issue form to submit new issue 2021-11-29 12:53:35 +08:00
Johan Van de Wauw
f38c6aaf06 Fix a few typos (unkown -> unknown) 2021-09-28 17:00:33 +02:00
Ovilia
ea06e74e7d chore: fix gramma 2021-09-03 16:36:14 +08:00
Ovilia
b87a5dbb2a chore: update stale action period 2021-09-03 16:34:20 +08:00
Ovilia
2c1a4fb4e6 chore: fix stale config 2021-09-03 14:59:57 +08:00
Ovilia
eea9770e05 chore: update test time 2021-09-03 14:44:25 +08:00
Ovilia
f82379cfe5 chore: test and run now 2021-09-03 14:33:06 +08:00
Ovilia
42d08f74b9 chore: update stale action 2021-09-03 14:21:33 +08:00
pissang
6b488a8d29 chore: add nightly publish for next branch 2021-09-02 09:50:16 +08:00
Wenli Zhang
f7782d4045 chore: test if stale bot works (#15300) 2021-07-06 14:01:59 +08:00
pissang
ac6ffd994a chore: enable manual trigger nightly workflow 2021-04-28 11:15:26 +08:00
pissang
60d5ca620d chore: add nightly build workflow 2021-04-22 18:49:35 +08:00
pissang
d4fbdd109d test: add example for the usage in source release checking 2021-04-22 13:58:50 +08:00
pissang
2ea1063602 chore: pack RELEASE_NOTE.txt into src.zip 2021-04-22 12:44:12 +08:00
Yi Shen
29f18d6e17 chore: workflow enhancement (#14728) 2021-04-21 13:31:55 +08:00
Yi Shen
23b7be1c46 Merge pull request #14722 from apache/enhance-workflow
chore: enhance github workflow
2021-04-20 20:37:14 +08:00
pissang
88de347076 chore: add node modules cache 2021-04-20 20:27:01 +08:00
pissang
017a90ce37 chore: add DTS test in the workflow.
Also throw error when TS compile error.
2021-04-20 20:23:03 +08:00
pissang
5919ce5143 chore: not install from github zrender in the ci test. 2021-04-20 20:13:08 +08:00
Ovilia
cdc92c8cd4 doc: update pr template with zr daily build 2021-04-20 18:28:29 +08:00
pissang
13d75a3a44 chore: disable ut in action temporary 2021-03-31 22:05:58 +08:00
pissang
78a7e00a21 chore: always run unit test in action 2021-03-31 16:31:51 +08:00
pissang
4719d54cc7 chore: enable unit test checking in pull request 2021-03-31 16:01:23 +08:00
pissang
1b96136e14 chore: remove jshint in github workflow 2021-01-05 17:14:52 +08:00
pissang
40b4c841b5 chore: simplify build script. add type checking in husky 2021-01-05 17:08:46 +08:00
Wenli Zhang
55794d0358 ci: run on pr opened or synchronized 2020-06-23 12:15:03 +08:00
Ovilia
eceee1b245 core(ci): only run unit test on master or release branch 2020-06-22 18:06:49 +08:00
Ovilia
94cf93ddec ci: use zrender on GitHub master branch instead of npm for test (#12066) 2020-01-16 14:01:58 +08:00
Yi Shen
ea2bcb3759 Merge pull request #11837 from apache/ut-ci
integrating unit test into CI
2019-12-11 22:27:08 +08:00
pissang
78ba1544f6 chore(ci): add unit test to ci 2019-12-11 21:16:33 +08:00
Ovilia
3528dda245 doc: add pr template (#11819) 2019-12-10 14:30:54 +08:00
Yi Shen
5b21eaefc0 Update ISSUE_TEMPLATE.md (#11469) 2019-10-23 18:13:48 +08:00
Ovilia
c2547f3919 ci: use GitHub ci 2019-10-18 16:11:11 +08:00
pissang
b9fbe74b9f chore: move contributing.md to the root. 2019-09-16 15:30:25 +08:00
sushuang
4f21665571 fix(build): tweak the npm run instructions and readme 2019-09-13 04:41:05 +08:00
pissang
1e3a730f5d test: add --no-save in the puppeteer install hint. add preview dialog. 2019-09-12 17:05:02 +08:00
pissang
f06d88f9a0 doc: Update test commands in CONTRIBUTING 2019-09-11 00:15:55 +08:00
Yi Shen
4af177937b Add tool to run all tests automatically. (#11154)
* test: Run the tests automatically for visual regression test.

* doc: Update CONTRIBUTING doc for test section

* test: Improve visual regression test UI

* test: Add tests select and run control in dashboard

* test: Use child process to run test. Add logs in dashboard

* test: Fix some logic issue of controlling test in dashboard.

* test(autorun): Improve Dashboard UI

* test: Remove puppeteer from devDependencies

* Update package-lock.json

* style: fix code style.
2019-09-03 16:51:27 +08:00
pissang
1ccd41b205 docs(contribution): Add release milestone discussion 2019-09-02 15:28:16 +08:00
Leon.Y
63be6bf8c9 doc: fix npm link instructions in contribution.md; fix #11138 2019-09-02 10:25:05 +08:00