-
Notifications
You must be signed in to change notification settings - Fork 23
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
Modify/datetime #748
Modify/datetime #748
Conversation
…bber into fix/update-attributes
Remove deleted_at column Update tests Optimize *change.go files
Codecov Report
@@ Coverage Diff @@
## staging #748 +/- ##
===========================================
+ Coverage 23.59% 24.37% +0.78%
===========================================
Files 77 77
Lines 7980 7818 -162
===========================================
+ Hits 1883 1906 +23
+ Misses 5828 5646 -182
+ Partials 269 266 -3
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. |
Manual system tests [success] with the following config
|
func (r *Ref) CalculateDirHash(ctx context.Context, saveToDB bool) (h string, err error) { | ||
defer func() { | ||
if err == nil && saveToDB { | ||
err = r.SaveDirRef(ctx) |
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.
This defer actions would call the r.SaveDirRef when there's no child.
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.
lgtm
`autoIncrement` was supposed to work for it fail for sqlite used for integration testing
Manual system tests [success] with the following config
|
Changes
Tests
Tasks to complete before merging PR:
Associated PRs (Link as appropriate):