[jira] [Commented] (QPID-7248) Extend the UI to allow queries to be saved, retrieved and re-run

2016-08-26 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-7248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15438797#comment-15438797
 ] 

ASF subversion and git services commented on QPID-7248:
---

Commit 1757817 from oru...@apache.org in branch 'java/trunk'
[ https://svn.apache.org/r1757817 ]

QPID-7248: [Java Broker, WMC] Fix dialog layout

> Extend the UI to allow queries to be saved, retrieved and re-run
> 
>
> Key: QPID-7248
> URL: https://issues.apache.org/jira/browse/QPID-7248
> Project: Qpid
>  Issue Type: Improvement
>  Components: Java Broker
>Reporter: Keith Wall
> Fix For: qpid-java-6.1
>
> Attachments: 
> 0001-QPID-7248-Java-Broker-Preferences-show-preferences-b.patch, 
> extend-query-ui-to-allow-queries-to-be-saved.tar.gz, 
> query-browser-patches.tar.gz
>
>
> Extend the UI to allow the user to save a query so that it is available for 
> use later on.  The user should be able to see a list of saved queries, pick 
> one and rerun it or change it.  The user should be able to delete queries too.
> The user should also be able to see queries that are visible to him.  He 
> should be able to select these queries and execute them.
> * When defining a query, the UI should offer a 'save as' button allowing the 
> query to be named, visibility to be chosen, and saved.
> * If the query has been saved already, the name should be filled in already.
> * Saved queries and queries that are visible to the user will appear to the 
> user as a list (expandable/collapsible widget)
> * From the list the user will be able to delete queries that belong to him.
> * Also from the list, the user will be able to recall queries (either queries 
> that belong to him or ones that are visible).  The query will be recalled in 
> the advanced
>  view, even if the query is representable in standard view.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-7248) Extend the UI to allow queries to be saved, retrieved and re-run

2016-07-26 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-7248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15393819#comment-15393819
 ] 

ASF subversion and git services commented on QPID-7248:
---

Commit 1754131 from oru...@apache.org in branch 'java/trunk'
[ https://svn.apache.org/r1754131 ]

QPID-7248: [Java Broker] [Web Management Console] Update query browser only 
when query browser tab is active

> Extend the UI to allow queries to be saved, retrieved and re-run
> 
>
> Key: QPID-7248
> URL: https://issues.apache.org/jira/browse/QPID-7248
> Project: Qpid
>  Issue Type: Improvement
>  Components: Java Broker
>Reporter: Keith Wall
> Fix For: qpid-java-6.1
>
> Attachments: 
> 0001-QPID-7248-Java-Broker-Preferences-show-preferences-b.patch, 
> extend-query-ui-to-allow-queries-to-be-saved.tar.gz, 
> query-browser-patches.tar.gz
>
>
> Extend the UI to allow the user to save a query so that it is available for 
> use later on.  The user should be able to see a list of saved queries, pick 
> one and rerun it or change it.  The user should be able to delete queries too.
> The user should also be able to see queries that are visible to him.  He 
> should be able to select these queries and execute them.
> * When defining a query, the UI should offer a 'save as' button allowing the 
> query to be named, visibility to be chosen, and saved.
> * If the query has been saved already, the name should be filled in already.
> * Saved queries and queries that are visible to the user will appear to the 
> user as a list (expandable/collapsible widget)
> * From the list the user will be able to delete queries that belong to him.
> * Also from the list, the user will be able to recall queries (either queries 
> that belong to him or ones that are visible).  The query will be recalled in 
> the advanced
>  view, even if the query is representable in standard view.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-7248) Extend the UI to allow queries to be saved, retrieved and re-run

2016-07-20 Thread Keith Wall (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-7248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15386058#comment-15386058
 ] 

Keith Wall commented on QPID-7248:
--

r1753475 - I am uncomfortable with the idea of the programatically changing 
focus to generate events.  This feels like a hack.

> Extend the UI to allow queries to be saved, retrieved and re-run
> 
>
> Key: QPID-7248
> URL: https://issues.apache.org/jira/browse/QPID-7248
> Project: Qpid
>  Issue Type: Improvement
>  Components: Java Broker
>Reporter: Keith Wall
> Fix For: qpid-java-6.1
>
> Attachments: 
> 0001-QPID-7248-Java-Broker-Preferences-show-preferences-b.patch, 
> extend-query-ui-to-allow-queries-to-be-saved.tar.gz, 
> query-browser-patches.tar.gz
>
>
> Extend the UI to allow the user to save a query so that it is available for 
> use later on.  The user should be able to see a list of saved queries, pick 
> one and rerun it or change it.  The user should be able to delete queries too.
> The user should also be able to see queries that are visible to him.  He 
> should be able to select these queries and execute them.
> * When defining a query, the UI should offer a 'save as' button allowing the 
> query to be named, visibility to be chosen, and saved.
> * If the query has been saved already, the name should be filled in already.
> * Saved queries and queries that are visible to the user will appear to the 
> user as a list (expandable/collapsible widget)
> * From the list the user will be able to delete queries that belong to him.
> * Also from the list, the user will be able to recall queries (either queries 
> that belong to him or ones that are visible).  The query will be recalled in 
> the advanced
>  view, even if the query is representable in standard view.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-7248) Extend the UI to allow queries to be saved, retrieved and re-run

2016-07-20 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-7248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15385621#comment-15385621
 ] 

ASF subversion and git services commented on QPID-7248:
---

