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

feat: add UUID to user model #4488

Merged
merged 6 commits into from
Aug 21, 2024
Merged

Conversation

matthewelwell
Copy link
Contributor

Changes

Add uuid to user model. This will allow the FE to identify users via their UUID. In order to minimise the overhead in adding identity overrides in the future, however, I have added the uuid to both the sales dashboard and the django admin.

How did you test this code?

Updated a unit test and ran the API locally to confirm the changes to the sales dashboard and the django admin.

@matthewelwell matthewelwell requested a review from a team as a code owner August 13, 2024 10:14
@matthewelwell matthewelwell requested review from novakzaballa and removed request for a team August 13, 2024 10:14
Copy link

vercel bot commented Aug 13, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

3 Skipped Deployments
Name Status Preview Comments Updated (UTC)
docs ⬜️ Ignored (Inspect) Visit Preview Aug 13, 2024 10:56am
flagsmith-frontend-preview ⬜️ Ignored (Inspect) Visit Preview Aug 13, 2024 10:56am
flagsmith-frontend-staging ⬜️ Ignored (Inspect) Visit Preview Aug 13, 2024 10:56am

@github-actions github-actions bot added api Issue related to the REST API feature New feature or request labels Aug 13, 2024
Copy link
Contributor

github-actions bot commented Aug 13, 2024

Docker builds report

Image Build Status Security report
ghcr.io/flagsmith/flagsmith-e2e:pr-4488 Finished ✅ Skipped
ghcr.io/flagsmith/flagsmith-api-test:pr-4488 Finished ✅ Skipped
ghcr.io/flagsmith/flagsmith-api:pr-4488 Finished ✅ Results
ghcr.io/flagsmith/flagsmith-frontend:pr-4488 Finished ✅ Results
ghcr.io/flagsmith/flagsmith-private-cloud:pr-4488 Finished ✅ Results
ghcr.io/flagsmith/flagsmith:pr-4488 Finished ✅ Results

Copy link
Contributor

github-actions bot commented Aug 13, 2024

Uffizzi Preview deployment-55201 was deleted.

@github-actions github-actions bot added feature New feature or request and removed feature New feature or request labels Aug 13, 2024
@matthewelwell matthewelwell force-pushed the feat/add-uuid-to-user-model branch from 49d3c52 to 435dee3 Compare August 13, 2024 10:56
@github-actions github-actions bot added feature New feature or request and removed feature New feature or request labels Aug 13, 2024
Copy link

codecov bot commented Aug 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.91%. Comparing base (3b47ae0) to head (435dee3).
Report is 35 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4488   +/-   ##
=======================================
  Coverage   96.91%   96.91%           
=======================================
  Files        1176     1178    +2     
  Lines       39345    39378   +33     
=======================================
+ Hits        38131    38164   +33     
  Misses       1214     1214           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@matthewelwell matthewelwell added this pull request to the merge queue Aug 21, 2024
Merged via the queue into main with commit 32be7c0 Aug 21, 2024
35 checks passed
@matthewelwell matthewelwell deleted the feat/add-uuid-to-user-model branch August 21, 2024 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Issue related to the REST API feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants