Han Lau
a34539f28b
fix:remove interface InitializingBean ( #1571 )
6 days ago
theNorthWindBlow
29ad46fd9f
optimize: Code format optimization ( #1577 )
4 weeks ago
theNorthWindBlow
a5d1d6f3c0
web and third-party thread pool monitoring data is reported to es ( #1576 )
...
* test:Test BeanUtil tool
* feature: web and adapter thread pools monitor data reporting es
4 weeks ago
theNorthWindBlow
0d3740e61c
test:Test BeanUtil tool ( #1575 )
4 weeks ago
Pan_Yujie
c521a97388
Feature : Agent mode supports dynamic thread pool changes, alarm and monitoring functions without modifying code, and adapts to Nacos and Apollo Configuration Centers ( #1572 )
...
* fix:Fix send threadPool change notification message log
* feat:Agent Nacos dynamic refresh Initialize
* feat:Agent dynamic alarm Initialize
* feat:Agent dynamic monitor Initialize
* refactor:Agent Listener logic, add configuration refreshes platform push, and carries the unique application ID
* feat:Apollo Configuration Center Plugin Logic Adaptation
* feat:Completed the implementation of Nacos Configuration Center plugin and Nacos,Apollo plugins adapted to Spring 1.x , 2.x environment
* fix: Fixed jar package mounting and startup problem in Agent mode
1 month ago
Han Lau
9bdb8102ea
feat: support springboot3 ( #1570 )
...
* feat: support springboot3
* fix:add interface InitializingBean
1 month ago
LJ
9b11c3b49a
The generated code will use 'org.jetbrains.annotations.NotNull' instead of 'lombok.NonNull'. ( #1565 )
...
* The generated code will use 'org.jetbrains.annotations.NotNull' instead of 'lombok.NonNull'.
* The generated code will use 'org.jetbrains.annotations.NotNull' instead of 'lombok.NonNull'.
2 months ago
Pan_Yujie
d687133dd2
[Enhancement] Log printing failure problem in agent mode ( #1513 )
...
* Feature: server add Ldap user authentication
* Fix Server-example Unknown user
* Remove RFC7230Config.class
* Fix Log printing failure problem in agent mode
* Remove import *
* fix: The Gson version dependency in pom under the infra package is provided
3 months ago
tj2132584
41efe403e0
Add a unit test class ( #1559 )
...
* Class-name: ZipkinExecutorAdapterTest
* Add WrappingExecutorService
* Add CustomWrappingExecutorService as WrappingExecutorService's subclass
Co-authored-by: Lucky.King <12775067+lucky_king_2132584@user.noreply.gitee.com>
4 months ago
song
832fd4c21e
refactor: delete EtcdRefresherHandler redundant comments ( #1554 )
...
* refactor: delete EtcdRefresherHandler redundant comments
* refactor: refactor JsonConfigParser import classes
5 months ago
song
5ebe215f5f
feat: The registration center in config mode supports JSON format. ( #1551 )
5 months ago
song
2c6fbefe13
fix: Fix the problem that dynamic refresh does not take effect when using Etcd as the registry center in Config mode. ( #1550 )
...
* Extract the Consul default-context field as a constant
* fix:Fix the problem that dynamic refresh does not take effect when using Etcd as the registry center in Config mode.
5 months ago
song
d77efe1f6b
Extract the Consul default-context field as a constant ( #1538 )
5 months ago
dependabot[bot]
38b4faf9da
Bump guava from 30.1.1-jre to 32.0.0-jre in /agent ( #1381 )
...
Bumps [guava](https://github.com/google/guava ) from 30.1.1-jre to 32.0.0-jre.
- [Release notes](https://github.com/google/guava/releases )
- [Commits](https://github.com/google/guava/commits )
---
updated-dependencies:
- dependency-name: com.google.guava:guava
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 months ago
dependabot[bot]
5495b8cb1f
Bump actions/checkout from 3 to 4 ( #1455 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 months ago
yezi
1e81da1979
fix:Fix the problem that the ThreadPoolMonitor interface SPI mechanism is not injected in the config mode, and modify the solution in the server mode. ( #1520 )
11 months ago
yezi
ccccfd8060
fix:Fix the problem that the dynamicThreadPoolBeforeCheckBean method in the BeforeCheckConfiguration class cannot validate parameters effectively in the config mode. ( #1521 )
11 months ago
yezi
ca44328f45
Optimize comparison way ( #1519 )
12 months ago
yezi
f49fd99791
fix:Fix the problem that a custom implementation class of ThreadPoolMonitor cannot be introduced through the SPI mechanism in the ReportingEventExecutor class when the project is started. ( #1518 )
12 months ago
yezi
c783306939
Remove redundant storage containers from the method. ( #1516 )
12 months ago
magestack
94500afc14
New user company ( #1509 )
1 year ago
GRL-bxy
a03f7e9f16
fix:Tenant selection problem ( #1512 )
...
Co-authored-by: 吹泡泡的团子 <baoxinyi_i@didiglobal.com>
1 year ago
LqxHxy
bb6dbc7e5f
Delete the @NonNull annotation ( #1511 )
1 year ago
yezi
3e7aa42546
remove redundancy field ( #1510 )
1 year ago
Bala Sukesh
265bf6ed70
Fix flaky test in LogMessageTest ( #1506 )
...
Co-authored-by: balasukesh <bbelide2@fa23-cs527-002.cs.illinois.edu>
1 year ago
youbo
725a252734
Complete GitHub button style modification. ( #1505 )
1 year ago
imalasong
fec58a5eca
refactor: Remove redundant LISTENING CONFIGS parameter names ( #1503 )
...
Co-authored-by: xiaochangbai <704566072@qq.com>
1 year ago
youbo
c9abea4c37
Improve layout and style ( #1492 )
...
* modify docusaurus.config.js file
* small fix
* Adjust the layout of the homepage and introduce the GitHub button style.
1 year ago
GRL-bxy
2922aaf78f
Feature/console monitor ( #1491 )
...
* feat:add thread pool
* fix: monitor
* feat:monitor
* feat:tenant style + thread pool query
* feat:Monitor selection + search boxes for no items
* feat:tenantList
---------
Co-authored-by: 吹泡泡的团子 <baoxinyi_i@didiglobal.com>
1 year ago
Bala Sukesh
fa206974f4
Fix flaky test in HttpUtilsTest ( #1499 )
...
Co-authored-by: balasukesh <bbelide2@fa23-cs527-002.cs.illinois.edu>
1 year ago
Bala Sukesh
ee2a81f6a7
Fix flaky tests in LogMessageTest ( #1500 )
...
* Fix flaky tests in LogMessageTest
* Remove fix for NOD test
---------
Co-authored-by: balasukesh <bbelide2@fa23-cs527-002.cs.illinois.edu>
1 year ago
Rain
26212e47cf
check the required fields of polaris when the config mode starts ( #1470 )
...
* check the required fields of polaris when the config mode starts
* Modify the format of polaris in BootstrapConfigProperties
* Define static constants of polaris in BeforeCheckConfiguration
* Use configuration and constants exist in PolarisRefresherHandler
* Just consider the properties of BootstrapPropertiesInterface
* Don't throw exception in if else
* Optimize code format in BeforeCheckConfiguration
1 year ago
Bala Sukesh
cf854b3cb3
Fix flaky test in Md5UtilTest ( #1494 )
...
* Fix flaky test in Md5UtilTest
* Remove unused imports
---------
Co-authored-by: bbelide2 <bbelide2@fa23-cs527-002.cs.illinois.edu>
1 year ago
Bala Sukesh
79dc8f5adc
Use JSONAssert instead of Assert in JSONUtilTest ( #1495 )
...
Co-authored-by: bbelide2 <bbelide2@fa23-cs527-002.cs.illinois.edu>
1 year ago
valery1707
472d345285
Check for null value with the appropriate assertion method ( #1493 )
1 year ago
magestack
5bb1f4ab33
Develop thread pool monitoring capabilities ( #1489 )
1 year ago
GRL-bxy
910f594076
feat:add thread pool ( #1488 )
...
Co-authored-by: 吹泡泡的团子 <baoxinyi_i@didiglobal.com>
1 year ago
GRL-bxy
ef73f2569a
feat: delete select tenent and Inject globalTenant ( #1487 )
...
Co-authored-by: 吹泡泡的团子 <baoxinyi_i@didiglobal.com>
1 year ago
youbo
19b465fa24
Make detailed adjustments according to the document. ( #1485 )
1 year ago
weihubeats
4c8cf8f4e6
Merge pull request #1484 from magestacks/docs_20230927
...
Modify front-end text description
1 year ago
chen.ma
4a1b24acfc
Modify front-end text description
1 year ago
youbo
bbcb90b609
Modify the active color of the document and adjust the background of the hero ( #1483 )
1 year ago
bobowiki
89c049dd62
feat: fix login encrypt and prettier .vscode ( #1481 )
...
Co-authored-by: yikai <yikai@didiglobal.com>
1 year ago
GRL-bxy
f8832afa87
feat:add_global_tenant + delete_search_tenant ( #1482 )
...
Co-authored-by: 吹泡泡的团子 <baoxinyi_i@didiglobal.com>
1 year ago
youbo
5ff96ef2fb
Page adjustment and optimization ( #1480 )
1 year ago
bobowiki
f70fee636c
feat: login en and happy work ( #1479 )
...
* stash code
* fix active router
* feat: login en and happy work
---------
Co-authored-by: yikai <yikai@didiglobal.com>
1 year ago
baiJinjin
159fd9cbad
perfect the user log tenant and project modules ( #1478 )
...
* Add user log item Manage
* edit Item Management
* merge from develop
* add router
* add router
* edit logmanage
* edit tenant
* update item
* update user tenant log user
* edit userName
1 year ago
baiJinjin
d543979a0c
add router and edit request ( #1477 )
...
* Add user log item Manage
* edit Item Management
* merge from develop
* add router
* add router
* edit logmanage
* edit tenant
1 year ago
bobowiki
d645c49450
Feat login page ( #1473 )
...
* feat: login
* feat: recommmit remove node-module
---------
Co-authored-by: yikai <yikai@didiglobal.com>
1 year ago
baiJinjin
69648dfe1f
Feature htl ( #1471 )
...
* Add user log item Manage
* edit Item Management
* merge from develop
* add router
1 year ago