-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Update ent #2428
Update ent #2428
Conversation
044afc3
to
6299dcc
Compare
@nabokihms any ideas what's going wrong here? |
I have never seen this before. If you want, I can research the actual cause. |
Looking at the error, the returned timestamp is not precise enough. I don't know if that's because of ent or something else. |
6299dcc
to
6c7b72a
Compare
6c7b72a
to
6aa2c76
Compare
ab239d8
to
05b8331
Compare
Looks like the problem was with Atlas. I disabled it for now. See the linked issue for details. |
I don't know what's with the Docker build these days. |
Signed-off-by: Mark Sagi-Kazar <[email protected]>
Signed-off-by: Mark Sagi-Kazar <[email protected]>
Signed-off-by: Mark Sagi-Kazar <[email protected]>
Signed-off-by: Mark Sagi-Kazar <[email protected]>
Looks like Atlas (the new migration library under Ent) cannot handle precision properly. An issue has been reported to Ent: ent/ent#2454 Signed-off-by: Mark Sagi-Kazar <[email protected]>
05b8331
to
9b1a840
Compare
@nabokihms can I get a review on this one? I managed to fix the tests. Docker is just...doing it's own thing, I'm gonna ignore that. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks perfect! Thank you.
Overview
Update ent to the latest version.
What this PR does / why we need it
Updates the ent library to the latest version as well as opts-in for the new Atlas migration engine and regenerates generated files.
Special notes for your reviewer
Does this PR introduce a user-facing change?