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

feat: Add fixture record/replay log messages #362

Merged
merged 1 commit into from
Aug 2, 2023
Merged

feat: Add fixture record/replay log messages #362

merged 1 commit into from
Aug 2, 2023

Conversation

kiesslingh
Copy link
Member

@kiesslingh kiesslingh commented Aug 2, 2023

Purpose

Resolves #361

Does this introduce a breaking change?

[ ] Yes
[x] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[x] Feature
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

How to Test

  • Test the code via automated test
go test ./...
  • Additional test steps
...

What to Check

Verify that the following are valid:

  • Automated tests are executed successfully
  • ...

Other Information

Checklist for reviewer

The following organizational tasks must be completed before merging this PR:

  • The PR is assigned to the Terraform project and a status is set (typically "in review").
  • The PR has the matching labels assigned to it.
  • The PR has a milestone assigned to it.
  • If the PR closes an issue, the issue is referenced.
  • Possible follow-up items are created and linked.

@kiesslingh kiesslingh requested a review from kuntzed August 2, 2023 12:09
@kiesslingh kiesslingh enabled auto-merge (squash) August 2, 2023 12:09
@kuntzed kuntzed added enhancement New feature or request ignore-for-release All things not to be mentioned in release notes labels Aug 2, 2023
@kuntzed kuntzed added this to the 0.3.0-beta1 - August release milestone Aug 2, 2023
@kiesslingh kiesslingh merged commit 58030b0 into main Aug 2, 2023
19 checks passed
@kiesslingh kiesslingh deleted the issue361 branch August 2, 2023 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ignore-for-release All things not to be mentioned in release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add output during test if recording or not
2 participants