HYUNSANG HAN (한현상, Travis)
HYUNSANG HAN (한현상, Travis)
### Description of the Change Add script `npm start 'unit-coverage-report'` to check unit test coverage of Mocha. By using the script, unit test coverage can be checked in terminal like...
@hpgrahsl I am doing sink from Postgres to MongoDB by MongoSinkConnector with Kafka. (`Postgres` --> `Kafka` --> `MongoDB`) I can check there is `u`(= update) in `op`(= operationType) when I...
Hi, Team! I believe, failure of Change Stream is a fatal event to MongoSource Connector users. Therefore, not the info level, but the error level log is required. In my...
Same change with https://github.com/lensesio/kafka-connect-ui/pull/112. Replaced https://github.com/mholt/caddy/releases/download/v0.10.10/caddy_v0.10.10_linux_amd64.tar.gz with https://github.com/caddyserver/caddy/releases/download/v0.10.10/caddy_v0.10.10_linux_amd64.tar.gz. It was updated once before like below: https://github.com/lensesio/fast-data-dev/blob/e4e37ea71c9af8e052c4158568bc16200fde5995/Dockerfile#L371
Same change with https://github.com/lensesio/kafka-connect-ui/pull/112. Replaced https://github.com/mholt/caddy/releases/download/v0.10.11/caddy_v0.10.11_linux_amd64.tar.gz with https://github.com/caddyserver/caddy/releases/download/v0.10.11/caddy_v0.10.11_linux_amd64.tar.gz.
Same change with https://github.com/lensesio/kafka-connect-ui/pull/112. Replaced https://github.com/mholt/caddy/releases/download/v0.10.11/caddy_v0.10.11_linux_amd64.tar.gz with https://github.com/caddyserver/caddy/releases/download/v0.10.11/caddy_v0.10.11_linux_amd64.tar.gz.
## Summary Introduces a new `RemoveBlock` API that complements the existing `AddBlock` API by allowing users to remove index blocks using `DELETE /{index}/_block/{block}`. Resolves: https://github.com/elastic/elasticsearch/issues/128966 ## Background Currently, users add...
Make sure that: - [x] You have read the [contribution guidelines](https://github.com/pgjdbc/r2dbc-postgresql/blob/main/.github/CONTRIBUTING.adoc). - [x] You have created a feature request first to discuss your contribution intent. Please reference the feature request...
Resolves: #3899 Currently, to leverage AOT optimized repositories on the JVM with Spring Data JPA, users need to explicitly set both `spring.aot.enabled=true` and `spring.aot.repositories.enabled=true`. This change updates the behavior so...
Closes: #4985 ## Context Starting in MongoDB 7.0.3 and 7.1, `$out` can take a document to output to a [time series collection](https://www.mongodb.com/docs/manual/core/timeseries-collections/#std-label-manual-timeseries-landing): ```js { $out: { db: "", coll: "",...