Skip to content
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

Add support for Ansys Lab Proxy connection #308

Merged
merged 24 commits into from
Sep 27, 2023
Merged

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    1cf0367 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49f762e View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. wip

    mfkrogh committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    602e2e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c23a958 View commit details
    Browse the repository at this point in the history
  3. wip; not working

    mfkrogh committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    de7c90b View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. cleaned up and mostly working with the refactoring. proxy server is r…

    …eturning '404' error, though.
    mfkrogh committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    feb6b9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d55ee9 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. clean up so it works locally as before and so it works mostly with an…

    …sys lab. sgeo and vnc not working w ansys lab.
    mfkrogh committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    9067a60 View commit details
    Browse the repository at this point in the history
  2. fix REST connection

    mfkrogh committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    153d915 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. more mods for Ansys Lab.

    mfkrogh committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    a863ed7 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    e7fa0d3 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2023

  1. Configuration menu
    Copy the full SHA
    dfe7e86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a78292 View commit details
    Browse the repository at this point in the history
  3. fix session.show('remote_scene') for local installs. It probably can'…

    …t work with container installs.
    mfkrogh committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    96b6de8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    edc83f2 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Pass the necessary environment variables to EnShell if they weren't s…

    …pecified when starting the Container such as through PIM.
    
    Update enshell grpc method start_other() to take a string with optional env vars; same as with start_ensight().
    Fix the REST API by specifying the direct connection to the container. This doesn't go through the proxy server if in use.
    mfkrogh committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    0423cef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0bdead2 View commit details
    Browse the repository at this point in the history
  3. session.show("remote_scene") working correctly with a local install o…

    …r a local container but not with Ansys Lab.
    mfkrogh committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    48d170d View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    04ac619 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3047c63 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    979acae View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Update src/ansys/pyensight/core/dockerlauncher.py

    Co-authored-by: Blanche Jérôme <90267895+jerome-blanche@users.noreply.github.com>
    mfkrogh and jerome-blanche authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    ed4e1d1 View commit details
    Browse the repository at this point in the history
  2. Update src/ansys/pyensight/core/dockerlauncher.py

    Co-authored-by: Blanche Jérôme <90267895+jerome-blanche@users.noreply.github.com>
    mfkrogh and jerome-blanche authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    c6fb2a5 View commit details
    Browse the repository at this point in the history
  3. black mods

    mfkrogh committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    fc17d07 View commit details
    Browse the repository at this point in the history