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

new: Add support for Parent/Child account switching #513

Merged
merged 3 commits into from
Jun 3, 2024

Conversation

jriddle-linode
Copy link
Contributor

No description provided.

* Implement new endpoints

Add UserType enum

Add test case for user type

User fixtures

Add unit tests

Oops

* gofumpt

* Address feedback

* Consume new helpers

* test

* Add unit directory; move mock tests

* Add integration test

* Use variadic

* oops

* add test note

* oops

* Use testify in unit tests

* Make account tests opt-in

* Update README

* oops

* oops

* drop opt in tests

* Drop optInTest

* Add User.LastLogin

* SDF

* Support test tags in makefile
@jriddle-linode jriddle-linode requested a review from a team as a code owner May 30, 2024 15:13
@jriddle-linode jriddle-linode requested review from lgarber-akamai and zliang-akamai and removed request for a team May 30, 2024 15:13
@jriddle-linode jriddle-linode changed the title new: Add support for Parent/Child account switching (#455) new: Add support for Parent/Child account switching May 30, 2024
Copy link
Contributor

@lgarber-akamai lgarber-akamai left a comment

Choose a reason for hiding this comment

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

LGTM once conflicts are resolved

@jriddle-linode jriddle-linode merged commit a86ec45 into main Jun 3, 2024
6 checks passed
@zliang-akamai zliang-akamai added the new-feature for new features in the changelog. label Jun 3, 2024
renovate bot added a commit to anza-labs/lke-operator that referenced this pull request Jun 6, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/linode/linodego](https://github.com/linode/linodego) |
`v1.34.0` -> `v1.35.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2flinode%2flinodego/v1.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2flinode%2flinodego/v1.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2flinode%2flinodego/v1.34.0/v1.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2flinode%2flinodego/v1.34.0/v1.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>linode/linodego (github.com/linode/linodego)</summary>

###
[`v1.35.0`](https://github.com/linode/linodego/releases/tag/v1.35.0)

[Compare
Source](https://github.com/linode/linodego/compare/v1.34.0...v1.35.0)

<!-- Release notes generated using configuration in .github/release.yml
at main -->

#### What's Changed

##### 🚀 New Features

- Add support for Parent/Child account switching by
[@&#8203;lgarber-akamai](https://github.com/lgarber-akamai) and
[@&#8203;jriddle-linode](https://github.com/jriddle-linode) in
[linode/linodego#455
and
[linode/linodego#513

##### 📖 Documentation

- Format code example in README by
[@&#8203;zliang-akamai](https://github.com/zliang-akamai) in
[linode/linodego#510

**Full Changelog**:
linode/linodego@v1.34.0...v1.35.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/anza-labs/lke-operator).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODguMSIsInVwZGF0ZWRJblZlciI6IjM3LjM4OC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhcmVhL2RlcGVuZGVuY3kiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-feature for new features in the changelog.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants