-
Notifications
You must be signed in to change notification settings - Fork 142
feat: implement new gRPC transports #4354
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
Changes from 36 commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
e094115
feat: implement transport-related parameters and update dependencies
germa89 1de0cc2
chore: merge remote-tracking branch 'origin/main' into feat/implement…
germa89 f113fac
feat: refactor transport configuration into a dedicated method for cl…
germa89 30557c5
chore: merge branch 'feat/implement-transports' of https://github.com…
germa89 2d9f3d7
feat: add transport mode validation and logging for WNUA and UDS in M…
germa89 29e20b2
feat: add 'v25.2-pre1-ubuntu-cicd' to the list of versions in build_m…
germa89 1d414d6
feat: enhance transport configuration with dedicated methods for UDS,…
germa89 8e1d660
feat: set ANSYS_MAPDL_GRPC_TRANSPORT to 'insecure' in CI workflows an…
germa89 008be79
ci: auto fixes from pre-commit.com hooks.
pre-commit-ci[bot] dfc4b67
chore: merge remote-tracking branch 'origin/main' into feat/implement…
germa89 8cb53f0
chore: adding changelog file 4354.added.md [dependabot-skip]
pyansys-ci-bot d8b4e8c
Merge branch 'main' into feat/implement-transports
germa89 2493e76
Update src/ansys/mapdl/core/launcher.py
germa89 1009860
Merge branch 'main' into feat/implement-transports
germa89 52ee894
feat: add tests for transport parameters and environment variable pre…
germa89 b10aea8
chore: merge branch 'feat/implement-transports' of https://github.com…
germa89 2656026
chore: merge remote-tracking branch 'origin/main' into feat/implement…
germa89 c003527
feat: enhance transport mode testing with parameterization and platfo…
germa89 a002c54
chore: merge remote-tracking branch 'origin/main' into feat/implement…
germa89 d1d642c
feat: update gRPC transport mode assertions in output tests
germa89 ebd9643
feat: add tests for transport-related behaviors including wait_until_…
germa89 4a3b182
Merge branch 'main' into feat/implement-transports
germa89 12fbc03
fix: simplify UDS directory creation and improve error handling for s…
germa89 c22e0cf
chore: merge branch 'main' of https://github.com/ansys/pymapdl into f…
germa89 1dd7ad6
feat: add a step to test MAPDL using ansysgrpc in the local testing w…
germa89 a5e9197
feat: update MAPDL command to use specific version for gRPC and MPI
germa89 86daef9
feat: update local testing workflow to run MAPDL in batch mode and di…
germa89 9378051
feat: reintroduce MAPDL testing steps in local workflow
germa89 c4d2283
feat: update MAPDL command to use SMP option for improved performance
germa89 df5f5cd
feat: update MAPDL command to use MPI for parallel processing in loca…
germa89 f682e57
feat: comment out MAPDL test steps in local workflow for debugging
germa89 41b2e23
feat: modify test_get_slurm_options to clear PYMAPDL_NPROC environmen…
germa89 ccefed0
feat: clear PYMAPDL_NPROC environment variable in test_get_cpus_min f…
germa89 cb19944
feat: reduce maximum test failures allowed in pytest configuration to…
germa89 e2b72d0
feat: update Docker run command to use 'unless-stopped' restart polic…
germa89 794fcd1
feat: enable log upload in remote build test job for better debugging
germa89 71203a0
Update pyproject.toml
germa89 6d65812
feat: update MAPDL transport option to 'insecure' for compatibility
germa89 42adb1e
feat: set DPF_DEFAULT_GRPC_MODE to 'insecure' for DPF server compatib…
germa89 fd4a536
feat: ensure DPF_DEFAULT_GRPC_MODE is set to 'insecure' for consistency
germa89 ea5b7f6
feat: update DPF server startup command to include address parameter
germa89 f7d42c5
feat: add -allowremote flag to MAPDL transport command for remote access
germa89 6943abb
feat: disable log upload in remote build test job
germa89 ea27657
feat: update transport test cases for directory paths and logging imp…
germa89 2c85cb7
feat: add missing SPDX license header to test_transports.py
germa89 8b97ecb
feat: add check for _start_instance attribute before evaluation
germa89 fb6c7b9
feat: update minimum requirements for ansys-tools-common package
germa89 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| Implement new gRPC transports |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.