Commit Graph

5574 Commits

Author SHA1 Message Date
Bob Roldan
245b9efd3d DBZ-3603 Add example for snapshot.select.statement.overrides property 2021-09-22 17:16:55 +02:00
Jiri Novotny
45b381b75e DBZ-3934 added jenkins job for artifact server preparation 2021-09-22 13:45:26 +02:00
Anisha Mohanty
85aaffaeee DBZ-4023 Check if a pull_request's author names are present in COPYRIGHT.txt and Aliases.txt 2021-09-22 13:15:56 +02:00
Kate
0099a50c53 DBZ-3948 Support kafka topic based signals 2021-09-22 13:08:45 +02:00
Vivek Wassan
b6e891ec7d DBZ-3951 Moving preReadChunk() to AbstractIncrementalSnapshotChangeEventSource 2021-09-22 07:01:29 +02:00
Vivek Wassan
65ac2387dc DBZ-3951 Adding a separate isValid method 2021-09-22 07:01:29 +02:00
Vivek Wassan
3f6c632296 DBZ-3951 Review comment: Changing Exception message 2021-09-22 07:01:29 +02:00
Vivek Wassan
5f37e6630f DBZ-3951 Adding a safety check, isValid, for connection 2021-09-22 07:01:29 +02:00
Anisha Mohanty
ff4d487d44 DBZ-3822 Fix commit message check 2021-09-21 14:11:21 +02:00
Chris Cranford
3e5ac9ef11 DBZ-4007 Remove unnecessary grants for Oracle LogMiner 2021-09-21 14:02:43 +02:00
Chris Cranford
a14e13ff01 DBZ-4010 Allow ORA-01327 exceptions to be retried 2021-09-21 13:44:26 +02:00
Naveen Kumar KR
96260f9e9e DBZ-4015 TableIdPerf - JMH Benchmark for TableId.parse 2021-09-21 10:35:08 +02:00
Naveen Kumar KR
b5ccd249c9 DBZ-4015 1) TableIdParser - Initialize ArrayList with optimal capacity of 3 (at max three parts in an identifier - catalog.schema.table)
2) TableId - Replace .stream().toArray() with .toArray() to eliminate stream overhead
2021-09-21 10:35:08 +02:00
Naveen Kumar KR
4c5264f7d2 DBZ-4015 Efficient String Replacement using String.replace in TableIdParser (improvement of x4-x5 times)
(https://medium.com/javarevisited/micro-optimizations-in-java-string-replaceall-c6d0edf2ef6)
2021-09-21 10:35:08 +02:00
Chris Cranford
ef6fa1e7e5 DBZ-4017 Support multiple (sub)partitions in ALTER TABLE truncate syntax 2021-09-21 10:32:39 +02:00
roldanbob
89105de423
[docs] Fix typo
Correct misspelling
2021-09-17 16:49:38 -04:00
Jiri Pechanec
26d0e78023 DBZ-4013 Skip invalid table 2021-09-17 14:20:42 +02:00
Chris Cranford
e1fb3cc0e6 DBZ-3977 Extend ALTER and TRUNCATE table Oracle DDL support
* Add support for truncating subpartitions with ALTER
* Add support for dropping storage with TRUNCATE
2021-09-16 19:39:53 +02:00
Gunnar Morling
1a2415abae
[docs] Minor fix 2021-09-16 16:07:11 +02:00
Gunnar Morling
f2e64c5d80
[docs] Minor fix 2021-09-16 16:00:47 +02:00
Gunnar Morling
c41111ba80
[docs] Minor fix 2021-09-16 15:59:01 +02:00
Jiri Pechanec
da0a425519 [release] Update docs for 1.7.0.CR1 2021-09-16 13:11:34 +02:00
Debezium Builder
3e55fd3cbc [release] Development version for testing module deps 2021-09-16 08:22:39 +00:00
Debezium Builder
c15e0b303b [maven-release-plugin] prepare for next development iteration 2021-09-16 08:10:45 +00:00
Debezium Builder
23d9790121 [maven-release-plugin] prepare release v1.7.0.CR1 2021-09-16 08:10:44 +00:00
Debezium Builder
0797a76e40 [release] Stable 1.7.0.CR1 for testing module deps 2021-09-16 08:06:08 +00:00
Jiri Pechanec
9c002d91e1 [release] Changelog for 1.7.0.CR1 2021-09-16 09:52:34 +02:00
jcechace
071f8d0dcd DBZ-3690 replacing cloud-user with centos user in order to support new jenkins nodes 2021-09-16 09:46:05 +02:00
jcechace
1daaa8b4c2 DBZ-3690 Removing scopeo usage and cleaning utility scripts 2021-09-16 09:46:05 +02:00
Bob Roldan
b341811b58 DBZ-3961-specify-when-connectors-begin-to-collect-metadata 2021-09-15 22:48:38 +02:00
Gunnar Morling
8bd686bf03 DBZ-3822 Adding note on trigger semanticsd 2021-09-15 16:00:04 +02:00
Anisha Mohanty
ad8e69cecc DBZ-3822 Add missing parenthesis 2021-09-15 15:56:48 +02:00
Anisha Mohanty
b643b20058 DBZ-3822 Add comments to handle commit message on failure 2021-09-15 15:56:48 +02:00
Anisha Mohanty
f57545d7b1 DBZ-3787 Add tests for invisible & visible columns using testcontainers
*Using user "debezium" to have right grants provided
2021-09-15 15:13:18 +02:00
Anisha Mohanty
cd7081797b DBZ-3787 Upgrade binlog-client to 0.25.3 2021-09-15 15:13:18 +02:00
Gunnar Morling
18a23b19c3 DBZ-4001 Removing constructor only required for tests 2021-09-15 14:21:02 +02:00
Yuan Zhang
fbf56a976d DBZ-4001 Using connection factory when validating SQL Server connector config 2021-09-15 14:16:39 +02:00
Jiri Pechanec
769b189a7c DBZ-3861 Use bacon CLI to automate product builds; generate Maven repo 2021-09-15 11:22:14 +02:00
jcechace
0e040d8090 DBZ-3934 Docker image for artifact server serving artifacts for Strimzi's build mechanism 2021-09-13 14:28:52 +02:00
harveyyue
97cb997be3 DBZ-3984 Mysql-Connector fails parsing invalid decimal format DDL statement 2021-09-13 13:55:49 +02:00
Gunnar Morling
14a5162ec0
DBZ-3822 Not checking out code for octocat commit checker 2021-09-09 23:01:49 +02:00
René Kerner
b92e5c5efe
DBZ-3943 Add ConfigDef unit tests to verify all Debezium Field instances have a proper documentation/description set;
Also adding missing descriptions.
2021-09-09 13:35:41 +02:00
Gunnar Morling
6f1577a70b DBZ-3958 Gracefully handling history file in sym-linked directory;
Also removing redundant test method definition.
2021-09-09 12:18:21 +02:00
camilesing
f2021330cb DBZ-3976 fix MySqlValueConvertes.java typo 2021-09-08 09:54:50 +02:00
Gunnar Morling
9941e9ec65
DBZ-3944 Updating image version in tutorial 2021-09-07 15:20:25 +02:00
uidoyen
53beb59a32 DBZ-3970 fix Openshift pods list image preview not found 2021-09-07 12:57:14 +05:30
jiabao.sun
96c2d33c83 DBZ-3969 Strings with binary collation shouldn't be parsed as Types.BINARY 2021-09-06 12:12:41 +02:00
Kate
390a331ecb DBZ-3947 Fix empty high watermark check 2021-09-06 10:53:33 +02:00
Chris Cranford
82e568ae34 DBZ-3962 Support DROP TABLE using recycle bin as-clause 2021-09-02 23:15:04 +02:00
Chris Cranford
093408bba8 DBZ-3954 Restrict capturing change events to configured PDB 2021-09-02 09:06:28 +02:00