Commit Graph

44 Commits

Author SHA1 Message Date
zhangjidi2016
daa181ccfd [ISSUE #58]Supports adding namesrvAddr cluster management (#66)
Co-authored-by: zhangjidi2016 <zhangjidi@cmss.chinamobile.com>
2022-04-08 15:43:21 +08:00
Xiaodong Xu
4269879d93 [ISSUE #70] The rocketmq-dashboard supports ACL configuration (#71)
* Add Acl menu, support config acl.

* Optimize one line code.

* Add some unit tests for acl.

* Add permission control by role and optimize some code.

* The secret keys are hidden by asterisks.

* Search acl data will exclude secretKey info if the login role is not admin in the background.

* Optimize some code again.

* recover default application.yml config
2022-03-05 10:34:39 +08:00
zhangjidi2016
560b56e9dc [ISSUE #54]Add filtering function when querying message consumption. (#56) 2022-01-05 09:19:33 +08:00
cserwen
2d8bf001b3 [ISSUE #58] enable the service to support multiple namesrvs (#59)
* enable the service to support multiple namesrvs

* use @ to split the namesrv of different clusters

Co-authored-by: dengzhiwen1 <dengzhiwen1@xiaomi.com>
2022-01-04 18:02:08 +08:00
zhangjidi2016
6054c057c8 [ISSUE #43]Give a tip when no message found with topic + time query. (#44)
Co-authored-by: zhangjidi2016 <zhangjidi@cmss.chinamobile.com>
2021-11-17 13:30:33 +08:00
zhangjidi2016
ef7b97e96a [ISSUE #30]Supports batch resending and batch exporting dlq messages. (#37)
* [ISSUE #30]Supports batch resending and batch exporting dlq messages.

* Optimize the code

Co-authored-by: zhangjidi2016 <zhangjidi@cmss.chinamobile.com>
2021-11-03 21:44:43 +08:00
zhangjidi2016
4b2b61e394 [ISSUE #30]Added DLQ message management (#31)
* [ISSUE #30]Added DLQ message management

* remove the specific namesrvAddr in application.properties.

Co-authored-by: zhangjidi <zhangjidi@cmss.chinamobile.com>
2021-10-31 11:29:55 +08:00
zhangjidi2016
cc30bb2373 [ISSUE #25]Add filter in consumer list. (#26)
Co-authored-by: zhangjidi <zhangjidi@cmss.chinamobile.com>
2021-10-09 18:56:58 +08:00
zhangjidi2016
9e9762ef44 [ISSUE #22]Optimizing the ops page. (#23)
Co-authored-by: zhangjidi <zhangjidi@cmss.chinamobile.com>
2021-09-27 11:35:00 +08:00
zhangjidi2016
58336d951a [ISSUE #19]Message track query enhancement (#21)
* [ISSUE #19]Message track query enhancement

* traceTopic can be null and system Topic is used by default

* add unit test

* select messageTrack topic in messageTrace page

Co-authored-by: zhangjidi <zhangjidi@cmss.chinamobile.com>
2021-09-23 21:01:32 +08:00
StyleTang
d5588b1fd0 1. remove unnecessary dependency Font-Awesome
2. use 1.0.0-SNAPSHOT
2021-09-16 23:11:52 +08:00
StyleTang
25129169d5 [ISSUE #13] Addd Rocketmq-Dashboard license announcement (#14)
* Revert the front end resource license modification (c9d4cd1b72 / 635e0ce4d0) and exclude the front end folder from apache-rat-plugin.
(front end resource license can be found in LICENSE file)

* update apache/echarts and h5bp/html5-boilerplate LICENSE

* update Readme docs link
add pagination license
2021-09-01 10:23:49 +08:00
vongosling
635e0ce4d0 Add license for frontend script 2021-08-26 16:57:25 +08:00
zhangjidi2016
1a751091b3 [ISSUE #5]Different pages are displayed based on the user role. (#7)
* [ISSUE #5]Different pages are displayed based on the user role.

* Put the role judgment logic into js

Co-authored-by: zhangjidi <zhangjidi@cmss.chinamobile.com>
2021-08-19 12:29:16 +08:00
von gosling
cd3f0fc5d5 Update un_support_browser.html 2021-08-13 23:19:54 +08:00
StyleTang
119cf0d58c Use rocketmq-dashboard instead of rocketmq-console 2021-08-13 22:46:16 +08:00
StyleTang
1ea15b511c [ISSUE#770] Send message with message trace (#771) 2021-08-06 08:57:04 +08:00
yuz10
05b7ad2101 [ISSUE #773] add useTLS configure for rocketmq console 2021-08-05 08:45:26 +08:00
StyleTang
c9d7cb20e7 [ISSUE #768] Console message trace compatibility Optimization 2021-08-03 20:13:16 +08:00
zhangjidi2016
399b61aee1 [ISSUE #766] Optimize console UI (#767)
Co-authored-by: zhangjidi2016 <zhangjidi@cmss.chinamobile.com>
2021-08-02 09:44:43 +08:00
StyleTang
d608bd69b7 [ISSUE #756] [RocketMQ-Console] Improve message trace UI (#757)
* Trace UI improvement

1. Change Send Message Info UI
2. Handle edge case: consume trace subBefore or subAfter trace is missing (if subAfter trace is missing, the status will be unknown)
3. Fix timestamp typo
4. Time format for ms
5. Change costTime color from white to black
6. Remove graph and data format button

* improve costTime display
2021-07-30 19:52:37 +08:00
caiwenlong1989
bd85a9db96 Add toolkit reminder for empty input 2021-07-21 18:14:33 +08:00
StyleTang
bb08d466f9 [ISSUE #745] Message trace data table improvement (#746)
* Message trace data table improvement
1. Send Message Trace
1.1 Send Message Info
1.2 Check Transaction Info
2. Consume Message Trace
2.1 Message Trace (group by subscription group )
3. X Axis time format(keep two decimal places)
4. use min instead of m
2021-07-21 09:01:48 +08:00
StyleTang
7f413e10ee [ISSUE #743] Implement RocketMQ message trace UI (#744)
* Backend
1. Add viewMessageTraceGraph method (aggregate MessageTraceView list)
2. MessageTraceView add filed requestId and retryTimes
3. Add Unit Test MessageTraceServiceImplTest
4. Add lombok dependency

Frontend
1. implement message trace graph UI
2. upgrade echarts to 5.1.2
3. message trace page can fetch messageId from routeParams

* 1. fix code style issue
2. fix pom duplicate maven-compiler-plugin issue

* 1. subAfterTrace groupName use subBeforeTrace groupName instead
2. fix MessageTraceServiceImplTest UT

* 1. implement features
  1.1 support transaction message trace
  1.2 support only producer trace enabled case
  1.3 support only consumer trace enabled case
2. add(fix) trace type (message type)
3. use rocketmq.version = 4.9.0

* [ISSUE #743] fix trace UI issue (when costTime is 0, will not show trace node)
Solution: use minimum width 1
2021-07-13 14:39:00 +08:00
yuz10
ed950510c1 #720 fix rocketmq console fail to update nameserver address (#721) 2021-05-31 09:47:58 +08:00
zhangjidi2016
2c32ed9b27 [ISSUE #711] Consumers can skip the accumulation of messages. (#712)
Co-authored-by: zhangjidi2016 <zhangjidi@cmss.chinamobile.com>
2021-05-27 08:43:53 +08:00
Demogorgon314
c440b443a5 Support query message by page (#688) 2021-03-11 18:24:11 +08:00
张旭
be476bc146 [ISSUE #682] Fix wrong message trace detail (#683)
* Fix message trace detail wrong field
* Use constants to distinguish different message version
* Add UT
Co-authored-by: zhangxu16 <zhangxu16@xiaomi.com>
2021-03-11 16:54:07 +08:00
张旭
1fc200212c Support DLQ topic resend message (#653)
Co-authored-by: zhangxu16 <zhangxu16@xiaomi.com>
2021-02-25 09:28:08 +08:00
caiwenlong1989
0d15d6b6e4 Update producer.html (#675)
生产者页面查询表单查新条件错位问题修复
2021-02-22 19:15:26 +08:00
陈阳
f419265801 [ISSUE #641]Rename NameSrvAddrList to NameServerAddressList in OPS Page 2020-11-24 19:06:07 +08:00
肖栋梁
3aa742fa42 Fix the password input box placeholder hint error 2020-11-19 11:04:37 +08:00
walking98
58f84079c0 Fixed console ISSUE#254 #252 #251 2019-05-10 17:24:11 +08:00
walking98
de4884771a Fix ISSUE# 256 Add loading icon for slow querying 2019-05-10 12:20:23 +08:00
walking98
68e9a7b6ca Enable check config for System topic 2019-05-09 20:26:29 +08:00
walking98
daa1cb6638 specific process for system topic 2019-05-09 20:02:07 +08:00
walking98
c7c0d95a47 ISSUE #271 Separate System Topics from Normal topic list 2019-05-09 18:58:45 +08:00
walking98
3b05c7ee57 ISSUE #260, #261: AutoRefresh + i18n processing 2019-05-09 14:14:18 +08:00
walking98
e5a1259a67 [RocketMQ Console] 404 Error Page Process 2019-04-19 17:23:00 +08:00
walking98
1588f70b52 [ISSUE-205|247] Support SSL + Login: Polish with testcase, doc, session over cookie 2019-04-16 20:14:27 +08:00
walking98
8edf026461 [ISSUE-205|247] Support SSL + Login 2019-04-16 11:09:07 +08:00
Hu Zongtang
efb5e9a1f2 [ISSUE #525]Support the message track detail showing function in the rocketmq console (#154)
* I have finished developing the new feature for the message track which includes the part of rocketmq-console#525 initially.Please review it.

* [ISSUE #525] Support the message track,add the function which supports trace topic name value configurable by users.

* [ISSUE#525]optimize codes for message track

* [ISSUE#525]remove the unnecessary codes for msg trace feature.

* [ISSUE#525]implement the HttpBasicAuthorizedFilter to add Basic realm="rocketmq" in the http response header
2019-01-04 15:24:56 +08:00
jungle
fa12fa32ae Fix the cluster switch selection doesn't work in console 2018-09-19 18:55:58 +08:00
yukon
b29f52bdfb Remove the 'ng' suffix of sub projects. 2017-03-16 09:58:57 +08:00