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

Chart data cleanup #141

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Chart data cleanup #141

wants to merge 1 commit into from

Conversation

dogversioning
Copy link
Contributor

This PR addresses some edge cases found in dashboard testing:

  • String comparisons can be used on number, so casting is required
  • Incorrect quoting on date columns
  • Fixed detection of nulls in incoming filter array objects
  • matches action name was incorrect

Copy link

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
692 660 95% 90% 🟢

New Files

No new covered files...

Modified Files

File Coverage Status
src/dashboard/get_chart_data/get_chart_data.py 97% 🟢
TOTAL 97% 🟢

updated for commit: 52cc704 by action🐍


inline_configs.append(config_params)
none_configs.append(none_params)
if config_params != []:
Copy link
Contributor

Choose a reason for hiding this comment

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

if config_params: might be more natural, unless there's a reason you want to append a None value.

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