马称
d3f964fcdc
Abstract hippo4j-dependencies for module refactoring ( #1245 ) ( #1253 )
2 years ago
Xin Chen
706d3b468b
type: Some CheckStyle fix. ( #1224 )
...
* fix all OperatorWrap style error. The OperatorWrap style mandates that operator symbols should begin each new line, hence the need for adjusting the formatting.
* fix all ConstantName style error. Constant names are required to be written in uppercase letters and separated by underscores
* fix an SimplifyBooleanReturn error. Because key.indexOf(filters) > -1' can be replaced with 'key.contains(filters)'
2 years ago
yangsanity
d61260419d
optimize 1220: optimize all import * and unuse import in java ( #1221 )
2 years ago
Pan_Yujie
35cf3a2791
test: add ThreadPoolRunStateHandler ( #1200 )
...
* test: add ThreadPoolRunStateHandler
* test: add ThreadPoolRunStateHandler
* test: add ThreadPoolRunStateHandler
2 years ago
lucca suen
e3cb45f5ba
optimize 1192: Set a friendly prompt respectively when the login user does not exist and the password is wrong ( #1194 )
...
* optimize: set a friendly prompt respectively when the login user does not exist and the password is wrong.
* test: add test for JWTAuthenticationFilter.getMessage
* style: Add a blank line for JWTAuthenticationFilterTest.class
---------
Co-authored-by: lucca <luccasuen.dev@gmail.com>
2 years ago
程序猿小石头
8215c2a981
fix #1167 Verify password length to prevent denial of service attack … ( #1188 )
...
* fix #1167 Verify password length to prevent denial of service attack caused by too long password
* Add unit tests
2 years ago
chen.ma
e596b630cd
ROLE_MANAGE role audit thread pool failed ( #1166 )
2 years ago
chen.ma
56e39abb3b
Changed Hippo4j class and method naming
2 years ago
chen.ma
b9233ddd38
Console i18n support
2 years ago
yanrongzhen
f54d915dec
Implement the ability to notify changes to the web container thread pool under the Config mode. ( #1133 )
...
* Add notification logic after modifying web thread pool parameters.
* Refactor the notification module to enable notification capability for the web container.
* Add application profile enum.
* Revert the bugfix changes and split them into issue #1134 .
* Revert @Order annotation in AbstractWebThreadPoolService.
* fix profile enum name with test environment.
* Fix: remove unused imports.
* Delete ProfileEnum class.
* Modify the way of obtaining the ID of the web thread pool.
* Move the IExecutorProperties class to the common module.
* Narrow the scope of @SuppressWarnings annotation usage.
2 years ago
baymax55
9bda1436eb
Replace ${project.version} with ${revision} ( #1031 )
2 years ago
马称
c8cb4d8ecd
Refactor configuration mode initialization logic ( #1011 )
...
* Refactor configuration mode initialization logic
* Refactoring configuration mode initialization execution timing
* remove superfluous super
2 years ago
baymax55
26fa5d768d
AddTestCaseForJwtTokenUtil ( #1009 )
...
* AddTestCaseForJwtTokenUtil
* add public prefix for UT
2 years ago
chen.ma
649c84fdf8
Update front-end framework
2 years ago
chen.ma
0c3c2f6afb
Binding a user to a Tenant ( #792 )
2 years ago
chen.ma
33b08102d7
Registered thread pool defaults to specify expiration time and thread factory ( #976 )
2 years ago
WuLang
cd9a9de5bf
Long polling returns status code ( #971 )
...
* feat:Long polling returns status code
* feat:Long polling returns status code
2 years ago
李晓双 Li Xiao Shuang
2cef543024
[ISSUE #942 ] Update configuration properties ( #972 )
...
* [spring.profiles.active:mysql] to [hippo4j.database.dialect:mysql]
* [spring.profiles.active:mysql] to [hippo4j.database.dialect:mysql]
2 years ago
WuLang
19ce95663d
check update password ( #965 )
...
* feat:check update password
* feat:check update password
2 years ago
WuLang
cf5613b80c
feat:check userName and password ( #955 )
2 years ago
WuLang
fcf719ce1a
fix:jwtFilter Stack overflow ( #953 )
2 years ago
chen.ma
344f629c74
Change front-end connection address and rollback jwt filter
2 years ago
chen.ma
4445dd149d
change thread pool audit id sql
2 years ago
WuLang
d9a37dbeba
hippo4j-auth CheckStyle ( #940 )
...
* style:hippo4j-auth CheckStyle
* style:hippo4j-auth CheckStyle
2 years ago
WuLang
c559110ba0
style:hippo4j-console CheckStyle ( #930 )
...
Co-authored-by: 李金来 <41976977+pirme@users.noreply.github.com>
2 years ago
WuLang
ef2d303acd
style:hippo4j-bootstrap CheckStyle ( #931 )
2 years ago
WuLang
4101d7f427
style:hippo4j-discovery CheckStyle ( #928 )
2 years ago
chen.ma
99604673fe
hippo4j-ui directory migration
2 years ago
PleasePerfunctory
a476d34da2
New language switching function on the front page ( #921 )
...
* feat: Added Internationalization(vue-i18n)
* feat: Adding an Internationalization Instance
Co-authored-by: 冯建军 <fengjj@data4truth.com>
2 years ago
chen.ma
2f4c8bedbe
Refactor dynamic thread pool registration variable naming
2 years ago
chen.ma
1c784a2e72
Update the front-end thread pool monitoring page
2 years ago
pizihao
ed19c983f2
add new model hippo4j-rpc and Transfer rpc code to hippo4j-rpc ( #912 )
...
* fix : add new model hippo4j-rpc (#812 )
* fix : fix : Transfer code to hippo4j-rpc (#812 )
* fix : Add set multiple ChannelHandler(#812 )
* fix : Code format modification
2 years ago
马称
f19ec20c57
Refactor notification alerts and jar dependencies ( #911 )
2 years ago
马称 Ma Chen
4757e00c4a
Code optimization and logic refactoring ( #909 )
...
* Code optimization and logic refactoring
* Code optimization and logic refactoring
* Remove useless modules and refactor code
* Remove kafka modules
* Remove kafka code
2 years ago
马称 Ma Chen
71f4fde08a
Format code ( #906 )
2 years ago
pizihao
b73725f159
Server-side and client-side model of rpc mode call based on netty ( #880 )
...
* fix : add toolkit
* feat : Implement rpc calls through netty, implement server side and client side respectively, the underlying network connection and pipeline context mechanism depend on netty(#812 )
* fix : Modifying the comment Format (#812 )
2 years ago
chen.ma
a193869619
Increase unit test code coverage
2 years ago
chen.ma
233ebeef28
Optimize code exception information
2 years ago
weihubeats
eb3e6e7293
Format code ( #873 )
...
* Simplified DynamicThreadPool usage
* Simplified DynamicThreadPool usage
* init
* format code
2 years ago
chen.ma
5f3336c904
Add LocalDataChangeEventTest
2 years ago
chen.ma
e0c64c66fa
Update ci.yml
2 years ago
王杰
0c28a88578
smart h2 storage path. ( #857 )
2 years ago
chen.ma
4e68645ccb
docker packaging issues fixed
2 years ago
WuLang
dda661c26c
feat:Long polling returns the appropriate status code ( #848 )
2 years ago
jirong
16542c8bc8
Lease.isExpired()方法判断过期时间去掉duration ( #843 )
...
Co-authored-by: weizhangqing <weizhangqing@icloudshield.com>
2 years ago
Malcolm
2b1564efd2
docker-startup.sh的mysql配置多个“-”修复 ( #840 )
2 years ago
pizihao
8eaf587f6a
organize the toolkit, add references and reference sources ( #835 )
...
* fix : organize the toolkit, add references and reference sources
* fix : add MemoryUtil for get memory info
* fix : code format adjustment
2 years ago
chen.ma
c587a3c5c2
Query the Web thread pool list to add the framework logo ( #819 )
2 years ago
chen.ma
c42283b970
Hippo4j console ui migrated to this project ( #818 )
2 years ago
chen.ma
946e7eaa00
Refactor the server module ( #817 )
2 years ago