-
Notifications
You must be signed in to change notification settings - Fork 247
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adapt flow parameter value's multiplexing (#714)
* Add 'tojson' to flow's response data to adapt flow parameter value's multiplexing * 更改目标字符串的匹配方式,改用re.sub实现 * 增加对配置config.value.tojsonKey的遍历,优化正则匹配规则 * 简化匹配规则 * 功能代码调整;增加单测用例;修改版本号;调整日志输出 * 修改注释,去除单测用例中的真实数据 * 修改注释 * 修改注释 * 解决版本冲突 * 修改单测用例
- Loading branch information
Showing
4 changed files
with
73 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
IVERSION = (2, 10, 3) | ||
IVERSION = (2, 11, 0) | ||
VERSION = ".".join(str(i) for i in IVERSION) | ||
LYREBIRD = "Lyrebird " + VERSION |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters