kbwo
|
cce066cd2a
|
feat: add method to run workspace test
|
2024-08-15 23:14:06 +09:00 |
|
kbwo
|
63e1c653d9
|
feat(adapter): write test result to file
|
2024-08-15 22:58:00 +09:00 |
|
kbwo
|
3131833238
|
fix: revert specification due to design flaw
|
2024-08-14 23:39:40 +09:00 |
|
kbwo
|
7a6d6e28b5
|
chore: update version
|
2024-08-13 22:14:21 +09:00 |
|
kbwo
|
a983a09a8e
|
feat: update adapter specification to distinguish between successful and failed tests in extensions
|
2024-08-13 22:08:40 +09:00 |
|
kbwo
|
c856f69086
|
refactor: fix comment
|
2024-08-13 21:54:40 +09:00 |
|
kbwo
|
ef51778b60
|
test(adapter): prevent test failure
|
2024-08-13 21:47:55 +09:00 |
|
kbwo
|
48e397efd3
|
fix(adapter): prevent test name duplication
|
2024-08-13 21:44:53 +09:00 |
|
kbwo
|
a8c52dc6c4
|
refactor: rename a variable
|
2024-08-13 21:44:42 +09:00 |
|
kbwo
|
2ba8d3d225
|
fix: use valid field in payload
|
2024-08-13 17:13:39 +09:00 |
|
kbwo
|
6104ca0438
|
refactor(client): fix typo
|
2024-08-13 16:48:34 +09:00 |
|
kbwo
|
d081843580
|
refactor: add some comments
|
2024-08-13 16:32:05 +09:00 |
|
kbwo
|
319e3b69d8
|
fix:(adapter): change format of test item id and name
|
2024-08-07 00:20:57 +09:00 |
|
kbwo
|
56c97a4780
|
chore(adapter): update version
|
2024-08-05 22:26:35 +09:00 |
|
kbwo
|
ad00f2c764
|
chore: update version
|
2024-08-05 21:53:36 +09:00 |
|
kbwo
|
f7e4ffac6f
|
fix: prevent accessing to a non-existent field
|
2024-08-05 21:50:59 +09:00 |
|
kbwo
|
9c3b8719a2
|
fix: enable workspace diagnostics by default
|
2024-08-05 21:50:39 +09:00 |
|
kbwo
|
0f73fa2abd
|
fix(adapter): format test item name
|
2024-08-04 22:21:16 +09:00 |
|
kbwo
|
7c5e365167
|
chore: update demo
|
2024-08-04 22:14:05 +09:00 |
|
kbwo
|
d3f3528c53
|
fix: detect namespace correctly
fix #31
|
2024-08-04 22:13:52 +09:00 |
|
kbwo
|
f1a10ceb28
|
chore: update version
|
2024-08-04 18:57:48 +09:00 |
|
Kodai Kabasawa
|
1447e9e085
|
Merge pull request #29 from kbwo/feat/config-workspace
Configuration to disable workspace diagnostics #28
|
2024-08-04 18:51:43 +09:00 |
|
kbwo
|
10f3453cad
|
chore: update coc-settings
|
2024-08-04 18:29:57 +09:00 |
|
kbwo
|
8939558793
|
feat: add configuration to disable workspace diagnostics
close #28
|
2024-08-04 18:28:33 +09:00 |
|
kbwo
|
90be4e498f
|
chore(adapter): change log file location
|
2024-08-04 17:33:19 +09:00 |
|
kbwo
|
65e95494bd
|
refactor: move some functions for main loop to main.rs
|
2024-08-04 17:33:15 +09:00 |
|
kbwo
|
8ecf8891f8
|
feat: consolidate duplicate code into functions
|
2024-08-04 16:49:02 +09:00 |
|
kbwo
|
a1a0afc585
|
refactor: Reduced the memory size of structure field
|
2024-08-04 16:21:13 +09:00 |
|
kbwo
|
4e1b802485
|
refactor(demo): remove yarn related files
|
2024-08-04 15:46:31 +09:00 |
|
kbwo
|
22401774e1
|
refactor: remove some .clone()
|
2024-08-04 15:46:12 +09:00 |
|
kbwo
|
c3d3ff2c67
|
refactor: rename method
|
2024-07-22 23:35:34 +09:00 |
|
kbwo
|
d8bd53d4ca
|
refactor(adapter): unify repetitive code patterns
|
2024-07-22 23:33:22 +09:00 |
|
Kodai Kabasawa
|
bb1a163f98
|
Merge pull request #26 from kbwo/feat/deno
adapter for deno
|
2024-07-21 16:02:33 +09:00 |
|
kbwo
|
6cb4fcbd92
|
feat(adapter): implement adapter for deno
|
2024-07-21 15:58:55 +09:00 |
|
Kodai Kabasawa
|
70c0fd4a2d
|
Merge pull request #20 from kbwo/feat/cargo-nextest
feat(adapter): add adapter for cargo-nextest
|
2024-07-16 00:31:13 +09:00 |
|
kbwo
|
b887d653a2
|
feat(adapter): add adapter for cargo-nextest
close #18
|
2024-07-16 00:23:19 +09:00 |
|
Kodai Kabasawa
|
3603e32025
|
Merge pull request #19 from kbwo/feat/vitest
adapter for vitest
|
2024-07-15 22:49:05 +09:00 |
|
kbwo
|
f78cf7f888
|
test(adapter): fix failed test
|
2024-07-15 19:14:27 +09:00 |
|
kbwo
|
1d6dd6623e
|
refactor: rename directory
|
2024-07-15 19:13:19 +09:00 |
|
kbwo
|
4782784122
|
refactor(adapter): set diagnostic severity explicitly
|
2024-07-15 19:10:02 +09:00 |
|
kbwo
|
5ac623bb69
|
feat(adapter): add vitest adapter
|
2024-07-15 19:09:56 +09:00 |
|
kbwo
|
3f88f9b1b6
|
add vitest demo
|
2024-07-15 19:07:44 +09:00 |
|
kbwo
|
0ae8988cc5
|
add feature to configure workspace directory
close #16
|
2024-07-14 00:19:13 +09:00 |
|
kbwo
|
1b74a7ad4f
|
add adapter log
|
2024-07-06 15:54:30 +09:00 |
|
kbwo
|
60e352f24f
|
list project files correctly
|
2024-07-06 15:54:02 +09:00 |
|
kbwo
|
f9c054ebd3
|
organize modules
|
2024-07-06 11:20:41 +09:00 |
|
kbwo
|
b86e08e588
|
update README
|
2024-06-30 22:42:07 +09:00 |
|
Kodai Kabasawa
|
1ba9181a30
|
Merge pull request #15 from kbwo/license
add license
|
2024-06-30 22:40:50 +09:00 |
|
kbwo
|
caf868f9bd
|
add license
|
2024-06-30 22:39:44 +09:00 |
|
Kodai Kabasawa
|
e32ba5d0c2
|
Merge pull request #14 from kbwo/ci
fix a bug in nested workspace and add CI
|
2024-06-30 22:32:46 +09:00 |
|