49 Commits

Author SHA1 Message Date
debugtalk
63646dc42b fix: version 2020-02-05 00:41:50 +08:00
debugtalk
8957b6c460 fix: HTTP method missed "CONNECT", "TRACE" 2020-01-06 14:27:03 +08:00
debugtalk
4e6c2c4ea8 bump to version 2.5.4 2020-01-03 19:29:57 +08:00
debugtalk
6abea9fa99 fix: jsonschema, variables maybe in string type, e.g. '${get_variables()}' 2020-01-02 23:19:06 +08:00
debugtalk
f30f2de4b0 fix #826: Windows does not support file name include ':' 2020-01-02 21:15:02 +08:00
debugtalk
fb2f071b0b update version 2020-01-02 15:31:23 +08:00
debugtalk
1eba5b80f7 bump to version 2.5.0 2020-01-01 23:37:06 +08:00
debugtalk
f233e126b9 feat: add json schema validation for api 2019-12-31 17:31:33 +08:00
debugtalk
e5bc23e4cf fix: display validators in report when validate raised exception 2019-12-25 23:21:10 +08:00
debugtalk
033f17294f fix: include CHANGELOG in package 2019-12-24 20:30:26 +08:00
debugtalk
2d0a0cdae9 fix: add enum34 for Python 2.7 2019-12-24 20:21:46 +08:00
debugtalk
829bce64e1 fix: display request & response details in report when extraction failed 2019-12-24 19:53:46 +08:00
debugtalk
e39a60c57a fix #797: locusts command error 2019-12-24 15:04:02 +08:00
debugtalk
f8b17ad02e feat: report user id to sentry 2019-12-23 23:31:22 +08:00
debugtalk
dc6145af31 fix: ensure initializing sentry_sdk on startup 2019-12-21 17:21:00 +08:00
debugtalk
13acc3d795 feat: integrate sentry sdk 2019-12-20 15:50:35 +08:00
debugtalk
067abe2f37 bump version to 2.4.5 2019-12-18 15:03:07 +08:00
debugtalk
4995a312ba bump version to 2.4.4 2019-12-17 21:00:10 +08:00
debugtalk
d67f950b33 test:
1, migrate from travis CI to github actions;
2, migrate from coveralls to codecov.
2019-12-13 23:28:21 +08:00
debugtalk
d0aa900690 change: use poetry>=1.0.0 2019-12-13 18:03:45 +08:00
debugtalk
7ba3c99f76 refactor: replace with open file handler, avoid reading files into memory 2019-12-13 11:18:09 +08:00
debugtalk
29e640f7cf fix: typo testfile_paths 2019-12-11 22:37:32 +08:00
debugtalk
e2c1ff5bb8 docs: update changelog for 2.4.0 2019-12-11 16:07:44 +08:00
debugtalk
da15b6f455 update version: 2.4.0.b 2019-12-06 18:45:00 +08:00
debugtalk
034696afe4 2.4.0
feat: validate with python script, ref #773
2019-12-04 17:38:13 +08:00
debugtalk
eb357b806b 2.3.3
fix #768: dump json file path error when folder name contains dot, such as a.b.c
2019-12-04 12:57:50 +08:00
debugtalk
10deade7fe fix: version number, bump to 2.3.2 2019-11-03 11:05:08 +08:00
debugtalk
8e4f99438d change: mv CHANGELOG.md to docs folder 2019-11-02 00:06:24 +08:00
debugtalk
01d9ac023b doc: update PyPi classifiers, add Operating System 2019-10-28 13:17:00 +08:00
debugtalk
f618e36e79 doc: update classifiers 2019-10-28 13:01:58 +08:00
debugtalk
dea49ef5ca fix: locusts entry configuration 2019-10-28 11:50:41 +08:00
debugtalk
523c3ffa3f bump version to 2.3.0 2019-10-26 21:45:37 +08:00
debugtalk
8aabc2b7b0 fix: compatibility in Python 2.7
ImportError(No module named builtins) will be raised if future is not installed in Python 2.7
2019-10-26 21:14:51 +08:00
debugtalk
ccc69a2c8c change: locusts 2019-10-25 23:42:02 +08:00
debugtalk
6bfcc8b057 fix: add locustio to dev dependencies 2019-10-25 17:46:45 +08:00
debugtalk
de412a2431 change: rename folder, templates => static 2019-10-25 17:06:05 +08:00
debugtalk
652e059d7d feat: make locusts as httprunner plugin 2019-10-25 16:50:53 +08:00
debugtalk
d2d925d5df change: split locust main from httprunner cli 2019-10-25 15:44:49 +08:00
debugtalk
7e29adb5eb Merge branch 'master' into master 2019-09-19 00:29:42 +08:00
debugtalk
fc9a44ce09 feat: config variables support parsing from function 2019-09-19 00:22:18 +08:00
hunter chen
23876df8a5 update jsonpath to ^0.82 2019-08-15 11:06:03 +08:00
hunter chen
5716687591 update jsonpath version 2019-08-15 10:40:30 +08:00
hunter chen
873aa5d86b Add jsonpath dependency 2019-08-15 10:27:43 +08:00
debugtalk
608477184a bump version to 2.2.5 2019-07-28 17:11:51 +08:00
debugtalk
4946e70f30 fix: 'conflict with the backend dependencies' for requests-belt 2019-07-16 22:31:20 +08:00
debugtalk
dc3b437b19 fix: 'conflict with the backend dependencies' error 2019-07-16 22:28:18 +08:00
debugtalk
a039b80fa7 improvement: maintain project meta data all in pyproject.toml
1, remove __about__.py
2, project version and description are all configured in pyproject.toml
2019-07-16 18:56:52 +08:00
debugtalk
b43f9543a1 drop support for Python 3.4 as it was EOL on 2019-03-16 2019-07-13 01:32:55 +08:00
debugtalk
5e76f639cd feat: replace pipenv & setup.py with poetry 2019-07-12 23:56:49 +08:00