Respond to parse_linode_types(...) JSONObject serialization in instance module#680
Merged
lgarber-akamai merged 1 commit intolinode:devfrom May 22, 2025
Conversation
ezilber-akamai
approved these changes
May 22, 2025
Contributor
ezilber-akamai
left a comment
There was a problem hiding this comment.
Thanks for the quick fix! Tests are passing locally.
zliang-akamai
approved these changes
May 22, 2025
vshanthe
added a commit
that referenced
this pull request
May 23, 2025
* fix the failing test in TOD for Ansible_linode (#667) * adding blank line * fix_test * Cleanup unnecessary steps in release workflow (#668) * Add DBaaS Suspend and Resume (#659) ## 📝 Description **What does this PR do and why is this change necessary?** Allows suspending and resuming a database via the status field in ansible ## ✔️ How to Test **How do I run the relevant unit/integration tests?** ```bash make test-int TEST_SUITE="database_postgresql_v2_basic" ``` ```bash make test-int TEST_SUITE="database_mysql_v2_basic" ``` * Support Object Storage Quota modules (#671) * obj quota * fix doc * remove v4beta * Update LDE Node Pool Assertion and Test env variable Handling (#673) * better test env var handling * update test assertion * add safety * update assertion * build(deps): bump slackapi/slack-github-action from 2.0.0 to 2.1.0 (#672) Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](slackapi/slack-github-action@v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Project: Configurable DB Params (#678) * Configurable DB Parameters: Implementation (#670) * Add support for Configurable DB Parameters * revert instance.rst * tidy up * oops * add and update test cases * Revert branch change * remove pg13 negative test case --------- Co-authored-by: Youjung Kim <ykim@akamai.com> * Point to latest version of Python SDK * Added documentation links --------- Co-authored-by: Lena Garber <114949949+lgarber-akamai@users.noreply.github.com> Co-authored-by: Youjung Kim <ykim@akamai.com> * Respond to parse_linode_types(...) change in instance module (#680) --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Zhiwei Liang <121905282+zliang-akamai@users.noreply.github.com> Co-authored-by: Jacob Riddle <87780794+jriddle-linode@users.noreply.github.com> Co-authored-by: Ye Chen <127243817+yec-akamai@users.noreply.github.com> Co-authored-by: Youjung Kim <126618609+ykim-akamai@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Erik Zilber <ezilber@akamai.com> Co-authored-by: Lena Garber <114949949+lgarber-akamai@users.noreply.github.com> Co-authored-by: Youjung Kim <ykim@akamai.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
📝 Description
This pull request updates the
instancemodule to account for the serialization of JSONObjects in theparse_linode_types(...)helper, which was implemented in #670.✔️ How to Test
The following test steps assume you have pulled down this PR locally.
Unit Testing
Integration Testing
Manual Testing
N/A