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

Can't click to page 2 on reports #38

Open
kspears opened this issue Oct 13, 2015 · 13 comments
Open

Can't click to page 2 on reports #38

kspears opened this issue Oct 13, 2015 · 13 comments

Comments

@kspears
Copy link

kspears commented Oct 13, 2015

I was trying to view additional pages of a long puppet report and when I click the next button (or one of the number buttons) I see the page load the new data into the table and then it reloads the data from page one. Watching the network XFR in chrome I see it load the page and then immediately loads page one:
events?include_total=true&limit=50&offset=50&order_by=
events?include_total=true&limit=50&offset=0&order_by=

Also not sure if it's related but I see a bunch of canceled XHR when I first load up the reports page. I've attached some screenshots showing the behavior I'm seeing.

This is a new puppet install, running puppetdb 3.1.

canceled_events
dual_calls

@clabu
Copy link

clabu commented Nov 2, 2015

Same problem here.

@dalen
Copy link
Owner

dalen commented Nov 4, 2015

I think I'll be able to take a look at this during the weekend. Planning on doing some development then.

@roidelapluie
Copy link

Same problem

1 similar comment
@kirillk77
Copy link
Contributor

Same problem

@greigm
Copy link

greigm commented Jul 27, 2016

Same problem, UI throws ["select_nodes" ["=" "latest_report_status" "failed"]] is not well-formed: query operator 'select_nodes' is unknown - related?

@reuterbal
Copy link

I'm also experiencing problems with 'select_nodes'. When clicking on a specific report for a node, I always get the error message:

["select_nodes" ["=" "catalog_environment" "production"]] is not well-formed: query operator 'select_nodes' is unknown

and the rightmost pie chart (event status) remains empty .

@vml-loshea
Copy link

Any traction on this? Hell, i'd accept "Just ReWrite the query to replace the select_nodes clause with XXXXXXXXX"

@pegasd
Copy link

pegasd commented Dec 20, 2016

We're having the same problem. Any news?

@lestex
Copy link

lestex commented Jan 17, 2017

Faced the same problem.

@Wesseldr
Copy link

Wesseldr commented Feb 14, 2017

+1
Might be no longer giving this error as soon as events are available

@Loshea
Copy link

Loshea commented Apr 21, 2017

I'm still getting it. I am wondering if the culprit is in the node-puppetdbquery project:
https://github.com/dalen/node-puppetdbquery/blob/73a6acc605678b94829bcb6a9ccf7b83d91aec01/lib/evaluator.js#L90

Tried to change the dep version and rebuild the app, but i can't get grunt to successfully build puppetexplorer.

@cargiris
Copy link

cargiris commented Aug 3, 2017

I'm also experiencing this issue, are there plans to address this?
Or are we waiting for a release from the react branch?

Thanks!

@dddomin3
Copy link

dddomin3 commented Aug 3, 2017

Run this in your Developer Tools > Console, and it'll work to at least view 1000 events on the first page.

var Scope = angular.element($("div.ng-scope")).scope(); Scope.perPage = 1000; Scope.changePage(1);

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

No branches or pull requests