Skip to content
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

Change from UUID to CUID model of unique identifiers #1

Merged
merged 1 commit into from
Jan 15, 2018

Conversation

carlos-novak
Copy link
Contributor

@carlos-novak carlos-novak commented Jan 15, 2018

The type of unique identifier generated from UUID to CUID has changed.
This change reduces the risk of collision of identifiers for database applications with horizontal scalability and volume of new identifiers per month in the order of 1 to 10 million.

based on:

paralleldrive/cuid#22

@codecov-io
Copy link

codecov-io commented Jan 15, 2018

Codecov Report

Merging #1 into master will increase coverage by 0.33%.
The diff coverage is 33.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #1      +/-   ##
==========================================
+ Coverage   45.42%   45.75%   +0.33%     
==========================================
  Files           7        7              
  Lines         273      271       -2     
==========================================
  Hits          124      124              
+ Misses        149      147       -2
Impacted Files Coverage Δ
kant/repositories.py 42.5% <ø> (ø) ⬆️
kant/events/models.py 46.51% <33.33%> (+0.53%) ⬆️

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 0df30bc...cb8879b. Read the comment docs.

@carlos-novak carlos-novak reopened this Jan 15, 2018
@carlos-novak carlos-novak changed the title Add Transaction Repository Change from UUID to CUID model of unique identifiers Jan 15, 2018
@patrickporto patrickporto merged commit d893c54 into patrickporto:master Jan 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants