226 Commits

Author SHA1 Message Date
Crazylychee
ce8306a602 [ISSUE #359] Fix fail test in LoginControllerTest and add .env (#363)
* commit

* commit

* commit

* commit
2025-08-30 19:25:05 +08:00
Crazylychee
8037cfcf05 [ISSUE #353] fix Actuator vulnerability issues (#354)
* [ISSUE #348] fix Some interaction issues with the consumer interface

* commit

* [ISSUE #353] fix Actuator vulnerability issues

* [ISSUE #353] fix Actuator vulnerability issues

* commit
2025-08-09 16:04:52 +08:00
RongtongJin
bd9f3e6b39 [maven-release-plugin] prepare for next development iteration 2025-08-01 16:48:17 +08:00
RongtongJin
a013c8fad1 [maven-release-plugin] prepare release rocketmq-dashboard-2.1.0 rocketmq-dashboard-2.1.0 2025-08-01 16:47:58 +08:00
RongtongJin
cd262da8b1 Update Notice to 2025. 2025-07-31 11:34:24 +08:00
Crazylychee
37dbd7f327 [ISSUE #348] Fix Some interaction issues with the consumer interface (#349) 2025-07-31 11:24:42 +08:00
strangelookingnerd
79556420f5 Use provided scope for lombok (#350) 2025-07-31 11:24:01 +08:00
Crazylychee
9cb185afc1 [ISSUE #344] fix maven package display errors and npm i failed (#345)
* [ISSUE #344] fix maven package display errors and npm i failed

* fix
2025-07-16 19:21:39 +08:00
Crazylychee
f60103af9b [ISSUE #346] fix request error when logging in using the configuration file (#347) 2025-07-16 19:21:25 +08:00
TianMing2018
9c2a069976 #docs fix wrong port (#343) 2025-07-16 18:54:15 +08:00
Crazylychee
8cc7d6a727 [ISSUE #341] Add url parameter transcoding (#342)
* [Enhancement] ACL can add rules in clusters and fix ISSUE #297

* rollback the yml change

* [ISSUE #341] Add url parameter transcoding

* [ISSUE #344] fix maven package display errors and npm i failed
2025-07-16 18:53:54 +08:00
Crazylychee
a4e02f472f [Enhancement] ACL can add rules in clusters (#340)
* [Enhancement] ACL can add rules in clusters and fix ISSUE #297

* rollback the yml change
2025-07-08 10:46:25 +08:00
RongtongJin
87cfa3e872 Remove useless build status 2025-07-07 11:06:41 +08:00
Crazylychee
c297d059a9 [ISSUE #337] Restrict write permissions and update the doc (#338) 2025-07-07 11:04:48 +08:00
Crazylychee
07793d8aae [ISSUE #329] Add Frontend Proxy Component Support (#336) 2025-07-05 20:53:57 +08:00
Crazylychee
4b9ed97f8f [ISSUE #332] Add configuration options for login information, supporting ACL or file storage (#333) 2025-07-05 20:51:42 +08:00
Crazylychee
ff73529a75 [ISSUE #330] Format code and update the doc (#334) 2025-07-05 20:50:36 +08:00
Crazylychee
706082c62f [ISSUE #331] Fix failing tests (#335) 2025-07-05 20:50:08 +08:00
hexueyuan
6531929124 [ISSUE #325] Unified page display format. (#326)
Co-authored-by: hexueyuan <hexueyuan@baidu.com>
2025-07-02 11:07:01 +08:00
Crazylychee
a5138eb0d8 [ISSUE #317] Removed useless topic cache 2025-06-24 15:21:57 +08:00
Crazylychee
b43c7abe52 [ISSUE #321] Fix interface permission verification 2025-06-24 15:21:25 +08:00
Crazylychee
bfd0e26737 [ISSUE #319] Store the username in localStorage 2025-06-24 15:21:10 +08:00
Crazylychee
31d8086db3 [ISSUES#323]: fix Maven packaging error 2025-06-24 14:56:12 +08:00
Crazylychee
8564296440 [GSOC][RIP-78][ISSUES#308]: delete the old ui (#314) 2025-06-16 14:34:31 +08:00
Crazylychee
e81dceb6ae [ISSUES #315]: Add acl2.0 cluster support 2025-06-16 14:31:18 +08:00
Crazylychee
bc1a05d16c [GSOC][RIP-78][ISSUES#308] Add part of refactored backend files (#313) 2025-06-16 14:04:53 +08:00
Crazylychee
3cbff604e6 [GSOC][RIP-78][ISSUES#308] Add part of refactored front-end files (#312) 2025-06-16 13:51:18 +08:00
Crazylychee
bd94e8c4f5 [GSOC][RIP-78][ISSUES#308] Add part of refactored front-end files (#311) 2025-06-16 13:47:34 +08:00
Crazylychee
52545ccd23 [GSOC][RIP-78][ISSUES#308] Add part of refactored front-end files (#310) 2025-06-16 13:47:14 +08:00
Crazylychee
b75ace4804 [GSOC][RIP-78][ISSUES#308]: Add part of refactored front-end files (#309) 2025-06-16 13:46:41 +08:00
Crazylychee
eb51da6ca4 Merge branch 'refactor' of github.com:apache/rocketmq-dashboard into refactor (#307)
* pref: optimize the response speed of the query api

* pref: optimize the response speed of the query api (#273)

* Fixing and Adding Unit Tests (#266) (#278)

* fix: align top navigation bar styles #279

* fix code style

---------

Co-authored-by: icenfly <87740812+icenfly@users.noreply.github.com>
2025-06-12 19:57:07 +08:00
Crazylychee
c85aa2e2a9 fix: Solve the null pointer after a single refresh of the consumer #295 (#296) 2025-06-12 10:45:38 +08:00
Xu Yichi
a450594ace fix: Add consumer global refresh and fix the problem #290 (#291) 2025-04-15 09:49:34 +08:00
Xu Yichi
bbabd1cd0d [ISSUES #281 #274 #285 #287] Speeds up topic and consumer queries, adds caching, and fixes delay/dead-letter topic mix-up (#286)
* fix: Resolved issue of query failure under a large number of topics and consumers apache#281

* fix: Expand the message ID query time range to avoid query failure

* fix: Remove duplicates from topic queries, increase system topic recognition #287
2025-04-13 19:41:24 +08:00
Xu Yichi
e76185437f fix: align top navigation bar styles #279 (#280) 2025-04-01 09:55:33 +08:00
Xu Yichi
3d13e4e2b8 fix:Failed to find messages older than 3 days using message ID #274 (#275) 2025-03-31 10:45:24 +08:00
iamgd67
1aad0cda25 front js check is v5 'false' will be true fix (#269) 2025-03-14 10:50:31 +08:00
yuz10
e57d423268 remove rocketmq-namesrv dependency (#254) 2024-11-04 15:49:02 +08:00
dependabot[bot]
0d87486d7a Bump snakeyaml from 1.30 to 1.32 (#130)
---
updated-dependencies:
- dependency-name: org.yaml:snakeyaml
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-04 11:36:30 +08:00
yuz10
94d7a4e418 remove rocketmq-broker dependency (#249) 2024-11-04 11:35:39 +08:00
xx
3fbaa3ab92 fix: Duplicate message in the topic tab message list in the message menu. (#202)
Co-authored-by: xx <xx@123.com>
2024-11-04 11:35:17 +08:00
RongtongJin
e6d454301f [maven-release-plugin] prepare for next development iteration 2024-09-18 09:57:37 +08:00
RongtongJin
f5c09ac287 [maven-release-plugin] prepare release rocketmq-dashboard-2.0.0 rocketmq-dashboard-2.0.0 2024-09-18 09:57:04 +08:00
Guyu
e97072a3b1 style: Remove unused imports for the checkstyle. (#232)
* fix: 5.x query message detail throw: Failed to query message by Id: xxx

* style: Remove unused imports for the checkstyle.

---------

Co-authored-by: yangzengc <yangzengc@ewan.cn>
2024-09-12 16:51:34 +08:00
Evan
6d360509c0 fix: 5.x query message detail throw: Failed to query message by Id: xxx (#231)
Co-authored-by: yangzengc <yangzengc@ewan.cn>
2024-09-07 19:59:38 +08:00
Akai
464f57adf8 Support retryMaxTimes filed set for consumer group (#229)
* fix:Fixed the issue that normal messages in version v4 are not showed

* feat:support retryMaxTimes args set

---------

Co-authored-by: yuanziwei <yuanziwei@xiaomi.com>
Co-authored-by: yuanziwei.akai <yuanziwei.akai@bytedance.com>
2024-08-27 20:30:00 +08:00
Akai
5d08d3b122 Support Unspecified Topic Add & Update & Query (#223)
* fix:Fixed the issue that normal messages in version v4 are not showed

* feat:support unspecified topic

---------

Co-authored-by: yuanziwei <yuanziwei@xiaomi.com>
2024-07-24 10:57:04 +08:00
Akai
d9fc76d3a3 fix:Fixed the issue that normal messages in version v4 are not showed (#222)
Co-authored-by: yuanziwei <yuanziwei@xiaomi.com>
2024-07-24 10:56:47 +08:00
Akai
2bc59db340 Supplement UserGuide for RocketMQ 5.0 (#208)
* Support UserGuide for new feature

* update userGuide md

* update userGuide md

---------

Co-authored-by: yuanziwei <yuanziwei@xiaomi.com>
2024-06-13 15:22:38 +08:00
Akai
d58e13da95 Proxy Support And ConsumerGroup Enhancement (#207)
* Support dashboard v4-v5 switch And query for v5 topic

* Modify tag name

* Support proxy-module And Fix the problem of showing wrong consumerGroup-info

---------

Co-authored-by: yuanziwei <yuanziwei@xiaomi.com>
2024-06-12 09:12:19 +08:00