Commit Graph

485 Commits

Author SHA1 Message Date
Martin Medek
1347fca0af DBZ-1661 added mysql replication example images to release-pipeline job 2023-05-03 12:22:21 +02:00
Jiri Pechanec
ab5d643aa8 DBZ-6353 Use correct SQL codes for other cases 2023-05-03 12:15:18 +02:00
miguelbirdie
63cc36e9a2 DBZ-6112 Set Replica Identity for PostgreSQL tables
Introduces a new PostgreSQL configuration parameter called `replica.autoset.type`. With this parameter, you can easily specify the Replica Identity value for each table that is captured by the connector
2023-05-02 14:33:46 +02:00
Jiri Pechanec
3372e5c450 DBZ-3621 Clean deps; add logging for tests; extrenalize config options 2023-05-02 14:15:19 +02:00
Kanthi Subramanian
dc67324da5 DBZ-3621 Added name to Aliases.txt 2023-05-02 14:15:19 +02:00
eizners
cf455d46be DBZ-6355 Add user 2023-04-27 09:28:29 -04:00
gongchanghua
baa72f3f51 DBZ-6386 Support shrink clause for Oracle table partition 2023-04-27 09:10:13 -04:00
Breno Moreira
bf0a74f487 DBZ-6372 - Kinesis Sink - AWS Credentials Provider
https://issues.redhat.com/projects/DBZ/issues/DBZ-6372
2023-04-27 08:20:42 +02:00
mfvitale
b90e5086de DBZ-6395 Restore debezium-server artifact deploy on Sonatype after moving it to a separate repo 2023-04-27 07:06:51 +02:00
Bertrand Paquet
8a224e6588 DBZ-6379: Fix handling of toasted hstore 2023-04-24 06:03:56 +02:00
Jiri Pechanec
ae0d82a8c0 [release] Changelog for 2.2.0.Final 2023-04-20 08:19:26 +02:00
caicancai
3a9b3518a3 DBZ-6336 MySql in debezium-parser-ddl does not support with keyword parsing 2023-04-18 07:59:25 +02:00
Jiri Pechanec
a78610bd7c DBZ-6319 Reformat textflow 2023-04-18 07:17:35 +02:00
Henko
56ec714c58 DBZ-6319 Add documentation for timeout in pulsar sink 2023-04-18 07:17:35 +02:00
Jiri Pechanec
0ff0d087c0 [release] Changelog for 2.2.0.CR1 2023-04-14 09:58:37 +02:00
Ondrej Babec
6a54b04da1 DBZ-6299 Remove migrated jobs and change structure 2023-04-11 19:32:40 +02:00
Vojtech Juranek
557bdaf050 DBZ-6155 Add contributors 2023-04-10 16:51:11 -04:00
Vojtech Juranek
c9364cec52 DBZ-6216 Publish nighly images on Docker Hub
This partially reverts commit f17721dc1e.
2023-04-04 12:22:25 +02:00
Vojtech Juranek
cb602df8c7 DBZ-6216 Revert removing Docker credentials
This reverts commit d38f9444c4.

As the Docker re-evalute thei decision not to provide free organizations
accounts, we will continue to publish images to Docker Hub for some
time.
2023-04-04 12:22:25 +02:00
Jiri Pechanec
a2dc0d337f [release] Changelog for 2.2.0.Beta1 2023-03-31 11:40:12 +02:00
Jiri Pechanec
3784183513 DBZ-3647 Add JDBC connector to release 2023-03-31 07:04:55 +02:00
sondn
7a70eddf48 DBZ-6250 Missing a keyword which can be used as column name 2023-03-27 10:36:54 +02:00
jcechace
6763e3c317 DBZ-6246: Removing MongoDB 4.0 and adding 4.2 to Jenkins job 2023-03-23 14:19:22 +01:00
Vojtech Juranek
d38f9444c4 DBZ-6216 Remove Docker credential
Remove docker credentials and login to docker hub from scripts and jobs.
As this is in separate commit, it can be easily reverted in case we
want to publish to docker hub again in the future.
2023-03-23 13:29:19 +01:00
Vojtech Juranek
f17721dc1e DBZ-6216 Adjust release scripts to push images only to quay.io 2023-03-23 13:29:19 +01:00
Jiri Pechanec
ee3904dbef [jenkins-jobs] Support server for pre-2.2; Debezium Server in core repo 2023-03-13 11:01:50 +01:00
tony joseph
5adf2150d2 [release] Add contributors 2023-03-09 08:35:09 +01:00
Jiri Pechanec
b19b743583 [jenkins-jobs] Execute script to obtain dependencies 2023-03-08 12:31:48 +01:00
Jiri Pechanec
f499d92064 DBZ-5951 Init Maven repo with DSE artifacts 2023-03-02 08:30:02 +01:00
Mehmet Firat KOMURCU
4c9ab87704 DBZ-6123 fix typo "evemts" to "events" in docs.
fix typo in sql server docs
2023-02-20 08:29:54 +01:00
Jiri Pechanec
68a6a32323 [release] Changelog for 2.2.0.Alpha2 2023-02-16 12:09:05 +01:00
Jiri Pechanec
8f286dd3ca DBZ-6049 Fix release process for separated server repo 2023-02-16 08:13:11 +01:00
Jiri Pechanec
49e37e70ea DBZ-6049 Changes for separate server repo 2023-02-16 08:13:11 +01:00
Jacob Barrieault
0a868f28c6 DBZ-6111 fix docs link to debezium-server Kinesis sink 2023-02-15 14:43:02 -05:00
Martin Medek
2add1f4c20 DBZ-3832 refactor, added test parameter to skip namespace and strimzi preparation
DBZ-3832 refactor

