Commit Graph

122 Commits

Author SHA1 Message Date
Jenkins user
c9682468a2 [maven-release-plugin] prepare for next development iteration 2018-12-19 13:10:13 +00:00
Jenkins user
ca89512712 [maven-release-plugin] prepare release v0.9.0.Beta2 2018-12-19 13:10:13 +00:00
Jenkins user
5f092deb5e Stable parent 0.9.0.Beta2 for release 2018-12-19 13:09:53 +00:00
Jiri Pechanec
d7da062595 DBZ-1047 Log proper change tables 2018-12-19 11:07:36 +01:00
Jiri Pechanec
8994967139 DBZ-859 Heartbeat is sent after snapshot 2018-12-18 09:34:02 +01:00
Gunnar Morling
8d1863aa4b DBZ-954 README.md update 2018-12-17 17:05:04 +01:00
Gunnar Morling
946d73e4a4 DBZ-954 Formatting 2018-12-17 16:58:50 +01:00
wangzheng422
a2b01415ae DBZ-954 Oracle Connector doesn't support Oracle 11g (#3)
* for oracle 11g

* oracle 11g

* git ignore

* readme

* for oracle 11g compatible, add 2 parameter to config

* remove testing script

* config change to insensitive

* param name change to case_insensitive

* read me update for oracle 11g

* read me update for oracle 11g

* readme add to oracle 11g

* camelCase naming and comments

* posVersion

* case insensitive logic

* change config from posVersion to oracleVersion

* read me fix for oracle 11g
2018-12-17 16:58:15 +01:00
Gunnar Morling
7821be4616 DBZ-1017 Formatting 2018-12-17 16:33:36 +01:00
Jiri Pechanec
295a2cdcb4 DBZ-1017 Record schema evolution into history correctly 2018-12-17 16:33:36 +01:00
Gunnar Morling
5338254e14 DBZ-978 Changing logged connector name 2018-12-14 15:54:41 +01:00
Jiri Pechanec
208d6aa324 DBZ-978 Added last event and captured tables metrics 2018-12-14 15:54:41 +01:00
Gunnar Morling
098c6dd28d DBZ-1023 Excluding AUDSYS schema in Oracle 2018-12-14 10:13:42 +01:00
Gunnar Morling
5b86788903 DBZ-1031 Some clean-up 2018-12-13 16:11:54 +01:00
Wout Scheepers
6d81f7801d DBZ-1031 Support for tables with reserved names 2018-12-13 16:11:50 +01:00
Gunnar Morling
e871032b8a DBZ-966 Adding 'snapshot.delay.ms' option to Oracle and SQL Server connectors 2018-12-13 14:33:21 +01:00
Jiri Pechanec
73c3a45b71 DBZ-1007 Log captured but not whitelisted table 2018-12-11 14:33:16 +01:00
Jiri Pechanec
589bbe1be7 DBZ-1003 Initialize database history 2018-12-04 09:04:53 +01:00
Gunnar Morling
ea4697e753 DBZ-1002 Avoiding NPEs when connector failed to start 2018-11-23 08:07:32 +01:00
Jenkins user
13c91ca6bf [maven-release-plugin] prepare for next development iteration 2018-11-20 16:26:29 +00:00
Jenkins user
cda0eacc05 [maven-release-plugin] prepare release v0.9.0.Beta1 2018-11-20 16:26:29 +00:00
Jenkins user
57ce04d837 Stable parent 0.9.0.Beta1 for release 2018-11-20 16:26:10 +00:00
Gunnar Morling
985b53a3d7 DBZ-812 Moving test-only methods to TestHelper 2018-11-19 12:49:02 +01:00
Jiri Pechanec
d0009f8253 DBZ-812 Test for changes made before new capture is added 2018-11-19 12:13:42 +01:00
Jiri Pechanec
1f2b38370c DBZ-812 Start new TX for snapshots 2018-11-16 14:12:19 +01:00
Jiri Pechanec
9601a3ca28 DBZ-812 Add missing Javadoc 2018-11-16 14:12:19 +01:00
Jiri Pechanec
144748ed63 DBZ-812 Rename var; guard against NULL row LSN 2018-11-16 14:12:19 +01:00
Jiri Pechanec
8e9c5d9659 Test for change type of column 2018-11-16 14:12:19 +01:00
Jiri Pechanec
41524ad75e Support for column rename 2018-11-16 14:12:19 +01:00
Jiri Pechanec
84d3639e09 Test drop column 2018-11-16 14:12:19 +01:00
Jiri Pechanec
4a526a92cc DBZ-812 Changed schema read from the source table; schema evolution works for changes without new records in the batch 2018-11-16 14:12:19 +01:00
Jiri Pechanec
b6b85f8d58 DBZ-812 CDC tables poll interval derived from poll.interval.ms 2018-11-16 14:12:19 +01:00
Jiri Pechanec
ed9706657c DBZ-812 Column added during streaming 2018-11-16 14:12:19 +01:00
Jiri Pechanec
25bc23a14e DBZ-812 Table removed during streaming 2018-11-16 14:12:19 +01:00
Jiri Pechanec
cfc5acc8da DBZ-812 Table added during streaming 2018-11-16 14:12:19 +01:00
Gunnar Morling
770644b9ec DBZ-776 Removing redundant method;
Adjusting test for database property pass-through, as the connection isn't established any longer synchronously within start().
2018-11-16 14:07:47 +01:00
Jiri Pechanec
1f4f36872c DBZ-776 Cleanup after review 2018-11-16 09:44:56 +01:00
Jiri Pechanec
461f582a31 DBZ-776 Support for metrics 2018-11-16 09:44:56 +01:00
Jiri Pechanec
e8932ad84f [docs] Badges for incubator specific repository 2018-11-13 11:21:53 +01:00
Jiri Pechanec
4774722ff0 DBZ-953 Expanding tests 2018-11-09 16:18:54 +01:00
Gunnar Morling
8d9ca9c7c7 DBZ-953 Adding @ThreadSafe marker 2018-11-09 16:18:54 +01:00
Gunnar Morling
bb4aa6a2e3 DBZ-953 Pulling decimal handling mode option up to RelationalDatabaseConnectorConfig 2018-11-09 16:18:54 +01:00
pradeepmvn
d8e78b71ff DBZ-953 Ability to configure "decimal.handling.mode" for SQL Server connector 2018-11-09 16:18:54 +01:00
Gunnar Morling
4cf3b0343b DBZ-964 Supporting pass-through of driver properties for SQL Server 2018-11-07 18:00:03 +01:00
Grzegorz Kołakowski
a52927e433 DBZ-941 Add "snapshot" snapshot locking mode
The entire initial snapshot process is executed in snapshot transaction
isolation level.
2018-10-31 13:50:12 +01:00
Jenkins user
1590534b97 [maven-release-plugin] prepare for next development iteration 2018-10-04 12:03:13 +00:00
Jenkins user
133c14eece [maven-release-plugin] prepare release v0.9.0.Alpha2 2018-10-04 12:03:13 +00:00
Jenkins user
7ddd834401 Stable parent 0.9.0.Alpha2 for release 2018-10-04 12:02:54 +00:00
jchipmunk
ea230e8e8a DBZ-918 Adding Debezium connector field to source info
This will allow consumers to recognize the Debezium connector used for creating a given message, helping them to adjust their behavior for a variety of connectors.
2018-10-04 10:33:58 +02:00
Jiri Pechanec
60d5fc8c09 DBZ-817 Enable Travis builds 2018-09-05 14:43:48 +02:00