-
Notifications
You must be signed in to change notification settings - Fork 15
Add progress charts #148
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
Add progress charts #148
Conversation
Signed-off-by: Lou Marvin Caraig <[email protected]>
does it contain cache timeout 0 already or not? |
@smacker not yet, and I've just realized that for some reason the id changed from 2 to 3 😕. |
66a09cd
to
456a191
Compare
@@ -10,7 +10,7 @@ | |||
"created_by_fk": null, | |||
"json_metadata": "{\"filter_immune_slices\": [], \"timed_refresh_immune_slices\": [], \"filter_immune_slice_fields\": {}, \"expanded_slices\": {}, \"default_filters\": \"{}\", \"remote_id\": 1, \"import_time\": 1560871295, \"refresh_frequency\": 0}", | |||
"description": null, | |||
"dashboard_title": "Welcome", | |||
"dashboard_title": "Overview", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's still "welcome" few lines above: "meta\": {\"text\": \"Welcome\"}, \"type\": \"HEADER\"}
456a191
to
b82e750
Compare
Wait, I'll test it. |
b82e750
to
a3fbef7
Compare
@smacker I force-pushed the latest changes. Fixed the title as you said and set timeout to 1. Now refreshing the page upates the chart. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It opens wrong dashboard by default now
@smacker yup, sorry I forgot to mention in the last push I fixed the id of the dashboard. For some reason when I exported it the id changed 🤷♂ |
@se7entyse7en what do you mean? I have the latest changes:
|
Signed-off-by: Lou Marvin Caraig <[email protected]>
Signed-off-by: Lou Marvin Caraig <[email protected]>
a3fbef7
to
62a83a3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
confirm it works after changing not only id but remote_id too.
Can I consider this the latest version with progress bars and use it as reference? |
Closes #133.
This adds progress charts fro
ghsync
andgitcollector
.