Frank Elsinga
Frank Elsinga
Resolves #164 The implementation is a bit hacky, am open to better approaches or other feedback ^^
I noticed that there currently is not LDAP testcontainer. Similar to the [go testontainer modules](https://github.com/testcontainers/testcontainers-go/blob/c44b1b2ed935455fa222f122a7474efe309f641c/modules/openldap/openldap.go#L128C19-L128C41), I chose the [`bitnami/openldap`](https://github.com/bitnami/containers/blob/main/bitnami/openldap/README.md) containers. Similar to https://github.com/testcontainers/testcontainers-rs-modules-community/pull/178, this PR includes the mongodb-example-fix.
This PR makes sure that the way structs are constructed is consistent and encourages the builder pattern. It is based on this question: https://github.com/testcontainers/testcontainers-rs-modules-community/pull/156#discussion_r1660236432 For the changelog: We now require...
- [x] adds a postgres version check - [x] added a testcase (using testcontainers) that the version is parsed correctly Resolves #1230 (I think at this point the PR can...
Due to changes upstream, this needs to be edited on 08.10.24 between 7 AM and 8 AM
https://github.com/meilisearch/meilisearch/releases/tag/v1.10.0 has shipped with a new way to conduct federated searches. We currently implemented this manually => throwing that code away might be benefitial
For testing, having more derives for the `SearchEntry` are handy. Concretely, having `Eq` derived might be helpfull.
⚠️⚠️⚠️ Since we do not accept all types of pull requests and do not want to waste your time. Please be sure that you have read pull request rules: https://github.com/louislam/uptime-kuma/blob/master/CONTRIBUTING.md#can-i-create-a-pull-request-for-uptime-kuma...
### Does your PR solve an issue? As discussed in https://github.com/launchbadge/sqlx/issues/3471, I have added a field to the form. I have also migrated to using issue-forms as they are a...
Resolves https://github.com/maplibre/martin/issues/1075 I am not quite right if I have made everything correctly. The project has lots of places to configure things and it was not always clear where I...