-
-
Notifications
You must be signed in to change notification settings - Fork 521
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: add meilisearch-module #2835
feat: add meilisearch-module #2835
Conversation
chore: add module scaffolding
* main: feat: add yugabytedb module (testcontainers#2825) fix: update module container struct name and missing imports (testcontainers#2831)
* main: fix(reaper): refactor to allow retries and fix races (testcontainers#2728) chore: update ryuk to 0.10.2 (testcontainers#2833)
✅ Deploy Preview for testcontainers-go ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure you wanted the description you have currently.
@stevenh I addressed all your comments 🤞 |
@mdelapenya thank you for the help and the support. LGTM @mdelapenya @stevenh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Few nits, but looks like change to remove the unnecessary t.Run
from the last review was missed?
testcontainers.CleanupContainer(t, ctr) | ||
require.NoError(t, err) | ||
|
||
t.Run("Connect to Address", func(t *testing.T) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like this was missed?
What does this PR do?
Add Meilisearch Golang module
It takes all the commits in #2823, adding the commits needed to add the module to the docs system and the CI.
Why is it important?
Meilisearch is getting more popular and there Is already a java module for it.
Related issues