Commit Graph
523 Commits
Author SHA1 Message Date
徐聪 44cfba0ea6 fix: inaccurate to report data. 2022-01-20 15:02:35 +08:00
debugtalk 597d2027cf Merge pull request #65 from httprunner/fix-install
fix: install with shell

- fix: ignore insecure in curl
- fix: mktemp: too few X's in template
2022-01-20 14:29:44 +08:00
debugtalk a00afb356c fix: mktemp: too few X's in template 2022-01-20 14:21:59 +08:00
debugtalk 6c6b3c1c13 change: update script 2022-01-20 14:16:56 +08:00
debugtalk 74ea26af08 fix: install with shell 2022-01-20 14:09:09 +08:00
xucong053 a981bde889 Merge pull request #15 from httprunner/main
new pull request. 2022.1.20
2022-01-20 11:50:55 +08:00
debugtalk ad15f39e77 Merge pull request #63 from httprunner/refactor-config
refactor: remove IConfig
2022-01-20 11:16:09 +08:00
debugtalk 743fc706c6 refactor: remove IConfig 2022-01-19 21:42:12 +08:00
xucong053 72d4a988aa Merge pull request #62 from xucong053/main
fix: inaccurate to report stats for total; feat: add average response time in total
2022-01-19 21:19:20 +08:00
徐聪 238f49d65d avoid data race. 2022-01-19 21:09:14 +08:00
徐聪 59ef894444 update unittests. 2022-01-19 20:51:00 +08:00
徐聪 fb912fd7f8 update description. 2022-01-19 20:29:05 +08:00
徐聪 2f07c9ac0b fix: inaccurate to report stats for total, feat: add average response time in total. 2022-01-19 19:55:06 +08:00
debugtalk 573c2d79ad Merge pull request #59 from httprunner/go-plugin
refactor go plugin

- feat: add github.com/httprunner/hrp/plugin sub-module
- feat: add scaffold for plugin
- feat: catch Interrupt and SIGTERM signals to ensure plugin quitted
- change: report event for initializing plugin
- doc: add plugin docs
- refactor: plugin structure
hrp-v0.5.2
2022-01-19 15:07:14 +08:00
debugtalk 938a01ef31 change: update docs 2022-01-19 15:03:04 +08:00
debugtalk 41cad916ea Merge branch 'main' into go-plugin 2022-01-19 14:52:48 +08:00
debugtalk a96917f587 change: exit 0 when quit hashicorp process 2022-01-19 14:52:30 +08:00
debugtalk 486d549f49 Merge pull request #60 from xucong053/main
fix: no error is logged when the assertion fails
2022-01-18 22:29:22 +08:00
徐聪 a89e956987 fix: no error is logged when the assertion fails 2022-01-18 22:10:50 +08:00
徐聪 22821ba7fa fix: no error is logged when the assertion fails 2022-01-18 21:37:03 +08:00
徐聪 992a53844f Merge branch 'main' of github.com:xucong053/hrp 2022-01-18 21:35:07 +08:00
xucong053 10162d9154 Merge pull request #12 from httprunner/main
new pull request. 2022.1.18
2022-01-18 21:34:51 +08:00
徐聪 70d3a8a839 fix: no error is logged when the assertion fails 2022-01-18 21:33:41 +08:00
debugtalk 19a8ff72af fix: data race 2022-01-18 20:30:24 +08:00
debugtalk b1e405612e change: clean code 2022-01-18 20:21:43 +08:00
debugtalk c222b22132 feat: catch Interrupt and SIGTERM signals to ensure plugin quitted 2022-01-18 17:33:26 +08:00
debugtalk 9db54544d9 fix: unittests for plugin 2022-01-18 17:20:44 +08:00
debugtalk 6874a2428c feat: add scaffold for plugin 2022-01-17 21:40:20 +08:00
debugtalk e68ae1f27d docs: add plugin docs 2022-01-17 20:16:02 +08:00
debugtalk cc6bd3b104 feat: add github.com/httprunner/hrp/plugin sub-module 2022-01-17 17:32:32 +08:00
debugtalk b2e0c0ba11 change: report event for initializing plugin 2022-01-17 17:20:47 +08:00
debugtalk acf5b34adb refactor: plugin structure 2022-01-17 16:56:44 +08:00
debugtalk 3f0abd4ad6 Merge pull request #58 from httprunner/go-plugin
fix unittests for plugin
2022-01-17 00:11:00 +08:00
debugtalk 2a2c430a8d change: update docs 2022-01-17 00:07:18 +08:00
debugtalk e419155616 refactor: convertArgs 2022-01-17 00:06:56 +08:00
debugtalk aecf369651 change: update github action 2022-01-16 00:15:15 +08:00
debugtalk 3c63f59c58 change: remove plugin sub-module 2022-01-16 00:13:49 +08:00
debugtalk e41f03e49e fix: unittests for CallFunc 2022-01-16 00:07:06 +08:00
debugtalk de7c4b87da refactor: hashicorp tests 2022-01-15 00:32:09 +08:00
debugtalk a4d3b3936b change: update docs 2022-01-14 17:52:23 +08:00
debugtalk 736830e092 change: update sub module 2022-01-14 17:44:41 +08:00
debugtalk 8dedd4883f Merge pull request #57 from httprunner/go-plugin
integrate hashicorp plugin
2022-01-14 17:40:51 +08:00
debugtalk 0bd2186dd9 change: init module github.com/httprunner/hrp/plugin 2022-01-14 17:35:17 +08:00
debugtalk 7fb517915b refactor: plugin functions can be defined in any format 2022-01-14 17:25:07 +08:00
debugtalk b42e6f8019 feat: support creating and calling custom functions with hashicorp/go-plugin 2022-01-14 09:30:18 +08:00
debugtalk 0058f683df merge main 2022-01-13 18:51:00 +08:00
xucong053 25592c8453 Merge pull request #11 from httprunner/main
new pull request. 2022.1.13
2022-01-13 18:41:45 +08:00
debugtalk 3de1068641 bump version to v0.5.1 hrp-v0.5.1 2022-01-13 18:41:13 +08:00
debugtalk 5cdfa76f7e Merge pull request #54 from xucong053/main
fix: ensure last stats to be reported
2022-01-13 18:35:10 +08:00
debugtalk 5b1b6c4423 Merge pull request #55 from xucong053/chore/add-error-log-and-summary-of-response-time-to-prometheus
feat: add error log and summary of PCT95 response time to prometheus
2022-01-13 18:30:04 +08:00