wangjx
0cc3181182
添加启动参数
3 anos atrás
wangjx
0d04ff1720
修改启动参数
3 anos atrás
wangjx
20ef5073ec
修改端口为8098
3 anos atrás
wangjx
ffdac82314
增加端口映射
3 anos atrás
wangjx
dca850da81
添加启动参数
3 anos atrás
wangjx
089db070c0
添加访问映射窗口
3 anos atrás
wangjx
b658c16d97
添加启动参数
3 anos atrás
wangjx
1c88b7f861
移动到Sentinel根目录
3 anos atrás
wangjx
5ca94602f0
移动到Sentinel根目录
3 anos atrás
wangjx
0b73400b5a
删除parent
3 anos atrás
wangjx
dfd19a2ca4
删除parent
3 anos atrás
wangjx
e77b21a95a
删除parent
3 anos atrás
wangjx
7e61a0cb30
test
Merge branch 'master' of http://183.238.195.77:10081/wangjx/sentinel
3 anos atrás
wangjx
98fc843d17
添加Jenkins配置文件
3 anos atrás
wangjx
ac90e9e594
Initial commit
3 anos atrás
FAnett1997
26158ad328
doc: Update README.md and add QualityGate code maintainability badge ( #2144 )
3 anos atrás
yunan.zhang
aef00c48ed
demo: Improve remoteAddress and groupId of sentinel-demo-nacos-datasource ( #2134 )
* Update NacosConfigSender.java
* Update NacosDataSourceDemo.java
* fix(Nacos Demo): remoteAddress error
3 anos atrás
Guilherme Amaral
00a560bd00
test: Improve exception checking in SentinelAnnotationQuarkusAdapterTest ( #2116 )
3 anos atrás
drgnchan
2f90a87cab
feat: Fix typo in FlowRuleManager and improve code with Map.computeIfAbsent in MetricTimerListener ( #2110 )
3 anos atrás
drgnchan
5ac112efaa
dashboard: Remove unused code in dashboard MetricFetcher ( #2104 )
3 anos atrás
Eric Zhao
744be07a57
dashboard: Improve param validation in MachineRegistryController
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
3 anos atrás
cdfive
a79ef35847
example: Add separate demo for slot/slot chain SPI ( #2085 )
3 anos atrás
liqiangz
3e438b3dba
Support Redis cluster mode in Redis data-source extension ( #1751 )
3 anos atrás
brothelul
217cccd704
Add GitHub Actions CI workflow ( #1992 )
3 anos atrás
wxq
069f6182ab
dashboard: Improve support for customizing auth-related implementations ( #2059 )
* refactor(dashboard): use AuthConfiguration to manage the bean of auth
* refactor(dashboard): change AuthorizationInterceptor to an interface
* refactor(dashboard): change LoginAuthenticationFilter to an interface
* refactor(dashboard): use AuthProperties to manage auth config
* test(dashboard): use NoAuthConfigurationTest to create no auth configuration for testing
3 anos atrás
Yan Haonan
4aaf8e9093
Remove unused HotParameterLeapArray in param flow control module ( #2070 )
3 anos atrás
Yanming Zhou
df871b0350
Simplify enums: reuse enum name and remove unnecessary code ( #2032 )
3 anos atrás
张春阳
3755d53498
doc: Fix incorrect comment of rollingCounterInSecond in StatisticNode ( #2064 )
3 anos atrás
wxq
16990a8595
doc: Add Sentinel website in README.md ( #2054 )
3 anos atrás
wxq
d67d842da4
dashboard: Use delimiter '@' only in maven-resources-plugin config of dashboard pom ( #2046 )
`${user.home}` should be resolve in dashboard runtime, not in maven package goal
3 anos atrás
brothelul
09fa9c896e
dependency: Upgrade Netty to 4.1.48.Final in sentinel-cluster pom ( #2015 )
3 anos atrás
shenbaoyong
8025ef5934
Add sentinel-transport-spring-mvc module ( #1957 )
3 anos atrás
Slideee
77caaffd31
dependency: Bump spring-core version to 5.1.18.RELEASE in sentinel-zuul2-adapter pom ( #2028 )
3 anos atrás
ss-superman
dfce6ebba4
Remove redundant code in SentinelResourceAspect ( #2016 )
3 anos atrás
Eric Zhao
fca70646ad
Bump version to 1.8.2-SNAPSHOT
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
3 anos atrás
Eric Zhao
ae214b5244
Bump version to 1.8.1
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
3 anos atrás
Eric Zhao
33570dad40
Polish SpiLoader and SentinelConfig
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
3 anos atrás
Eric Zhao
fefd8c4826
Use JDK 1.8 native LongAdder instead and remove legacy LongAdder
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
3 anos atrás
Eric Zhao
be2715d814
Update source/target JDK version to 1.8 and update documents
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
3 anos atrás
叶枫
a1eed7032f
Remove unused code ( #1991 )
Remove unused code in DefaultBlockExceptionHandler#handle
3 anos atrás
Peine
fe59485fa9
Improve RocketMQ integration example ( #1757 )
- The demo was unable to run and stop because of missing namesrv configuration, and now fixed.
3 anos atrás
小明同学
bf83f058c8
dependency: Upgrade snakeyaml to 1.26 in sentinel-cluster-server-envoy-rls module ( #2003 )
Signed-off-by: LIU Ming <hit_oak_tree@126.com>
3 anos atrás
小明同学
bc4c21e48d
dependency: Upgrade fastjson to 1.2.75 ( #2006 )
Signed-off-by: LIU Ming <hit_oak_tree@126.com>
3 anos atrás
samuelxw
1f4614c0d4
Improve MetricFetcher under concurrent conditions ( #1918 )
3 anos atrás
brothelul
b7546c8111
dashboard: authFilterExcludeUrls supports matching path pattern like /xx/** ( #1971 )
3 anos atrás
cdfive
62efb78d4e
Refactor SpiLoader and enhance SPI mechanism ( #1383 )
* Add `@Spi` annotation as the general annotation for SPI definition.
* Add isDefault in @Spi , add loadDefaultInstance and improve loadFirstInstanceOrDefault method, improve test cases
* Add SpiLoaderException class for thrown when something goes wrong while loading Provider
* Rearrange packages of base SPI mechanism
NOTE: this PR contains breaking changes regarding API.
3 anos atrás
brothelul
a343873c81
Support setting flush interval of the metric log via SentinelConfig property ( #1919 )
3 anos atrás
zhangkai253
63aeb49c45
dashboard: Fix issue of memory leak in real-time monitoring page ( #1905 )
* Fix issue of memory leak in metric.js
3 anos atrás
Yu Chenglong
38d97b59bd
doc: Fix typo in README.md ( #1926 )
3 anos atrás
brothelul
b2502326cd
doc: Fix incorrect comment in FlowRuleComparator ( #1915 )
3 anos atrás