-
Notifications
You must be signed in to change notification settings - Fork 21
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
Move all possible events serverside #245
Comments
PR #246 |
I'm not sure how I can manually check this issue. @alison985 can you provide some steps that would help me to check this? |
Perform some actions on the staging instance (visit 1 of each page, for example. Maybe a full regression???). Then on the staging instance using the metadata data source, run a query like the following: select object_type, action, object_id, count(1) Make sure the following events ARE listed: These events have not changed parameters, only where they are located. They should be listed: Make sure the following events are NOT listed: The goal of testing here is to make sure we didn't inadvertently drop any events in the process of moving them. |
I have the following results after using Alison instructions in stage: Make sure the following events ARE listed: They should be listed: Make sure the following events are NOT listed: I think the events I couldn't find are all related to admin tasks that I couldn't perform. Probably after I will get the necessary permissions those will show up. What do you think @alison985 |
I agree @madalincm. |
I managed to run the query. And i can't see all the events. 'view', 'api_call', 'admin/outdated_queries' - 'view', 'api_call', 'admin/tasks' - 'view', 'api_call', 'admin/data_sources' - displayed 'delete', 'datasource', $scope.dataSource.id - not displayed not sure what I should do to see this. Anyone can have an input on this? @washort @spasovski @rafrombrc ? |
I've changed access to |
Thanks @washort 'view', 'api_call', 'admin/data_sources' - displayed 'delete', 'datasource', $scope.dataSource.id - not displayed not sure what I should do to see this. |
The |
Thanks for the reply Allen. The only one that I can't find is |
Found it, it was "Alert Destinations" - clicked on that and a view event for |
I can confirm that. Thanks Allen for all the help. Marking this bug as verified fixed. |
From getredash#1501
The text was updated successfully, but these errors were encountered: