* 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>
* fix:Fixed the issue that normal messages in version v4 are not showed
* feat:support unspecified topic
---------
Co-authored-by: yuanziwei <yuanziwei@xiaomi.com>
* 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>
* Support dashboard v4-v5 switch And query for v5 topic
* Modify tag name
* Support subGroup FIFO Type Query and Update
---------
Co-authored-by: yuanziwei <yuanziwei@xiaomi.com>
* 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
* [ISSUE #62]Uses the YML format instead of the Properties format.
* retrigger ci
* Solve the apache-rat check
Co-authored-by: zhangjidi <zhangjidi@cmss.chinamobile.com>
* enable the service to support multiple namesrvs
* use @ to split the namesrv of different clusters
Co-authored-by: dengzhiwen1 <dengzhiwen1@xiaomi.com>
* [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>
* [ISSUE #16]Use an object pool to manage DefaultMQAdminExt objects.
* Modify the code
* Optimize the code
Co-authored-by: zhangjidi2016 <zhangjidi@cmss.chinamobile.com>
* 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
* [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>
* 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
* 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
* Fix message trace detail wrong field
* Use constants to distinguish different message version
* Add UT
Co-authored-by: zhangxu16 <zhangxu16@xiaomi.com>