Commit 1753476 from oru...@apache.org in branch 'java/trunk'
[ https://svn.apache.org/r1753476 ]

QPID-7248: Emit change event from query widget only when query is changed

> Extend the UI to allow queries to be saved, retrieved and re-run
> 
>
> Key: QPID-7248
> URL: https://issues.apache.org/jira/browse/QPID-7248
> Project: Qpid
>  Issue Type: Improvement
>  Components: Java Broker
>Reporter: Keith Wall
> Fix For: qpid-java-6.1
>
> Attachments: 
> 0001-QPID-7248-Java-Broker-Preferences-show-preferences-b.patch, 
> extend-query-ui-to-allow-queries-to-be-saved.tar.gz, 
> query-browser-patches.tar.gz
>
>
> Extend the UI to allow the user to save a query so that it is available for 
> use later on.  The user should be able to see a list of saved queries, pick 
> one and rerun it or change it.  The user should be able to delete queries too.
> The user should also be able to see queries that are visible to him.  He 
> should be able to select these queries and execute them.
> * When defining a query, the UI should offer a 'save as' button allowing the 
> query to be named, visibility to be chosen, and saved.
> * If the query has been saved already, the name should be filled in already.
> * Saved queries and queries that are visible to the user will appear to the 
> user as a list (expandable/collapsible widget)
> * From the list the user will be able to delete queries that belong to him.
> * Also from the list, the user will be able to recall queries (either queries 
> that belong to him or ones that are visible).  The query will be recalled in 
> the advanced
>  view, even if the query is representable in standard view.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-7248) Extend the UI to allow queries to be saved, retrieved and re-run

2016-07-20 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-7248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15385622#comment-15385622
 ] 

ASF subversion and git services commented on QPID-7248:
---

Commit 1753477 from oru...@apache.org in branch 'java/trunk'
[ https://svn.apache.org/r1753477 ]

QPID-7248: Shorten query tab titles

> Extend the UI to allow queries to be saved, retrieved and re-run
> 
>
> Key: QPID-7248
> URL: https://issues.apache.org/jira/browse/QPID-7248
> Project: Qpid
>  Issue Type: Improvement
>  Components: Java Broker
>Reporter: Keith Wall
> Fix For: qpid-java-6.1
>
> Attachments: 
> 0001-QPID-7248-Java-Broker-Preferences-show-preferences-b.patch, 
> extend-query-ui-to-allow-queries-to-be-saved.tar.gz, 
> query-browser-patches.tar.gz
>
>
> Extend the UI to allow the user to save a query so that it is available for 
> use later on.  The user should be able to see a list of saved queries, pick 
> one and rerun it or change it.  The user should be able to delete queries too.
> The user should also be able to see queries that are visible to him.  He 
> should be able to select these queries and execute them.
> * When defining a query, the UI should offer a 'save as' button allowing the 
> query to be named, visibility to be chosen, and saved.
> * If the query has been saved already, the name should be filled in already.
> * Saved queries and queries that are visible to the user will appear to the 
> user as a list (expandable/collapsible widget)
> * From the list the user will be able to delete queries that belong to him.
> * Also from the list, the user will be able to recall queries (either queries 
> that belong to him or ones that are visible).  The query will be recalled in 
> the advanced
>  view, even if the query is representable in standard view.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-7248) Extend the UI to allow queries to be saved, retrieved and re-run

2016-07-20 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-7248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15385620#comment-15385620
 ] 

ASF subversion and git services commented on QPID-7248:
---

Commit 1753475 from oru...@apache.org in branch 'java/trunk'
[ https://svn.apache.org/r1753475 ]

QPID-7248: Restore an ability to search query by pressing 'enter' key in 
advanced mode controls

> Extend the UI to allow queries to be saved, retrieved and re-run
> 
>
> Key: QPID-7248
> URL: https://issues.apache.org/jira/browse/QPID-7248
> Project: Qpid
>  Issue Type: Improvement
>  Components: Java Broker
>Reporter: Keith Wall
> Fix For: qpid-java-6.1
>
> Attachments: 
> 0001-QPID-7248-Java-Broker-Preferences-show-preferences-b.patch, 
> extend-query-ui-to-allow-queries-to-be-saved.tar.gz, 
> query-browser-patches.tar.gz
>
>
> Extend the UI to allow the user to save a query so that it is available for 
> use later on.  The user should be able to see a list of saved queries, pick 
> one and rerun it or change it.  The user should be able to delete queries too.
> The user should also be able to see queries that are visible to him.  He 
> should be able to select these queries and execute them.
> * When defining a query, the UI should offer a 'save as' button allowing the 
> query to be named, visibility to be chosen, and saved.
> * If the query has been saved already, the name should be filled in already.
> * Saved queries and queries that are visible to the user will appear to the 
> user as a list (expandable/collapsible widget)
> * From the list the user will be able to delete queries that belong to him.
> * Also from the list, the user will be able to recall queries (either queries 
> that belong to him or ones that are visible).  The query will be recalled in 
> the advanced
>  view, even if the query is representable in standard view.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-7248) Extend the UI to allow queries to be saved, retrieved and re-run

2016-07-19 Thread Alex Rudyy (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-7248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15383793#comment-15383793
 ] 

Alex Rudyy commented on QPID-7248:
--

