Boshen
|
fa02547505
|
Release oxlint v0.0.2
|
2023-06-27 23:13:57 +08:00 |
|
Boshen
|
cddf6469d5
|
Release oxlint v0.0.1
|
2023-06-27 22:40:02 +08:00 |
|
Boshen
|
681df1ad1f
|
feat(cli): create a oxlint binary
closes #485
|
2023-06-27 21:55:07 +08:00 |
|
Boshen
|
d0688d5964
|
ci: do not upload codecov from forks
|
2023-06-15 23:06:06 +08:00 |
|
Boshen
|
bad8bfcf16
|
ci: run conformance tests and bail if there are outdated snapshots (#444)
|
2023-06-14 21:44:10 +08:00 |
|
Boshen
|
478615a9c4
|
ci: check wasm (#443)
|
2023-06-14 13:33:09 +08:00 |
|
Boshen
|
1d7445394a
|
ci: deploy website from the main branch
|
2023-06-10 00:47:36 +08:00 |
|
Boshen
|
1c19c2c6fa
|
ci: clean up website.yml
|
2023-06-08 21:02:15 +08:00 |
|
Boshen
|
0682efd5d2
|
chore(codecov): ignore oxc_type_synthesis
|
2023-06-07 23:53:47 +08:00 |
|
Boshen
|
4c41b2740a
|
Release CLI v0.0.7
|
2023-05-31 19:20:15 +08:00 |
|
Boshen
|
a6b7c9a7e7
|
ci: add a separate cache factory for benchmark
|
2023-05-31 15:39:20 +08:00 |
|
Boshen
|
0de95b8111
|
ci: optimize cache for benchmark
|
2023-05-31 15:19:04 +08:00 |
|
Boshen
|
c3bd1a6a1d
|
ci: install rust before anything else
otherwise it'll install rust components, which is slow
|
2023-05-31 14:59:33 +08:00 |
|
Boshen
|
5c5459dc59
|
ci: only run ci when PR is opened or synchronized
|
2023-05-24 21:33:42 +08:00 |
|
Boshen
|
1d617e64ff
|
ci: sleep 15s before running the benchmark (#382)
|
2023-05-24 21:12:33 +08:00 |
|
Boshen
|
60485669bb
|
ci: cache release for benchmark, benchmark use fewer files (#345)
|
2023-05-10 22:13:11 +08:00 |
|
Boshen
|
fb6fdfa3ae
|
ci: remove unnecessary steps from benchmark
|
2023-05-08 22:42:32 +08:00 |
|
Boshen
|
ba3c2bc40f
|
chore: ignore unused visit_mut for codecov
|
2023-05-07 23:04:30 +08:00 |
|
Boshen
|
ddf4ac9cc2
|
refactor(formatter): remove whitespace minification from formatter (#337)
|
2023-05-07 17:58:57 +08:00 |
|
Boshen
|
028738f3a0
|
ci: simplify build process around moving napi binary
|
2023-05-05 15:54:18 +08:00 |
|
Boshen
|
2c0dd408de
|
ci: run codecov for every commit on main branch
|
2023-05-04 20:39:03 +08:00 |
|
Boshen
|
b77d599b74
|
ci: do not cancel jobs on main branch
|
2023-05-04 19:15:50 +08:00 |
|
Boshen
|
6ec5b599b1
|
ci: remove caching benchmark files for now, need to properly set this up
|
2023-05-04 19:09:04 +08:00 |
|
Boshen
|
70a5684dda
|
ci: remove unneeded workflow_run trigger from release_cli / release_napi
|
2023-05-04 15:31:24 +08:00 |
|
Boshen
|
7148cb8c00
|
ci: make codecov informational
|
2023-04-28 11:02:30 +08:00 |
|
Boshen
|
59ff1fb289
|
HIR (#319)
|
2023-04-28 10:33:26 +08:00 |
|
Boshen
|
2cd04811d1
|
feat(hir): copy AST over to HIR (#316)
|
2023-04-25 19:19:36 +08:00 |
|
Boshen
|
40bb6fcd2a
|
chore: ignore oxc_wasm from codecov
|
2023-04-24 22:41:27 +08:00 |
|
Boshen
|
97189c4e4c
|
ci: trigger release_cli / release_napi only when package.json changes
|
2023-04-22 23:23:55 +08:00 |
|
Boshen
|
7aca953635
|
ci: add cargo deny
|
2023-04-22 22:35:19 +08:00 |
|
Boshen
|
c6d70ba2a8
|
ci: run benchmark when Cargo.lock changes
|
2023-04-22 22:10:05 +08:00 |
|
Boshen
|
e93c79ab5b
|
ci: only run cargo udeps if Cargo.lock changes
|
2023-04-22 21:25:27 +08:00 |
|
Boshen
|
0918c21061
|
ci: refactor ci.yml
|
2023-04-22 21:06:03 +08:00 |
|
Boshen
|
40f6341c87
|
ci: clean up release workflows
|
2023-04-22 14:55:15 +08:00 |
|
Boshen
|
d49195f7f2
|
feat: napi (#302)
* chore: only ignore js files from the root
* feat: napi
|
2023-04-22 14:41:45 +08:00 |
|
Boshen
|
c87ba5df23
|
ci: remove needs: cache from ci
the cache is unused 99% of the time so it's better to just run
everything instead of waiting for the cache
|
2023-04-20 21:21:48 +08:00 |
|
Boshen
|
4a30ed192b
|
ci: turn off codecov/patch
|
2023-04-19 23:48:38 +08:00 |
|
Boshen
|
21d4954071
|
Website (#281)
feat(site): init website
Co-authored-by: Gwen <guan_wy@foxmail.com>
|
2023-04-19 16:37:44 +08:00 |
|
Boshen
|
e5ef4760ee
|
ci: ignore main.rs, examples and fuzzer in codecov
|
2023-04-18 21:05:51 +08:00 |
|
Boshen
|
b6598a47d4
|
ci: run codecov on PR (#294)
|
2023-04-18 17:15:23 +08:00 |
|
Boshen
|
bf65843b71
|
ci: fix codecov.yml
|
2023-04-17 18:25:48 +08:00 |
|
Boshen
|
bee9da4ca1
|
chore: fix broken codecov.yml
|
2023-04-17 16:57:53 +08:00 |
|
Boshen
|
05309342ed
|
chore: remove cache.yml
|
2023-04-17 16:51:30 +08:00 |
|
Boshen
|
ec01a295a8
|
chore: do not append -- to cargo lint
|
2023-04-17 16:38:09 +08:00 |
|
Boshen
|
ba76aa8b9a
|
ci: cache test files
|
2023-04-17 15:53:48 +08:00 |
|
Boshen
|
eab0d5be16
|
ci: cache all-targets
|
2023-04-17 15:30:28 +08:00 |
|
Boshen
|
9c673fa63a
|
ci: debug rustup action
|
2023-04-17 15:23:19 +08:00 |
|
Boshen
|
f4921bb6f5
|
ci: fine tune caching strategy
|
2023-04-17 14:43:07 +08:00 |
|
Boshen
|
7b9bd48ad2
|
ci: separate out cargo check and cargo clippy
|
2023-04-17 14:25:47 +08:00 |
|
Boshen
|
4f5cde78a3
|
ci: build cache on all platforms
|
2023-04-17 13:48:05 +08:00 |
|