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

Added support for updated behavior of linode API's (networkingip, rdns, instance) #1658

Open
wants to merge 64 commits into
base: dev
Choose a base branch
from

Commits on Sep 23, 2024

  1. Added support for creating a linode with a reserved IP + adding addit…

    …ional reserved IP to existing linode
    AniJ98 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    9bd4ae9 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    c0451aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d09656 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aca9fc6 View commit details
    Browse the repository at this point in the history
  4. Removed commented function

    AniJ98 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    88701c1 View commit details
    Browse the repository at this point in the history
  5. temporarily changed linodego to point to the latest commit on main br…

    …anch before next release
    AniJ98 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    c9bb10d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c81f8d2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5fcc625 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0eb8fa9 View commit details
    Browse the repository at this point in the history
  9. temporarily changed linodego to point to the latest commit on main br…

    …anch before next release
    AniJ98 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    c9196b8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    950ab3b View commit details
    Browse the repository at this point in the history
  11. added go buil inegration || networkreservedips to prevent integration…

    … tests from being run by unit test targets
    AniJ98 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    b6638d8 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    2b18460 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a14802 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. removed unused import statement and changed linodego version to point…

    … to the latest release
    AniJ98 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    be57ac7 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

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

Commits on Oct 15, 2024

  1. formatting change

    AniJ98 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    3267bec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c67fcf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4785460 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Created a separate datasource for listing reserved IPs, added the cor…

    …responding test. Removed unnessary logs
    AniJ98 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    24493f8 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

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

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    1e97bea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    865a471 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. committing branch

    AniJ98 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    dbca935 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from AniJ98/ipreservation-newendpoints

    Ipreservation newendpoints
    AniJ98 authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    bcb763b View commit details
    Browse the repository at this point in the history
  3. fix for plugin crash

    AniJ98 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    021e210 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    f0eb534 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f76bfbd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    506803f View commit details
    Browse the repository at this point in the history
  4. Made changes to add reserved field in the IP object of linode_instanc…

    …e_reserved_ip resource
    AniJ98 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    da79151 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0276608 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2 from AniJ98/ipreservation-existingendpoints

    Ipreservation existingendpoints updated with separate resource for assigning reserved IPs
    AniJ98 authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    4bf15bc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e1c17cb View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

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

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    e986a31 View commit details
    Browse the repository at this point in the history
  2. Removing the linode_instance_ips data source since it is already impl…

    …emented in instancenetworking
    AniJ98 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    9369bd7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f420bbc View commit details
    Browse the repository at this point in the history
  4. Separated out the list networking ips (paginated response) to a diffe…

    …rent datasource called linode_networking_ips
    AniJ98 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    4794189 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2cb26e8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    86d9e3c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8dc5759 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5ef370e View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. The functionality of network ip assignment is now moved to a new reso…

    …urce called linode_networking_assign_ip
    AniJ98 committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    131ca71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ea86e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    79aec4e View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

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

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    e28442b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fa103a View commit details
    Browse the repository at this point in the history
  3. made changes to TestAccDataSourceNetworkingIP_list, TestAccDataSource…

    …NetworkingIP_filterReserved tests
    AniJ98 committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    7e831bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e82cc76 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0961729 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    92fc816 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c8e68d View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    f659268 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95619ae View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    32fcbee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d1b50d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4 from AniJ98/dev

    Merging changes from dev into ipreservation-remainingednpoints-final
    AniJ98 authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    7482a03 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3bccbf7 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. modified test for assigning multiple reserved IP address to linodes i…

    …n a region and fetching the updated IP address model
    AniJ98 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    e1e5539 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. made changes to existing tests for updating rdns, assigning IP addres…

    …s, removed dummy reserved IP from test functions
    AniJ98 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    610bd45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f26fadc View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    151b636 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a8ded4 View commit details
    Browse the repository at this point in the history