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

Merged
merged 1 commit into from
Dec 4, 2024
Merged

Chart data cleanup #141

merged 1 commit into from
Dec 4, 2024

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.

@dogversioning dogversioning merged commit dc96834 into main Dec 4, 2024
2 checks passed
@dogversioning dogversioning deleted the mg/cleanup-chart-data branch December 4, 2024 20:41
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