Haotian Zhang
|
58a82731fe
|
fix:fix consul connect bug. (#217)
|
2 years ago |
Haotian Zhang
|
11a5aea66f
|
feat:update to 1.6.0-Hoxton.SR9-SNAPSHOT. (#216)
|
2 years ago |
lepdou
|
71a047290c
|
set example polaris address to demo environment
|
2 years ago |
Haotian Zhang
|
6a90de6d1e
|
test:add junit test to polaris-discovery. (#205)
|
2 years ago |
SkyeBeFreeman
|
5ed3b56af2
|
test:add junit test to polaris-circuitbreaker.
|
2 years ago |
lepdou
|
dc77ec0bec
|
support near by router (#196)
|
3 years ago |
lepdou
|
9378bb2878
|
load application.yml and application-${profile}.yml from polaris server (#199)
|
3 years ago |
SkyeBeFreeman
|
a076c8f92b
|
feat:add rate limit of unirate.
|
3 years ago |
lepdou
|
d6e2923905
|
1. fix router rest template strong dependency on RouterLabelResolver
2. optimize RouterLabelResolver to list
3. add metadata-transfer dependency for router
|
3 years ago |
misselvexu
|
a39d47c1b2
|
Add metedata transfer example .
|
3 years ago |
lepdou
|
d72cd884ad
|
feature: support router expression label
|
3 years ago |
lepdou
|
04ca410097
|
Merge branch 'main' into h/expression_rule_label
|
3 years ago |
lepdou
|
33f84d18eb
|
Merge branch 'main' into h/expression_rule_label
|
3 years ago |
lepdou
|
83338d7b1d
|
support parse ratelimit rule expression labels
|
3 years ago |
Haotian Zhang
|
52a47327d0
|
Merge branch 'main' into h/router_label
|
3 years ago |
Haotian Zhang
|
c66b68e171
|
feat:update to 1.5.0-Hoxton.SR9-SNAPSHOT. (#188)
|
3 years ago |
lepdou
|
4fc6aca5b1
|
support router by request label
|
3 years ago |
SkyeBeFreeman
|
734be5032f
|
fix:fix wrong isAliveFlag config when creating new PolarisServer.
|
3 years ago |
SkyeBeFreeman
|
900acc4421
|
fix:fix route not refreshing bug when first instance of one service up.
|
3 years ago |
SkyeBeFreeman
|
266ee13bd2
|
fix:fix wrong context data storage.
|
3 years ago |
Haotian Zhang
|
3303d995d2
|
Update CHANGELOG.md
|
3 years ago |
SkyeBeFreeman
|
c27ef60a1b
|
fix:Turn off automatic injection of Polars rule.
|
3 years ago |
SkyeBeFreeman
|
353bf60724
|
docs:update CHANGELOG.md.
|
3 years ago |
SkyeBeFreeman
|
43f9ebc4c3
|
release:release 1.4.0-Hoxton.SR9.
|
3 years ago |
Haotian Zhang
|
d559d11673
|
Merge branch 'main' into h/config_address
|
3 years ago |
SkyeBeFreeman
|
c73d224ab3
|
docs:update CHANGELOG.md.
|
3 years ago |
lepdou
|
6c8cb574d8
|
remove spring-javaformat-maven-plugin
|
3 years ago |
lepdou
|
cc21193a7e
|
optimize config server address
|
3 years ago |
lepdou
|
e655ef74c2
|
Support custom rate limit reject response info
|
3 years ago |
SkyeBeFreeman
|
d152da56fb
|
feat:archive change log file.
|
3 years ago |
Haotian Zhang
|
9475f75435
|
Update CHANGELOG.md
|
3 years ago |
SkyeBeFreeman
|
861deb4c22
|
feat:modify default value of consul discovery and register.
|
3 years ago |
SkyeBeFreeman
|
4038c23fe5
|
feat:optimize code style.
|
3 years ago |
Haotian Zhang
|
9a626dccc6
|
Merge pull request #116 from lepdou/h/fix_circuitbreak_400_bug
fix circuitbreaker http code greater than 400 as fail response bug
|
3 years ago |
lepdou
|
bf277f35c9
|
refactor transfer metadata
|
3 years ago |
Haotian Zhang
|
f3fa5c04c7
|
Merge branch 'main' into h/fix_circuitbreak_400_bug
|
3 years ago |
Haotian Zhang
|
aa582b9317
|
Merge pull request #110 from lepdou/h/fix_discovry
optimize router dependency
|
3 years ago |
lepdou
|
954c5d2e6e
|
Merge branch 'main' into main
|
3 years ago |
SkyeBeFreeman
|
4268c05350
|
feat:add switch of polaris, discovery and register.
|
3 years ago |
lepdou
|
6209796f94
|
fix circuitbreaker http code greater than 400 as fail response bug
|
3 years ago |
lepdou
|
b64d82fa6a
|
optimize router dependency
|
3 years ago |
Haotian Zhang
|
1ebfb6cb45
|
Merge branch 'main' into h/ratelimit
|
3 years ago |
Haotian Zhang
|
27baadf303
|
Merge branch 'main' into h/fix_weight_param
|
3 years ago |
lepdou
|
a4a45c169a
|
fix causing cpu 100% when set ScheduledThreadPoolExecutor corePoolSize=0
|
3 years ago |
lepdou
|
c7f6575567
|
add custom label resolver spi for rate limit
|
3 years ago |
lepdou
|
edfc1ddcf7
|
fix discovery weight param not set to register request bug
|
3 years ago |
lepdou
|
407911918a
|
1. fix router bug
2. add router example
|
3 years ago |
Haotian Zhang
|
f97b886d3e
|
Update CHANGELOG.md
|
3 years ago |
lepdou
|
7b71ed5bc4
|
tencent-commons add spring-cloud-starter dependency
|
3 years ago |
lepdou
|
64259ea34c
|
1. rollback init polaris-context to application phase
2. set example polaris server address to 127.0.0.1
|
3 years ago |
lepdou
|
e747a2a711
|
1. upgrade polaris-java version to 1.3.0
2. fix ratelimit desc when deny request
3. fix circuit break example bug
|
3 years ago |
lepdou
|
a418ae8693
|
support polaris config center
|
3 years ago |
SkyeBeFreeman
|
fc16d17206
|
feat:optimize dependencies and notes.
|
3 years ago |
SkyeBeFreeman
|
34bbac247f
|
docs:add CHANGELOG.md.
|
3 years ago |