Commit Graph

5980 Commits

Author SHA1 Message Date
Chris Cranford
64f030da14 DBZ-4252 Remove unused code 2021-11-06 10:30:39 +01:00
harveyyue
a707da9645 DBZ-4246 Does Debezium support database using charset GB18030 2021-11-05 20:37:32 +01:00
Sergei Morozov
b2df15cf39 DBZ-4245: Handle SQL Server connection errors during database state transition 2021-11-05 20:20:15 +01:00
harveyyue
aa3ae05e22 DBZ-4107 Incremental snapshot doesn't work without primary key 2021-11-05 13:31:26 +01:00
Gunnar Morling
1226c3b2ab DBZ-4029 Misc. clean-up;
* Exposing heartbeatInterval() on CommonConnectorConfig
* Closing heartbeat connection
* Making test more resilient
* Correct member ordering and visibility
* Doc fixes
2021-11-05 13:27:09 +01:00
ahodavdekar
91b7ef2c36 DBZ-4029 Adding support for heartbeat action queries to MySQL connector 2021-11-05 13:27:09 +01:00
Chris Cranford
b650a5cfa9 DBZ-4240 Resolve asterisk precision as default number precision 2021-11-05 08:24:17 +01:00
Chris Cranford
403ddb54c9 DBZ-4204 Allow ORA-04030 exceptions to be retried 2021-11-05 08:13:16 +01:00
Chris Cranford
84aa46fb27 DBZ-4159 Make Oracle Infinispan trx cache layout forward compatible 2021-11-05 08:10:45 +01:00
Jiri Novotny
352a4ec4ff DBZ-4235 Changed implicit mailing adress in QE jobs to debezium-qe 2021-11-04 19:48:41 +01:00
Jiri Novotny
e52db7a340 DBZ-4235 Fixed image taging in rhel_downstream_prepare job 2021-11-04 19:48:41 +01:00
jcechace
9b74171d5f DBZ-4242 Using 0.0.0.0 as database hostnem in oracle ci 2021-11-04 19:32:59 +01:00
Chris Cranford
9f75ece307 DBZ-4241 Add more assertions for MySqlTimestampColumnIT 2021-11-04 17:21:40 +01:00
jcechace
776a93f7b2 DBZ-4227 Ability to use authenticated image registry with KC build for downstream 2021-11-04 15:32:43 +01:00
Gunnar Morling
b78e318399 DBZ-3966 Expanding test 2021-11-04 10:47:24 +01:00
jiabao.sun
2987e96c44 DBZ-3966 Serializing hasDefaultValue in JsonTableChangeSerializer 2021-11-04 10:47:17 +01:00
Gunnar Morling
d1cae3f3b7 DBZ-3966 Making defaultValueExpression() return Optional<String> from editor too 2021-11-04 10:47:17 +01:00
jiabao.sun
24ead16c24 DBZ-3966 Remove defaultValue and keep defaultValueExpression 2021-11-04 10:47:17 +01:00
Gunnar Morling
6aa9b2ea96 DBZ-3966 Avoiding reference to Column::defaultValue 2021-11-04 10:47:17 +01:00
jiabao.sun
77c4113697 DBZ-3966 JsonTableChangeSerializer support serialization for defaultValue and enumValues 2021-11-04 10:47:17 +01:00
Kate
a645d0bc7e DBZ-4197 Process transaction started/committed in R/O snapshot 2021-11-04 06:19:58 +01:00
harveyyue
3ced90130e DBZ-4229 CREATE PROCEDURE DDL throws ParsingException 2021-11-03 18:23:22 +01:00
Chris Cranford
ce28e939d6 DBZ-4159 Javadoc updates 2021-11-03 18:17:49 +01:00
Chris Cranford
954b81a75f DBZ-4159 Cache LogMinerEvent instances in separate cache 2021-11-03 18:17:49 +01:00
Jiri Pechanec
a4e4851b02 [release] Added missing 1.7.0.Final and 1.8.0.Alpha1 issues 2021-11-03 15:06:11 +01:00
Chris Cranford
4f69443ad8 DBZ-4233 CHAR / NCHAR precision not derived from DDL 2021-11-03 07:11:00 +01:00
Chris Cranford
d0c96f440b DBZ-4077 Fix NPE with Oracle test suite 2021-11-03 07:08:35 +01:00
Gunnar Morling
9a4d0ad363 DBZ-4137 Test clean-up 2021-11-02 16:50:26 +01:00
Andrey Yegorov
b174927a52 DBZ-4137 Postgres defaults handling misses decimal mode configuration and cannot handle numerics with default NULL values 2021-11-02 16:50:26 +01:00
Juan Fiallo
63367c614a DBZ-4231 Remove SqlServerConnector database.user Required Validator 2021-11-02 14:48:51 +01:00
Jiri Pechanec
a6bdf225bb DBZ-4077 Add copyright 2021-11-02 06:07:05 +01:00
ahodavdekar
1d81b6db19 DBZ-4077 Exposing the transaction metadata topic name as a config option 2021-11-02 06:07:05 +01:00
Jiri Novotny
881cf1f0f4 DBZ-4122 added jenkins job for creating image snapshots 2021-11-01 18:16:47 +01:00
jcechace
f5d2f6a6c6 DBZ-4226 Upgraded strimzi dependency 2021-11-01 14:26:51 +01:00
Gunnar Morling
fd06a4e2a4 DBZ-2975 Using Offsets in recover() contract;
Keeping legacy method until the legacy MySQL connector implementation has been removed.
2021-11-01 10:17:49 +01:00
Mike Kamornikov
16c07e915b DBZ-2975: Recover database schema from multiple partitions 2021-11-01 10:17:49 +01:00
harveyyue
62f00343b7 DBZ-4174 DDL statement couldn't be parsed 2021-11-01 09:22:09 +01:00
jcechace
28f5d40f79 DBZ-3929 Formatting fixes 2021-10-30 12:05:24 +02:00
jcechace
e402afd84a DBZ-3929 Docker tests for Oracle 2021-10-30 12:05:24 +02:00
jcechace
cbdbfec27a DBZ-3929 Dependencies for oracle docker tests 2021-10-30 12:05:24 +02:00
jcechace
05d1737760 DBZ-3929 Updated to latest TestContainers 2021-10-30 12:05:24 +02:00
jcechace
858d3e0f95 DBZ-3929 Configurable logging for KC on OCP 2021-10-30 12:05:24 +02:00
jcechace
87319f32ca DBZ-3929 Fixed name of db2 deployer builder class 2021-10-30 12:05:24 +02:00
jcechace
8be6598bf8 DBZ-3929 Oracle OCP tests 2021-10-30 12:05:24 +02:00
jcechace
ed2f82fed2 DBZ-3929 Oracle deployment support 2021-10-30 12:05:24 +02:00
jcechace
3705145160 DBZ-3929 Oracle configuration and image support 2021-10-30 12:05:24 +02:00
jcechace
303183874f DBZ-3929 Oracle OCP deployment descriptors 2021-10-30 12:05:24 +02:00
jcechace
f3667e2834 DBZ-3929 Fixed scripting artifact type in kc build 2021-10-30 12:05:24 +02:00
Chris Cranford
e9a762b8dc DBZ-4215 Support MySQL dual password syntax 2021-10-29 23:46:31 +02:00
jcechace
29a33de55f DBZ-4185 Oracle upstream tests 2021-10-29 06:44:18 -04:00