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

🚚 Rename RecordMeta to Registry #1785

Merged
merged 4 commits into from
Aug 5, 2024
Merged

🚚 Rename RecordMeta to Registry #1785

merged 4 commits into from
Aug 5, 2024

Conversation

falexwolf
Copy link
Member

@falexwolf falexwolf commented Aug 5, 2024

This stresses that every Record comes with a Registry in form of its metaclass.

As the metaclass maps 1:1 on the corresponding SQL table, this is also what we intuitively understand as "registry".

Hence: Sub-classing Record defines a new registry while instantiating Record defines a new record.

@falexwolf falexwolf changed the title 🚚 Rename RecordMeta to Registry 🚚 Rename RecordMeta to Registry Aug 5, 2024
Copy link

codecov bot commented Aug 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.16%. Comparing base (9a85e27) to head (cdf6b48).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1785      +/-   ##
==========================================
- Coverage   92.19%   92.16%   -0.03%     
==========================================
  Files          51       51              
  Lines        5598     5616      +18     
==========================================
+ Hits         5161     5176      +15     
- Misses        437      440       +3     

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

@falexwolf falexwolf merged commit 1fbfee8 into main Aug 5, 2024
11 of 12 checks passed
@falexwolf falexwolf deleted the registry branch August 5, 2024 13:38
Copy link

github-actions bot commented Aug 5, 2024

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.

1 participant