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

Migrate backend of BuildError model to Eloquent #1673

Merged
merged 1 commit into from
Aug 31, 2023

Conversation

williamjallen
Copy link
Collaborator

All database queries in the legacy BuildError model are handled by a new Eloquent BuildError model. Since the eloquent isn't a 1:1 swap for the legacy model, I have turned the legacy model into an adapter for the new Eloquent model. Future usages of the BuildError model should use the new Eloquent model if possible.

@josephsnyder josephsnyder added this pull request to the merge queue Aug 31, 2023
Merged via the queue into Kitware:master with commit f207f99 Aug 31, 2023
2 checks passed
@williamjallen williamjallen deleted the builderror-eloquent branch September 1, 2023 12:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants