Eric Zhao
16e1bb8fe8
Bump version to 1.8.4
...
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
2022-04-12 10:14:53 +08:00
Eric Zhao
e93f72232f
dashboard: Update Spring Boot starter to 2.5.12
...
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
2022-04-02 14:52:57 +08:00
Eric Zhao
d706ce5767
dashboard: Update Spring Boot starter to 2.2.13.RELEASE
...
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
2022-03-29 14:10:56 +08:00
David Huang
2cb9747e56
doc: Improve javadoc for DegradeRule and dashboard ApiPredicateItemVo ( #2614 )
2022-03-23 21:15:36 +08:00
一个不知名的Java靓仔
42878a29e0
dashboard: Fix the bug that removing token servers may fail when there are servers with the same IP ( #2591 )
2022-03-15 10:57:46 +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
程露
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
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
Luca
31c0ac5525
doc: Fix javadoc typo in isSupportEnhancedContentType method of dashboard SentinelApiClient ( #2480 )
2021-12-06 09:44:52 +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
20a0e4d7f0
feat: Fix typos in MetricFetcher of sentinel-dashboard ( #2324 )
2021-08-14 12:19:40 +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
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
jiajiangnan
2c12b07534
dashboard: Fix the incorrect function name in ParamFlowRuleEntity ( #2173 )
2021-04-29 09:47:40 +08:00
brothelul
e936d9d379
dashboard: Change favicon.ico to Sentinel logo ( #2127 )
2021-04-27 19:27:10 +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
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
2021-03-08 18:32:22 +08:00
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
2021-02-25 09:23:04 +08:00
Eric Zhao
fca70646ad
Bump version to 1.8.2-SNAPSHOT
...
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
2021-02-04 16:45:40 +08:00
Eric Zhao
ae214b5244
Bump version to 1.8.1
...
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
2021-02-04 15:30:44 +08:00
Eric Zhao
be2715d814
Update source/target JDK version to 1.8 and update documents
...
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
2021-02-04 10:21:40 +08:00
samuelxw
1f4614c0d4
Improve MetricFetcher under concurrent conditions ( #1918 )
2021-01-28 22:56:27 +08:00
brothelul
b7546c8111
dashboard: authFilterExcludeUrls supports matching path pattern like /xx/** ( #1971 )
2021-01-27 11:32:26 +08:00
zhangkai253
63aeb49c45
dashboard: Fix issue of memory leak in real-time monitoring page ( #1905 )
...
* Fix issue of memory leak in metric.js
2020-12-28 14:04:40 +08:00
Lynx
7920243dec
dashboard: Add statIntervalMs field in DegradeRule dialog ( #1781 )
2020-11-23 13:45:56 +08:00
Brent
699532efe3
[feat #1839 ]: Make dashboard support deploying under subpath ( #1851 )
2020-11-23 10:48:44 +08:00
Luke
55a8294ab0
Polish document and name of parameter ( #1738 )
...
- doc: Fix a typo in description of booting options for sentinel-dashboard
- Fix mismatched name of parameter to its comment for VersionUtils.parseVersion()
2020-09-17 21:06:24 +08:00
Luke
398e5aa874
doc: Fix content in README.md of sentinel-dashboard ( #1737 )
2020-09-16 20:42:38 +08:00
Eric Zhao
e58267012d
Bump version to 1.8.1-SNAPSHOT
...
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
2020-08-21 14:36:49 +08:00
Eric Zhao
d17bf8c7cc
Bump version to 1.8.0
...
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
2020-08-20 19:47:20 +08:00
Eric Zhao
5334f51d21
dashboard: Refactor degrade service/controller and adapt to new features
...
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
2020-08-18 20:34:03 +08:00
Peine
c5da3faad9
Polish boolean checking in test cases and dashboard ( #1664 )
2020-08-12 20:34:22 +08:00
cdfive
46076b34aa
dashboard: Fix historical version compatibility problem for auth check via localStorage ( #1473 )
2020-05-15 11:18:53 +08:00
于玉桔
d84d681dd8
dashboard: Fix the bug that cookie may have conflict with web applications under the same domain ( #1443 )
2020-05-06 11:35:41 +08:00
zhenxianyimeng
ba391097ca
dashboard: Remove duplicate code in MetricEntity ( #1441 )
2020-04-29 15:03:13 +08:00
Eric Zhao
a0196b6b00
Bump version to 1.8.0-SNAPSHOT
...
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
2020-04-13 20:19:22 +08:00
Eric Zhao
6a7ec708bc
Bump version to 1.7.2
...
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
2020-04-08 09:42:02 +08:00
于玉桔
76c37eae37
dashboard: Hide advanced options in flow rule dialog when cluster mode is enabled ( #1367 )
2020-04-07 11:15:59 +08:00
WongTheo
8f0cb2d24a
dashboard: Fix NoNodeException problem of FlowRuleZookeeperProvider example ( #1352 )
2020-03-22 17:58:18 +08:00
jy2156121
09970cd380
dashboard: Support setting value pattern for client IP and host in gateway flow rule dialog ( #1325 )
2020-03-09 13:54:10 +08:00
Lin.Liang
80d5c8b484
Enhance reliability and performance of InMemoryMetricsRepository ( #1319 )
...
* Fix InMemoryMetricsRepository can't keep the last five minutes metrics data problem and Improve read-write performance
* Use TimeUtil.currentTimeMillis() replace System.currentTimeMillis() for better performance
2020-03-07 14:02:15 +08:00
Jason Joo
c5071550fa
dashboard: Improve the compatibility on the Content-Type header of POST request ( #1260 )
...
* Better compatibility of the dashboard to legacy and new sentinel-transport-simple-http (on Content-Type header), related to #1207
2020-01-19 19:24:17 +08:00
Eric Zhao
87142ce512
Bump version to 1.7.2-SNAPSHOT
...
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
2019-12-25 11:19:07 +08:00
Eric Zhao
9c909e3631
Bump version to 1.7.1
...
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
2019-12-24 20:05:23 +08:00