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

fix: refactor create query #1140

Merged
merged 2 commits into from
Dec 18, 2024
Merged

fix: refactor create query #1140

merged 2 commits into from
Dec 18, 2024

Conversation

ajasnosz
Copy link
Collaborator

@ajasnosz ajasnosz commented Dec 16, 2024

Description

Refactor of create query

Fixes # (issue)

Type of change

Please delete options that are not relevant.

  • Refactor/improvement

How Has This Been Tested?

manual, unit, integration

Checklist

  • My commit message is conventional
  • I have run pre-commit on all files before creating the PR
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • I have checked my code and corrected any misspellings

@ajasnosz ajasnosz changed the title fix: refactor create query [run-int-tests] fix: refactor create query Dec 17, 2024
@ajasnosz ajasnosz force-pushed the fix/refactor-create-query branch from d6da58b to 24b09ba Compare December 18, 2024 09:50
"in": "$in",
"regex": "$regex",
}
def convert_to_float(value: typing.Any, ignore_error: bool = False) -> typing.Any:
Copy link
Contributor

Choose a reason for hiding this comment

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

probably we can group this function and human_bool to separate module

@ajasnosz ajasnosz merged commit caef930 into develop Dec 18, 2024
12 checks passed
@ajasnosz ajasnosz deleted the fix/refactor-create-query branch December 18, 2024 13:05
@github-actions github-actions bot locked and limited conversation to collaborators Dec 18, 2024
@srv-rr-github-token
Copy link
Contributor

🎉 This PR is included in version 1.12.1-beta.10 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants