Commit Graph

118 Commits

Author SHA1 Message Date
debugtalk
9fb27e5039 bump version to v4.1.4 2022-06-17 22:53:24 +08:00
xucong053
1be8e0e44b fix: unittest 2022-06-15 16:35:09 +08:00
xucong053
94366b0ecc fix: use python instead of python3 if python3 is not available on windows 2022-06-15 11:31:18 +08:00
debugtalk
39d1d0dc46 fix: filter commented out functions when generating plugin file 2022-06-14 22:51:23 +08:00
debugtalk
829cca27c2 feat: config pypi index url by setting environment PYPI_INDEX_URL 2022-06-14 19:43:27 +08:00
debugtalk
2db8beefcf fix: add cmd dir path to /Users/debugtalk/MyProjects/HttpRunner-dev/httprunner/examples/demo-with-py-plugin/.venv/bin:/Users/debugtalk/Library/Python/3.9/bin:/Users/debugtalk/.poetry/bin:/usr/local/opt/node@12/bin:/Users/debugtalk/.gvm/bin:/Users/debugtalk/go/go1.16.3/bin:/Users/debugtalk/go/bin:/usr/local/sbin:/Users/debugtalk/.pyenv/bin:/Users/debugtalk/.poetry/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/puppetlabs/bin:/Users/debugtalk/Library/Python/3.9/bin:/Users/debugtalk/.poetry/bin:/usr/local/opt/node@12/bin:/Users/debugtalk/.gvm/bin:/Users/debugtalk/go/go1.16.3/bin:/Users/debugtalk/go/bin:/usr/local/sbin:/Users/debugtalk/.pyenv/bin:/Users/debugtalk/.local/bin:/Users/debugtalk/.local/bin:/Users/debugtalk/go/bin:/Users/debugtalk/.local/bin 2022-06-14 14:19:48 +08:00
debugtalk
8731f6800d change: set pypi index url to https://pypi.org/simple 2022-06-14 14:02:28 +08:00
debugtalk
bea663f594 change: update changelog 2022-06-14 13:35:09 +08:00
debugtalk
5a24bc8c27 fix #1352: avoid conversion to exponential notation 2022-06-14 13:22:07 +08:00
debugtalk
c00dab17b3 refactor: EnsurePython3Venv 2022-06-14 11:52:18 +08:00
debugtalk
d91eba501c change: venv priority: specified > /Users/debugtalk/.hrp/venv 2022-06-14 10:35:33 +08:00
debugtalk
2bb7152643 feat: assert python3 package is ready with specified version 2022-06-14 00:51:45 +08:00
debugtalk
a62bc1d399 feat: check if specified python3 venv is invalid 2022-06-13 23:54:47 +08:00
debugtalk
9de49a1d29 refactor: build plugin 2022-06-13 23:40:45 +08:00
debugtalk
182d2fd5d8 feat #1342: support specify custom python3 venv 2022-06-13 21:31:05 +08:00
debugtalk
9a0247af0d bump version to v4.1.3 2022-06-11 23:26:14 +08:00
debugtalk
0a6edf685d change: update for v4.1.2 2022-06-09 23:50:04 +08:00
debugtalk
e2daed3567 Merge pull request #1346 from xucong053/bugfix
fix: ensure all dependencies in debugtalk.go are installed
2022-06-09 22:07:39 +08:00
xucong053
09136e1bc6 fix: ensure all dependencies in debugtalk.go are installed 2022-06-09 11:26:28 +08:00
debugtalk
30b0172ccf fix #1331: use str_eq to assert string and digit equality 2022-06-03 23:29:03 +08:00
debugtalk
c90606578b bump version to v4.1.2 2022-06-03 23:16:51 +08:00
xucong053
b09660fb0c update docs 2022-05-31 21:40:27 +08:00
buyuxiang
8714277c26 del: plugin auto-generated file 2022-05-31 16:17:50 +08:00
bbx-winner
1e73d4e839 Merge branch 'master' into fix-escape-html 2022-05-31 15:16:18 +08:00
buyuxiang
90ef77bced update: hrp version => v4.1.1 2022-05-31 15:11:33 +08:00
xucong053
55e1ddddfd remove project_path info from proj.json in project dir 2022-05-31 15:08:45 +08:00
buyuxiang
145e6555f3 bugfix: deal with empty base_url 2022-05-30 20:56:11 +08:00
buyuxiang
e938b77c52 bugfix: avoid to escape html 2022-05-30 17:25:36 +08:00
debugtalk
bc36662f15 change: relocate plugin templates 2022-05-29 13:28:48 +08:00
debugtalk
57d3b90989 refactor: relocate build plugin 2022-05-29 12:32:39 +08:00
debugtalk
cc96a3225e refactor: rename debugtalk_gen.py to .debugtalk_gen.py 2022-05-29 00:50:20 +08:00
debugtalk
b36e187caf feat: report GA event for hrp wiki 2022-05-28 21:44:37 +08:00
debugtalk
62512b9601 refactor: hrp build 2022-05-28 21:44:12 +08:00
debugtalk
2459d0e84f bump version to v4.1.0 2022-05-28 12:08:36 +08:00
debugtalk
953cafd045 change: rename demo empty project 2022-05-28 12:08:15 +08:00
debugtalk
31bfba51e7 change: replace template with config headers 2022-05-28 09:52:22 +08:00
debugtalk
f6af3ad12a feat: gen plugin file with hrp version 2022-05-28 09:40:49 +08:00
xucong053
2bf916deb3 fix: unittest 2022-05-28 02:06:33 +08:00
xucong053
f984e002dc feat: support v3 format debugtalk.py when executing hrp run/boom 2022-05-27 17:23:37 +08:00
xucong053
c2bcbfd07f fix: default output debugtalk_gen.py by building debugtalk.py 2022-05-27 17:20:35 +08:00
xucong053
c08861c9ca feat: add --output command in hrp build 2022-05-27 17:20:03 +08:00
xucong053
8fd093bdcc feat: add build command for plugin 2022-05-27 17:19:18 +08:00
xucong053
dc091f5505 update templates/testcases 2022-05-27 11:36:32 +08:00
xucong053
434decaa78 fix: modify logic of generating empty project 2022-05-26 22:11:30 +08:00
xucong053
ef73243e04 fix: unittest 2022-05-26 21:59:30 +08:00
xucong053
692704c4a4 feat: create empty project by using hrp startproject #1280 2022-05-26 21:59:30 +08:00
buyuxiang
d93a374fbf fix: set ulimit error 2022-05-26 18:33:37 +08:00
buyuxiang
dd1cd5938f update: httprunner make v4 2022-05-26 16:04:46 +08:00
buyuxiang
5f2c443e95 change: hrp convert README.md 2022-05-25 15:44:21 +08:00
buyuxiang
4517260877 Merge branch 'master' of github.com:httprunner/httprunner 2022-05-25 15:43:19 +08:00