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

feat: add client logic for graphical editor #1316

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Conversation

GideonKoenig
Copy link
Contributor

Related to #1243.

Summary of Changes

Introduces the necessary components and the message handling logic for the graphical editor in the safe-ds-vscode package.

Copy link

github-actions bot commented Jan 21, 2025

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ CSS stylelint 2 0 0 1.17s
✅ JSON jsonlint 1 0 0.17s
✅ JSON npm-package-json-lint yes no 0.4s
✅ JSON prettier 3 0 0 0.59s
✅ JSON v8r 1 0 7.44s
✅ REPOSITORY git_diff yes no 0.22s
✅ TYPESCRIPT eslint 20 0 0 5.83s
✅ TYPESCRIPT prettier 20 0 0 1.3s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

Copy link

codecov bot commented Jan 21, 2025

Codecov Report

Attention: Patch coverage is 20.55961% with 653 lines in your changes missing coverage. Please review.

Project coverage is 95.00%. Comparing base (373d404) to head (f397f29).

Files with missing lines Patch % Lines
...g/src/language/graphical-editor/ast-parser/call.ts 5.32% 160 Missing ⚠️
...uage/graphical-editor/graphical-editor-provider.ts 30.66% 104 Missing ⚠️
...src/language/graphical-editor/ast-parser/parser.ts 14.28% 96 Missing ⚠️
.../language/graphical-editor/ast-parser/statement.ts 10.38% 69 Missing ⚠️
...e/graphical-editor/ast-parser/tools/debug-utils.ts 9.43% 48 Missing ⚠️
...language/graphical-editor/ast-parser/expression.ts 15.38% 44 Missing ⚠️
...rc/language/graphical-editor/ast-parser/segment.ts 14.28% 36 Missing ⚠️
...g/src/language/graphical-editor/ast-parser/edge.ts 37.50% 25 Missing ⚠️
...afe-ds-lang/src/language/graphical-editor/types.ts 37.50% 15 Missing ⚠️
...c/language/graphical-editor/ast-parser/argument.ts 27.77% 13 Missing ⚠️
... and 5 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1316      +/-   ##
==========================================
- Coverage   99.72%   95.00%   -4.73%     
==========================================
  Files         119      134      +15     
  Lines       12955    13777     +822     
  Branches     4240     4248       +8     
==========================================
+ Hits        12920    13089     +169     
- Misses         35      687     +652     
- Partials        0        1       +1     

☔ 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.

2 participants