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

Check if instance has Ipv4 or IPv6 enabled #128

Merged
merged 16 commits into from
May 20, 2024
Merged

Commits on Aug 29, 2023

  1. Check if instance has Ipv4 or IPv6 enabled

    When using '--force-new --smt-ip ...' options,
    validate that the instance can use the --smt-ip value
    in order to save debugging or unnecessary errors
    jesusbv committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    ffe3a13 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Leverage has_ipv6_access

    - Leverage has_ipv6_access
    - Refactor has_ipv6_access
      to accomodate IPv4 check
    jesusbv committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    71b4a35 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Configuration menu
    Copy the full SHA
    162dc29 View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary conditions

    jesusbv committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    54ed7f6 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Refactor infra reaching check

    - Less knowledge littering
    - Check request exception for
      - established connection
      - timeout
    - Handle general request exception
    jesusbv committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    241a93c View commit details
    Browse the repository at this point in the history
  2. Remove if for connection check

    - The message is checked if connection failed,
      use that and remove the if to set the message
    jesusbv committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    527d407 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Rename and refactor method

    - Rename method to reflect the correct intend
    - Check if a request could be made, handle behaviour
      accordingly
    jesusbv committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    4cba1cb View commit details
    Browse the repository at this point in the history
  2. Refactor method to check IP enablement

    - Check socket connection
    - Restore has_ipv6_access as it was
    - Remove __connection_check
    jesusbv committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    00b3302 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Updates

    - Close socket connection
    - Return False for any socket error
    jesusbv committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    3ec3e12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab444b4 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Refactor IPv6 access checks

    - When checking if instance can access IPv6 infra server,
      make sure the instance can handle IPv6 addresses
    jesusbv committed May 8, 2024
    Configuration menu
    Copy the full SHA
    3e05174 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff010b9 View commit details
    Browse the repository at this point in the history
  3. Update tests

    jesusbv committed May 8, 2024
    Configuration menu
    Copy the full SHA
    3c0509e View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

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

Commits on May 13, 2024

  1. Better name for variable

    jesusbv committed May 13, 2024
    Configuration menu
    Copy the full SHA
    47836fa View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Rename method for accuracy

    jesusbv committed May 17, 2024
    Configuration menu
    Copy the full SHA
    6d8b2ac View commit details
    Browse the repository at this point in the history