-
Notifications
You must be signed in to change notification settings - Fork 10
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
Record user access to POST (create) /PUT (edit) API calls in database #291
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #291 +/- ##
===================================================
- Coverage 84.05031% 81.97722% -2.07309%
===================================================
Files 321 323 +2
Lines 18922 19492 +570
Branches 909 915 +6
===================================================
+ Hits 15904 15979 +75
- Misses 2713 3207 +494
- Partials 305 306 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
9c067e0
to
ff8efda
Compare
Signed-off-by: Victor Chang <vicchang@nvidia.com>
Signed-off-by: Victor Chang <vicchang@nvidia.com>
Signed-off-by: Victor Chang <vicchang@nvidia.com>
Signed-off-by: Victor Chang <vicchang@nvidia.com>
3999cd7
to
61d9e7a
Compare
Signed-off-by: Victor Chang <vicchang@nvidia.com>
Signed-off-by: Victor Chang <vicchang@nvidia.com>
Signed-off-by: Victor Chang <vicchang@nvidia.com>
🎉 This issue has been resolved in version 0.3.6 🎉 The release is available on: |
Description
Fixes #288
Stores
CreatedBy
,UpdatedBy
andDateTimeCreated
,DateTimeUpdated
when the following APIs are called:Status
Ready
Types of changes