Commit Graph
99 Commits
Author SHA1 Message Date
debugtalk c0504d8026 fix: version 2020-02-05 00:41:50 +08:00
debugtalk 0137294a2c fix: HTTP method missed "CONNECT", "TRACE" 2020-01-06 14:27:03 +08:00
debugtalk 472dc24f13 bump to version 2.5.4 2020-01-03 19:29:57 +08:00
debugtalk 83a31bc414 fix: jsonschema, variables maybe in string type, e.g. '${get_variables()}' 2020-01-02 23:19:06 +08:00
debugtalk 1b08e7904a fix #826: Windows does not support file name include ':' 2020-01-02 21:15:02 +08:00
debugtalk 5eaec0ded2 update version 2020-01-02 15:31:23 +08:00
debugtalk 9a512e91e3 bump to version 2.5.0 2020-01-01 23:37:06 +08:00
debugtalk 7c44fac6d5 feat: add json schema validation for api 2019-12-31 17:31:33 +08:00
debugtalk 4cd12e3d2f fix: display validators in report when validate raised exception 2019-12-25 23:21:10 +08:00
debugtalk 580465c761 fix: include CHANGELOG in package 2019-12-24 20:30:26 +08:00
debugtalk 8bb12ea480 fix: add enum34 for Python 2.7 2019-12-24 20:21:46 +08:00
debugtalk cd42d92a76 fix: display request & response details in report when extraction failed 2019-12-24 19:53:46 +08:00
debugtalk 38cbd4082e fix #797: locusts command error 2019-12-24 15:04:02 +08:00
debugtalk 138495bac1 feat: report user id to sentry 2019-12-23 23:31:22 +08:00
debugtalk 5d62d0a3c7 fix: ensure initializing sentry_sdk on startup 2019-12-21 17:21:00 +08:00
debugtalk 186151ea8e feat: integrate sentry sdk 2019-12-20 15:50:35 +08:00
debugtalk 85e37d5a60 bump version to 2.4.5 2019-12-18 15:03:07 +08:00
debugtalk 80cdcd3318 bump version to 2.4.4 2019-12-17 21:00:10 +08:00
debugtalk 534f85120c test:
1, migrate from travis CI to github actions;
2, migrate from coveralls to codecov.
2019-12-13 23:28:21 +08:00
debugtalk c7a3380ba7 change: use poetry>=1.0.0 2019-12-13 18:03:45 +08:00
debugtalk 0a4a8188cd refactor: replace with open file handler, avoid reading files into memory 2019-12-13 11:18:09 +08:00
debugtalk ef8247e1d2 fix: typo testfile_paths 2019-12-11 22:37:32 +08:00
debugtalk 5a60dd09b5 docs: update changelog for 2.4.0 2019-12-11 16:07:44 +08:00
debugtalk 4ce0638e20 update version: 2.4.0.b 2019-12-06 18:45:00 +08:00
debugtalk ff24fdb9d7 2.4.0
feat: validate with python script, ref #773
2019-12-04 17:38:13 +08:00
debugtalk d7abc3e4ca 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 cd790601d8 fix: version number, bump to 2.3.2 2019-11-03 11:05:08 +08:00
debugtalk 3852e37c71 change: mv CHANGELOG.md to docs folder 2019-11-02 00:06:24 +08:00
debugtalk 26c77525f6 doc: update PyPi classifiers, add Operating System 2019-10-28 13:17:00 +08:00
debugtalk 7170108006 doc: update classifiers 2019-10-28 13:01:58 +08:00
debugtalk 31ef256c4d fix: locusts entry configuration 2019-10-28 11:50:41 +08:00
debugtalk ea3438212b bump version to 2.3.0 2019-10-26 21:45:37 +08:00
debugtalk 3748df7b87 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 569cad5dda change: locusts 2019-10-25 23:42:02 +08:00
debugtalk 44fc0fdeb3 fix: add locustio to dev dependencies 2019-10-25 17:46:45 +08:00
debugtalk c0a66e494b change: rename folder, templates => static 2019-10-25 17:06:05 +08:00
debugtalk 22eb592eec feat: make locusts as httprunner plugin 2019-10-25 16:50:53 +08:00
debugtalk 890f2796c0 change: split locust main from httprunner cli 2019-10-25 15:44:49 +08:00
debugtalk 83c03ae00e Merge branch 'master' into master 2019-09-19 00:29:42 +08:00
debugtalk d65f3860b1 feat: config variables support parsing from function 2019-09-19 00:22:18 +08:00
hunter chen 81993b3f9b update jsonpath to ^0.82 2019-08-15 11:06:03 +08:00
hunter chen 9a33bcb516 update jsonpath version 2019-08-15 10:40:30 +08:00
hunter chen e1644c87d7 Add jsonpath dependency 2019-08-15 10:27:43 +08:00
debugtalk 71eab6aa35 bump version to 2.2.5 2019-07-28 17:11:51 +08:00
debugtalk 03c6b9c691 fix: 'conflict with the backend dependencies' for requests-belt 2019-07-16 22:31:20 +08:00
debugtalk dc8322348e fix: 'conflict with the backend dependencies' error 2019-07-16 22:28:18 +08:00
debugtalk 195f1aeef2 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 bcee2d20f1 drop support for Python 3.4 as it was EOL on 2019-03-16 2019-07-13 01:32:55 +08:00
debugtalk a0cfc04b3e feat: replace pipenv & setup.py with poetry 2019-07-12 23:56:49 +08:00