dependabot[bot]
0cd06291f3
build(deps): Bump log4j-core to 2.17.1 in sentinel-demo-apollo-datasource ( #2525 )
...
Bumps log4j-core from 2.17.0 to 2.17.1.
---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-core
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-10 10:39:24 +08:00
Roger3581321
ca13ea6a2a
Use CopyOnWriteArraySet for ConnectionGroup#connectionSet to avoid iterator fast-fail ( #2559 )
2022-02-07 10:38:23 +08:00
程露
33d14fc12e
doc: Add README.md for sentinel-metric-exporter module ( #2550 )
...
* add the reademe file to module `sentinel-metric-exporter`
* format the md file
* [ISSUE #2545 ] update the screenshot.
2022-01-25 17:22:30 +08:00
icodening
55ce1a2c11
Add support for customizing ConfigurableRequestItemParser for SC gateway and Zuul adapter ( #2542 )
...
* Add ConfigurableRequestItemParser and support customize RequestItemParser
* fluent-style API
2022-01-20 10:37:23 +08:00
Reagan lee
2920efc33b
dashboard: Fix incorrect alert message for intervalMs validation in circuit breaker rule dialog ( #2483 )
...
* fix the degrade_service.js alert message on line 77, changed "统计窗口市场不能超过 120 分钟" to "统计窗口时长最大 120s"
2022-01-19 09:46:58 +08:00
zhaoxinhu
794530f533
Add log level configuration support for common logs ( #2514 )
...
* Add `csp.sentinel.log.level` property to support logging level for record logs (not for block log and metric log)
2022-01-14 17:22:01 +08:00
程露
2df682dad2
build(deps): Upgrade nacos-client to 1.4.2 for sentinel-datasource-nacos ( #2477 )
...
* [ISSUE #2425 ] upgrade the Nacos client version to 1.4.2.
* [ISSUE #2425 ] remove the unused code and import.
2022-01-10 20:34:14 +08:00
howiekang
6f555d7c96
Fix param args missing bug in fireExit of StatisticSlot ( #2523 )
2022-01-05 11:51:21 +08:00
Eric Zhao
356111f745
Polish docs and samples of Envoy RLS token server module for RLS v3 API
...
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
2022-01-04 10:54:38 +08:00
howiekang
02cfe40f8a
Fix DynamicSentinelProperty synchronized listener set iterator race-condition problem ( #2519 )
2022-01-01 11:06:16 +08:00
Eric Zhao
8724a7c0a1
Bump version to 1.8.4-SNAPSHOT
...
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
2022-01-01 11:00:04 +08:00
Eric Zhao
6135ff290a
Bump version to 1.8.3
...
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
2021-12-31 14:46:52 +08:00
Eric Zhao
51b21921f5
Bump version to 1.8.3-SNAPSHOT
...
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
2021-12-22 14:48:43 +08:00
dependabot[bot]
37542a8378
build(deps): Bump log4j-core to 2.16.0 in sentinel-demo-apollo-datasource ( #2493 )
...
Bumps log4j-core from 2.15.0 to 2.16.0.
---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-core
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-17 16:45:51 +08:00
dependabot[bot]
0a287fe84f
build(deps): Bump Dubbo dependency to 2.7.13 in sentinel-apache-dubbo-adapter ( #2489 )
...
Bumps [dubbo](https://github.com/apache/dubbo ) from 2.7.5 to 2.7.13 (provided).
- [Release notes](https://github.com/apache/dubbo/releases )
- [Changelog](https://github.com/apache/dubbo/blob/3.0/CHANGES.md )
- [Commits](https://github.com/apache/dubbo/compare/dubbo-2.7.5...dubbo-2.7.13 )
---
updated-dependencies:
- dependency-name: org.apache.dubbo:dubbo
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-13 09:50:31 +08:00
dependabot[bot]
6649d5b019
build(deps): Bump log4j-core to 2.15.0 in sentinel-demo-apollo-datasource ( #2486 )
...
Bumps log4j-core from 2.9.1 to 2.15.0.
---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-core
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-11 15:56:11 +08:00
Luca
31c0ac5525
doc: Fix javadoc typo in isSupportEnhancedContentType method of dashboard SentinelApiClient ( #2480 )
2021-12-06 09:44:52 +08:00
suyh
051d583fd8
Fix the bug that legacy API matchers in ScGatewayApiMatcherManager were not removed ( #2436 )
...
* Fix the bug that legacy API matchers in SC gateway adapter GatewayApiMatcherManager were not removed after the API group has been removed
2021-11-29 20:27:59 +08:00
wucheng1997
3e9f42efce
Fix QPS mode of system rule: use passQps instead of successQps and support batchCount ( #2455 )
2021-11-23 10:16:47 +08:00
Eric Zhao
d4ea89e978
dashboard: Add IP validation in MachineRegistryController
...
* Fixes #2451
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
2021-11-19 16:41:56 +08:00
brotherlu-xcq
0a34fc4d11
dashboard: Fix the logo problem when customizing the context-path of the backend ( #2253 )
2021-09-15 10:13:36 +08:00
brotherlu-xcq
25651de09a
Add metric exporter extension for exporting Sentinel metrics via JMX ( #2275 )
...
* Expose the MetricItem AS MBean
2021-09-15 10:03:09 +08:00
xianwdong
6684739346
doc: Fix Dubbo blog post 404 URL in awesome-sentinel.md ( #2369 )
2021-09-13 10:12:04 +08:00
winjaychan
27514f0262
Add support for Envoy v3 API in sentinel-cluster-server-envoy-rls token server module ( #2336 )
...
* feat(envoy-rls): Update sentinel-cluster-server-envoy-rls to support envoy v2 and v3 api.
* Add envoy v3 api implementation; Make it to be compatible with envoy v2 API.
* Add k8s envoy v3 api demo.
* docs(envoy-rls): update the README.md
2021-08-20 19:28:53 +08:00
brotherlu-xcq
20a0e4d7f0
feat: Fix typos in MetricFetcher of sentinel-dashboard ( #2324 )
2021-08-14 12:19:40 +08:00
Zhiguo.Chen
436a88562e
Add ACL token support for Consul data-source ( #2307 )
...
Co-authored-by: Zhiguo.Chen <chenzhiguo@jd.com>
2021-07-27 18:37:08 +08:00
xiaojun207
38e0306f95
Remove unused code regarding sun.misc.Unsafe in util classes ( #2285 )
2021-07-09 23:30:54 +08:00
Eric Zhao
4498de480f
Bump version to 1.8.2
...
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
2021-07-05 19:59:44 +08:00
Eric Zhao
270eab47fe
dashboard: Update text of rule pages
...
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
2021-07-05 19:45:13 +08:00
Jason Joo
0b5f6196e5
Improve performance of TimeUtil adaptively in different load conditions ( #1746 )
...
To achieve this by making TimeUtil have multiple running states:
- IDLE: Direct invocation state for idle conditions.
- RUNNING: Legacy mode for busy conditions.
- REQUEST: Temporary state from IDLE to RUNNING.
Through this design, TimeUtil won't cost much in idle systems anymore.
Signed-off-by: Jason Joo <hblzxsj@163.com>
2021-06-29 17:08:14 +08:00
AmitB
dfb056fcbd
doc: Add introduction blog post (EN, on Baeldung) to awesome-sentinel.md ( #2254 )
...
* Add introduction to Alibaba sentinel blog on Baeldung to blog posts list
2021-06-24 09:50:07 +08:00
brotherlu-xcq
3997f0e0d5
ci: Add GitHub CI trigger on pull_request to master branch ( #2248 )
2021-06-23 13:45:27 +08:00
wuwen
627b319bb4
dependency: Remove duplicate aspectjrt dependency in annotation-aspectj module ( #2234 )
...
* aspectjweaver already contains aspectjrt
2021-06-18 17:52:54 +08:00
wuwen
f972b103db
Support private blockHandler/fallback method for @SentinelResource annotation ( #2163 )
2021-06-07 14:18:39 +08:00
dependabot[bot]
3dc0fce8ef
build(deps): Upgrade Apache HttpClient from 4.5.3 to 4.5.13 in sentinel-dashboard ( #2226 )
...
Bumps httpclient from 4.5.3 to 4.5.13.
---
updated-dependencies:
- dependency-name: org.apache.httpcomponents:httpclient
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-07 14:15:16 +08:00
wutingjia
9a612508ff
Make all backend thread pools daemon ( #2181 )
...
* feat:make command center thread daemon
* feat:make all NamedThreadFactory thread daemon
2021-06-04 13:33:46 +08:00
Eric Zhao
f342022ee2
doc: Update README.md
...
- add CI status badge
- remove broken links
2021-06-02 19:15:26 +08:00
Shubham Palriwala
4aaf59056f
ci: Remove travis.yml and relevant status badge in README.md ( #2222 )
2021-06-02 19:11:00 +08:00
Roger3581321
1a5ae2afac
doc: Fix typo in doc/awesome-sentinel.md ( #2214 )
2021-05-25 19:01:42 +08:00
SparkLee
f395daf037
doc: Fix typo in comments of SphO ( #2206 )
2021-05-17 09:51:26 +08:00
jiajiangnan
2c12b07534
dashboard: Fix the incorrect function name in ParamFlowRuleEntity ( #2173 )
2021-04-29 09:47:40 +08:00
张志勇
0d22aca591
Support config from system env in SentinelConfig and polish TransportConfig ( #2154 )
...
- An improved method for obtaining IP address and port number from containers
2021-04-27 19:42:22 +08:00
Jerry Chin
36b162cc70
Apply volatile modifier for fields in FlowRuleManager while keep concurrency semantics intact ( #2107 )
...
- Revert #1783
2021-04-27 19:38:02 +08:00
brothelul
e936d9d379
dashboard: Change favicon.ico to Sentinel logo ( #2127 )
2021-04-27 19:27:10 +08:00
FAnett1997
26158ad328
doc: Update README.md and add QualityGate code maintainability badge ( #2144 )
2021-04-22 09:46:36 +08:00
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
2021-04-15 10:00:37 +08:00
Guilherme Amaral
00a560bd00
test: Improve exception checking in SentinelAnnotationQuarkusAdapterTest ( #2116 )
2021-04-09 09:36:16 +08:00
drgnchan
2f90a87cab
feat: Fix typo in FlowRuleManager and improve code with Map.computeIfAbsent in MetricTimerListener ( #2110 )
2021-04-07 13:43:27 +08:00
drgnchan
5ac112efaa
dashboard: Remove unused code in dashboard MetricFetcher ( #2104 )
2021-04-01 09:46:08 +08:00
Eric Zhao
744be07a57
dashboard: Improve param validation in MachineRegistryController
...
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
2021-03-23 10:46:01 +08:00