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: initial Java database work #2399

Merged
merged 1 commit into from
Aug 17, 2024
Merged

Conversation

stuartwdouglas
Copy link
Contributor

No description provided.

@ftl-robot ftl-robot mentioned this pull request Aug 16, 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.

Noice!

buildengine/build_java.go Outdated Show resolved Hide resolved
public record Datasource(String connectionString, String username, String password) {

public static Datasource fromDSN(String dsn) {
//TODO: this is horrible, just quick hack for now
Copy link
Collaborator

Choose a reason for hiding this comment

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

😂

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Lots of cleanup is needed, this was mostly about making sure that I could integrate everything the way I expected to. I should have a cleaned up version at some point on Monday.

@stuartwdouglas stuartwdouglas force-pushed the stuartwdouglas/java-databases branch 2 times, most recently from ebd0ce3 to 87c85dd Compare August 17, 2024 05:10
@stuartwdouglas stuartwdouglas marked this pull request as ready for review August 17, 2024 05:10
@stuartwdouglas stuartwdouglas requested a review from a team as a code owner August 17, 2024 05:10
@stuartwdouglas stuartwdouglas requested review from jonathanj-square and removed request for a team August 17, 2024 05:10
@stuartwdouglas
Copy link
Contributor Author

This should be good to go now.

@stuartwdouglas stuartwdouglas added this pull request to the merge queue Aug 17, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Aug 17, 2024
@stuartwdouglas stuartwdouglas added this pull request to the merge queue Aug 17, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Aug 17, 2024
@stuartwdouglas stuartwdouglas added this pull request to the merge queue Aug 17, 2024
Merged via the queue into main with commit 54a18d5 Aug 17, 2024
17 checks passed
@stuartwdouglas stuartwdouglas deleted the stuartwdouglas/java-databases branch August 17, 2024 09:24
safeer pushed a commit that referenced this pull request Aug 19, 2024
This pull request was closed.
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