Commit graph

  • 8e15b77044 this could be working but i still cant figure out how to run it Smirnov Oleksandr 2024-02-28 15:22:48 +02:00
  • b92e782313 idk how good this idea is Smirnov Oleksandr 2024-02-28 15:22:20 +02:00
  • 28e1f5689f refactor(api)!: mave tags and gotests api into their sub tables Smirnov Oleksandr 2024-02-25 01:18:09 +02:00
  • 5e35bc3fdb feat: allow gotests -template_dir argument customization brotifypacha 2024-02-17 01:19:44 +03:00
  • ebb10e9b90 reformat .editorconfig config Smirnov Oleksandr 2024-02-11 17:44:19 +02:00
  • cdb1cd05a3
    Add support for named tests (#50) Alex 2024-02-11 18:35:39 +04:00
  • 0b80d0a69b update README.md Alex Malykh 2024-02-11 15:54:31 +04:00
  • fccf555adc update README.md Alex Malykh 2024-02-11 15:52:29 +04:00
  • 8a6f7748ef
    fix: fix iferr config (#56) Arne Van Maele 2024-02-10 18:44:59 -05:00
  • f7cfed8fe9 fix: fix iferr config arnevm123 2024-01-23 13:34:03 +01:00
  • bbe89312c5 fix(health): check if bin is installed, and added message about treesitter parser Smirnov Oleksandr 2024-01-12 09:01:56 +02:00
  • 73e4c18045 Fix: #51: Add beginning and end delimiters to -only param to avoid unwanted test function generation. Arne Van Maele 2023-12-19 14:09:49 +01:00
  • 7a65b5f85f . Alex Malykh 2023-11-26 00:53:34 +04:00
  • 1e45240592 remove named arg from add_test() Alex Malykh 2023-11-26 00:52:29 +04:00
  • c0e86fb197 remove urls installer index reference Alex Malykh 2023-11-26 00:51:27 +04:00
  • b11f10605e update README.md Alex Malykh 2023-11-26 00:50:16 +04:00
  • 1eef5a19d5 removed gotests tag Alex Malykh 2023-11-26 00:46:15 +04:00
  • 9d5e8488c3 store install tag in urls table Alex Malykh 2023-11-23 19:32:37 +04:00
  • 70c5938292 update readme Alex Malykh 2023-11-23 18:50:25 +04:00
  • e1db4d4c23 get gotests tag from setup() Alex Malykh 2023-11-23 18:38:41 +04:00
  • fc14dee1be hardcoded @develop Alex Malykh 2023-11-23 18:34:47 +04:00
  • 3146bffee9 test Alex Malykh 2023-11-23 18:33:07 +04:00
  • ead7c15ec7 debug installer msg Alex Malykh 2023-11-23 18:31:37 +04:00
  • 3c9c9c9abb tags in table Alex Malykh 2023-11-23 18:27:56 +04:00
  • 0ad9a0d370 test Alex Malykh 2023-11-23 18:15:00 +04:00
  • d5ff2a74fe feat: add support for named tests Alex Malykh 2023-11-23 18:06:59 +04:00
  • 5592deba21 fix(typo): README.md (#47) Steve M 2023-10-09 05:54:13 -07:00
  • ac27f4b679
    fix(typo): README.md (#47) Steve M 2023-10-09 05:54:13 -07:00
  • e252191ffa
    Update README.md: typo Steve M 2023-10-07 20:10:41 -07:00
  • e0a3e70e48
    add ability for setting custom tools options (#44) Smirnov Oleksandr 2023-08-17 19:13:56 +03:00
  • e2f3096a5f feat(struct_tags): add support for custom transform option Smirnov Oleksandr 2023-08-17 13:32:09 +03:00
  • 4217211912 feat(gotests): add custom templates support Smirnov Oleksandr 2023-08-17 13:04:51 +03:00
  • 2e89cea6f3 refactor: commands runner (#42) Smirnov Oleksandr 2023-08-10 12:04:33 +03:00
  • 66b583ce35 refactor(runner): write error message on error Smirnov Oleksandr 2023-08-10 12:00:48 +03:00
  • 658027ccec refactor: use more currect way of notifying Smirnov Oleksandr 2023-08-10 11:48:26 +03:00
  • e2ef9dbcd7 refactor(utils): notify now has title Smirnov Oleksandr 2023-08-10 11:47:24 +03:00
  • e49ee67ecc refactor: throw errors in more lua way, i think Smirnov Oleksandr 2023-08-10 11:17:19 +03:00
  • 640a36a7f2 refactor: commands such as :GoGet runs with new runner Smirnov Oleksandr 2023-08-10 11:10:04 +03:00
  • 12b01a95ec refactor(struct_tags): use new runner Smirnov Oleksandr 2023-08-09 13:17:01 +03:00
  • 18866eb6ab refactor(installer): use new runner Smirnov Oleksandr 2023-08-09 13:14:50 +03:00
  • 9af6797ffc refactor(impl): use new runner Smirnov Oleksandr 2023-08-09 13:11:39 +03:00
  • c90e0cd124 refactor(iferr): use vim.notify Smirnov Oleksandr 2023-08-09 12:59:52 +03:00
  • 4e80f30cb3 fix(runner): now it returns output correctly Smirnov Oleksandr 2023-08-09 12:36:44 +03:00
  • 16b9a5c8f4 refactor(gotests): use new runner, clean code Smirnov Oleksandr 2023-08-09 12:03:45 +03:00
  • 6c2f2749ca refactor(utils): back to plenary.job Smirnov Oleksandr 2023-08-08 18:35:15 +03:00
  • 000ae23aa3 refactor(gotests): uses own runner instead of vendored Smirnov Oleksandr 2023-07-26 17:01:48 +03:00
  • a17065e151 feat(utils): first impl of own commands runner Smirnov Oleksandr 2023-07-26 17:01:19 +03:00
  • 011769b99b chore(ci): run tests on many versions of nvim Smirnov Oleksandr 2023-07-22 03:03:09 +03:00
  • 4af6caed6b fix(dap): now dlv uses cmd to run from config Smirnov Oleksandr 2023-07-22 03:00:00 +03:00
  • 5f8466d043
    run tests independent of user nvim setup (#39) Smirnov Oleksandr 2023-07-21 02:57:46 +03:00
  • 5d4ccb50bd remove the thing Smirnov Oleksandr 2023-07-20 20:14:40 +03:00
  • 75ad579406 fix ci Smirnov Oleksandr 2023-07-20 20:13:43 +03:00
  • 31302bdebd add thing for testing ci Smirnov Oleksandr 2023-07-20 20:11:14 +03:00
  • b81318c2d7 chore(ci): remove taskfile from deps Smirnov Oleksandr 2023-07-20 20:09:58 +03:00
  • 2b28db7c12 chore(ci): add test runner Smirnov Oleksandr 2023-07-20 20:07:50 +03:00
  • b745b0a5a2 refactor(utils): remove not used function Smirnov Oleksandr 2023-07-20 20:05:27 +03:00
  • a2959e8446 test: utils Smirnov Oleksandr 2023-07-20 20:05:22 +03:00
  • 1ce9244c52 test(config): refactor tests Smirnov Oleksandr 2023-07-20 19:55:37 +03:00
  • c608ddbd67 spec: change way how tests srtuctured Smirnov Oleksandr 2023-07-20 00:52:42 +03:00
  • 9fc120edc5 chore(lua_ls): now lua_ls knows about testing functions Smirnov Oleksandr 2023-07-20 00:52:13 +03:00
  • b5327cd2eb feat(config): make it optional to call .setup() Smirnov Oleksandr 2023-07-20 19:53:15 +03:00
  • 1841aede91 chore: update taskfile, and linter config Smirnov Oleksandr 2023-07-20 19:51:02 +03:00
  • 3b0888ab10 fix(config): now it works correctly Smirnov Oleksandr 2023-07-20 19:40:12 +03:00
  • eac5560200 fix(config): now it not removes .setup() from itself after calling .setup() Smirnov Oleksandr 2023-07-20 00:31:47 +03:00
  • e49f3fadd7 remove editorconfig-checker Smirnov Oleksandr 2023-07-20 00:21:15 +03:00
  • 3d49d58fd2 feat: run tests independent from user's nvim config Smirnov Oleksandr 2023-07-20 00:18:13 +03:00
  • bc3ce343a8
    update tooling (#38) Smirnov Oleksandr 2023-07-20 00:11:59 +03:00
  • 6837ca8ae4 fix: editorconfig-check on README.md Smirnov Oleksandr 2023-07-20 00:10:19 +03:00
  • 6bd4369680 chore(editorconfig): remove max_line_length Smirnov Oleksandr 2023-07-20 00:09:14 +03:00
  • 7b742afbae chore(editorconfig): add config for Go Smirnov Oleksandr 2023-07-20 00:04:14 +03:00
  • 27b56642f4 chore(ci): update and add one more linter Smirnov Oleksandr 2023-07-20 00:02:26 +03:00
  • e9360a2c92 chore: switch from makefile to taskfile Smirnov Oleksandr 2023-07-19 23:51:22 +03:00
  • 1e7d1dea46 chore: delete pre-commit Smirnov Oleksandr 2023-07-19 23:40:42 +03:00
  • 26b41bf68c
    refactor of public plugin's api (#37) Smirnov Oleksandr 2023-07-19 23:38:23 +03:00
  • 79e3da0085 run stylua Smirnov Oleksandr 2023-07-19 23:29:21 +03:00
  • d20081f2b0 refactor(_utils.ts): some renameing, moving requires lines Smirnov Oleksandr 2023-07-19 23:28:07 +03:00
  • 3e51e15dac refactor(_utils.health): reorganize module Smirnov Oleksandr 2023-07-19 23:26:09 +03:00
  • 6e70be0ef9 fix: use new _utils api Smirnov Oleksandr 2023-07-19 23:20:41 +03:00
  • 616474b919 refactor(_utils): change way how it organizes Smirnov Oleksandr 2023-07-19 23:20:18 +03:00
  • 6dcfe9c9ef refactor(dap): make it all in one file, and make some refactoring Smirnov Oleksandr 2023-07-19 23:05:27 +03:00
  • d4734ae69a run stylua Smirnov Oleksandr 2023-07-19 23:05:17 +03:00
  • 5e7ecf382a refactor(struct_tags): rename M to struct_tags Smirnov Oleksandr 2023-07-19 22:51:30 +03:00
  • 70fece189d refactor(struct_tags): change way of importting deps Smirnov Oleksandr 2023-07-19 20:45:46 +03:00
  • a3201f701e refactor(installer): change api Smirnov Oleksandr 2023-07-19 20:44:22 +03:00
  • 263692f865 refactor(impl): change api Smirnov Oleksandr 2023-07-19 20:43:28 +03:00
  • 3e78f86d42 refactor(iferr): change api Smirnov Oleksandr 2023-07-19 20:26:20 +03:00
  • 36f2006b98 fix(healthchecker): use correct config Smirnov Oleksandr 2023-07-19 20:24:05 +03:00
  • af3321f7ea refactor(gotests): use correct config, change way how deps required, fix some typos Smirnov Oleksandr 2023-07-19 20:23:14 +03:00
  • 55b7304ec6 refactor(config): change way how it handles options Smirnov Oleksandr 2023-07-19 20:20:04 +03:00
  • 0c117f5230 fix(commands): now it uses correct module paths Smirnov Oleksandr 2023-07-19 19:58:14 +03:00
  • 1c0eeb3a86 refactor: move all plugin functionality to init.lua Smirnov Oleksandr 2023-07-19 19:56:34 +03:00
  • 94250bb08a
    add editorconfig (#36) Smirnov Oleksandr 2023-07-17 18:32:24 +03:00
  • 9d6bc761d4
    healthcheck: refactoring, remove deprecation wanings (#35) Smirnov Oleksandr 2023-07-17 18:31:21 +03:00
  • 2b253ca72d refactor(health): move all report function into table Smirnov Oleksandr 2023-07-17 18:24:56 +03:00
  • 9fa14015f0 chore add editorconfig Smirnov Oleksandr 2023-07-16 21:33:40 +03:00
  • cc62df0128 style(healthchecker): reformat lua in vim file Smirnov Oleksandr 2023-07-16 21:12:20 +03:00
  • 62a7b2fb82 refactor(checkhealth): rename util file Smirnov Oleksandr 2023-07-16 21:09:54 +03:00
  • f7593f43b5 refactor(checkhealth): remove deprecation warnings, complete rewrite Smirnov Oleksandr 2023-07-16 21:06:48 +03:00
  • 8e26c59ea1 fix ci Smirnov Oleksandr 2023-07-06 16:51:00 +03:00
  • 9ff5bb4947 remove struct tags tests Smirnov Oleksandr 2023-07-06 16:46:52 +03:00