-
Notifications
You must be signed in to change notification settings - Fork 15
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: setting instance name during component creation #1382
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1382 +/- ##
=======================================
Coverage 91.79% 91.80%
=======================================
Files 86 86
Lines 6824 6831 +7
=======================================
+ Hits 6264 6271 +7
Misses 560 560 ☔ View full report in Codecov by Sentry. |
@b-matteo @RobPasMue ready for review:) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Several cleanup comments and improvements. Also, @umutsoysalansys - have you checked with @rajesh1359 or @agvarghe that this is what they were expecting? I'm not sure where the request for this is coming from
Please update your branch with respect to main as well. |
Co-authored-by: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com>
Co-authored-by: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com>
Co-authored-by: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com>
Co-authored-by: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com>
Co-authored-by: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you are resolving comments, make sure you are either answering them or committing my suggestions. Do not just close them @umutsoysalansys
Co-authored-by: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com>
Windows new version is working. Linux version is having issues. @b-matteo investigating. |
@RobPasMue, updated API Server, linux tests are passing. What is this testing with minimum requirement workflow? @b-matteo How to test locally? |
@RobPasMue pls review and approve thanks. |
Minimum requirement workflow just tries to install the project without the "test-pinned" dependencies. It runs on all supported Python versions, but it also uses the |
[like] Umut Soysal reacted to your message:
…________________________________
From: Roberto Pastor Muela ***@***.***>
Sent: Thursday, September 5, 2024 3:08:10 PM
To: ansys/pyansys-geometry ***@***.***>
Cc: Umut Soysal ***@***.***>; Mention ***@***.***>
Subject: Re: [ansys/pyansys-geometry] feat: setting instance name during component creation (PR #1382)
[External Sender]
@RobPasMue<https://github.com/RobPasMue>, updated API Server, linux tests are passing. What is this testing with minimum requirement workflow? @b-matteo<https://github.com/b-matteo> How to test locally?
Minimum requirement workflow just tries to install the project without the "test-pinned" dependencies. It runs on all supported Python versions, but it also uses the linux-latest image. Since we have not pushed the unstable ones to stable yet, the tests related to the instance_name. Don't worry @umutsoysalansys<https://github.com/umutsoysalansys> - once we push the images to stable, the checks will pass.
—
Reply to this email directly, view it on GitHub<#1382 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AXFRLERG3H7RLMKK35WI47TZVBXVVAVCNFSM6AAAAABNIHPT3KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZRHE3DKNZVGQ>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
You are not the only one wanting to finish this PR @umutsoysalansys - we are all waiting for things to work properly and pass in the workflow. Until then, we cannot merge. You can assume it's approved anyway. |
what is holding it back? Unstable images are passing? @RobPasMue |
Linux latest unstable image is updated. ADO is still pushing the Windows image. |
Ready to approve and merge @RobPasMue |
maybe we need an reviewer/approver in US time zone. so we can move faster. |
@umutsoysalansys please stop, we have already heard you |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - merging
Description
**This change enables users to set the instance name (optional) while creating a component. **
Issue linked
Please mention the issue number or describe the problem this pull request addresses.
Checklist
feat: extrude circle to cylinder
)