This is an automated email from the ASF dual-hosted git repository.
tabish pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
from a89c452ab7 ARTEMIS-5073 formatting error of AMQ601771 audit log event
new 022ec167cf ARTEMIS-5071 align naming for management option syntax
new 01afb572bc ARTEMIS-5072 support non-paged management results
new ca617d79bd ARTEMIS-5070 improve management docs
new 821005ab6e ARTEMIS-5075 support NOT_EQUALS op to filter some mngmnt
results
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../main/webapp/plugin/js/components/addresses.js | 7 +-
.../webapp/plugin/js/components/connections.js | 7 +-
.../main/webapp/plugin/js/components/consumers.js | 7 +-
.../main/webapp/plugin/js/components/producers.js | 7 +-
.../src/main/webapp/plugin/js/components/queues.js | 7 +-
.../main/webapp/plugin/js/components/sessions.js | 7 +-
.../src/main/webapp/plugin/js/services/toolbar.js | 2 +-
.../management/impl/view/ActiveMQAbstractView.java | 48 ++-
.../core/management/impl/view/AddressView.java | 4 +-
.../core/management/impl/view/ConnectionView.java | 4 +-
.../core/management/impl/view/ConsumerView.java | 4 +-
.../core/management/impl/view/ProducerView.java | 4 +-
.../core/management/impl/view/QueueView.java | 4 +-
.../core/management/impl/view/SessionView.java | 4 +-
.../view/predicate/ActiveMQFilterPredicate.java | 40 ++-
.../core/management/impl/view/ViewTest.java | 104 ++++++
.../impl/view/predicate/PredicateTest.java | 106 +++++++
docs/user-manual/management.adoc | 349 ++++++++++++++++++++-
.../management/ActiveMQServerControlTest.java | 4 +-
19 files changed, 654 insertions(+), 65 deletions(-)
create mode 100644
artemis-server/src/test/java/org/apache/activemq/artemis/core/management/impl/view/predicate/PredicateTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact