Commit Graph

7888 Commits

Author SHA1 Message Date
Jiri Pechanec
b4c076a27c DBZ-5739 Make validation mandatory; more robust tests 2022-11-22 14:50:11 +01:00
Praveen Burgu
822f87147c DBZ-5739 Postgres connector results in silent data loss if replication slot is recreated
Detect replication slot recreation and fail the connector
2022-11-22 14:50:11 +01:00
ggaborg
a2551b1223 DBZ-4720 sqlserver tests 2022-11-22 14:46:55 +01:00
ggaborg
1aca4f5781 DBZ-4720 wait for kafka consumer 2022-11-22 14:46:55 +01:00
ggaborg
edca139355 DBZ-4720 wait for pulsarClient 2022-11-22 14:46:55 +01:00
ggaborg
73691db6b1 DBZ-4720 fix mysql tls test 2022-11-22 14:46:55 +01:00
ggaborg
83a2ab5cbd DBZ-4720 Deduplicate call of config.validateAndRecord() 2022-11-22 14:46:55 +01:00
ggaborg
4a70dccd7d DBZ-4720 Unification and validation for Redis sink, offset storage and schema history configuration 2022-11-22 14:46:55 +01:00
ggaborg
a6b2f0db3c DBZ-4720 Validate Debezium Server configuration properties 2022-11-22 14:46:55 +01:00
jcechace
d7afcd4fba DBZ-4303 Removing unnecessary dependency on debezium-core from rest-extension module 2022-11-22 11:10:25 +01:00
jcechace
7a11cf20f6 DBZ-4303 Adding slf4j as provided dependency 2022-11-22 11:10:25 +01:00
jcechace
f819daf065 DBZ-4303 Added assembly profile to debezium-connect-rest-extension 2022-11-22 11:10:25 +01:00
Chris Cranford
06610a2bf0 DBZ-5850 Fix test OracleConnectorIT shouldIgnoreAllTablesInExcludedSchemas 2022-11-22 11:05:40 +01:00
Jiri Novotny
5eba62136f DBZ-5742 Add ARO provision and teardown jobs 2022-11-22 08:57:48 +01:00
harveyyue
21fddc8515 DBZ-5843 Invalid Java object for schema with type FLOAT64: class java.lang.Float 2022-11-21 11:21:49 -05:00
Keri Harris
5a41d96943 DBZ-5807 update documentation to reflect Cassandra decimal.handling.mode configuration property 2022-11-18 08:45:14 +01:00
Keri Harris
3c159ffab8 DBZ-5808 update documentation to reflect Cassandra varint.handling.mode configuration property 2022-11-16 14:56:12 +01:00
Jiri Pechanec
f50ed10377 DBZ-5796 Fix typo in test description 2022-11-16 14:55:01 +01:00
harveyyue
b124d91a93 DBZ-5796 For outbox transformation, when 'table.expand.json.payload' is set to true null values are not correctly deserialized 2022-11-16 14:55:01 +01:00
jcechace
5ebf22d0c1 DBZ-5817 removing mongodb.name references from docs 2022-11-16 14:34:41 +01:00
Bob Roldan
4aeaf264ee DBZ-5835 Replaces references to obsolete downstream docs attribute 2022-11-16 14:32:04 +01:00
Vojtech Juranek
adb5dff784 DBZ-5834 Update MongoDB New Document State Extraction docs 2022-11-16 14:26:51 +01:00
Vojtech Juranek
79c47334c2 DBZ-5834 Allow to add updateDescription fields
Allow to add `updateDescription` fields as additional fields/headers
during `ExtractNewDocumentState` transformation.
2022-11-16 14:26:51 +01:00
Vojtech Juranek
8125412120 [docs] Add list of COnfluent jar files to be installed 2022-11-16 14:25:38 +01:00
Vojtěch Juránek
eb088b3092 [docs] Apply suggestions from code review
Co-authored-by: roldanbob <broldan@redhat.com>
2022-11-16 14:25:38 +01:00
Vojtech Juranek
87709cc036 [docs] Replace Docker hub links with Quay.io links 2022-11-16 14:25:38 +01:00
Vojtech Juranek
0ef6d49dde DBZ-5762 Document how to use Confluent registry 2022-11-16 14:25:38 +01:00
Ondrej Babec
de9e90362c DBZ-5844 Add Kubernetes plugin for cluster deployment 2022-11-16 13:16:27 +01:00
Martin Medek
e705ba3a3d
DBZ-5785 Modify ocp system tests to archive test results and logs (#4039)
DBZ-5785
Changed OCP testsuite job to pod. Added readiness probe to the pod description to indicate testsuite is finished.
Modified the testsuite script to save logs and trigger the readiness probe once finished.
Modified the OCP testsuite jenkins job to wait for the readiness probe and copy the testsuite logs.
Added report portal post step to ocp system pipeline
Moved script location in container from /testsuite to /root/testsuite
2022-11-15 20:46:11 +01:00
Vojtech Juranek
8a10d7307c DBZ-5839 Revert "DBZ-2131 Run tests against Apicurio registy on internal CI"
This reverts commit eca9d250ee.
2022-11-15 11:35:36 +01:00
tooptoop4
4d57765596 DBZ-5833 AbstractLogMinerEventProcessor DEBUG to TRACE loglevel 2022-11-14 09:22:35 -05:00
Chris Cranford
c595fb9ff3 DBZ-5423 Adjust tests 2022-11-14 12:26:00 +01:00
Anisha Mohanty
22f260e09d DBZ-5423 Update the test case & document the changes 2022-11-14 12:26:00 +01:00
Chris Cranford
9b9f41369a DBZ-5423 Update test case 2022-11-14 12:26:00 +01:00
Anisha Mohanty
3b096aecda DBZ-5423 Add test case to support table rename for SQLServer 2022-11-14 12:26:00 +01:00
Vojtech Juranek
eca9d250ee DBZ-2131 Run tests against Apicurio registy on internal CI 2022-11-14 09:58:15 +01:00
Enzo Cappa
e497fbc564 DBZ-5770 Update documentation regarding the Binary Data Converter
I introduce an error on the documentation by not closing a NOTE
block. Fixing it.
2022-11-14 09:48:13 +01:00
Bob Roldan
3cb1a8c25a DBZ-5789 Remove obsolete info about PG metadata from doc 2022-11-10 14:00:36 -05:00
Chris Cranford
855fbd944a DBZ-5821 Update COPYRIGHT.txt and Aliases.txt 2022-11-10 13:44:58 -05:00
Chris Cranford
15fc31e761 DBZ-5821 Formatting 2022-11-10 13:44:58 -05:00
mkobayas
fbe6ca408b DBZ-5821 Quarkus outbox extention never finish open tracing span 2022-11-10 13:44:58 -05:00
Gunnar Morling
e2c5c720ed [docs] Updating default poll.intervall.ms in PG connector docs 2022-11-10 13:14:56 -05:00
Mark Lambert
1ed3a46ea6 DBZ-5824 refactor GitHub Actions deprecated set-output command 2022-11-10 12:36:36 -05:00
Debezium Builder
a68649cece [release] Development version for testing module deps 2022-11-10 13:40:30 +00:00
Debezium Builder
e311dd1a67 [maven-release-plugin] prepare for next development iteration 2022-11-10 13:29:06 +00:00
Debezium Builder
e3bf53440a [maven-release-plugin] prepare release v2.1.0.Alpha1 2022-11-10 13:29:05 +00:00
Debezium Builder
93348058f8 [release] Stable 2.1.0.Alpha1 for testing module deps 2022-11-10 13:25:21 +00:00
Jiri Pechanec
43bcd9b0c5 [release] Changelog for 2.1.0.Alpha1 2022-11-10 13:58:12 +01:00
Jiri Pechanec
28293d39c3 [release] Add 2.1 to release pipeline 2022-11-10 13:27:01 +01:00
Anil Dasari
c781832f41 DBZ-5822 Change visibility of BaseSourceTask#logStatistics method to protected 2022-11-10 08:02:48 +01:00