-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JMX - Refactor the Attributes Component to include tabular form of multiple beans #125
Comments
Merged
tadayosi
changed the title
Refactor the Attributes Component to include tabular form of multiple beans
JMX - Refactor the Attributes Component to include tabular form of multiple beans
Mar 20, 2023
@joshiraez You can work on this too. |
I spoke with Paul and I'll be picking this up to continue the work on the JMX plugin. From the mentioned Camel issue for the attributes view it seems they should be similar so I'll tr to take that as a base |
joshiraez
added a commit
to joshiraez/hawtio-next
that referenced
this issue
Mar 31, 2023
…a better way to know which are JMX nodes
joshiraez
added a commit
to joshiraez/hawtio-next
that referenced
this issue
Apr 3, 2023
joshiraez
added a commit
to joshiraez/hawtio-next
that referenced
this issue
Apr 3, 2023
Merged
joshiraez
added a commit
to joshiraez/hawtio-next
that referenced
this issue
Apr 4, 2023
joshiraez
added a commit
to joshiraez/hawtio-next
that referenced
this issue
Apr 4, 2023
…tion class. Simplified JMXContent component taking into account new logic
joshiraez
added a commit
to joshiraez/hawtio-next
that referenced
this issue
Apr 4, 2023
…a better way to know which are JMX nodes
joshiraez
added a commit
to joshiraez/hawtio-next
that referenced
this issue
Apr 4, 2023
joshiraez
added a commit
to joshiraez/hawtio-next
that referenced
this issue
Apr 4, 2023
joshiraez
added a commit
to joshiraez/hawtio-next
that referenced
this issue
Apr 4, 2023
joshiraez
added a commit
to joshiraez/hawtio-next
that referenced
this issue
Apr 4, 2023
…tion class. Simplified JMXContent component taking into account new logic
joshiraez
added a commit
to joshiraez/hawtio-next
that referenced
this issue
Apr 5, 2023
joshiraez
added a commit
to joshiraez/hawtio-next
that referenced
this issue
Apr 5, 2023
joshiraez
added a commit
to joshiraez/hawtio-next
that referenced
this issue
Apr 5, 2023
…ths to components
joshiraez
added a commit
to joshiraez/hawtio-next
that referenced
this issue
Apr 5, 2023
joshiraez
added a commit
to joshiraez/hawtio-next
that referenced
this issue
Apr 5, 2023
joshiraez
added a commit
to joshiraez/hawtio-next
that referenced
this issue
Apr 5, 2023
joshiraez
added a commit
to joshiraez/hawtio-next
that referenced
this issue
Apr 10, 2023
joshiraez
added a commit
to joshiraez/hawtio-next
that referenced
this issue
Apr 10, 2023
joshiraez
added a commit
to joshiraez/hawtio-next
that referenced
this issue
Apr 11, 2023
joshiraez
added a commit
to joshiraez/hawtio-next
that referenced
this issue
Apr 11, 2023
Merged
joshiraez
added a commit
to joshiraez/hawtio-next
that referenced
this issue
Apr 11, 2023
joshiraez
added a commit
to joshiraez/hawtio-next
that referenced
this issue
Apr 11, 2023
tadayosi
pushed a commit
that referenced
this issue
Apr 11, 2023
* wip(#125): Progress on multiattribute table. Have to implement a better way to know which are JMX nodes * feat(#125): Tabular attribute table * feat(#125): Added NodeName table and better filtering * feat(#125): Refactored filtering logic * feat(#125): Added test for helper function. Created helper function class. Simplified JMXContent component taking into account new logic * feat(#125): Removed NodeNameTable and using JMXContentMBeans. * feat(#125): Moved helper function to proper class. Redefined paths to components * feat(#125): Changed humanize labels to use function implementation * feat(#125): Removed array creation: map handles it * feat(#125): Added extra test cases. Some refactoring * feat(#125): Extra refinement * feat(#125): Added extra tests * feat(#125): Used strings isBlank function * feat(#125): Fixed logic after changing to using isBlank function
joshiraez
added a commit
to joshiraez/hawtio-next
that referenced
this issue
Apr 11, 2023
joshiraez
added a commit
to joshiraez/hawtio-next
that referenced
this issue
Apr 11, 2023
joshiraez
added a commit
to joshiraez/hawtio-next
that referenced
this issue
Apr 11, 2023
joshiraez
added a commit
to joshiraez/hawtio-next
that referenced
this issue
Apr 12, 2023
joshiraez
added a commit
to joshiraez/hawtio-next
that referenced
this issue
Apr 13, 2023
tadayosi
pushed a commit
that referenced
this issue
Apr 14, 2023
joshiraez
added a commit
to joshiraez/hawtio-next
that referenced
this issue
Apr 14, 2023
joshiraez
added a commit
to joshiraez/hawtio-next
that referenced
this issue
Apr 14, 2023
joshiraez
added a commit
to joshiraez/hawtio-next
that referenced
this issue
Apr 14, 2023
joshiraez
added a commit
to joshiraez/hawtio-next
that referenced
this issue
Apr 14, 2023
tadayosi
pushed a commit
that referenced
this issue
Apr 20, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The old Attributes Component includes the ability to display the children of a group category, eg. Contexts, as a table with the bean attributes as the columns and mbeans as the rows:
Old Attributes component for camel contexts ^
The text was updated successfully, but these errors were encountered: