Closed TimCsaky closed 1 year ago
Code Climate has analyzed commit c6ca130c and detected 0 issues on this pull request.
The test coverage on the diff in this pull request is 50.0% (50% is the threshold).
This pull request will bring the total coverage in the repository to 58.7% (0.0% change).
View more on Code Climate.
Totals | |
---|---|
Statements: | 52.49% ( 2468 / 4702 ) |
Methods: | 42.54% ( 268 / 630 ) |
Lines: | 58.75% ( 1498 / 2550 ) |
Branches: | 46.12% ( 702 / 1522 ) |
Description
previously, we were marking new records with a createdBy of user that requested the sync. So for example, in bcbox, a synced object is showing as createdBy the user that clicked sync. We feel its more accurate, and in keeping with the existing pattern to show it as createdBy 'system user' (nil uuid) in the database.
Types of changes
Bug fix (non-breaking change which fixes an issue)
Checklist
Further comments