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

Resolve issues in the application scaffolder #132

Merged
merged 8 commits into from
Oct 11, 2024
Merged

Conversation

aholmes
Copy link
Member

@aholmes aholmes commented Oct 9, 2024

This PR closes several issues in the application scaffolder:

#114
#113
#112
#111
#110

Resolving these should allow scaffolded web applications to work out-of-the-box without further modification.

Also fix bug with incorrect name of a test fixture.

Closes #114
Closes #113
scaffolded applications.

This change writes "alembic.ini" to the root of the scaffolded
application, and let's the templates scaffolded as they otherwise
normally would. This, then, should set up alembic.ini to find migrations
under the module directory `<app>/modules/database/migrations` (TODO).

Closes #112
This allows scaffolded applications to have ligare-alembic built-in.

Also resolved confusing output from the command-line logs/prints.

Closes #112
This branch resolves #111, but no commits currently reference it.

Closes #111
@aholmes aholmes changed the title Scaffolder fixes Resolve issues in the application scaffolder Oct 11, 2024
@aholmes aholmes marked this pull request as ready for review October 11, 2024 00:07
@aholmes aholmes requested a review from a team as a code owner October 11, 2024 00:07
Copy link

@dan-knight dan-knight left a comment

Choose a reason for hiding this comment

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

Code seems fine to me!

@aholmes aholmes merged commit 56d3f4c into main Oct 11, 2024
12 checks passed
@aholmes aholmes deleted the aholmes-scaffolder-fixes branch October 11, 2024 21:45
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.

2 participants