DBZ-3832 Removing redundant jenkins jobs

DBZ-3832 Refactor, moved operator deployment to standalone fixtures

DBZ-3832 Removed isRunningFromOcp hooks from kafka/kafkaConnect deployment, removed operator and namaespace preparation from system_pipeline

DBZ-3832 Modified OCP system tests to not create namespaces and operators

DBZ-3832 Moved namespace cleanup to NamespaceCleanupListener to be executed after all test classes, refactor

DBZ-3832 added strimzi, apicurio operators creation to testsuite.
Added maven property to set strimzi/apic subscription channel
Added namespace and clusterRoleBinding preparation into testsuite
2023-02-08 11:47:57 +01:00
TimLoes
c8bfc6562b [docs] Variable name clarified
It is necessary to query for server_id instead of server-id, which is being used on the config file.
2023-02-01 06:27:16 +01:00
Jiri Pechanec
e681f5465e DBZ-4829 Fix contributor name mapping 2023-01-24 08:51:09 +01:00
Sanapalli Lokesh
419ca28a37 DBZ-4829 : added lokesh sanapalli to copyright.txt 2023-01-24 08:51:09 +01:00
Jiri Pechanec
6983add0c5 [release] Changelog for 2.2.0.Alpha1 2023-01-19 12:21:28 +01:00
Jiri Pechanec
9d38deb12b DBZ-5996 Add contributor 2023-01-11 12:09:26 +01:00
Jiri Pechanec
0bd5123a81 DBZ-3653 Add docs for Db2 and SQL Server 2023-01-11 08:55:33 +01:00
Vojtech Juranek
0795153548 DBZ-5974 Show pipeline status directly in email subject 2023-01-05 06:55:51 +01:00
Vojtech Juranek
40b23b8885 DBZ-5974 Use catchError instead of try/finally block
For scripted pipelines (on the contrary to declarative pipelines) the
build results has to be set manully if try/catch block is uses. As a
workaround `catchError` can be used as this step also sets the
`currectResult`.

See also
https://www.jenkins.io/doc/pipeline/steps/workflow-basic-steps/#catcherror-catch-error-and-set-build-result-to-failure
2023-01-05 06:55:51 +01:00
Jiri Pechanec
a5fddedfe8 DBZ-5979 Properly handle multiplatform files in release 2023-01-05 06:52:01 +01:00
Jiri Pechanec
dcc8b0ea0b [release] Add contributors 2022-12-22 10:55:39 +01:00
Jiri Pechanec
d3746172b9 [release] Changelog for 2.0.1.Final 2022-12-22 10:45:04 +01:00
Jakub Cechacek
bae49fec2a
DBZ-5857 Using 3 member replica set in jenkins job (#4146) 2022-12-16 11:54:12 +01:00
Jiri Pechanec
17250bccd6 [release] Add contributors 2022-12-16 10:26:27 +01:00
Jiri Pechanec
ffcc794534 [release] Update jobs 2022-12-16 10:26:27 +01:00
Vojtech Juranek
567f113674 DBZ-5838 Run tests against Apicurio registy on internal CI
This reverts commit 8a10d7307c.
2022-12-12 14:44:05 +01:00