Commit Graph

40 Commits

Author SHA1 Message Date
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
StyleTang
7d295fdab7 Fix the issue caused by server.servlet.context-path when logging 2021-07-26 12:26:04 +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
zhangjidi2016
d7bf55bac6 [ISSUE #723] When the operation is successful, the dialog will close automatically (#724) 2021-06-10 12:48:18 +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
francis lee
81e1292346 Update Rocketmq console 2.0.0 for support acl (#645)
* add accessKey and secretKey config support

* fix checkstyle

* Optimized code

* update acl for send messages

* update for check ACL when sending message

Co-authored-by: Demogorgon314 <wangkai744567028@gmail.com>
Co-authored-by: liwei5 <liwei5@vipkid.com.cn>
2020-11-19 10:59:03 +08:00
affe
fc042efef8 [ISSUE #614] Redirect too many times after enable user login
WIP

WIP
2020-08-18 16:20:18 +08:00
affe
018512e7db [ISSUE #591] nanotimer started twice (#603)
bug(console) add @EnableScheduling to enable cronjobs

bug(console) fix NanoTimer started twice problem
2020-07-28 17:30:24 +08:00
affe
f37df9532f [ISSUE #565] Upgrade rocketmq-console to use Spring Boot 2.2.2 (#600)
* feat(rocketmq-console) set spring version to 2.2.2

* feat(connect-console) refactor all the codes

* bug(rocketmq-console) updated aspectj version

* bug(rocketmq-console) excluded slf4j and logback dependencies in
rocketmq dependencies
2020-07-28 10:45:20 +08:00
iapplejohn
6df49d0b5e Change the message when create or update consumer monitor (#467) 2019-12-05 09:57:33 +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
20c969b11d untouch application.properties 2019-05-09 14:16:34 +08:00
walking98
3b05c7ee57 ISSUE #260, #261: AutoRefresh + i18n processing 2019-05-09 14:14:18 +08:00
walking98
f105d5ab03 Add frontend session check logic 2019-04-22 15:19:48 +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
tcrow
08cd82a7de bug fix:Word spell wrong closes apache/incubator-rocketmq-externals#3 2017-03-28 22:12:03 +08:00
StyleTang
843d82e8d4 fix cluster page's bug closes apache/incubator-rocketmq-externals#2 2017-03-17 21:32:38 +08:00
yukon
b29f52bdfb Remove the 'ng' suffix of sub projects. 2017-03-16 09:58:57 +08:00