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:) |
RobPasMue
left a comment
There was a problem hiding this comment.
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>
RobPasMue
left a comment
There was a problem hiding this comment.
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 |
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)