Skip to content

Comments

Respond to parse_linode_types(...) JSONObject serialization in instance module#680

Merged
lgarber-akamai merged 1 commit intolinode:devfrom
lgarber-akamai:fix/instance-iface-jsonobject-serialization
May 22, 2025
Merged

Respond to parse_linode_types(...) JSONObject serialization in instance module#680
lgarber-akamai merged 1 commit intolinode:devfrom
lgarber-akamai:fix/instance-iface-jsonobject-serialization

Conversation

@lgarber-akamai
Copy link
Contributor

📝 Description

This pull request updates the instance module to account for the serialization of JSONObjects in the parse_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

make test-unit

Integration Testing

make TEST_ARGS="-v instance_config_vlan instance_config_vpc" test-int 

Manual Testing

N/A

@lgarber-akamai lgarber-akamai requested a review from a team as a code owner May 22, 2025 19:46
@lgarber-akamai lgarber-akamai requested review from ezilber-akamai and jriddle-linode and removed request for a team May 22, 2025 19:46
@lgarber-akamai lgarber-akamai added the bugfix for any bug fixes in the changelog. label May 22, 2025
Copy link
Contributor

@ezilber-akamai ezilber-akamai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the quick fix! Tests are passing locally.

@lgarber-akamai lgarber-akamai merged commit 1d40063 into linode:dev May 22, 2025
13 checks passed
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix for any bug fixes in the changelog.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants