Skip to content
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

[2.4] Feature/ui adhoc query #80

Merged
merged 23 commits into from
Aug 9, 2014
Merged

[2.4] Feature/ui adhoc query #80

merged 23 commits into from
Aug 9, 2014

Conversation

anwar6953
Copy link
Contributor

Improvements and bugfixes to adhoc query UI.

anwar6953 and others added 20 commits August 4, 2014 14:26
…iewing results for an an inactive or has_results=false query. Hide other queries' results when viewing another query's results. Display Query start time, rather than query handle. Update the list of queries based upon an interval (status, is_active, has_results attributes). Move navigational arrows up and to the left.
…as expected with page-nav buttons, so leaving it commented for now.
…-side sorting of queries, that is handled completely on server side. Also, fix bug that occurred when a query's results had a null value in it.
-Moved query/results links to the left.
-Removed tooltip from Results Link (when submitting a near query).
-Instead, submitting a query takes you to results page.
-Remove execute button from results page (undone for now).
-Results and status columns collapsed and moved to the left of query.
load: function () {
var self = this;
C.fetchQueries = function(a,b,c){
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why bind to a global variable?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was for debugging purposes, removed now.

load: function () {
var self = this;
C.fetchQueries = function(a,b,c){
self.fetchQueries(a,b,c);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a,b,c doesn't make sense you can pass arguments as is if you need variable length arguments or use an object.
self.fetchQueries(arguments)

self.fetchQueries({
foo: bar
})

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was simply for debugging, removed now.

@anwar6953 anwar6953 changed the title Feature/ui adhoc query [2.4] Feature/ui adhoc query Aug 9, 2014
@anwar6953 anwar6953 changed the title [2.4] Feature/ui adhoc query [2.5] Feature/ui adhoc query Aug 9, 2014
@anwar6953 anwar6953 added the 2.5 label Aug 9, 2014
@anwar6953 anwar6953 changed the title [2.5] Feature/ui adhoc query [2.4] Feature/ui adhoc query Aug 9, 2014
@anwar6953 anwar6953 removed the 2.5 label Aug 9, 2014
@rns4731
Copy link
Contributor

rns4731 commented Aug 9, 2014

LGTM (for including in release), missing items listed as TODOs.

anwar6953 added a commit that referenced this pull request Aug 9, 2014
@anwar6953 anwar6953 merged commit 4fdda95 into develop Aug 9, 2014
@rohitsinha54 rohitsinha54 deleted the feature/ui-adhoc_query branch September 25, 2014 10:10
ajainarayanan added a commit that referenced this pull request Feb 26, 2015
gsps1 pushed a commit that referenced this pull request Mar 15, 2018
moving docs from readmes into their own markdown files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants