-
-
Notifications
You must be signed in to change notification settings - Fork 337
feat: Add Typesense module #1446
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
Conversation
✅ Deploy Preview for testcontainers-dotnet ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Not sure why Pulsar failed, I don't believe I impacted that? |
No, the PR isn't related. It's Pulsar... It seems like the consumer sometimes isn't in a working state. I'll try to review it in the next days. |
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.
I just had a very brief look at your code and added two questions
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.
I've updated the PR to follow the repository standards.
We only create container builder APIs for settings that are absolutely necessary to start the container. If a setting can be configured with methods like WithCommand(string)
, we avoid adding separate APIs to keep it simple.
I removed the --cors
flag. When it's always set, developers can't disable it later.
The container configuration type only includes properties needed to modify the setup in Build()
or needed in the container type.
LMKWYT. Happy to merge the PR if you're okay with the changes.
@HofmeisterAn Yeah, thank you for doing that. Been quite busy lately and just getting back to it now. The changes look good to me. Thanks again, I really appreciate it! |
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.
@HofmeisterAn Yeah, thank you for doing that. Been quite busy lately and just getting back to it now. The changes look good to me. Thanks again, I really appreciate it!
Oh, no worries. Thanks for the contribution!
What does this PR do?
Adds Typesense testcontainers implementation.
Why is it important?
No Typesense Module currently available for Dotnet.
Related issues
No existing issues found related to Typesense.
How to test this PR
tests/Testcontainers.Typesense.Tests contains two tests: