Skip to content

Generate ent schema in admin code. - #127

Merged
mikestefanello merged 3 commits into
mainfrom
nograph
Aug 4, 2025
Merged

Generate ent schema in admin code.#127
mikestefanello merged 3 commits into
mainfrom
nograph

Conversation

@mikestefanello

@mikestefanello mikestefanello commented Jul 31, 2025

Copy link
Copy Markdown
Owner

Solving an issue brought up in: #126

The current admin panel code requires that the Ent code-gen schema/graph is generated during runtime. This is problematic because it requires that the machine has Go installed and all of the ent Go files which will not be the case if only the application binary is present.

To approach is to update the admin ent extension (which powers the admin panel) to generate the required ent schema in Go code.

@mikestefanello
mikestefanello marked this pull request as ready for review July 31, 2025 23:41
@mikestefanello
mikestefanello merged commit 3710478 into main Aug 4, 2025
1 check passed
@mikestefanello
mikestefanello deleted the nograph branch August 4, 2025 12:32
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