Keith,
Changes committed under revisions [r1752823|https://svn.apache.org/r1752823], 
[r1752716|https://svn.apache.org/r1752716] and 
[r1752456|https://svn.apache.org/r1752456] look good to me.
We still need to address issue with submitting of query from Query widget 
advanced view using Enter key. I am going to fix this issue

> Extend the UI to allow queries to be saved, retrieved and re-run
> 
>
> Key: QPID-7248
> URL: https://issues.apache.org/jira/browse/QPID-7248
> Project: Qpid
>  Issue Type: Improvement
>  Components: Java Broker
>Reporter: Keith Wall
> Fix For: qpid-java-6.1
>
> Attachments: 
> 0001-QPID-7248-Java-Broker-Preferences-show-preferences-b.patch, 
> extend-query-ui-to-allow-queries-to-be-saved.tar.gz, 
> query-browser-patches.tar.gz
>
>
> Extend the UI to allow the user to save a query so that it is available for 
> use later on.  The user should be able to see a list of saved queries, pick 
> one and rerun it or change it.  The user should be able to delete queries too.
> The user should also be able to see queries that are visible to him.  He 
> should be able to select these queries and execute them.
> * When defining a query, the UI should offer a 'save as' button allowing the 
> query to be named, visibility to be chosen, and saved.
> * If the query has been saved already, the name should be filled in already.
> * Saved queries and queries that are visible to the user will appear to the 
> user as a list (expandable/collapsible widget)
> * From the list the user will be able to delete queries that belong to him.
> * Also from the list, the user will be able to recall queries (either queries 
> that belong to him or ones that are visible).  The query will be recalled in 
> the advanced
>  view, even if the query is representable in standard view.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-7248) Extend the UI to allow queries to be saved, retrieved and re-run

2016-07-18 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-7248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15382595#comment-15382595
 ] 

ASF subversion and git services commented on QPID-7248:
---

Commit 1753270 from oru...@apache.org in branch 'java/trunk'
[ https://svn.apache.org/r1753270 ]

QPID-7248: Emit rowBrowsed event from QueryGrid on clicking through the row and 
use event handlers to navigate to tabs

> Extend the UI to allow queries to be saved, retrieved and re-run
> 
>
> Key: QPID-7248
> URL: https://issues.apache.org/jira/browse/QPID-7248
> Project: Qpid
>  Issue Type: Improvement
>  Components: Java Broker
>Reporter: Keith Wall
> Fix For: qpid-java-6.1
>
> Attachments: 
> 0001-QPID-7248-Java-Broker-Preferences-show-preferences-b.patch, 
> extend-query-ui-to-allow-queries-to-be-saved.tar.gz, 
> query-browser-patches.tar.gz
>
>
> Extend the UI to allow the user to save a query so that it is available for 
> use later on.  The user should be able to see a list of saved queries, pick 
> one and rerun it or change it.  The user should be able to delete queries too.
> The user should also be able to see queries that are visible to him.  He 
> should be able to select these queries and execute them.
> * When defining a query, the UI should offer a 'save as' button allowing the 
> query to be named, visibility to be chosen, and saved.
> * If the query has been saved already, the name should be filled in already.
> * Saved queries and queries that are visible to the user will appear to the 
> user as a list (expandable/collapsible widget)
> * From the list the user will be able to delete queries that belong to him.
> * Also from the list, the user will be able to recall queries (either queries 
> that belong to him or ones that are visible).  The query will be recalled in 
> the advanced
>  view, even if the query is representable in standard view.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-7248) Extend the UI to allow queries to be saved, retrieved and re-run

2016-07-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-7248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15379277#comment-15379277
 ] 

ASF subversion and git services commented on QPID-7248:
---

Commit 1752823 from [~k-wall] in branch 'java/trunk'
[ https://svn.apache.org/r1752823 ]

QPID-7248: [Java Broker] Query UI - wire up visibilityList to the authenticated 
user's groups

> Extend the UI to allow queries to be saved, retrieved and re-run
> 
>
> Key: QPID-7248
> URL: https://issues.apache.org/jira/browse/QPID-7248
> Project: Qpid
>  Issue Type: Improvement
>  Components: Java Broker
>Reporter: Keith Wall
> Fix For: qpid-java-6.1
>
> Attachments: 
> 0001-QPID-7248-Java-Broker-Preferences-show-preferences-b.patch, 
> extend-query-ui-to-allow-queries-to-be-saved.tar.gz, 
> query-browser-patches.tar.gz
>
>
> Extend the UI to allow the user to save a query so that it is available for 
> use later on.  The user should be able to see a list of saved queries, pick 
> one and rerun it or change it.  The user should be able to delete queries too.
> The user should also be able to see queries that are visible to him.  He 
> should be able to select these queries and execute them.
> * When defining a query, the UI should offer a 'save as' button allowing the 
> query to be named, visibility to be chosen, and saved.
> * If the query has been saved already, the name should be filled in already.
> * Saved queries and queries that are visible to the user will appear to the 
> user as a list (expandable/collapsible widget)
> * From the list the user will be able to delete queries that belong to him.
> * Also from the list, the user will be able to recall queries (either queries 
> that belong to him or ones that are visible).  The query will be recalled in 
> the advanced
>  view, even if the query is representable in standard view.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-7248) Extend the UI to allow queries to be saved, retrieved and re-run

2016-07-14 Thread Keith Wall (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-7248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15377894#comment-15377894
 ] 

Keith Wall commented on QPID-7248:
--

Alex,

I think I have addressed all the comments except:

# Filter toolbar does not stretch through entire tab width - toolbar looks okay 
to me.  What is the problem?
# Re. the no data message.  I don't think we have precedent for hiding grids.  
The grid looked rather odd empty, so at least the message gives a positive 
confirmation that nothing is amiss.


> Extend the UI to allow queries to be saved, retrieved and re-run
> 
>
> Key: QPID-7248
> URL: https://issues.apache.org/jira/browse/QPID-7248
> Project: Qpid
>  Issue Type: Improvement
>  Components: Java Broker
>Reporter: Keith Wall
> Fix For: qpid-java-6.1
>
> Attachments: 
> 0001-QPID-7248-Java-Broker-Preferences-show-preferences-b.patch, 
> extend-query-ui-to-allow-queries-to-be-saved.tar.gz, 
> query-browser-patches.tar.gz
>
>
> Extend the UI to allow the user to save a query so that it is available for 
> use later on.  The user should be able to see a list of saved queries, pick 
> one and rerun it or change it.  The user should be able to delete queries too.
> The user should also be able to see queries that are visible to him.  He 
> should be able to select these queries and execute them.
> * When defining a query, the UI should offer a 'save as' button allowing the 
> query to be named, visibility to be chosen, and saved.
> * If the query has been saved already, the name should be filled in already.
> * Saved queries and queries that are visible to the user will appear to the 
> user as a list (expandable/collapsible widget)
> * From the list the user will be able to delete queries that belong to him.
> * Also from the list, the user will be able to recall queries (either queries 
> that belong to him or ones that are visible).  The query will be recalled in 
> the advanced
>  view, even if the query is representable in standard view.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-7248) Extend the UI to allow queries to be saved, retrieved and re-run

