Commit Graph

206 Commits

Author SHA1 Message Date
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
Jiri Pechanec
ec8784febb DBZ-897 Skip messages redelivered from database after restart 2018-09-05 14:43:07 +02:00
Jiri Pechanec
738fd28df1 DBZ-894 Use only schema and table name for filtering 2018-09-04 13:21:07 +02:00
Jiri Pechanec
b9a5b0b409 DBZ-873 Use CU9 version for testing 2018-08-22 09:27:47 +02:00
Jenkins user
660074ff06 [maven-release-plugin] prepare for next development iteration 2018-07-26 08:04:40 +00:00
Jenkins user
175645dcb9 [maven-release-plugin] prepare release v0.9.0.Alpha1 2018-07-26 08:04:40 +00:00
Jenkins user
aaef40d038 Stable parent 0.9.0.Alpha1 for release 2018-07-26 08:04:22 +00:00
Gunnar Morling
f5a38fb862 DBZ-818 Adjusting scale of BigDecimal values to column's scale if needed 2018-07-25 16:04:07 +02:00
Gunnar Morling
591d3764b3 DBZ-826 Avoid NPE if commit is called before any offset is prepared 2018-07-25 15:54:48 +02:00
Gunnar Morling
1ff74a57be DBZ-40 Minor clarification 2018-07-25 15:05:53 +02:00
Jiri Pechanec
bed0a5637f DBZ-40 Superfluous whitechars 2018-07-25 15:05:53 +02:00
Jiri Pechanec
197fa41c64 DBZ-40 Database history initi is pulled up 2018-07-25 15:05:53 +02:00
Jiri Pechanec
aa0e5a1f3c DBZ-40 Changes after first review 2018-07-25 15:05:53 +02:00
Gunnar Morling
9fd0468908 DBZ-40 Pinning SQL Server Docker image to 2017-CU8 as "latest" failed to return the current LSNs 2018-07-25 15:05:53 +02:00
Gunnar Morling
33f3d59078 DBZ-40 Misc. typo and formatting fixes 2018-07-25 15:05:53 +02:00
Gunnar Morling
c001abccf2 DBZ-40 Making debezium-connector-sqlserver a direct module of the aggregator POM 2018-07-25 15:05:53 +02:00
Jiri Pechanec
d9d8f80bb4 DBZ-40 Add test for schema-only snapshot 2018-07-25 15:05:53 +02:00