Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Fixes panicking built binaries #1125

Merged
merged 1 commit into from
Jun 22, 2018
Merged

Conversation

markbates
Copy link
Member

@markbates markbates commented Jun 21, 2018

Because of the way we were making built binaries act as Buffalo binaries is was possible for this to result in database drivers loading twice and the app panicing.

NOTE This is against master on purpose! This will be the only thing released as v0.12.1. That milestone will move to v0.12.2.

is was possible for this to result in database drivers loading twice and
the app panicing.
@markbates markbates added this to the v0.12.1 milestone Jun 21, 2018
@markbates markbates changed the title Because of the way we were making built binaries act as Buffalo binaries is was possible for this to result in database drivers loading twice and the app panicing. Fixes panicking built binaries Jun 21, 2018
@markbates markbates modified the milestones: v0.12.2, v0.12.1 Jun 21, 2018
@codecov
Copy link

codecov bot commented Jun 21, 2018

Codecov Report

Merging #1125 into master will increase coverage by 0.31%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1125      +/-   ##
==========================================
+ Coverage   60.76%   61.07%   +0.31%     
==========================================
  Files          56       56              
  Lines        2867     2867              
==========================================
+ Hits         1742     1751       +9     
+ Misses       1022     1014       -8     
+ Partials      103      102       -1
Impacted Files Coverage Δ
middleware/i18n/i18n.go 75.17% <0%> (+1.41%) ⬆️
logger_formatter.go 60.2% <0%> (+7.14%) ⬆️

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 7dd791f...bd3afb1. Read the comment docs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants