Commit Graph

63 Commits

Author SHA1 Message Date
debugtalk
569e06e21f change v3: add basic validation 2020-04-23 21:53:03 +08:00
debugtalk
12a7f4bbd1 feat: command alias, hrun = httprunner run 2020-04-23 21:52:14 +08:00
debugtalk
b9392d7cce change: make locusts as hrun sub-command, usage: hrun locusts -h 2020-04-12 23:35:47 +08:00
debugtalk
8a39bbb06a change: make har2case as hrun sub-command, usage: hrun har2case -h 2020-04-12 17:41:29 +08:00
debugtalk
b167c7d2a1 change: replace jsonschema validation with pydantic 2020-04-09 18:50:06 +08:00
debugtalk
6f001af00d change: remove sentry sdk deps 2020-03-31 15:48:38 +08:00
debugtalk
2a0607299f bump version 3.0.1 2020-03-31 15:04:50 +08:00
debugtalk
31e5803bcf bump version 3.0.1 2020-03-24 21:44:40 +08:00
debugtalk
4ce7f03bae pre release 3.0.0 2020-03-18 22:17:29 +08:00
debugtalk
55ba82b1a6 change: remove dependency colorama and colorlog 2020-03-07 16:02:18 +08:00
debugtalk
81553d8aaf change: replace logging with loguru 2020-03-07 10:43:53 +08:00
debugtalk
95cb547184 feat: use pydantic to implement testcase schema 2020-02-29 23:26:54 +08:00
debugtalk
d6acdfdc69 feat: add fastapi and uvicorn, remove compatibility with 2.7/3.5 2020-02-21 19:28:27 +08:00
debugtalk
134344d925 2.5.7: improve validate with python script 2020-02-21 18:52:01 +08:00
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