2016-07-14 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-7248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15377619#comment-15377619
 ] 

ASF subversion and git services commented on QPID-7248:
---

Commit 1752716 from [~k-wall] in branch 'java/trunk'
[ https://svn.apache.org/r1752716 ]

QPID-7248: [Java Broker] Address review comments from Alex Rudyy 


* Remove remains of the ability to dynamically change scope/category from 
within the widget
* Set the values of textarea's exactly once during widget initialisation 
avoiding spurious change events from advanced select/where/order-by.

> Extend the UI to allow queries to be saved, retrieved and re-run
> 
>
> Key: QPID-7248
> URL: https://issues.apache.org/jira/browse/QPID-7248
> Project: Qpid
>  Issue Type: Improvement
>  Components: Java Broker
>Reporter: Keith Wall
> Fix For: qpid-java-6.1
>
> Attachments: 
> 0001-QPID-7248-Java-Broker-Preferences-show-preferences-b.patch, 
> extend-query-ui-to-allow-queries-to-be-saved.tar.gz, 
> query-browser-patches.tar.gz
>
>
> Extend the UI to allow the user to save a query so that it is available for 
> use later on.  The user should be able to see a list of saved queries, pick 
> one and rerun it or change it.  The user should be able to delete queries too.
> The user should also be able to see queries that are visible to him.  He 
> should be able to select these queries and execute them.
> * When defining a query, the UI should offer a 'save as' button allowing the 
> query to be named, visibility to be chosen, and saved.
> * If the query has been saved already, the name should be filled in already.
> * Saved queries and queries that are visible to the user will appear to the 
> user as a list (expandable/collapsible widget)
> * From the list the user will be able to delete queries that belong to him.
> * Also from the list, the user will be able to recall queries (either queries 
> that belong to him or ones that are visible).  The query will be recalled in 
> the advanced
>  view, even if the query is representable in standard view.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-7248) Extend the UI to allow queries to be saved, retrieved and re-run

2016-07-13 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-7248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15375346#comment-15375346
 ] 

ASF subversion and git services commented on QPID-7248:
---

Commit 1752456 from [~k-wall] in branch 'java/trunk'
[ https://svn.apache.org/r1752456 ]

QPID-7248: [Java Broker] Address review comments from Alex Rudyy 


> Extend the UI to allow queries to be saved, retrieved and re-run
> 
>
> Key: QPID-7248
> URL: https://issues.apache.org/jira/browse/QPID-7248
> Project: Qpid
>  Issue Type: Improvement
>  Components: Java Broker
>Reporter: Keith Wall
> Fix For: qpid-java-6.1
>
> Attachments: 
> 0001-QPID-7248-Java-Broker-Preferences-show-preferences-b.patch, 
> extend-query-ui-to-allow-queries-to-be-saved.tar.gz, 
> query-browser-patches.tar.gz
>
>
> Extend the UI to allow the user to save a query so that it is available for 
> use later on.  The user should be able to see a list of saved queries, pick 
> one and rerun it or change it.  The user should be able to delete queries too.
> The user should also be able to see queries that are visible to him.  He 
> should be able to select these queries and execute them.
> * When defining a query, the UI should offer a 'save as' button allowing the 
> query to be named, visibility to be chosen, and saved.
> * If the query has been saved already, the name should be filled in already.
> * Saved queries and queries that are visible to the user will appear to the 
> user as a list (expandable/collapsible widget)
> * From the list the user will be able to delete queries that belong to him.
> * Also from the list, the user will be able to recall queries (either queries 
> that belong to him or ones that are visible).  The query will be recalled in 
> the advanced
>  view, even if the query is representable in standard view.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-7248) Extend the UI to allow queries to be saved, retrieved and re-run

2016-07-12 Thread Alex Rudyy (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-7248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15372510#comment-15372510
 ] 

Alex Rudyy commented on QPID-7248:
--

