ueberauth / guardian_db

Guardian DB integration for tracking tokens and ensuring logout cannot be replayed.
MIT License
368 stars 87 forks source link

Update ecto version [updated] #99

Closed nathany closed 6 years ago

nathany commented 6 years ago

This amends #98 to use Ecto 3.0 final.

fixes #93

nathany commented 6 years ago

I'm looking into the warning and test failure now. I didn't see the test failure locally.

update: Fixed and passing.

codecov-io commented 6 years ago

Codecov Report

Merging #99 into master will increase coverage by 1.66%. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #99      +/-   ##
=======================================
+ Coverage   78.33%   80%   +1.66%     
=======================================
  Files           5     5              
  Lines          60    60              
=======================================
+ Hits           47    48       +1     
+ Misses         13    12       -1
Impacted Files Coverage Δ
lib/mix/tasks/guardian_db.gen.migration.ex 100% <100%> (+6.25%) :arrow_up:

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 00d775c...225ed5f. Read the comment docs.

nathany commented 6 years ago

Thanks @yordis. Are you planning to do the 2.0.0 release?

yordis commented 6 years ago

@nathany waiting for a feedback from the other members and then we will do it.

tcitworld commented 5 years ago

Hi, any news on this ? :)