[JBoss JIRA] (DROOLS-3266) [DMN Designer] Remove some properties from the Properties Panel
by Guilherme Carreiro (Jira)
[ https://issues.jboss.org/browse/DROOLS-3266?page=com.atlassian.jira.plugi... ]
Guilherme Carreiro updated DROOLS-3266:
---------------------------------------
Tester: Jozef Marko
> [DMN Designer] Remove some properties from the Properties Panel
> ---------------------------------------------------------------
>
> Key: DROOLS-3266
> URL: https://issues.jboss.org/browse/DROOLS-3266
> Project: Drools
> Issue Type: Enhancement
> Components: DMN Editor
> Reporter: Guilherme Carreiro
> Assignee: Michael Anstis
> Priority: Major
> Labels: drools-tools
> Attachments: decision-table-output-header-selected.png, input-selected.png
>
>
> Remove the properties highlighted in red from the Properties Panel:
> I) When an input node is selected
> !input-selected.png|thumbnail!
> II) When a decision table header output is selected
> !decision-table-output-header-selected.png|thumbnail!
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 6 months
[JBoss JIRA] (WFWIP-127) Subsystem jgroups exposes 354 metrics, no way to expose subset of metrics
by Paul Ferraro (Jira)
[ https://issues.jboss.org/browse/WFWIP-127?page=com.atlassian.jira.plugin.... ]
Paul Ferraro commented on WFWIP-127:
------------------------------------
[~jmesnil] The statistics-enabled property currently only toggles whether JGroups internally collects statistics for a channel. The bulk of the metrics in question are dynamically registered during runtime via runtime child resources of a given connected channel. We should easily be able to toggle registration based on the value of the statistics-enabled property of the parent channel. Does that sound satisfactory?
> Subsystem jgroups exposes 354 metrics, no way to expose subset of metrics
> -------------------------------------------------------------------------
>
> Key: WFWIP-127
> URL: https://issues.jboss.org/browse/WFWIP-127
> Project: WildFly WIP
> Issue Type: Bug
> Components: MP Metrics
> Reporter: Rostislav Svoboda
> Assignee: Jeff Mesnil
> Priority: Critical
>
> Subsystem jgroups exposes 354 metrics
> There is no way to expose subset of metrics for subsystem
> standalone.xml
> {code}
> curl http://localhost:10090/metrics 2>/dev/null | grep -v TYPE | grep -v HELP | wc -l
> 109
> curl http://localhost:10090/metrics 2>/dev/null | grep -v TYPE | grep -v HELP | grep subsystem | cut -d_ -f 3 | sort | uniq -c
> 7 batch
> 1 datasources
> 7 ejb3
> 6 io
> 8 jca
> 1 request
> 11 transactions
> 12 undertow
> {code}
> standalone-full-ha.xml
> {code}
> curl http://localhost:10090/metrics 2>/dev/null | grep -v TYPE | grep -v HELP | wc -l
> 497
> curl http://localhost:10090/metrics 2>/dev/null | grep -v TYPE | grep -v HELP | grep subsystem | cut -d_ -f 3 | sort | uniq -c
> 7 batch
> 1 datasources
> 7 ejb3
> 6 io
> 8 jca
> 354 jgroups
> 10 messaging
> 1 request
> 11 transactions
> 18 undertow
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 6 months
[JBoss JIRA] (DROOLS-3267) [DMN Designer] Improve the interaction with the context menu in the expression editor
by Guilherme Carreiro (Jira)
[ https://issues.jboss.org/browse/DROOLS-3267?page=com.atlassian.jira.plugi... ]
Guilherme Carreiro edited comment on DROOLS-3267 at 11/6/18 3:12 PM:
---------------------------------------------------------------------
[~uxdlc], which option should we take? (I) The single click or (II) the left click?
was (Author: karreiro):
[~ uxdlc], which option should we take? (I) The single click or (II) the left click?
> [DMN Designer] Improve the interaction with the context menu in the expression editor
> -------------------------------------------------------------------------------------
>
> Key: DROOLS-3267
> URL: https://issues.jboss.org/browse/DROOLS-3267
> Project: Drools
> Issue Type: Enhancement
> Components: DMN Editor
> Reporter: Guilherme Carreiro
> Assignee: Michael Anstis
> Priority: Major
> Labels: drools-tools
> Attachments: context-menu.png
>
>
> The context menu is activated by a double click today:
> !context-menu.png|thumbnail!
> [~tirelli] suggested just a (I) single click or (II) a left click to enable the menu.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 6 months