Commit Graph

152 Commits

Author SHA1 Message Date
Renovate Bot
ef9038ad71 chore(deps): update all non-major dependencies 2022-04-12 01:38:15 +08:00
renovate[bot]
99848c1623
chore(deps): update codecov/codecov-action action to v3 (#7097)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-11 12:35:46 +08:00
三咲智子
8dfcc278d6
chore: update README (#7079) 2022-04-10 01:17:54 +08:00
三咲智子
2ca93aabd7
feat: publish eslint config and metadata (#7063) 2022-04-09 04:32:01 +08:00
三咲智子
6a290ff85a
refactor(build): improve building (#7048)
* fix: fetching contributors

* refactor(build): improve building

* fix: building

* refactor: build constants

* fix: lockfile

* ci: remove token

* ci: rename

* refactor: improve docs constant
2022-04-08 14:17:44 +08:00
三咲智子
166acb23e3 ci: rename 2022-04-08 11:36:24 +08:00
三咲智子
21f3ca4222 ci: clean 2022-04-08 11:36:24 +08:00
三咲智子
851242e317
feat(docs): add source and contributors (#6044)
* feat(docs): add source and contributors

closes #6038

* feat(docs): ignore contributor when dev

* ci: add github token

* fix: lint

* fix: page

* fix: placeholder

* ci: remove preview
2022-04-08 00:40:25 +08:00
renovate[bot]
5f304a4940
chore(deps): update actions/cache action to v3 (#6894)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-30 02:30:13 +08:00
JeremyWuuuuu
fbccee19ba
feat(ci): enable ssr testing in CI (#6710)
- Add github action workflow for tesing SSR
2022-03-18 21:37:37 +08:00
renovate[bot]
962acadde7
chore(deps): update actions/checkout action to v3 (#6633)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-18 02:14:42 +08:00
renovate[bot]
b956223895
chore(deps): update actions-cool/issues-helper action to v3 (#6058) 2022-03-15 05:07:41 +08:00
JeremyWuuuuu
7cdee1bec5
fix(ci): build product check (#6587) 2022-03-13 16:31:55 +08:00
JeremyWuuuuu
16f79ede21
ci(test): add SSR test framework (#6570)
* test(ci): add ssr test framework

- Setup SSR test framework (cypress)

* Update cypress configs

* Fix format issue

* Move cypress tests

* Move vite.config.cy.mjs under cypress/
2022-03-13 00:11:02 +08:00
JeremyWuuuuu
4ad2453124
fix(ci): skip if no changes at all (#6574) 2022-03-13 00:07:50 +08:00
JeremyWuuuuu
58897ece76
ci(build): add threshold to build product workflow (#6564)
* ci(build): add threshold to build product workflow

- Intorduce threshold for build product checking to warn the administrator

* Add permissions for workflow from fork repo

* Update the permission for workflow
2022-03-12 19:03:28 +08:00
JeremyWuuuuu
9172120d52
test(ci): add build product checking for prs (#6558)
* test(ci): add build product checking for prs

- Add build product testing to the CI

* Fix error syntax

* Tweak with output table
2022-03-12 17:17:16 +08:00
JeremyWuuuuu
508873789f
fix(ci): remove clean script (#6550)
- Remove clean script for size check
- Remove package.json/scripts.clean:lockfile
2022-03-12 10:16:33 +08:00
JeremyWuuuuu
d57cc0d974
ci(project): compressed actions for PRs (#6547)
* ci(project): compressed actions for PRs

- Introduce compressed size checking action for PRs
- Update package.json with a clean:lockfile script for the action

* Fix pnpm not found
2022-03-11 22:56:05 +08:00
JeremyWuuuuu
fe762f33cc
ci(project): introducing welcome bot (#6535)
- New workflow to make bot greets to the user contributing to this repo
2022-03-11 20:06:49 +08:00
三咲智子
548f74617a
fix: workflow coverage (#6518) 2022-03-10 22:35:29 +08:00
renovate[bot]
2a88eaab3f
chore(deps): update actions/upload-artifact action to v3 (#6450) 2022-03-07 10:52:49 +08:00
renovate[bot]
9ab86d9e44
chore(deps): update actions/checkout action to v3 (#6449) 2022-03-07 10:52:16 +08:00
JeremyWuuuuu
bd7eca14af
Update FUNDING.yml 2022-03-05 14:59:53 +08:00
iamkun
e6079a10d1
chore: update FUNDING.yml 2022-03-05 14:05:33 +08:00
三咲智子
55b7a1bff4
chore: update FUNDING.yml (#6436) 2022-03-05 14:02:53 +08:00
JeremyWuuuuu
289979e837
Update FUNDING.yml 2022-03-01 14:07:32 +08:00
JeremyWuuuuu
5e0bdf758d
Update FUNDING.yml (#6349) 2022-03-01 09:01:50 +08:00
renovate[bot]
6878b33319
chore(deps): update actions/setup-node action to v3 (#6285)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-25 20:05:11 +08:00
三咲智子
9d7cfc0828
chore: change to new issue helper (#6289) 2022-02-25 19:49:28 +08:00
三咲智子
25edf5743b
fix: deps (#6213) 2022-02-22 15:28:02 +08:00
三咲智子
a9e25ecef3
ci: add dependency cache (#6199) 2022-02-21 16:11:17 +08:00
三咲智子
7b098fe809
chore(deps): upgrade deps (#6197) 2022-02-21 15:35:45 +08:00
三咲智子
7493ab1592
chore(deps): update renovate config (#6194) 2022-02-21 15:02:53 +08:00
三咲智子
aaf90d99d0
test: switch to vitest (#5991)
* test: use vitest

* test: add script and ci

* chore: improve tsconfig

* refactor: use-form-item

* fix: remove unused

* chore: improve scripts

* test: improve mock

* refactor: change coverage
2022-02-21 14:28:22 +08:00
renovate[bot]
6fd66fa59c
chore(deps): update jamesives/github-pages-deploy-action action to v4.2.5 (#6103)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-17 00:41:33 +08:00
renovate[bot]
ff9106120b
chore(deps): update jamesives/github-pages-deploy-action action to v4.2.4 (#6100)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-16 11:08:44 -05:00
Herrington Darkholme
e57265e801
test(test-utils): add codecov coverage (#6051) 2022-02-15 13:08:20 +08:00
三咲智子
0f3f8ce8f4
chore: upgrade deps (#5885)
* chore: improve workspace config

* chore: upgrade cool/check-user-permission to v2

* chore: upgrade deps
2022-02-09 17:09:55 +08:00
renovate[bot]
7ceb1bafbc
chore(deps): update jamesives/github-pages-deploy-action action to v4.2.3 (#5737)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-31 23:02:49 +08:00
三咲智子
652a459d4f
ci: remove stale (#5545) 2022-01-22 09:55:13 +08:00
jeremywu
7ddb04b36c
chore(project): enhance logging in github actions (#5425) 2022-01-17 17:44:29 +08:00
三咲智子
f06b46d67c
chore: fix vue3 version (#5400) 2022-01-16 06:35:53 +08:00
iamkun
0a833ace95 chore: update trigger url 2022-01-12 01:02:45 +08:00
Herrington Darkholme
ca6f622c89
ci: run jest coverage workflow only on master (#5325) 2022-01-11 23:28:13 +08:00
Herrington Darkholme
7edce7fdd9
Revert "ci: add jest coverage workflow (#5229)" (#5303)
This reverts commit 3c03e5610e.
2022-01-11 15:14:39 +08:00
renovate[bot]
53b4ceebe8
chore(deps): update jamesives/github-pages-deploy-action action to v4.2.2 (#5285)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-10 09:48:53 -05:00
jeremywu
57b4aa7d20
fix(ci): cypress ininite waiting (#5288)
- Serve the page in background which blocks the thread
2022-01-10 22:48:27 +08:00
jeremywu
3957ffb324
feat(project): adding cypress into element plus (#5281)
* feat(project): adding cypress into element plus

- Introduce Cypress to Element Plus
- Add Action config for running Cypress automatically after workflow for build website done
- Add a base case for button.spec.ts
- Add cypress recordings and screenshots to gitignore
- Add Cypress into tsconfig.json for global typing intelligence
- Add scripts for running cypress

* - Update cpress.yml syntax error

* - Remove cypress from jest running collector
2022-01-10 19:25:48 +08:00
renovate[bot]
fde21fb2a6
chore(deps): update jamesives/github-pages-deploy-action action to v4.2.1 (#5261)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-09 19:45:40 -05:00