Commit Graph

408 Commits

Author SHA1 Message Date
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
徐聪
1cb4c105a4 feat: add error log and summary of response time to prometheus. 2022-01-13 17:41:27 +08:00
debugtalk
f27b7d5cb9 change: cache loaded functions to improve performance 2022-01-13 15:07:10 +08:00
debugtalk
63b9249340 refactor: go plugin 2022-01-13 14:44:16 +08:00
徐聪
b70dc3a47b fix: resolve the problem of reporting last stats failure. 2022-01-13 10:54:18 +08:00
xucong053
66bc29ddf4 Merge pull request #10 from httprunner/main
new pull request 2022.1.12
2022-01-12 14:59:38 +08:00
debugtalk
f2ef6db893 Merge pull request #49 from xucong053/chore/specify-running-cycles-for-load-testing
feat: specify running cycles for load testing
2022-01-12 14:58:08 +08:00
徐聪
1d04b2c22d feat: specify running cycles for load testing. 2022-01-12 14:51:53 +08:00
徐聪
7a15df3177 feat: specify running cycles for load testing. 2022-01-12 14:48:43 +08:00
debugtalk
b80730d8a4 fix: use GA_TRACKING_ID hrp-v0.5.0 2022-01-08 23:14:43 +08:00
debugtalk
48c33ed9d3 Merge pull request #52 from httprunner/scaffold
- feat: create scaffold project
- fix: report GA event with value to indicate failure
2022-01-08 22:58:21 +08:00
debugtalk
46dcd7f2d9 change: unittest action 2022-01-08 22:57:32 +08:00
debugtalk
b6b39b9a04 change: scaffold action 2022-01-08 22:55:08 +08:00
debugtalk
4189ed9b3f change: scaffold action 2022-01-08 22:53:32 +08:00
debugtalk
1c0d27004e change: scaffold action 2022-01-08 22:41:33 +08:00
debugtalk
22152048b4 change: trigger github action for scaffold 2022-01-08 22:31:02 +08:00