debugtalk
|
116dbdb4d9
|
change: move plugin to independent repo
|
2022-03-10 20:04:18 +08:00 |
|
debugtalk
|
072d5d8fb0
|
fix: remove hrp internal dependency for plugin
|
2022-03-10 16:51:42 +08:00 |
|
debugtalk
|
0ede8d7989
|
refactor: plugin code structure
|
2022-03-05 12:15:33 +08:00 |
|
debugtalk
|
1904d404fd
|
change: update tests
|
2022-03-04 21:04:08 +08:00 |
|
debugtalk
|
37355ab58e
|
Merge pull request #131 from httprunner/refactor-plugin
refactor hashicorp plugin
|
2022-03-04 21:00:50 +08:00 |
|
debugtalk
|
ea89a0b6a9
|
feat: support switch hashicorp plugin with environment HRP_PLUGIN_TYPE
|
2022-03-04 20:50:37 +08:00 |
|
debugtalk
|
c27224a452
|
update version
|
2022-03-04 17:54:46 +08:00 |
|
debugtalk
|
e99b13f645
|
merge main
|
2022-03-04 17:50:43 +08:00 |
|
debugtalk
|
6c9a9d789b
|
bump version to v0.6.3
|
2022-03-04 17:42:55 +08:00 |
|
debugtalk
|
7dd2ac9831
|
refactor: replace json with json-iterator/go to improve performance
|
2022-03-04 17:39:15 +08:00 |
|
debugtalk
|
9d160171fc
|
Merge pull request #118 from bbx-winner/main
compat: support testcase generated by HttpRunner
|
2022-03-04 17:28:20 +08:00 |
|
debugtalk
|
b729b66be3
|
update docs
|
2022-03-04 17:01:13 +08:00 |
|
debugtalk
|
f312535908
|
feat: support hashicorp plugin in gPRC mode
|
2022-03-04 16:46:17 +08:00 |
|
debugtalk
|
4d64f2d7b6
|
refactor: relocate files
|
2022-03-03 15:06:16 +08:00 |
|
debugtalk
|
01113581c9
|
Merge pull request #124 from httprunner/refactor-plugin
refactor plugin
|
2022-02-25 23:07:49 +08:00 |
|
debugtalk
|
64b9e513ef
|
fix: unittest
|
2022-02-25 23:04:34 +08:00 |
|
debugtalk
|
fead0c0a31
|
refactor: plugin structure
|
2022-02-25 22:43:04 +08:00 |
|
debugtalk
|
c6179f1687
|
change: replace flag with --log-requests-off
|
2022-02-25 17:57:29 +08:00 |
|
debugtalk
|
026384bbdb
|
feat: add flag --log-plugin to turn on plugin logging
|
2022-02-25 17:55:21 +08:00 |
|
debugtalk
|
d7be9c938e
|
change: add short flag for continue-on-failure
|
2022-02-25 16:01:17 +08:00 |
|
debugtalk
|
3de4e072b2
|
fix: typo error
|
2022-02-25 12:14:16 +08:00 |
|
debugtalk
|
b89261a907
|
Merge branch 'main' of https://github.com/httprunner/hrp into refactor-plugin
|
2022-02-24 18:53:38 +08:00 |
|
debugtalk
|
213cb545ce
|
Merge pull request #116 from xucong053/main
fix: add slice type of request body data
|
2022-02-24 18:14:28 +08:00 |
|
debugtalk
|
00df455931
|
refactor: split plugin files
|
2022-02-23 16:24:59 +08:00 |
|
debugtalk
|
c827222d34
|
feat: add hrp_step_name, hrp_step_request, hrp_step_response to hooks variables
|
2022-02-23 16:13:53 +08:00 |
|
debugtalk
|
a993500584
|
Merge pull request #106 from bbx-winner/main
feat: support customized setup/teardown hooks (variable assignment not supported)
|
2022-02-22 21:04:58 +08:00 |
|
debugtalk
|
4992e2e87b
|
update docs
|
2022-02-22 15:54:26 +08:00 |
|
debugtalk
|
f8c4716d5b
|
bump version to v0.6.2
|
2022-02-22 15:50:56 +08:00 |
|
debugtalk
|
aeaa0f377c
|
fix: parse data for request cookie value
|
2022-02-22 15:38:06 +08:00 |
|
debugtalk
|
06715ecbeb
|
change: update docs
|
2022-02-22 15:36:50 +08:00 |
|
debugtalk
|
2c3b043050
|
Merge pull request #104 from xucong053/main
feat: support text/html extraction with regex
|
2022-02-22 15:17:32 +08:00 |
|
debugtalk
|
0423fc96e8
|
fix: omit print request/response body for non-text content
|
2022-02-21 21:18:31 +08:00 |
|
debugtalk
|
e5b53df245
|
fix: set to unknown to avoid Content-Length mismatched
|
2022-02-21 20:11:55 +08:00 |
|
debugtalk
|
d534fe06ee
|
change: convert brotli.Reader to io.ReadCloser
|
2022-02-21 18:48:18 +08:00 |
|
debugtalk
|
b3762dbbbc
|
fix: replace with github.com/andybalholm/brotli to avoid using cgo
|
2022-02-21 18:25:01 +08:00 |
|
debugtalk
|
fd29a6cf8c
|
Merge pull request #99 from ZhouYixun/main
change: update har2case flag default strategy
|
2022-02-21 17:09:18 +08:00 |
|
debugtalk
|
c6535f0f78
|
fix #100: decode response body in br/gzip/deflate formats
|
2022-02-21 16:58:55 +08:00 |
|
debugtalk
|
1f0996d269
|
Merge pull request #98 from ZhouYixun/main
change: replace spaces with indent when generating JSON testcases
|
2022-02-21 15:17:25 +08:00 |
|
debugtalk
|
3e4cc34162
|
Merge pull request #97 from bbx-winner/main
fix #97: incorrect data type when extracting data using jmespath
|
2022-02-21 13:21:02 +08:00 |
|
debugtalk
|
c6ce47ba89
|
fix: unittest
|
2022-02-18 21:11:37 +08:00 |
|
debugtalk
|
0f3dd1b6d6
|
fix: generate headers.\"Content-Type\" in har2case
|
2022-02-18 19:39:47 +08:00 |
|
debugtalk
|
865c753ea9
|
fix: omit pseudo header names for HTTP/1, e.g. :authority
|
2022-02-18 19:03:10 +08:00 |
|
debugtalk
|
320e9601a7
|
bump version to v0.6.1
|
2022-02-17 20:14:14 +08:00 |
|
debugtalk
|
b7e82230e7
|
Merge pull request #91 from bbx-winner/main
fix: broadcast to all rendezvous at once when spawn done
|
2022-02-17 20:00:50 +08:00 |
|
debugtalk
|
17d35dfa15
|
Merge pull request #85 from xucong053/main
change: merge teststeps when call other testcases
change: add timestamp for generated summary and html reports
|
2022-02-17 18:48:35 +08:00 |
|
debugtalk
|
9fd2367367
|
Merge pull request #83 from bbx-winner/main
- fix: panic when assertion function not exists
- change: json unmarshal to float64 when parsing data
|
2022-02-15 17:48:54 +08:00 |
|
debugtalk
|
a3c60da51b
|
change: update survey
|
2022-02-11 23:51:48 +08:00 |
|
debugtalk
|
9ec4ed4146
|
Merge pull request #82 from xucong053/main
fix: failed to generate API test report when data is null
|
2022-02-11 20:02:17 +08:00 |
|
debugtalk
|
3b90ba5726
|
Merge pull request #78 from lihuacai168/hot-fix
fix: custom content-type prior to default
|
2022-02-10 14:36:07 +08:00 |
|
debugtalk
|
5164c8d101
|
change: update docs
|
2022-02-09 20:28:21 +08:00 |
|
debugtalk
|
5a6f975eb4
|
Merge pull request #77 from xucong053/main
fix: inaccurate stat data in API test report
|
2022-02-09 13:11:45 +08:00 |
|
debugtalk
|
08411e4fbb
|
Merge pull request #75 from xucong053/main
feat: generate html reports for API testing #74
|
2022-02-08 17:02:34 +08:00 |
|
debugtalk
|
a82ff0893a
|
feat: update docs
|
2022-01-27 17:56:31 +08:00 |
|
debugtalk
|
6d9342adac
|
Merge pull request #73 from xucong053/main
feat #25: record execution data for generating report
|
2022-01-27 16:40:20 +08:00 |
|
debugtalk
|
82c25e5003
|
update
|
2022-01-26 16:10:57 +08:00 |
|
debugtalk
|
d2e191003f
|
feat: upload artifacts to aliyun oss
|
2022-01-26 15:43:11 +08:00 |
|
debugtalk
|
7a37fc1fac
|
feat: upload artifacts to aliyun oss
|
2022-01-26 15:22:12 +08:00 |
|
debugtalk
|
32f60bcc30
|
update docs
|
2022-01-26 11:44:37 +08:00 |
|
debugtalk
|
91fa2eefdf
|
change: remove sentry sdk
|
2022-01-25 20:33:46 +08:00 |
|
debugtalk
|
229c1839b1
|
Merge pull request #71 from bbx-winner/main
feat: implement `rendezvous` mechanism for load test
|
2022-01-25 20:25:40 +08:00 |
|
debugtalk
|
d91bbd5e07
|
fix: build hashicorp plugin failed when creating scaffold
|
2022-01-25 18:11:12 +08:00 |
|
debugtalk
|
34d494556f
|
Merge branch 'main' of https://github.com/httprunner/hrp into main
|
2022-01-25 17:26:28 +08:00 |
|
debugtalk
|
46cc606a6c
|
fix #68: go get failed with invalid version error
|
2022-01-25 16:37:56 +08:00 |
|
debugtalk
|
1a6fb28d04
|
fix: go get failed with invalid version error
|
2022-01-25 16:21:12 +08:00 |
|
debugtalk
|
339087600f
|
bump version to v0.5.3
|
2022-01-25 15:53:11 +08:00 |
|
debugtalk
|
387d4a46fb
|
fix: avoid removing hrp in current dir
|
2022-01-24 21:06:36 +08:00 |
|
debugtalk
|
61f8ef6362
|
Merge pull request #69 from xucong053/main
fix: report the number of error logs;
fix: report empty transaction
|
2022-01-24 20:17:55 +08:00 |
|
debugtalk
|
520e1e7222
|
fix: download from github if aliyun oss url is invalid
|
2022-01-24 17:43:55 +08:00 |
|
debugtalk
|
f09a36c991
|
fix: test install.sh
|
2022-01-20 21:38:48 +08:00 |
|
debugtalk
|
cdc4e2cfda
|
fix: test install.sh
|
2022-01-20 20:13:40 +08:00 |
|
debugtalk
|
ea30d5f929
|
Merge pull request #67 from httprunner/publish-assets-to-aliyun
v0.5.3
- feat: upload released assets to aliyun OSS
- change: download package assets from aliyun OSS
- fix: disable color logging on Windows
|
2022-01-20 18:56:02 +08:00 |
|
debugtalk
|
eca9695b01
|
fix: unzip package on windows
|
2022-01-20 18:54:56 +08:00 |
|
debugtalk
|
64d2d75a45
|
fix: download pkg on windows
|
2022-01-20 18:41:54 +08:00 |
|
debugtalk
|
08817d16b5
|
change: download package assets from aliyun OSS
|
2022-01-20 18:34:12 +08:00 |
|
debugtalk
|
db596b13ca
|
change: replace download url with aliyun oss
|
2022-01-20 18:15:53 +08:00 |
|
debugtalk
|
a898adb651
|
Merge pull request #66 from bbx-winner/main
fix: change zerolog to no color in windows
|
2022-01-20 17:33:15 +08:00 |
|
debugtalk
|
061f38147a
|
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
|
21f4be5976
|
fix: mktemp: too few X's in template
|
2022-01-20 14:21:59 +08:00 |
|
debugtalk
|
b31fa0aab8
|
change: update script
|
2022-01-20 14:16:56 +08:00 |
|
debugtalk
|
2660d576b4
|
fix: install with shell
|
2022-01-20 14:09:09 +08:00 |
|
debugtalk
|
e42e2e10ad
|
Merge pull request #63 from httprunner/refactor-config
refactor: remove IConfig
|
2022-01-20 11:16:09 +08:00 |
|
debugtalk
|
184a0e7296
|
refactor: remove IConfig
|
2022-01-19 21:42:12 +08:00 |
|
debugtalk
|
ac9565c0e8
|
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
|
2022-01-19 15:07:14 +08:00 |
|
debugtalk
|
6fa8fd52d2
|
change: update docs
|
2022-01-19 15:03:04 +08:00 |
|
debugtalk
|
1843d4c096
|
Merge branch 'main' into go-plugin
|
2022-01-19 14:52:48 +08:00 |
|
debugtalk
|
53ee5200c8
|
change: exit 0 when quit hashicorp process
|
2022-01-19 14:52:30 +08:00 |
|
debugtalk
|
2b6a80bed5
|
Merge pull request #60 from xucong053/main
fix: no error is logged when the assertion fails
|
2022-01-18 22:29:22 +08:00 |
|
debugtalk
|
c10bf8574d
|
fix: data race
|
2022-01-18 20:30:24 +08:00 |
|
debugtalk
|
7ef04674dc
|
change: clean code
|
2022-01-18 20:21:43 +08:00 |
|
debugtalk
|
142bc13c94
|
feat: catch Interrupt and SIGTERM signals to ensure plugin quitted
|
2022-01-18 17:33:26 +08:00 |
|
debugtalk
|
9a1d02c7b2
|
fix: unittests for plugin
|
2022-01-18 17:20:44 +08:00 |
|
debugtalk
|
d5dff2dcdf
|
feat: add scaffold for plugin
|
2022-01-17 21:40:20 +08:00 |
|
debugtalk
|
b84f33eee1
|
docs: add plugin docs
|
2022-01-17 20:16:02 +08:00 |
|
debugtalk
|
ede35216e2
|
feat: add github.com/httprunner/hrp/plugin sub-module
|
2022-01-17 17:32:32 +08:00 |
|
debugtalk
|
fd7992add5
|
change: report event for initializing plugin
|
2022-01-17 17:20:47 +08:00 |
|
debugtalk
|
675ded099d
|
refactor: plugin structure
|
2022-01-17 16:56:44 +08:00 |
|
debugtalk
|
24546e98e6
|
Merge pull request #58 from httprunner/go-plugin
fix unittests for plugin
|
2022-01-17 00:11:00 +08:00 |
|
debugtalk
|
60de951673
|
change: update docs
|
2022-01-17 00:07:18 +08:00 |
|
debugtalk
|
48c0f63812
|
refactor: convertArgs
|
2022-01-17 00:06:56 +08:00 |
|
debugtalk
|
39994501df
|
change: update github action
|
2022-01-16 00:15:15 +08:00 |
|