Commit graph

11 commits

Author SHA1 Message Date
Alex Malykh
d5ff2a74fe feat: add support for named tests 2023-11-23 18:06:59 +04:00
Smirnov Oleksandr
e0a3e70e48
add ability for setting custom tools options (#44)
* feat(gotests): add custom templates support

* feat(struct_tags): add support for custom `transform` option
2023-08-17 19:13:56 +03:00
Smirnov Oleksandr
b5327cd2eb feat(config): make it optional to call .setup() 2023-07-20 19:53:15 +03:00
Smirnov Oleksandr
3b0888ab10 fix(config): now it works correctly 2023-07-20 19:40:12 +03:00
Smirnov Oleksandr
eac5560200 fix(config): now it not removes .setup() from itself after calling
.setup()
2023-07-20 00:36:16 +03:00
Smirnov Oleksandr
26b41bf68c
refactor of public plugin's api (#37)
* refactor: move all plugin functionality to init.lua

* fix(commands): now it uses correct module paths

* refactor(config): change way how it handles options

* refactor(gotests): use correct config, change way how deps required, fix some typos

* fix(healthchecker): use correct config

* refactor(iferr): change api

* refactor(impl): change api

* refactor(installer): change api

* refactor(struct_tags): change way of importting deps

* refactor(struct_tags): rename M to struct_tags

* run stylua

* refactor(dap): make it all in one file, and make some refactoring

* refactor(_utils): change way how it organizes

* fix: use new _utils api

* refactor(_utils.health): reorganize module

* refactor(_utils.ts): some renameing, moving requires lines

* run stylua
2023-07-19 23:38:23 +03:00
Smirnov Oleksandr
e8fe6c5b15
feat(config): add types annotation (#21) 2022-11-13 12:08:23 +00:00
Smirnov Oleksandr
aa535e7ed1 feat: add dlv as dep 2022-09-22 17:54:49 +03:00
Smirnov Oleksandr
eb19ecdc05
Add iferr integration (#15)
* feat(iferr): add to installer & config

* feat(iferr): add first implementation

* docs(iferr): add
2022-07-07 14:19:07 +03:00
Smirnov Oleksandr
4fee3543e0 fix(config): set default options if user provides empty table 2022-07-05 11:46:20 +03:00
Smirnov Oleksandr
40a2839eab
feat(config): add base implementation
* feat(config): naive implementation

feat(config): get command for a run from config

* docs: add config

* fix typo [skip ci]

* test: add config
2022-06-27 20:28:35 +03:00