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

Added support for logging policies #1472

Merged
merged 6 commits into from Nov 6, 2021
Merged

Conversation

jkowalski
Copy link
Contributor

@jkowalski jkowalski commented Nov 3, 2021

Fixes #1450

@jkowalski jkowalski force-pushed the logging-policy branch 2 times, most recently from 7538775 to 5a5891c Compare November 4, 2021 18:27
@codecov
Copy link

codecov bot commented Nov 4, 2021

Codecov Report

Merging #1472 (07686e6) into master (c086821) will increase coverage by 0.20%.
The diff coverage is 88.35%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1472      +/-   ##
==========================================
+ Coverage   68.52%   68.72%   +0.20%     
==========================================
  Files         367      371       +4     
  Lines       29045    29266     +221     
==========================================
+ Hits        19902    20113     +211     
- Misses       7491     7498       +7     
- Partials     1652     1655       +3     
Impacted Files Coverage Δ
cli/command_policy_set_files.go 77.77% <0.00%> (ø)
repo/logging/null_logger.go 71.42% <0.00%> (ø)
snapshot/policy/policy_tree.go 100.00% <ø> (ø)
snapshot/snapshotfs/upload_actions.go 61.84% <16.66%> (ø)
cli/command_snapshot_create.go 71.38% <37.50%> (-1.89%) ⬇️
cli/command_policy_set_compression.go 73.17% <50.00%> (ø)
cli/command_policy_set.go 56.98% <72.22%> (+3.10%) ⬆️
fs/ignorefs/ignorefs.go 78.31% <85.71%> (ø)
snapshot/snapshotfs/upload.go 78.32% <88.72%> (+1.76%) ⬆️
cli/command_policy_set_logging.go 100.00% <100.00%> (ø)
... and 22 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 c086821...07686e6. Read the comment docs.

@jkowalski jkowalski marked this pull request as ready for review November 6, 2021 17:02
@jkowalski jkowalski changed the title Logging policy work in progress - do not merge Added support for logging policies Nov 6, 2021
@jkowalski jkowalski merged commit dcff6c2 into kopia:master Nov 6, 2021
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.

DESIGN: Logging policies
1 participant