-
Notifications
You must be signed in to change notification settings - Fork 80
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
fix: debug log is truncated if it already exists #793
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
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #793 +/- ##
==========================================
- Coverage 59.62% 59.54% -0.08%
==========================================
Files 210 210
Lines 7641 7651 +10
==========================================
Hits 4556 4556
- Misses 2443 2453 +10
Partials 642 642 ☔ View full report in Codecov by Sentry. |
jooola
reviewed
Jun 26, 2024
apricote
approved these changes
Jun 27, 2024
jooola
reviewed
Jun 27, 2024
jooola
reviewed
Jul 1, 2024
jooola
approved these changes
Jul 3, 2024
Waiting for #798 to be merged before this PR can be rebased & merged |
apricote
pushed a commit
that referenced
this pull request
Jul 17, 2024
🤖 I have created a release *beep* *boop* --- ## [1.45.0](v1.44.2...v1.45.0) (2024-07-17) ### Features * allow configuring default sort columns for each supported resource ([#795](#795)) ([f6877a1](f6877a1)) * better error messages on malformed option value ([#798](#798)) ([8c6fec9](8c6fec9)) ### Bug Fixes * **config:** ordering of list option values not preserved ([#805](#805)) ([1ac27bf](1ac27bf)) * debug log is truncated if it already exists ([#793](#793)) ([c3d3a9f](c3d3a9f)) * **firewall:** wrong wording when firewall is removed from resource ([#812](#812)) ([9017a65](9017a65)), closes [#809](#809) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
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.
This fixes #763. It also writes the used command to the debug logs for easier debugging.