Keith,
I would like to suggest changing QueryWidget to emit change notifications only 
when query value is changed, something like
{code}
--- 
broker-plugins/management-http/src/main/java/resources/js/qpid/management/query/QueryWidget.js
+++ 
broker-plugins/management-http/src/main/java/resources/js/qpid/management/query/QueryWidget.js
@@ -31,6 +31,7 @@ define(["dojo/_base/declare",
 "dojox/html/entities",
 "dgrid/extensions/ColumnReorder",
 "dgrid/extensions/ColumnHider",
+"qpid/common/util",
 "qpid/management/query/QueryGrid",
 "qpid/management/query/DropDownSelect",
 "qpid/management/query/WhereExpression",
@@ -56,6 +57,7 @@ define(["dojo/_base/declare",
   entities,
   ColumnReorder,
   ColumnHider,
+  util,
   QueryGrid)
 {
 var predefinedCategories = [{
@@ -296,6 +298,7 @@ define(["dojo/_base/declare",
 _lastStandardModeSelect: null,
 _lastHeaders: null,
 _queryCloneDialogForm: null,
+_lastQuery: null,
 
 postCreate: function ()
 {
@@ -377,6 +380,7 @@ define(["dojo/_base/declare",
 
 // if the preference has an id, then we know it is in the 
store
 this.deleteButton.set("disabled", this.preference != null 
&& this.preference.id != null ? false : true);
+this._lastQuery = this._getQuery();
 },
 search: function ()
 {
@@ -1113,7 +1117,11 @@ define(["dojo/_base/declare",
 var queryParameters = this._getQuery(query);
 var pref = lang.clone(this.preference);
 pref.value = queryParameters;
-this.emit("change", {preference: pref});
+if (!this._lastQuery || !util.equals(this._lastQuery, 
queryParameters))
+{
+this._lastQuery = queryParameters;
+this.emit("change", {preference: pref});
+}
 }
 });
{code}
Arguably we do not need to emit preference: emitting of query object should be 
sufficient for a tab.

> Extend the UI to allow queries to be saved, retrieved and re-run
> 
>
> Key: QPID-7248
> URL: https://issues.apache.org/jira/browse/QPID-7248
> Project: Qpid
>  Issue Type: Improvement
>  Components: Java Broker
>Reporter: Keith Wall
> Fix For: qpid-java-6.1
>
> Attachments: 
> 0001-QPID-7248-Java-Broker-Preferences-show-preferences-b.patch, 
> extend-query-ui-to-allow-queries-to-be-saved.tar.gz, 
> query-browser-patches.tar.gz
>
>
> Extend the UI to allow the user to save a query so that it is available for 
> use later on.  The user should be able to see a list of saved queries, pick 
> one and rerun it or change it.  The user should be able to delete queries too.
> The user should also be able to see queries that are visible to him.  He 
> should be able to select these queries and execute them.
> * When defining a query, the UI should offer a 'save as' button allowing the 
> query to be named, visibility to be chosen, and saved.
> * If the query has been saved already, the name should be filled in already.
> * Saved queries and queries that are visible to the user will appear to the 
> user as a list (expandable/collapsible widget)
> * From the list the user will be able to delete queries that belong to him.
> * Also from the list, the user will be able to recall queries (either queries 
> that belong to him or ones that are visible).  The query will be recalled in 
> the advanced
>  view, even if the query is representable in standard view.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-7248) Extend the UI to allow queries to be saved, retrieved and re-run

2016-07-12 Thread Alex Rudyy (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-7248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15372509#comment-15372509
 ] 

Alex Rudyy commented on QPID-7248:
--

Keith,
I reviewed the changes made in commits 
[r1751940|https://svn.apache.org/r1751940], 
[r1751916|https://svn.apache.org/r1751916], 
[r1751884|https://svn.apache.org/r1751884], 
[r1751879|https://svn.apache.org/r1751879], 
[r1751816|https://svn.apache.org/r1751816], 
[r1751800|https://svn.apache.org/r1751800], 
[r1751799|https://svn.apache.org/r1751799] and 
[r1751782|https://svn.apache.org/r1751782]. Here are my comments:

* QueryBrowserWidget comments
** Queue browser tree table flushes yellow on changes
** Filter toolbar does not stretch through entire tab width
** Methods "transformer" and "processPreferencesForObject" (which are passed as 
arguments into store constructor) operates with store state variables. IMHO, it 
would be more correct to move them into PreferencesStore class rather then 
mixin into store via constructor. 
** Field management is declared twice in QueryBrowserWidget
** I am not sure about displaying of "No data" messages in dgrid in container 
for rows. Whouldn't it be better to hide the grid and display the div with a 
message instead?
* Structure
** structure is retrieved twice at the moment (as part of treeView and via 
controller structure updater). Treeview can re-use the structure data 
** unrequired "coma" in import at line 21
** missing semicolums at lines 69 and 73
* QueryWidget
** QuerySaveDialogForm#_onChange contains a dead code. It used to disable Save 
button if name is not entered. The disabling functionality has been removed. 
Was it intentional? Imho disabling of button gives a better user experience
** on change events are still emitted when no change happens
** Indication about changes in query via "*" suffix on query tab title is 
broken:
*** Star prefix is added to the Query tab title unexpextedly whilst navigating 
(with keyborad or mouse) through controls in advanced view. It gives false 
imression that query is changed
*** Star prefix is not added to the Query tab title after query changes in 
following cases
 when value of advanced control is changed and Enter is pressed
 when page size is changed
 after navigation to another page
*** Star prefix is not removed from the Query tab title when query is changed 
back to its original value

> Extend the UI to allow queries to be saved, retrieved and re-run
> 
>
> Key: QPID-7248
> URL: https://issues.apache.org/jira/browse/QPID-7248
> Project: Qpid
>  Issue Type: Improvement
>  Components: Java Broker
>Reporter: Keith Wall
> Fix For: qpid-java-6.1
>
> Attachments: 
> 0001-QPID-7248-Java-Broker-Preferences-show-preferences-b.patch, 
> extend-query-ui-to-allow-queries-to-be-saved.tar.gz, 
> query-browser-patches.tar.gz
>
>
> Extend the UI to allow the user to save a query so that it is available for 
> use later on.  The user should be able to see a list of saved queries, pick 
> one and rerun it or change it.  The user should be able to delete queries too.
> The user should also be able to see queries that are visible to him.  He 
> should be able to select these queries and execute them.
> * When defining a query, the UI should offer a 'save as' button allowing the 
> query to be named, visibility to be chosen, and saved.
> * If the query has been saved already, the name should be filled in already.
> * Saved queries and queries that are visible to the user will appear to the 
> user as a list (expandable/collapsible widget)
> * From the list the user will be able to delete queries that belong to him.
> * Also from the list, the user will be able to recall queries (either queries 
> that belong to him or ones that are visible).  The query will be recalled in 
> the advanced
>  view, even if the query is representable in standard view.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-7248) Extend the UI to allow queries to be saved, retrieved and re-run

2016-07-08 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-7248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15367901#comment-15367901
 ] 

ASF subversion and git services commented on QPID-7248:
---

Commit 1751940 from [~k-wall] in branch 'java/trunk'
[ https://svn.apache.org/r1751940 ]

QPID-7248: [Java Broker] Query browser - refactor implementation

> Extend the UI to allow queries to be saved, retrieved and re-run
> 
>
> Key: QPID-7248
> URL: https://issues.apache.org/jira/browse/QPID-7248
> Project: Qpid
>  Issue Type: Improvement
>  Components: Java Broker
>Reporter: Keith Wall
> Fix For: qpid-java-6.1
>
> Attachments: 
> 0001-QPID-7248-Java-Broker-Preferences-show-preferences-b.patch, 
> extend-query-ui-to-allow-queries-to-be-saved.tar.gz, 
> query-browser-patches.tar.gz
>
>
> Extend the UI to allow the user to save a query so that it is available for 
> use later on.  The user should be able to see a list of saved queries, pick 
> one and rerun it or change it.  The user should be able to delete queries too.
> The user should also be able to see queries that are visible to him.  He 
> should be able to select these queries and execute them.
> * When defining a query, the UI should offer a 'save as' button allowing the 
> query to be named, visibility to be chosen, and saved.
> * If the query has been saved already, the name should be filled in already.
> * Saved queries and queries that are visible to the user will appear to the 
> user as a list (expandable/collapsible widget)
> * From the list the user will be able to delete queries that belong to him.
> * Also from the list, the user will be able to recall queries (either queries 
> that belong to him or ones that are visible).  The query will be recalled in 
> the advanced
>  view, even if the query is representable in standard view.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-7248) Extend the UI to allow queries to be saved, retrieved and re-run

2016-07-08 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-7248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15367766#comment-15367766
 ] 

ASF subversion and git services commented on QPID-7248:
---

Commit 1751916 from [~k-wall] in branch 'java/trunk'
[ https://svn.apache.org/r1751916 ]

QPID-7248: [Java Broker] Query browser - use hierarchical label for object 
within tree view

> Extend the UI to allow queries to be saved, retrieved and re-run
> 
>
> Key: QPID-7248
> URL: https://issues.apache.org/jira/browse/QPID-7248
> Project: Qpid
>  Issue Type: Improvement
>  Components: Java Broker
>Reporter: Keith Wall
> Fix For: qpid-java-6.1
>
> Attachments: 
> 0001-QPID-7248-Java-Broker-Preferences-show-preferences-b.patch, 
> extend-query-ui-to-allow-queries-to-be-saved.tar.gz, 
> query-browser-patches.tar.gz
>
>
> Extend the UI to allow the user to save a query so that it is available for 
> use later on.  The user should be able to see a list of saved queries, pick 
> one and rerun it or change it.  The user should be able to delete queries too.
> The user should also be able to see queries that are visible to him.  He 
> should be able to select these queries and execute them.
> * When defining a query, the UI should offer a 'save as' button allowing the 
> query to be named, visibility to be chosen, and saved.
> * If the query has been saved already, the name should be filled in already.
> * Saved queries and queries that are visible to the user will appear to the 
> user as a list (expandable/collapsible widget)
> * From the list the user will be able to delete queries that belong to him.
> * Also from the list, the user will be able to recall queries (either queries 
> that belong to him or ones that are visible).  The query will be recalled in 
> the advanced
>  view, even if the query is representable in standard view.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-7248) Extend the UI to allow queries to be saved, retrieved and re-run

2016-07-08 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-7248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15367566#comment-15367566
 ] 

ASF subversion and git services commented on QPID-7248:
---

Commit 1751884 from [~k-wall] in branch 'java/trunk'
[ https://svn.apache.org/r1751884 ]

QPID-7248: [Java Broker] Query browser - add noDataMessage message

> Extend the UI to allow queries to be saved, retrieved and re-run
> 
>
> Key: QPID-7248
> URL: https://issues.apache.org/jira/browse/QPID-7248
> Project: Qpid
>  Issue Type: Improvement
>  Components: Java Broker
>Reporter: Keith Wall
> Fix For: qpid-java-6.1
>
> Attachments: 
> 0001-QPID-7248-Java-Broker-Preferences-show-preferences-b.patch, 
> extend-query-ui-to-allow-queries-to-be-saved.tar.gz, 
> query-browser-patches.tar.gz
>
>
> Extend the UI to allow the user to save a query so that it is available for 
> use later on.  The user should be able to see a list of saved queries, pick 
> one and rerun it or change it.  The user should be able to delete queries too.
> The user should also be able to see queries that are visible to him.  He 
> should be able to select these queries and execute them.
> * When defining a query, the UI should offer a 'save as' button allowing the 
> query to be named, visibility to be chosen, and saved.
> * If the query has been saved already, the name should be filled in already.
> * Saved queries and queries that are visible to the user will appear to the 
> user as a list (expandable/collapsible widget)
> * From the list the user will be able to delete queries that belong to him.
> * Also from the list, the user will be able to recall queries (either queries 
> that belong to him or ones that are visible).  The query will be recalled in 
> the advanced
>  view, even if the query is representable in standard view.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-7248) Extend the UI to allow queries to be saved, retrieved and re-run

2016-07-08 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-7248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15367532#comment-15367532
 ] 

ASF subversion and git services commented on QPID-7248:
---

Commit 1751879 from [~k-wall] in branch 'java/trunk'
[ https://svn.apache.org/r1751879 ]

QPID-7248: [Java Broker] Query widget - disable the save/delete buttons as 
appropiate

> Extend the UI to allow queries to be saved, retrieved and re-run
> 
>
> Key: QPID-7248
> URL: https://issues.apache.org/jira/browse/QPID-7248
> Project: Qpid
>  Issue Type: Improvement
>  Components: Java Broker
>Reporter: Keith Wall
> Fix For: qpid-java-6.1
>
> Attachments: 
> 0001-QPID-7248-Java-Broker-Preferences-show-preferences-b.patch, 
> extend-query-ui-to-allow-queries-to-be-saved.tar.gz, 
> query-browser-patches.tar.gz
>
>
> Extend the UI to allow the user to save a query so that it is available for 
> use later on.  The user should be able to see a list of saved queries, pick 
> one and rerun it or change it.  The user should be able to delete queries too.
> The user should also be able to see queries that are visible to him.  He 
> should be able to select these queries and execute them.
> * When defining a query, the UI should offer a 'save as' button allowing the 
> query to be named, visibility to be chosen, and saved.
> * If the query has been saved already, the name should be filled in already.
> * Saved queries and queries that are visible to the user will appear to the 
> user as a list (expandable/collapsible widget)
> * From the list the user will be able to delete queries that belong to him.
> * Also from the list, the user will be able to recall queries (either queries 
> that belong to him or ones that are visible).  The query will be recalled in 
> the advanced
>  view, even if the query is representable in standard view.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-7248) Extend the UI to allow queries to be saved, retrieved and re-run

2016-07-07 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-7248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15366340#comment-15366340
 ] 

ASF subversion and git services commented on QPID-7248:
---

Commit 1751816 from [~k-wall] in branch 'java/trunk'
[ https://svn.apache.org/r1751816 ]

QPID-7248: [Java Broker] Remove javascript debug console logging

> Extend the UI to allow queries to be saved, retrieved and re-run
> 
>
> Key: QPID-7248
> URL: https://issues.apache.org/jira/browse/QPID-7248
> Project: Qpid
>  Issue Type: Improvement
>  Components: Java Broker
>Reporter: Keith Wall
> Fix For: qpid-java-6.1
>
> Attachments: 
> 0001-QPID-7248-Java-Broker-Preferences-show-preferences-b.patch, 
> extend-query-ui-to-allow-queries-to-be-saved.tar.gz, 
> query-browser-patches.tar.gz
>
>
> Extend the UI to allow the user to save a query so that it is available for 
> use later on.  The user should be able to see a list of saved queries, pick 
> one and rerun it or change it.  The user should be able to delete queries too.
> The user should also be able to see queries that are visible to him.  He 
> should be able to select these queries and execute them.
> * When defining a query, the UI should offer a 'save as' button allowing the 
> query to be named, visibility to be chosen, and saved.
> * If the query has been saved already, the name should be filled in already.
> * Saved queries and queries that are visible to the user will appear to the 
> user as a list (expandable/collapsible widget)
> * From the list the user will be able to delete queries that belong to him.
> * Also from the list, the user will be able to recall queries (either queries 
> that belong to him or ones that are visible).  The query will be recalled in 
> the advanced
>  view, even if the query is representable in standard view.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-7248) Extend the UI to allow queries to be saved, retrieved and re-run

2016-07-07 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-7248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15366177#comment-15366177
 ] 

ASF subversion and git services commented on QPID-7248:
---

Commit 1751800 from [~k-wall] in branch 'java/trunk'
[ https://svn.apache.org/r1751800 ]

QPID-7248: [Java Broker] Rename menu item Open to Show Browser

> Extend the UI to allow queries to be saved, retrieved and re-run
> 
>
> Key: QPID-7248
> URL: https://issues.apache.org/jira/browse/QPID-7248
> Project: Qpid
>  Issue Type: Improvement
>  Components: Java Broker
>Reporter: Keith Wall
> Fix For: qpid-java-6.1
>
> Attachments: 
> 0001-QPID-7248-Java-Broker-Preferences-show-preferences-b.patch, 
> extend-query-ui-to-allow-queries-to-be-saved.tar.gz, 
> query-browser-patches.tar.gz
>
>
> Extend the UI to allow the user to save a query so that it is available for 
> use later on.  The user should be able to see a list of saved queries, pick 
> one and rerun it or change it.  The user should be able to delete queries too.
> The user should also be able to see queries that are visible to him.  He 
> should be able to select these queries and execute them.
> * When defining a query, the UI should offer a 'save as' button allowing the 
> query to be named, visibility to be chosen, and saved.
> * If the query has been saved already, the name should be filled in already.
> * Saved queries and queries that are visible to the user will appear to the 
> user as a list (expandable/collapsible widget)
> * From the list the user will be able to delete queries that belong to him.
> * Also from the list, the user will be able to recall queries (either queries 
> that belong to him or ones that are visible).  The query will be recalled in 
> the advanced
>  view, even if the query is representable in standard view.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-7248) Extend the UI to allow queries to be saved, retrieved and re-run

2016-07-07 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-7248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15366176#comment-15366176
 ] 

ASF subversion and git services commented on QPID-7248:
---

Commit 1751799 from [~k-wall] in branch 'java/trunk'
[ https://svn.apache.org/r1751799 ]

QPID-7248: [Java Broker] Remove redundant Query button from virtualhost tab

> Extend the UI to allow queries to be saved, retrieved and re-run
> 
>
> Key: QPID-7248
> URL: https://issues.apache.org/jira/browse/QPID-7248
> Project: Qpid
>  Issue Type: Improvement
>  Components: Java Broker
>Reporter: Keith Wall
> Fix For: qpid-java-6.1
>
> Attachments: 
> 0001-QPID-7248-Java-Broker-Preferences-show-preferences-b.patch, 
> extend-query-ui-to-allow-queries-to-be-saved.tar.gz, 
> query-browser-patches.tar.gz
>
>
> Extend the UI to allow the user to save a query so that it is available for 
> use later on.  The user should be able to see a list of saved queries, pick 
> one and rerun it or change it.  The user should be able to delete queries too.
> The user should also be able to see queries that are visible to him.  He 
> should be able to select these queries and execute them.
> * When defining a query, the UI should offer a 'save as' button allowing the 
> query to be named, visibility to be chosen, and saved.
> * If the query has been saved already, the name should be filled in already.
> * Saved queries and queries that are visible to the user will appear to the 
> user as a list (expandable/collapsible widget)
> * From the list the user will be able to delete queries that belong to him.
> * Also from the list, the user will be able to recall queries (either queries 
> that belong to him or ones that are visible).  The query will be recalled in 
> the advanced
>  view, even if the query is representable in standard view.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-7248) Extend the UI to allow queries to be saved, retrieved and re-run

2016-07-07 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-7248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15365994#comment-15365994
 ] 

ASF subversion and git services commented on QPID-7248:
---

Commit 1751782 from [~k-wall] in branch 'java/trunk'
[ https://svn.apache.org/r1751782 ]

QPID-7248: [Java Broker] Preferences - show preferences belonging to 
virtualhosts too

> Extend the UI to allow queries to be saved, retrieved and re-run
> 
>
> Key: QPID-7248
> URL: https://issues.apache.org/jira/browse/QPID-7248
> Project: Qpid
>  Issue Type: Improvement
>  Components: Java Broker
>Reporter: Keith Wall
> Fix For: qpid-java-6.1
>
> Attachments: 
> 0001-QPID-7248-Java-Broker-Preferences-show-preferences-b.patch, 
> extend-query-ui-to-allow-queries-to-be-saved.tar.gz, 
> query-browser-patches.tar.gz
>
>
> Extend the UI to allow the user to save a query so that it is available for 
> use later on.  The user should be able to see a list of saved queries, pick 
> one and rerun it or change it.  The user should be able to delete queries too.
> The user should also be able to see queries that are visible to him.  He 
> should be able to select these queries and execute them.
> * When defining a query, the UI should offer a 'save as' button allowing the 
> query to be named, visibility to be chosen, and saved.
> * If the query has been saved already, the name should be filled in already.
> * Saved queries and queries that are visible to the user will appear to the 
> user as a list (expandable/collapsible widget)
> * From the list the user will be able to delete queries that belong to him.
> * Also from the list, the user will be able to recall queries (either queries 
> that belong to him or ones that are visible).  The query will be recalled in 
> the advanced
>  view, even if the query is representable in standard view.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-7248) Extend the UI to allow queries to be saved, retrieved and re-run

2016-07-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-7248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15360325#comment-15360325
 ] 

ASF subversion and git services commented on QPID-7248:
---

Commit 1751095 from oru...@apache.org in branch 'java/trunk'
[ https://svn.apache.org/r1751095 ]

QPID-7248: Add query browser and functionality to open existing queries from 
query browser

> Extend the UI to allow queries to be saved, retrieved and re-run
> 
>
> Key: QPID-7248
> URL: https://issues.apache.org/jira/browse/QPID-7248
> Project: Qpid
>  Issue Type: Improvement
>  Components: Java Broker
>Reporter: Keith Wall
> Fix For: qpid-java-6.1
>
> Attachments: extend-query-ui-to-allow-queries-to-be-saved.tar.gz, 
> query-browser-patches.tar.gz
>
>
> Extend the UI to allow the user to save a query so that it is available for 
> use later on.  The user should be able to see a list of saved queries, pick 
> one and rerun it or change it.  The user should be able to delete queries too.
> The user should also be able to see queries that are visible to him.  He 
> should be able to select these queries and execute them.
> * When defining a query, the UI should offer a 'save as' button allowing the 
> query to be named, visibility to be chosen, and saved.
> * If the query has been saved already, the name should be filled in already.
> * Saved queries and queries that are visible to the user will appear to the 
> user as a list (expandable/collapsible widget)
> * From the list the user will be able to delete queries that belong to him.
> * Also from the list, the user will be able to recall queries (either queries 
> that belong to him or ones that are visible).  The query will be recalled in 
> the advanced
>  view, even if the query is representable in standard view.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-7248) Extend the UI to allow queries to be saved, retrieved and re-run

2016-06-28 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-7248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15353919#comment-15353919
 ] 

ASF subversion and git services commented on QPID-7248:
---

Commit 1750594 from oru...@apache.org in branch 'java/trunk'
[ https://svn.apache.org/r1750594 ]

QPID-7248: Extend query UI to allow queries to be saved, cloned and deleted

> Extend the UI to allow queries to be saved, retrieved and re-run
> 
>
> Key: QPID-7248
> URL: https://issues.apache.org/jira/browse/QPID-7248
> Project: Qpid
>  Issue Type: Improvement
>  Components: Java Broker
>Reporter: Keith Wall
> Fix For: qpid-java-6.1
>
> Attachments: extend-query-ui-to-allow-queries-to-be-saved.tar.gz
>
>
> Extend the UI to allow the user to save a query so that it is available for 
> use later on.  The user should be able to see a list of saved queries, pick 
> one and rerun it or change it.  The user should be able to delete queries too.
> The user should also be able to see queries that are visible to him.  He 
> should be able to select these queries and execute them.
> * When defining a query, the UI should offer a 'save as' button allowing the 
> query to be named, visibility to be chosen, and saved.
> * If the query has been saved already, the name should be filled in already.
> * Saved queries and queries that are visible to the user will appear to the 
> user as a list (expandable/collapsible widget)
> * From the list the user will be able to delete queries that belong to him.
> * Also from the list, the user will be able to recall queries (either queries 
> that belong to him or ones that are visible).  The query will be recalled in 
> the advanced
>  view, even if the query is representable in standard view.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org