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

wip: Import from SQL #1103

Draft
wants to merge 22 commits into
base: master
Choose a base branch
from
Draft

wip: Import from SQL #1103

wants to merge 22 commits into from

Conversation

ukrbublik
Copy link
Owner

@ukrbublik ukrbublik commented Jul 30, 2024

Resolves #911 #593

Todo:
#1024
#982

Copy link

codesandbox bot commented Jul 30, 2024

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

Copy link

vercel bot commented Jul 30, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
react-awesome-query-builder-examples ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 14, 2024 6:43pm
react-awesome-query-builder-sandbox ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 14, 2024 6:43pm
react-awesome-query-builder-sandbox-next ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 14, 2024 6:43pm

Copy link

codesandbox-ci bot commented Aug 6, 2024

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit c3bceff:

Sandbox Source
@react-awesome-query-builder/examples Configuration
@react-awesome-query-builder/sandbox Configuration
@react-awesome-query-builder/sandbox-simple Configuration
@react-awesome-query-builder/sandbox-next Configuration

Copy link

codecov bot commented Aug 6, 2024

Codecov Report

Attention: Patch coverage is 82.74203% with 287 lines in your changes missing coverage. Please review.

Project coverage is 80.85%. Comparing base (0daf399) to head (9e8e693).
Report is 2 commits behind head on master.

Files Patch % Lines
packages/sql/modules/import/ast.ts 41.95% 54 Missing and 29 partials ⚠️
packages/sql/modules/import/convert.ts 64.59% 33 Missing and 24 partials ⚠️
packages/core/modules/import/spel/convert.js 87.31% 42 Missing ⚠️
packages/core/modules/import/spel/builder.js 82.35% 18 Missing ⚠️
packages/core/modules/utils/ruleUtils.js 81.15% 13 Missing ⚠️
packages/core/modules/import/spel/postprocess.js 88.57% 12 Missing ⚠️
...ckages/core/modules/utils/getNewValueForFieldOp.js 94.18% 10 Missing ⚠️
packages/core/modules/utils/stuff.js 93.79% 9 Missing ⚠️
packages/sql/modules/import/index.ts 68.00% 2 Missing and 6 partials ⚠️
packages/core/modules/import/spel/conv.js 94.16% 7 Missing ⚠️
... and 7 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1103      +/-   ##
==========================================
- Coverage   82.08%   80.85%   -1.23%     
==========================================
  Files         212      223      +11     
  Lines       11184    11718     +534     
  Branches     1343     1435      +92     
==========================================
+ Hits         9180     9475     +295     
- Misses       1378     1556     +178     
- Partials      626      687      +61     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

Import: SQL
1 participant