Skip to content

Conversation

@stoopidJSON
Copy link
Member

@stoopidJSON stoopidJSON commented May 12, 2020

This will fix an issue iwth SSL and Sequelize. Additionally, it adds a fix for the email reset to go to the correct domain.

Todos

  • Tests
  • Documentation

@codecov
Copy link

codecov bot commented May 12, 2020

Codecov Report

Merging #149 into master will decrease coverage by 1.32%.
The diff coverage is 53.84%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #149      +/-   ##
==========================================
- Coverage   63.23%   61.91%   -1.33%     
==========================================
  Files          16       16              
  Lines         525      533       +8     
==========================================
- Hits          332      330       -2     
- Misses        193      203      +10     
Impacted Files Coverage Δ
src/email/index.js 66.66% <0.00%> (ø)
src/utils/index.js 75.47% <42.85%> (-5.38%) ⬇️
src/index.js 97.87% <80.00%> (-2.13%) ⬇️
src/models/user.js 75.00% <0.00%> (-10.72%) ⬇️
src/routes/user.js 54.32% <0.00%> (-2.47%) ⬇️

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 6e86090...671a107. Read the comment docs.

@stoopidJSON stoopidJSON requested review from a team, c-w-allen and seancrim23 May 12, 2020 15:23
@stoopidJSON stoopidJSON added the work in progress Designates a PR that is still in progress label May 12, 2020
}
const a = await SequelizeAdapter.newAdapter(
dbUrl,
dbUrl(),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this calling a function now? Where is it defined?

@stoopidJSON stoopidJSON merged commit d1d4ecd into master May 20, 2020
@stoopidJSON stoopidJSON deleted the revjtanton/HOTFIX-sequelize-ssl branch May 20, 2020 21:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

work in progress Designates a PR that is still in progress

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants