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

Expose Multi-File Support #873

Merged
merged 10 commits into from
Aug 3, 2024

Conversation

EagleoutIce
Copy link
Member

No description provided.

@EagleoutIce EagleoutIce linked an issue Aug 3, 2024 that may be closed by this pull request
@EagleoutIce EagleoutIce changed the title Multi-File Support Expose Multi-File Support Aug 3, 2024
Copy link

codecov bot commented Aug 3, 2024

Codecov Report

Attention: Patch coverage is 81.94444% with 13 lines in your changes missing coverage. Please review.

Files Patch % Lines
...process/functions/call/built-in/built-in-source.ts 41.66% 2 Missing and 5 partials ⚠️
src/cli/repl/server/connection.ts 40.00% 3 Missing ⚠️
src/r-bridge/retriever.ts 75.00% 1 Missing and 2 partials ⚠️
Files Coverage Δ
src/cli/repl/server/messages/analysis.ts 100.00% <ø> (ø)
src/cli/repl/server/messages/messages.ts 100.00% <ø> (ø)
src/core/steps/all/core/00-parse.ts 88.88% <100.00%> (+3.17%) ⬆️
src/core/steps/all/core/20-dataflow.ts 100.00% <100.00%> (ø)
src/dataflow/environments/built-in.ts 95.55% <100.00%> (ø)
src/dataflow/extractor.ts 100.00% <100.00%> (ø)
src/dataflow/processor.ts 100.00% <100.00%> (ø)
...r-bridge/lang-4.x/ast/model/processing/decorate.ts 97.22% <100.00%> (+0.02%) ⬆️
src/statistics/statistics.ts 85.18% <ø> (ø)
src/cli/repl/server/connection.ts 57.48% <40.00%> (-0.25%) ⬇️
... and 2 more

@EagleoutIce EagleoutIce marked this pull request as draft August 3, 2024 08:02
@EagleoutIce EagleoutIce marked this pull request as ready for review August 3, 2024 09:59
@EagleoutIce EagleoutIce merged commit c4c3f71 into main Aug 3, 2024
23 checks passed
@EagleoutIce EagleoutIce deleted the 871-allow-server-to-take-complete-folders branch August 3, 2024 12:28
@EagleoutIce
Copy link
Member Author

This pull request is included in v2.0.12 (see Release v2.0.12 (Guard Against Shell-Escapes and Multi-File Support)).

1 similar comment
@EagleoutIce
Copy link
Member Author

This pull request is included in v2.0.12 (see Release v2.0.12 (Guard Against Shell-Escapes and Multi-File Support)).

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.

Allow server to take complete folders
2 participants