-
-
Notifications
You must be signed in to change notification settings - Fork 977
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
chore: Hiding Mocks Tests #3331
Merged
Merged
Conversation
This file contains 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
levkohimins
previously approved these changes
Aug 9, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
denis256
reviewed
Aug 10, 2024
Quality Gate passedIssues Measures |
4 tasks
denis256
approved these changes
Aug 11, 2024
akrantz01
referenced
this pull request
in akrantz01/homelab
Aug 13, 2024
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gruntwork-io/terragrunt](https://togithub.com/gruntwork-io/terragrunt) | patch | `v0.66.3` -> `v0.66.5` | | [gruntwork-io/terragrunt](https://togithub.com/gruntwork-io/terragrunt) | patch | `0.66.3` -> `0.66.5` | --- ### Release Notes <details> <summary>gruntwork-io/terragrunt (gruntwork-io/terragrunt)</summary> ### [`v0.66.5`](https://togithub.com/gruntwork-io/terragrunt/releases/tag/v0.66.5) [Compare Source](https://togithub.com/gruntwork-io/terragrunt/compare/v0.66.4...v0.66.5) #### What's Changed - chore: Adding `bugs` Lint Preset by [@​yhakbar](https://togithub.com/yhakbar) in [https://github.com/gruntwork-io/terragrunt/pull/3334](https://togithub.com/gruntwork-io/terragrunt/pull/3334) - chore: Adding `performance` Lint Preset by [@​yhakbar](https://togithub.com/yhakbar) in [https://github.com/gruntwork-io/terragrunt/pull/3336](https://togithub.com/gruntwork-io/terragrunt/pull/3336) **Full Changelog**: gruntwork-io/terragrunt@v0.66.4...v0.66.5 ### [`v0.66.4`](https://togithub.com/gruntwork-io/terragrunt/releases/tag/v0.66.4) [Compare Source](https://togithub.com/gruntwork-io/terragrunt/compare/v0.66.3...v0.66.4) #### What's Changed - feat: Add stale issue workflow by [@​yhakbar](https://togithub.com/yhakbar) in [https://github.com/gruntwork-io/terragrunt/pull/3329](https://togithub.com/gruntwork-io/terragrunt/pull/3329) - feat: Add configuration options for AWS S3 server access logging by [@​findmyname666](https://togithub.com/findmyname666) in [https://github.com/gruntwork-io/terragrunt/pull/3006](https://togithub.com/gruntwork-io/terragrunt/pull/3006) - fix: Fixing command not found error by [@​yhakbar](https://togithub.com/yhakbar) in [https://github.com/gruntwork-io/terragrunt/pull/3330](https://togithub.com/gruntwork-io/terragrunt/pull/3330) - fix: Fixing stale action by [@​yhakbar](https://togithub.com/yhakbar) in [https://github.com/gruntwork-io/terragrunt/pull/3332](https://togithub.com/gruntwork-io/terragrunt/pull/3332) - fix: Fix CICD tests for mocks by [@​denis256](https://togithub.com/denis256) in [https://github.com/gruntwork-io/terragrunt/pull/3335](https://togithub.com/gruntwork-io/terragrunt/pull/3335) - chore: Bumping `golangci-lint` to `v1.59.1` by [@​yhakbar](https://togithub.com/yhakbar) in [https://github.com/gruntwork-io/terragrunt/pull/3333](https://togithub.com/gruntwork-io/terragrunt/pull/3333) - chore: Hiding Mocks Tests by [@​yhakbar](https://togithub.com/yhakbar) in [https://github.com/gruntwork-io/terragrunt/pull/3331](https://togithub.com/gruntwork-io/terragrunt/pull/3331) #### New Contributors - [@​findmyname666](https://togithub.com/findmyname666) made their first contribution in [https://github.com/gruntwork-io/terragrunt/pull/3006](https://togithub.com/gruntwork-io/terragrunt/pull/3006) **Full Changelog**: gruntwork-io/terragrunt@v0.66.3...v0.66.4 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/akrantz01/homelab). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yMC4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> 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
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
Hides tests requiring mockery behind a build flag.
This makes it easier to lint and test locally without having to install additional tooling.
TODOs
Read the Gruntwork contribution guidelines.
Release Notes (draft)
Updated
getproviders
.