Skip to content

Conversation

@PenguinBoi12
Copy link
Contributor

@PenguinBoi12 PenguinBoi12 commented Oct 12, 2025

This PR contains a overall refactor of grace to reflect the changes of Grace Framework's new ORM and Query System.

Code-Society-Lab/grace-framework#10

@PenguinBoi12 PenguinBoi12 changed the title Refactoring for Grace Framework migration to SQLModel WIP: Refactoring for Grace Framework migration to SQLModel Oct 12, 2025
# Conflicts:
#	setup.py
chrisdedman
chrisdedman previously approved these changes Oct 14, 2025
Copy link
Collaborator

@chrisdedman chrisdedman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Other than the fromatting nit, everything looks good. I don't have any breaking changes after running it locally.

Comment on lines 1 to +6
import base64
import json
import zlib
import requests
from logging import info, critical
from logging import critical, info

import requests
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Not quit sure why Ruff did ordered them like this. Can you manually move import requests one line and add a blank line between from .. and import ..

Copy link
Contributor Author

@PenguinBoi12 PenguinBoi12 Oct 14, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, the formatting will change anyway with #146 which should be properly configured.

@PenguinBoi12 PenguinBoi12 merged commit 7ad00bc into main Oct 15, 2025
2 of 3 checks passed
@PenguinBoi12 PenguinBoi12 deleted the update-orm branch October 15, 2025 22:16
@PenguinBoi12 PenguinBoi12 changed the title WIP: Refactoring for Grace Framework migration to SQLModel Refactoring for Grace Framework migration to SQLModel Oct 15, 2025
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