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

Add an option to disable storing graph data explicitly #1315

Merged

Conversation

johalaoui
Copy link
Contributor

Checklist

  • I have described the changes
  • I have linked to any relevant GitHub issues, if applicable
  • Documentation in doc/ has been updated
  • All new code is licensed under GPLv3

Description

Hello,

This option (store_graph_data_explicitly) can be disabled to use graphs indirectly via execpi or lua_parse. Otherwise the graph stays empty (see #1039 #1109).
The default value is true to keep avoiding resets while using conditional colors (see 594d0c8).

I have tested the previous behavior with this config (see #441 (comment), store_graph_data_explicitly not set (default true)). The config (see #1109 (comment)) is not empty after setting store_graph_data_explicitly = false.

Thanks in advance.

@github-actions github-actions bot added documentation Issue or PR that suggests documentation improvements sources PR modifies project sources labels Dec 3, 2022
@netlify
Copy link

netlify bot commented Dec 3, 2022

Deploy Preview for conkyweb ready!

Name Link
🔨 Latest commit 00e2acd
🔍 Latest deploy log https://app.netlify.com/sites/conkyweb/deploys/638b96a58946240009f744f0
😎 Deploy Preview https://deploy-preview-1315--conkyweb.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

This option (store_graph_data_explicitly) can be disabled to use graphs
indirectly via execpi or lua_parse. Otherwise the graph stays empty. The
default value is true to keep avoiding resets while using conditional
colors.
@johalaoui johalaoui force-pushed the storing-graph-data-explicitly branch from 87b1e60 to 00e2acd Compare December 3, 2022 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Issue or PR that suggests documentation improvements sources PR modifies project sources
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants