Safe-DS / DSL

Statically checked Data Science programs.
https://dsl.safeds.com
MIT License
14 stars 0 forks source link

refactor: separate service to manage the Python server #1070

Closed lars-reimann closed 5 months ago

lars-reimann commented 5 months ago

Summary of Changes

Extract the logic to manage the Python server into its own service.

github-actions[bot] commented 5 months ago

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ REPOSITORY git_diff yes no 0.12s
✅ TYPESCRIPT eslint 18 0 0 4.97s
✅ TYPESCRIPT prettier 18 0 0 1.59s

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_

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (656c8cf) to head (d961e5b). Report is 99 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1070 +/- ## ========================================== Coverage 100.00% 100.00% ========================================== Files 101 102 +1 Lines 19838 20048 +210 Branches 4040 4036 -4 ========================================== + Hits 19838 20048 +210 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

lars-reimann commented 5 months ago

:tada: This PR is included in version 0.13.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: