-
Notifications
You must be signed in to change notification settings - Fork 82
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 Reserved IP behavior to existing resources (instance, network_ips) #610
Commits on Sep 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1b87e78 - Browse repository at this point
Copy the full SHA 1b87e78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 311ecfc - Browse repository at this point
Copy the full SHA 311ecfcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fb337e - Browse repository at this point
Copy the full SHA 7fb337eView commit details -
The fixture files for different scenarios of IP Reservation - EndToEn…
…d, InsuffecientPermission, ReserveIP, GetReservedIP, getReservedIPs, DeleteReservedIPs
Configuration menu - View commit details
-
Copy full SHA for 1c6a8ab - Browse repository at this point
Copy the full SHA 1c6a8abView commit details -
Updated the fixture files with responses after the user has permissio…
…ns to reserve IP
Configuration menu - View commit details
-
Copy full SHA for fd426cc - Browse repository at this point
Copy the full SHA fd426ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for bed7ce0 - Browse repository at this point
Copy the full SHA bed7ce0View commit details -
Updated the error message for Insufficient Permission tests to displa…
…y appropriate error message along with code
Configuration menu - View commit details
-
Copy full SHA for 4cc42a6 - Browse repository at this point
Copy the full SHA 4cc42a6View commit details -
Made changes to Delete, List, Get, Reserve, EndtoEnd fixtures to rec…
…ord user with adequate permissions
Configuration menu - View commit details
-
Copy full SHA for 11fd3cb - Browse repository at this point
Copy the full SHA 11fd3cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d24fd1 - Browse repository at this point
Copy the full SHA 4d24fd1View commit details -
Made changes to variable names, achanged logf statements to errorf an…
…d fatalf wherever necessary
Configuration menu - View commit details
-
Copy full SHA for a265fd4 - Browse repository at this point
Copy the full SHA a265fd4View commit details -
changed fixture file names to improve consistency, re-recorded fixtur…
…es with latest error messages
Configuration menu - View commit details
-
Copy full SHA for 49d14a6 - Browse repository at this point
Copy the full SHA 49d14a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd106fa - Browse repository at this point
Copy the full SHA bd106faView commit details -
Made changes to reserve IP addresses before listing them using fitler…
… feature. Removed for loop to reserve IPs till limit is reached.
Configuration menu - View commit details
-
Copy full SHA for cd7fa48 - Browse repository at this point
Copy the full SHA cd7fa48View commit details -
Configuration menu - View commit details
-
Copy full SHA for d52a33f - Browse repository at this point
Copy the full SHA d52a33fView commit details -
Made changes to error messages, added mandatory checks and re-recorde…
…d fixtures to reflect new error messages
Configuration menu - View commit details
-
Copy full SHA for cb81bc2 - Browse repository at this point
Copy the full SHA cb81bc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 456d0f2 - Browse repository at this point
Copy the full SHA 456d0f2View commit details -
build(deps): bump golang.org/x/oauth2 from 0.22.0 to 0.23.0 (linode#574)
* build(deps): bump golang.org/x/oauth2 from 0.22.0 to 0.23.0 Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.22.0 to 0.23.0. - [Commits](golang/oauth2@v0.22.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Ran make tidy --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ezilber-akamai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1867029 - Browse repository at this point
Copy the full SHA 1867029View commit details -
build(deps): bump golang.org/x/text from 0.17.0 to 0.18.0 (linode#575)
* build(deps): bump golang.org/x/text from 0.17.0 to 0.18.0 Bumps [golang.org/x/text](https://github.com/golang/text) from 0.17.0 to 0.18.0. - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.17.0...v0.18.0) --- updated-dependencies: - dependency-name: golang.org/x/text dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * make tidy --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ye Chen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for af6a7bd - Browse repository at this point
Copy the full SHA af6a7bdView commit details -
new: Add support LKE, Volume, NodeBalancer, and network transfer pric…
…ing endpoints (linode#573) * Add LKE types endpoints * Support base struct; add NB types endpoints * Add volume types * Add network transfer prices * Add price and region price structs * Revert IPv6 fixtures * Add missing fixtures
Configuration menu - View commit details
-
Copy full SHA for b25e83d - Browse repository at this point
Copy the full SHA b25e83dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bb8dc0 - Browse repository at this point
Copy the full SHA 3bb8dc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce34304 - Browse repository at this point
Copy the full SHA ce34304View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8627e4f - Browse repository at this point
Copy the full SHA 8627e4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 663e798 - Browse repository at this point
Copy the full SHA 663e798View commit details
Commits on Sep 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5bb2bc1 - Browse repository at this point
Copy the full SHA 5bb2bc1View commit details -
added support for creating a linode with reserved IP address along wi…
…th associated tests
Configuration menu - View commit details
-
Copy full SHA for 138c163 - Browse repository at this point
Copy the full SHA 138c163View commit details -
Added support for adding additional reserved IP to linodes along with…
… the corresponding tests and fixtures
Configuration menu - View commit details
-
Copy full SHA for 4b44bd8 - Browse repository at this point
Copy the full SHA 4b44bd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35610a0 - Browse repository at this point
Copy the full SHA 35610a0View commit details -
moved InstanceReservedIPOptions and the method to AddReservedIPToInsa…
…tance to instance_ips.go
Configuration menu - View commit details
-
Copy full SHA for 809b407 - Browse repository at this point
Copy the full SHA 809b407View commit details -
Split the variants tests of createInstanceWithReservedIP into individ…
…ual test funcitons and removed debugging log statements
Configuration menu - View commit details
-
Copy full SHA for b559ee8 - Browse repository at this point
Copy the full SHA b559ee8View commit details -
Re-recorded fixtures after splitting variants test into individual te…
…st functions, made changes to error messages
Configuration menu - View commit details
-
Copy full SHA for 402c77a - Browse repository at this point
Copy the full SHA 402c77aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30eeda7 - Browse repository at this point
Copy the full SHA 30eeda7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8909bd6 - Browse repository at this point
Copy the full SHA 8909bd6View commit details -
moved tests related to creating a linode with reserved IP and adding …
…additonal reserved IPs to a linode to a separate file
Configuration menu - View commit details
-
Copy full SHA for 9b15909 - Browse repository at this point
Copy the full SHA 9b15909View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97ccd6b - Browse repository at this point
Copy the full SHA 97ccd6bView commit details -
Merge pull request #5 from AniJ98/ipreservation-existingendpoints-clean
Support for Adding Additional Reserved IP to Existing Linodes
Configuration menu - View commit details
-
Copy full SHA for be7b869 - Browse repository at this point
Copy the full SHA be7b869View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff906e3 - Browse repository at this point
Copy the full SHA ff906e3View commit details
Commits on Sep 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2907529 - Browse repository at this point
Copy the full SHA 2907529View commit details
Commits on Sep 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6f8ad3c - Browse repository at this point
Copy the full SHA 6f8ad3cView commit details
Commits on Sep 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 39323ef - Browse repository at this point
Copy the full SHA 39323efView commit details -
added test for verifying the status of the reserved field when listin…
…g addresses of a linode
Configuration menu - View commit details
-
Copy full SHA for c9a70b8 - Browse repository at this point
Copy the full SHA c9a70b8View commit details
Commits on Oct 7, 2024
-
Added support for existing resources to support reserved IP feature a…
…nd corresponding tests
Configuration menu - View commit details
-
Copy full SHA for 2752177 - Browse repository at this point
Copy the full SHA 2752177View commit details -
Updated fixtures with required interactions for reserved IP feature a…
…nd recorded new ones for allocating and assigning reserved IPs
Configuration menu - View commit details
-
Copy full SHA for 30435e2 - Browse repository at this point
Copy the full SHA 30435e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25bcf81 - Browse repository at this point
Copy the full SHA 25bcf81View commit details
Commits on Oct 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2157efd - Browse repository at this point
Copy the full SHA 2157efdView commit details
Commits on Oct 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 62d2550 - Browse repository at this point
Copy the full SHA 62d2550View commit details
Commits on Nov 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4789287 - Browse repository at this point
Copy the full SHA 4789287View commit details -
Merge pull request #6 from AniJ98/ipreservation-remainingendpoints
Added support for updated Reserved IP behavior to existing resources (instance, network_ips)
Configuration menu - View commit details
-
Copy full SHA for 968f780 - Browse repository at this point
Copy the full SHA 968f780View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a19216 - Browse repository at this point
Copy the full SHA 8a19216View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2181fb1 - Browse repository at this point
Copy the full SHA 2181fb1View commit details
Commits on Nov 14, 2024
-
Removed test for exceeding IP MAX and changed the type of the reserve…
…d field in the IPAddressUpdateOptions struct
Configuration menu - View commit details
-
Copy full SHA for b716ca2 - Browse repository at this point
Copy the full SHA b716ca2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e809bf8 - Browse repository at this point
Copy the full SHA e809bf8View commit details -
Merge pull request #7 from AniJ98/ipreservation-remainingendpoints
Removed test for exceeding IP MAX and changed the type of the reserve…
Configuration menu - View commit details
-
Copy full SHA for 0fbe6ff - Browse repository at this point
Copy the full SHA 0fbe6ffView commit details
Commits on Nov 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 73a1b3b - Browse repository at this point
Copy the full SHA 73a1b3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4af2cc7 - Browse repository at this point
Copy the full SHA 4af2cc7View commit details -
Merge pull request #8 from AniJ98/ipreservation-remainingendpoints
Changed struct name from LinodeReserveIPOptions to AllocateReserveIPO…
Configuration menu - View commit details
-
Copy full SHA for 0a45fcd - Browse repository at this point
Copy the full SHA 0a45fcdView commit details