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

Nessie server: add support for MariaDB and MySQL backends #8544

Merged
merged 9 commits into from
May 23, 2024

Conversation

adutra
Copy link
Contributor

@adutra adutra commented May 21, 2024

No description provided.

@adutra adutra requested a review from snazy May 21, 2024 08:07
@adutra adutra force-pushed the mysql-support-server branch 2 times, most recently from 129f697 to 82f28d8 Compare May 21, 2024 08:11
Copy link
Member

@snazy snazy left a comment

Choose a reason for hiding this comment

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

Looks like a bunch of unrelated changes made it into this PR. Can you move these to a separate one?

@adutra
Copy link
Contributor Author

adutra commented May 21, 2024

Looks like a bunch of unrelated changes made it into this PR. Can you move these to a separate one?

Which changes are unrelated? All the changes in the persist layer were done in order to optimize the configuration of Quarkus tests, by introducing the new BackendTestFactory.getQuarkusConfig(). (This not only reduces some code duplication, but also allows the server admin tool to reuse the same test setups.)

The only change that is a bit unrelated indeed is the one I mentioned here:

#8544 (comment)

I will move that one to another PR.

@adutra adutra marked this pull request as draft May 21, 2024 16:20
@adutra adutra changed the title Nessie server: add support for MariaDB and MySQL backends [WIP] Nessie server: add support for MariaDB and MySQL backends May 21, 2024
@adutra adutra marked this pull request as ready for review May 21, 2024 18:19
@adutra adutra changed the title [WIP] Nessie server: add support for MariaDB and MySQL backends Nessie server: add support for MariaDB and MySQL backends May 21, 2024
@adutra
Copy link
Contributor Author

adutra commented May 21, 2024

Ready for review again!

site/in-dev/configuration.md Outdated Show resolved Hide resolved
Copy link
Member

@snazy snazy left a comment

Choose a reason for hiding this comment

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

LGTM!
But let's wait for "all the MariaDB" PRs to be ready and merge those "together".

@adutra adutra merged commit 41c5880 into projectnessie:main May 23, 2024
16 checks passed
@adutra adutra deleted the mysql-support-server branch May 23, 2024 14:36
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.

None yet

2 participants