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

Switch dependency from boltdb to bbolt #980

Merged
merged 6 commits into from
Apr 16, 2020

Conversation

amasover
Copy link
Contributor

@amasover amasover commented Apr 6, 2020

Switching to bbolt for security/stability reasons.

I did my best to update go.mod, go.sum and the vendored dependencies without touching anything else.

Fixes: #974

@codecov
Copy link

codecov bot commented Apr 6, 2020

Codecov Report

Merging #980 into master will not change coverage by %.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #980   +/-   ##
=======================================
  Coverage   72.12%   72.12%           
=======================================
  Files          65       65           
  Lines        5316     5316           
=======================================
  Hits         3834     3834           
  Misses       1186     1186           
  Partials      296      296           
Impacted Files Coverage Δ
server/events/db/boltdb.go 74.28% <ø> (ø)

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 548fe5f...476d9bf. Read the comment docs.

@lkysow lkysow mentioned this pull request Apr 16, 2020
@lkysow lkysow merged commit 476d9bf into runatlantis:master Apr 16, 2020
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.

Update boltdb dependency to the currently maintained bbolt fork
2 participants