Skip to content

Deprecate compression formats and add compression option#69

Merged
bufdev merged 2 commits intomasterfrom
compression
May 29, 2020
Merged

Deprecate compression formats and add compression option#69
bufdev merged 2 commits intomasterfrom
compression

Conversation

@bufdev
Copy link
Member

@bufdev bufdev commented May 29, 2020

No description provided.

@codecov
Copy link

codecov bot commented May 29, 2020

Codecov Report

Merging #69 into master will increase coverage by 0.02%.
The diff coverage is 71.57%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #69      +/-   ##
==========================================
+ Coverage   70.17%   70.20%   +0.02%     
==========================================
  Files         150      150              
  Lines        8050     8084      +34     
==========================================
+ Hits         5649     5675      +26     
- Misses       1806     1812       +6     
- Partials      595      597       +2     
Impacted Files Coverage Δ
internal/buf/buffetch/buffetch.go 100.00% <ø> (ø)
internal/buf/buffetch/format.go 50.00% <ø> (ø)
internal/buf/buffetch/ref_parser.go 57.46% <49.05%> (-3.38%) ⬇️
internal/buf/bufcheck/bufbreaking/handler.go 66.66% <100.00%> (ø)
internal/buf/bufcheck/bufbreaking/runner.go 100.00% <100.00%> (ø)
internal/buf/bufcheck/buflint/handler.go 77.77% <100.00%> (ø)
internal/buf/bufcheck/buflint/runner.go 100.00% <100.00%> (ø)
internal/buf/bufcli/env_reader.go 49.78% <100.00%> (ø)
internal/buf/bufcli/image_writer.go 21.27% <100.00%> (ø)
internal/buf/bufconfig/provider.go 77.96% <100.00%> (ø)
... and 6 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f0f2267...bcbf01e. Read the comment docs.

@bufdev bufdev merged commit 8c34ad0 into master May 29, 2020
@bufdev bufdev deleted the compression branch May 29, 2020 17:08
Monirul1 pushed a commit to Monirul1/buf that referenced this pull request Apr 30, 2023
stefanvanburen added a commit that referenced this pull request Feb 20, 2026
It looks like we dropped this out of the zap logs, way back in
#69. @emcfarlane correctly ported the lack of a timestamp
over to slog in #3844. This probably made sense when `buf` was running
fairly quick CLI commands, but now that we have various server processes
running from `buf`, it makes sense to add a timestamp for the various
logs being emitted. I specifically wanted this when debugging `buf lsp
serve`.

We _could_ just make this optional (only for certain commands), but this
feels fairly uncontroversial.
stefanvanburen added a commit that referenced this pull request Feb 20, 2026
It looks like we dropped this out of the zap logs, way back in
#69. @emcfarlane correctly ported the lack of a timestamp
over to slog in #3844. This probably made sense when `buf` was running
fairly quick CLI commands, but now that we have various server processes
running from `buf`, it makes sense to add a timestamp for the various
logs being emitted. I specifically wanted this when debugging `buf lsp
serve`.

We _could_ just make this optional (only for certain commands), but this
feels fairly uncontroversial.
stefanvanburen added a commit that referenced this pull request Feb 25, 2026
It looks like we dropped this out of the zap logs, way back in
#69. @emcfarlane correctly ported the lack of a timestamp
over to slog in #3844. This probably made sense when `buf` was running
fairly quick CLI commands, but now that we have various server processes
running from `buf`, it makes sense to add a timestamp for the various
logs being emitted. I specifically wanted this when debugging `buf lsp
serve`.

We _could_ just make this optional (only for certain commands), but this
feels fairly uncontroversial.
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.

1 participant