hongqiaowei
|
5a0fda7c48
|
Merge branch 'feature/v3.0.0' of https://codeup.aliyun.com/6177bdf9474364dd1dfbe4ba/fizzgate/fizz-gateway-node into develop
# Conflicts:
# README.en-us.md
# README.md
# fizz-bootstrap/pom.xml
# fizz-common/pom.xml
# fizz-core/pom.xml
# fizz-plugin/pom.xml
# fizz-spring-boot-starter/pom.xml
# pom.xml
|
2023-07-11 15:16:37 +08:00 |
|
dxfeng10
|
23cfefe5e5
|
Merge branch 'develop' into feature/v2.7.3
|
2023-07-01 23:51:57 +08:00 |
|
Francis Dong
|
37149cd82c
|
support rejecting all requests by ratelimit
|
2023-06-29 17:46:58 +08:00 |
|
Francis Dong
|
6eee0c2e80
|
support rejecting all requests by ratelimit
|
2023-06-29 17:19:20 +08:00 |
|
Francis Dong
|
926cacb60b
|
support rejecting all requests by ratelimit
|
2023-06-29 16:54:44 +08:00 |
|
Francis Dong
|
b92dd42c8e
|
support rejecting all requests by ratelimit
|
2023-06-29 11:34:48 +08:00 |
|
Francis Dong
|
9ddd584831
|
support rejecting all requests by ratelimit
|
2023-06-29 11:28:47 +08:00 |
|
Francis Dong
|
d7b5fb784a
|
Fix repeated read issue of request body of CallbackFilter #478
|
2023-06-29 11:27:25 +08:00 |
|
Francis Dong
|
9ba5afa69a
|
Merge branch 'develop' into feature/v3.0.0
|
2023-06-28 17:05:57 +08:00 |
|
Francis Dong
|
a90c735818
|
support rejecting all requests by ratelimit
|
2023-06-28 16:59:08 +08:00 |
|
Francis Dong
|
d17a13b184
|
support rejecting all requests by ratelimit
|
2023-06-28 16:57:50 +08:00 |
|
Francis Dong
|
4039e31fd4
|
Add emptyList/emptyMap functions #477
|
2023-06-25 10:09:52 +08:00 |
|
hongqiaowei
|
13647f8330
|
Fix circuit breaker bug
|
2023-06-13 17:09:31 +08:00 |
|
nil.zhong
|
af480bec7e
|
Merge branch 'develop' of https://github.com/fizzgate/fizz-gateway-node into feature/v3.0.0
Conflicts:
fizz-core/src/main/java/com/fizzgate/filter/AggregateFilter.java
fizz-core/src/main/java/com/fizzgate/fizz/ConfigLoader.java
fizz-core/src/main/java/com/fizzgate/fizz/Pipeline.java
fizz-core/src/main/java/com/fizzgate/fizz/function/CommonFunc.java
fizz-core/src/main/java/com/fizzgate/fizz/function/FuncExecutor.java
fizz-core/src/main/java/com/fizzgate/fizz/function/ListFunc.java
fizz-core/src/main/java/com/fizzgate/proxy/CallbackService.java
fizz-core/src/test/java/com/fizzgate/fizz/function/CommonFuncTests.java
fizz-core/src/test/java/com/fizzgate/fizz/function/ListFuncTests.java
|
2023-06-06 18:00:40 +08:00 |
|
hongqiaowei
|
0bbc128ebd
|
Fix CallbackServiceTests.requestBackendsTest
|
2023-06-06 14:54:43 +08:00 |
|
Francis Dong
|
0652b70019
|
Fix repeated read issue of request body of CallbackFilter #478
|
2023-06-01 15:39:02 +08:00 |
|
Francis Dong
|
aa84548441
|
Add emptyList/emptyMap functions #477
|
2023-06-01 15:37:21 +08:00 |
|
nil.zhong
|
e674b35dfb
|
Remove aggregate code, use new aggregate version by fizz-aggregate-spring-boot-starter.
|
2023-05-30 16:59:01 +08:00 |
|
hongqiaowei
|
8824172ca6
|
Support path parameter such as /user/{userId} #432
|
2023-05-15 18:18:15 +08:00 |
|
hongqiaowei
|
21527576b1
|
Support path parameter such as /user/{userId} #432
|
2023-05-15 18:04:24 +08:00 |
|
hongqiaowei
|
491f6d399a
|
Fix flow control problem
|
2023-03-25 09:51:30 +08:00 |
|
Francis Dong
|
49134c52d6
|
Support HMAC algorithm functions #470
|
2023-03-16 14:31:47 +08:00 |
|
Francis Dong
|
6052760f4c
|
Support HMAC algorithm functions #470
|
2023-03-16 11:59:25 +08:00 |
|
hongqiaowei
|
e8cf276fce
|
Support request path end with or without /
|
2023-02-20 18:18:15 +08:00 |
|
hongqiaowei
|
32ae0a2111
|
Set gateway default prefix to /
|
2023-02-17 11:35:20 +08:00 |
|
hongqiaowei
|
82e929f03b
|
Fix gateway prefix problem
|
2023-02-16 14:53:08 +08:00 |
|
hongqiaowei
|
8f190b3877
|
Fix gateway prefix problem
|
2023-02-16 10:30:32 +08:00 |
|
hongqiaowei
|
7c325c0887
|
Add default timeout for route
|
2023-02-14 18:15:33 +08:00 |
|
Francis Dong
|
6e359c5e6b
|
Set X-Forwarded-For header
|
2023-02-14 10:55:52 +08:00 |
|
Francis Dong
|
e9e05f08a9
|
Set X-Forwarded-For header
|
2023-02-13 11:27:23 +08:00 |
|
hongqiaowei
|
581657cc74
|
Support X-Forwarded-For header
|
2023-02-11 12:06:09 +08:00 |
|
hongqiaowei
|
f409c0db44
|
Handler client request with / path
|
2023-02-10 18:09:13 +08:00 |
|
hongqiaowei
|
84f087e1c1
|
Fix problem when update fizz config dynamically
|
2023-02-10 18:07:19 +08:00 |
|
hongqiaowei
|
ed7863f57b
|
Fizz config support ConditionalOnXXX annotations
|
2023-02-04 11:52:15 +08:00 |
|
dxfeng10
|
470e31ccc8
|
rename package (#465)
|
2023-02-03 16:01:38 +08:00 |
|
hongqiaowei
|
f513623030
|
Support client request with / path
|
2023-02-02 17:57:28 +08:00 |
|
lancer.hong
|
011e25a280
|
FizzWebClient support x-forwarded-for header
|
2022-11-25 22:10:31 +08:00 |
|
Francis Dong
|
2d45c5d61e
|
Rename
|
2022-11-22 11:07:38 +08:00 |
|
dxfeng10
|
19403fa6c2
|
Support logic functions (#461)
* skip tests
* Support logic functions #460
* Support logic functions #460
|
2022-11-22 10:16:56 +08:00 |
|
hongqiaowei
|
4769992918
|
Fix ip validation problem in app
|
2022-10-31 16:18:05 +08:00 |
|
Francis Dong
|
255ea57877
|
Fix blank gateway context problem #458
|
2022-10-31 14:58:02 +08:00 |
|
hongqiaowei
|
2838bc418b
|
Add node rps and concurrents to FizzGatewayNodeStatSchedConfig.java
|
2022-08-06 11:01:37 +08:00 |
|
hongqiaowei
|
e171905c6d
|
Add node rps and concurrents to FizzGatewayNodeStatSchedConfig.java
|
2022-08-05 16:45:24 +08:00 |
|
hongqiaowei
|
b8d0864400
|
Add schedule to refresh registry center config
|
2022-08-04 16:45:04 +08:00 |
|
hongqiaowei
|
168cc5b488
|
GrayReleasePlugin can append header
|
2022-08-01 15:49:50 +08:00 |
|
hongqiaowei
|
25a7b52fbf
|
Fix route forbidden not take effect
|
2022-07-28 18:44:33 +08:00 |
|
hongqiaowei
|
ebaee5b62b
|
GR0
|
2022-07-26 15:25:15 +08:00 |
|
hongqiaowei
|
6726250980
|
MD5 sign timestamp validation and remove log4j2 kafka
|
2022-07-14 18:51:08 +08:00 |
|
hongqiaowei
|
e5ebc2f624
|
SFO
|
2022-07-12 09:29:26 +08:00 |
|
hongqiaowei
|
4dd9be1590
|
Http status 4xxx not included in error flow
|
2022-07-11 10:31:12 +08:00 |
|