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

Improve performance of validation of filters and raw fields. #18

Merged
merged 1 commit into from
May 7, 2024

Conversation

aaronweeden
Copy link

@aaronweeden aaronweeden commented Oct 19, 2023

Description

This PR improves the performance of validation of filters and raw fields by moving HTTP requests that only need to be called once out of loops.

Tests performed

These changes are covered by an existing regression test (test_get_raw_data) that I ran by following the instructions in docs/developing.md.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • CHANGELOG.md has been updated
  • The milestone is set correctly on the pull request
  • The appropriate labels have been added to the pull request
  • Running the automated tests (see docs/developing.md) produces no errors.

@aaronweeden aaronweeden added the refactor Refactor of existing functionality label Oct 19, 2023
@aaronweeden aaronweeden added this to the 1.0.1 milestone Oct 19, 2023
@aaronweeden aaronweeden force-pushed the improve-validation-performance branch from b09f2fc to 8fd9dd8 Compare March 7, 2024 22:14
@aaronweeden aaronweeden force-pushed the improve-validation-performance branch 2 times, most recently from b0901e8 to f073b79 Compare April 4, 2024 21:32
@aaronweeden aaronweeden force-pushed the improve-validation-performance branch from f073b79 to 1dfb3a5 Compare April 9, 2024 15:58
@aaronweeden aaronweeden merged commit 3354024 into ubccr:main May 7, 2024
1 check passed
@aaronweeden aaronweeden deleted the improve-validation-performance branch May 7, 2024 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Refactor of existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants