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

feat: extract database into schema for go #1320

Merged
merged 4 commits into from
Apr 23, 2024
Merged

Conversation

matt2e
Copy link
Collaborator

@matt2e matt2e commented Apr 23, 2024

fixes integration tests on main.
modulecontext was not passing along DSNs to modules because the schema never included the database declaration in the schema.

@matt2e matt2e requested a review from a team as a code owner April 23, 2024 06:49
@matt2e matt2e requested review from worstell and removed request for a team April 23, 2024 06:49
@alecthomas alecthomas mentioned this pull request Apr 23, 2024
Copy link
Collaborator

@alecthomas alecthomas left a comment

Choose a reason for hiding this comment

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

Nice!

go-runtime/compile/schema.go Show resolved Hide resolved
Copy link
Collaborator

@alecthomas alecthomas left a comment

Choose a reason for hiding this comment

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

Did you manually run the integration tests to check?

@matt2e
Copy link
Collaborator Author

matt2e commented Apr 23, 2024

Yes, this fixes the integration tests 👍

@matt2e matt2e merged commit 5c53193 into main Apr 23, 2024
11 checks passed
@matt2e matt2e deleted the matt2e/integration-test-fix branch April 23, 2024 07:12
@worstell
Copy link
Contributor

awesome thanks for doing this!

@worstell worstell added the approved Marks an already closed PR as approved label Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Marks an already closed PR as approved
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants