Skip to content

feat: grpc prepare tools stub implementation #1914

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

Merged
merged 26 commits into from
Apr 16, 2025

Conversation

jacobrkerstetter
Copy link
Contributor

Description

moved prepare tools stub to common location

Issue linked

#1817

Checklist

  • I have tested my changes locally.
  • I have added necessary documentation or updated existing documentation.
  • I have followed the coding style guidelines of this project.
  • I have added appropriate unit tests.
  • I have reviewed my changes before submitting this pull request.
  • I have linked the issue or issues that are solved to the PR if any.
  • I have assigned this PR to myself.
  • I have added the minimum version decorator to any new backend method implemented.
  • I have made sure that the title of my PR follows Conventional commits style (e.g. feat: extrude circle to cylinder)

@jacobrkerstetter jacobrkerstetter self-assigned this Apr 15, 2025
@github-actions github-actions bot added the enhancement New features or code improvements label Apr 15, 2025
@jacobrkerstetter jacobrkerstetter marked this pull request as ready for review April 16, 2025 11:36
@jacobrkerstetter jacobrkerstetter requested a review from a team as a code owner April 16, 2025 11:36
Copy link

codecov bot commented Apr 16, 2025

Codecov Report

Attention: Patch coverage is 93.37748% with 10 lines in your changes missing coverage. Please review.

Project coverage is 90.39%. Comparing base (2a0292c) to head (5a45b99).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
.../geometry/core/_grpc/_services/v1/prepare_tools.py 68.75% 10 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##             main    #1914    +/-   ##
========================================
  Coverage   90.38%   90.39%            
========================================
  Files         111      114     +3     
  Lines        9434     9545   +111     
========================================
+ Hits         8527     8628   +101     
- Misses        907      917    +10     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jacobrkerstetter jacobrkerstetter enabled auto-merge (squash) April 16, 2025 12:02
@RobPasMue RobPasMue disabled auto-merge April 16, 2025 12:24
Copy link
Member

@RobPasMue RobPasMue left a comment

Choose a reason for hiding this comment

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

Pretty decent @jacobrkerstetter! Very minor suggestions -- request review again once it's all handled =)

RobPasMue
RobPasMue previously approved these changes Apr 16, 2025
@RobPasMue RobPasMue enabled auto-merge (squash) April 16, 2025 13:39
@RobPasMue RobPasMue merged commit a903bfd into main Apr 16, 2025
41 checks passed
@RobPasMue RobPasMue deleted the feat/prepare_tools_migration branch April 16, 2025 14:35
@RobPasMue RobPasMue linked an issue Apr 30, 2025 that may be closed by this pull request
16 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New features or code improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Handle gRPC API calls from central location
3 participants