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

Adding StructBot to Mergo in the wild section #193

Merged
merged 1 commit into from Sep 23, 2021
Merged

Conversation

tjpnz
Copy link
Contributor

@tjpnz tjpnz commented Jul 4, 2021

I've recently released StructBot aimed at simplifying struct initialization for test cases. The patch functionality contained in the library leverages Mergo under the hood so I thought this would be a worthy addition.

@sourcelevel-bot
Copy link

Hello, @tjpnz! This is your first Pull Request that will be reviewed by SourceLevel, an automatic Code Review service. It will leave comments on this diff with potential issues and style violations found in the code as you push new commits. You can also see all the issues found on this Pull Request on its review page. Please check our documentation for more information.

@@ -98,6 +98,7 @@ If Mergo is useful to you, consider buying me a coffee, a beer, or making a mont
- [jnuthong/item_search](https://github.com/jnuthong/item_search)
- [bukalapak/snowboard](https://github.com/bukalapak/snowboard)
- [containerssh/containerssh](https://github.com/containerssh/containerssh)
- [tjpnz/structbot](https://github.com/tjpnz/structbot)

Choose a reason for hiding this comment

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

Incorrect list-item indent: add 2 spaces

@sourcelevel-bot
Copy link

SourceLevel has finished reviewing this Pull Request and has found:

  • 1 possible new issue (including those that may have been commented here).

See more details about this review.

@darccio darccio merged commit c8f4443 into darccio:master Sep 23, 2021
@darccio
Copy link
Owner

darccio commented Sep 23, 2021

@tjpnz Nice project, thanks!

kodiakhq bot pushed a commit to cloudquery/cloudquery that referenced this pull request Feb 1, 2023
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/imdario/mergo](https://togithub.com/imdario/mergo) | indirect | patch | `v0.3.12` -> `v0.3.13` |

---

### Release Notes

<details>
<summary>imdario/mergo</summary>

### [`v0.3.13`](https://togithub.com/imdario/mergo/releases/tag/v0.3.13): Merging same-type slices supported, YAML upgraded to v3 (only used in tests), and more flexibility for transformers

[Compare Source](https://togithub.com/imdario/mergo/compare/v0.3.12...v0.3.13)

#### What's Changed

-   Fix typo in README.md by [@&#8203;eltociear](https://togithub.com/eltociear) in [darccio/mergo#184
-   Adding StructBot to Mergo in the wild section by [@&#8203;tjpnz](https://togithub.com/tjpnz) in [darccio/mergo#193
-   Add Goreleaser to featured projects by [@&#8203;marcauberer](https://togithub.com/marcauberer) in [darccio/mergo#191
-   fix: gate transformers on valid non-nil destinations by [@&#8203;zaquestion](https://togithub.com/zaquestion) in [darccio/mergo#211
-   Support slices of same type by [@&#8203;heaths](https://togithub.com/heaths) in [darccio/mergo#210
-   Upgrade yaml to v3 by [@&#8203;imdario](https://togithub.com/imdario) in [darccio/mergo#212

#### New Contributors

-   [@&#8203;eltociear](https://togithub.com/eltociear) made their first contribution in [darccio/mergo#184
-   [@&#8203;tjpnz](https://togithub.com/tjpnz) made their first contribution in [darccio/mergo#193
-   [@&#8203;marcauberer](https://togithub.com/marcauberer) made their first contribution in [darccio/mergo#191
-   [@&#8203;zaquestion](https://togithub.com/zaquestion) made their first contribution in [darccio/mergo#211
-   [@&#8203;heaths](https://togithub.com/heaths) made their first contribution in [darccio/mergo#210

**Full Changelog**: darccio/mergo@0.3.12...v0.3.13

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **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 [Renovate Bot](https://togithub.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMDkuMSIsInVwZGF0ZWRJblZlciI6IjM0LjEwOS4xIn0=-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants