Commit Graph

771 Commits

Author SHA1 Message Date
hongqiaowei
e39f0a82bf Merge pull request #309 from wehotel/feature/log_appender
add logback support for send log 2 manager
2021-09-22 14:48:55 +08:00
hongqiaowei
17ff7725a6 Deprecate some method of WebUtils.java 2021-09-18 10:44:36 +08:00
hongqiaowei
6be2d088df Add setFormData to FizzServerWebExchangeDecorator 2021-09-17 21:32:46 +08:00
hongqiaowei
10601a8463 Release 2.3.2-beta1 2021-09-16 17:50:23 +08:00
hongqiaowei
d18c91b5f2 Release 2.3.1 2021-09-15 20:35:59 +08:00
hongqiaowei
7ace84ba36 Support dynamic route 2021-09-15 19:37:34 +08:00
黄华
b2fbb08029 revert proxy web client 2021-09-14 09:53:03 +08:00
黄华
c4ed0f4370 Merge branch 'develop' into feature/log_appender 2021-09-14 09:41:51 +08:00
黄华
ddbc25c47a 1.custom define WebClient.Builder; 2. support gateway group check by application name 2021-09-13 11:29:44 +08:00
lancer.hong
76ecd1d36e Add next(ServerWebExchange exchange, List<PluginConfig> pcs) method 2021-09-12 16:10:22 +08:00
黄华
bd40099a5f add logback support for send log 2 manager 2021-09-11 00:05:14 +08:00
hongqiaowei
9c30b9f9e2 Add WebClientBuilderConfig 2021-09-10 20:56:22 +08:00
hongqiaowei
0aa981b3ed Upgrade netty to 4.1.68.Final 2021-09-10 19:46:34 +08:00
hongqiaowei
3e9730e285 Remove getRawBody method 2021-09-09 12:22:07 +08:00
hongqiaowei
97ffa19830 Aggregate filter should not execute if plugin already response 2021-09-07 12:04:44 +08:00
dxfeng10
114031433f Merge pull request #305 from wehotel/develop
Correct regex expression
2021-09-06 23:55:55 +08:00
Francis Dong
63ab5973b6 Correct regex expression 2021-09-06 23:54:31 +08:00
dxfeng10
0d730e21f9 Merge pull request #304 from wehotel/develop
Develop
2021-09-06 23:44:02 +08:00
Francis Dong
d2e689f58c Add common functions #302 2021-09-06 23:33:42 +08:00
Francis Dong
f086029b51 Remove redundant result in the step context while there is no for-loop component #299 2021-09-04 23:34:49 +08:00
Francis Dong
4effb404b5 Fix the issue that flow control component will end the process #297 2021-09-04 18:32:33 +08:00
hongqiaowei
76275ecdbf Compatible with processing result of legacy plugin 2021-09-04 17:31:31 +08:00
Francis Dong
e942e8c849 merge develop 2021-09-02 00:24:09 +08:00
Francis Dong
7e9eeef834 Add getTime function #294 2021-09-01 13:44:53 +08:00
dxfeng10
824fce8c3b update AES key of unit test
update AES key of unit test
2021-08-31 15:31:15 +08:00
dxfeng10
46743b8cb8 Merge branch 'master' into develop 2021-08-31 15:30:00 +08:00
Francis Dong
31e8b3f80e update AES key of unit test 2021-08-31 15:28:03 +08:00
Francis Dong
632e21b3ce handle null argument of function and add dafault timezone 2021-08-31 13:36:30 +08:00
Francis Dong
82e66ee879 Add default timezone to date function 2021-08-31 13:36:30 +08:00
Francis Dong
1ecdd632a6 update version to v2.3.0 2021-08-31 13:36:30 +08:00
Francis Dong
3bfe801d7a Add concat function unit test 2021-08-31 13:36:30 +08:00
lancer.hong
1f3b57c9e3 Optimize ThreadContext.java 2021-08-31 13:36:30 +08:00
Francis Dong
f0c52a54f6 Correct the data type of reference value if it is variable arguments #289 2021-08-31 13:36:30 +08:00
Francis Dong
508403fafa Correct the data type of reference value if it is variable arguments #289 2021-08-31 13:36:30 +08:00
zhongjie
b84140be53 add org.jruby.joni:joni dependency for validating JSON schema format regular expression 2021-08-31 13:36:30 +08:00
Francis Dong
298d085631 Add UUID function #287 2021-08-31 13:36:30 +08:00
Francis Dong
b46f9a1f7b Add toUpperCase and toLowerCase functions #285 2021-08-31 13:36:30 +08:00
lancer.hong
9192299f87 Upgrade commons-pool2 to 2.11.1 2021-08-31 13:36:30 +08:00
Francis Dong
3b768fc318 Add configuration to control whether to write null value in JSON serialization in aggregation #283 2021-08-31 13:36:30 +08:00
Francis Dong
af776270ca Return error info when fail to cast in aggregation #282 2021-08-31 13:36:30 +08:00
Francis Dong
562badc796 Support function in aggregation #281 2021-08-31 13:36:30 +08:00
hongqiaowei
dd70f9b118 Release 2.2.4-beta4 2021-08-31 13:36:30 +08:00
hongqiaowei
c1e3c98e28 Optimize route auth msg 2021-08-31 13:36:30 +08:00
hongqiaowei
4f885cb2c9 typo 2021-08-31 13:36:30 +08:00
hongqiaowei
a6f2a51c2b Release 2.2.4-beta3 2021-08-31 13:36:30 +08:00
hongqiaowei
da8b309605 Add disable-SSL-verification option to WebClient #279 2021-08-31 13:36:30 +08:00
hongqiaowei
8be60b02c2 Upgrade netty to 4.1.67 2021-08-31 13:36:30 +08:00
hongqiaowei
61217dc1ad Release 2.2.4-beta2 2021-08-31 13:36:30 +08:00
Francis Dong
4374e59d4b update version to v2.2.4-SNAPSHOT 2021-08-31 13:36:30 +08:00
hongqiaowei
381b70f640 Add ReactiveRedisHelper #278 2021-08-31 13:36:30 +08:00