Commit Graph

579 Commits

Author SHA1 Message Date
Jiri Pechanec
6343c6b82c Snapshot image instructions for release 2017-08-10 08:50:49 +02:00
Jiri Pechanec
ba1d59f6c9 Fix release notes link 2017-08-10 08:50:12 +02:00
Gunnar Morling
c319168871 Adding Emrul to COPYRIGHT.txt 2017-07-27 10:06:54 +02:00
Emrul Islam
bb79b2f60f DBZ-297 Initial support for some Postgres array types (one-dimensional only) 2017-07-27 10:04:13 +02:00
Gunnar Morling
79fbc028a8 DBZ-311 Precompiling and simplifying some regular expressions 2017-07-25 21:43:26 +02:00
Gunnar Morling
825530256e DBZ-311 Removing trailing whitespace 2017-07-25 21:43:26 +02:00
Gunnar Morling
03d3160bb0 Adding Matteo to COPYRIGHT.txt 2017-07-25 14:37:46 +02:00
Gunnar Morling
bddf715324 DBZ-287 Avoiding double conversion; changing test to use a larger scale 2017-07-25 14:34:21 +02:00
Matteo Capitanio
7fb8829cb1 DBZ-287 Corrected scale representation for Postgres NUMERIC/DECIMAL 2017-07-25 14:14:40 +02:00
Gunnar Morling
a1e68d413f Adding Eric to COPYRIGHT.txt 2017-07-25 09:52:38 +02:00
Eric Kreiser
80168f74fd DBZ-302 Remove database.list configuration since it is unused and is now superseded by database.whitelist and database.blacklist 2017-07-25 09:50:38 +02:00
Eric Kreiser
3c2d5338bf DBZ-302 Add support for "database.whitelist" and "database.blacklist" mongodb connector configuration options 2017-07-25 09:50:34 +02:00
Gunnar Morling
374c0cf21a Updating release guide regarding handling of doc PRs 2017-07-18 09:35:44 +03:00
Jiri Pechanec
1f2061c2fc DBZ-286 Connection keepAlive support 2017-07-14 15:17:10 +02:00
Jiri Pechanec
c2d6d16803 DBZ-301 Providing a hint for test extensions 2017-07-13 12:46:25 +02:00
Gunnar Morling
224e7ca82e Updating CONTRIBUTE.md to the process a bit simpler for once-off contributions 2017-07-13 09:43:10 +02:00
Gunnar Morling
4d90fb5154 DBZ-284 Removing some trailing whitespace 2017-06-13 17:10:29 +02:00
Omar Al-Safi
107a3a8b56 DBZ-284 Fix NPE when inserting a NULL in a POINT column 2017-06-13 15:33:37 +02:00
Gunnar Morling
2292d457a7 Adding some missing steps to release guide 2017-06-12 15:13:45 +02:00
Gunnar Morling
cac6044cd5 Fixing some typos and redundancies in RELEASING.md 2017-06-09 20:56:21 +02:00
Gunnar Morling
a8d1817c22 [maven-release-plugin] prepare for next development iteration 2017-06-09 16:14:31 +00:00
Gunnar Morling
3f512aace7 [maven-release-plugin] prepare release v0.5.1 2017-06-09 16:14:31 +00:00
Gunnar Morling
8e274de33d Adding myself as a developer to pom.xml 2017-06-09 18:04:16 +02:00
Gunnar Morling
cf7bb2a8cd Updating changelog prior to 0.5.1 release 2017-06-09 18:04:05 +02:00
Gunnar Morling
46bc2ab38b DBZ-228 Avoiding some auto-boxing; extracting some additions to initialization time 2017-06-09 13:53:45 +02:00
Omar Al-Safi
730767f6c5 DBZ-228 Fix formatting issue 2017-06-09 13:53:45 +02:00
Omar Al-Safi
451bd95a75 DBZ-228 Add UNSIGNED BIGINT support 2017-06-09 13:53:45 +02:00
Omar Al-Safi
5d86ae592f DBZ-228 Fix MySQL connector unsigned integer types 2017-06-09 11:52:14 +02:00
Duncan Sands
19a4b0a012 DBZ-282 Correct the text describing the default values to match the actual defaults 2017-06-09 10:50:45 +02:00
Jiri Pechanec
168914c9fb DBZ-281 Fail task when connection to db is lost 2017-06-09 10:27:19 +02:00
Gunnar Morling
4eda7b9651 Adding Aaron Rosenberg to copyright.txt 2017-06-08 22:18:21 +02:00
Gunnar Morling
aa4f102ff0 DBZ-280 Expanding test 2017-06-08 22:17:29 +02:00
arosenber
616ba945bf DBZ-280 - Explicitly handle the tstzrange type to directly push the postgres string representation of the column type 2017-06-07 10:08:02 -04:00
Randall Hauch
9581140c36 DBZ-216 MySQL connector should ignore DELETE FROM statements
Parse and ignore any `DELETE` statements that might be seen in the binlog.

Theoretically, the binlog of a properly-configured MySQL server with row-level binlog enabled should never see these statements. However, users on Amazon RDS run into this quite frequently, and we should just handle and ignore them.
2017-06-01 20:04:45 +02:00
Gunnar Morling
b0f3c0994b Adding Jiri to COPYRIGHT.txt 2017-06-01 16:21:21 +02:00
Gunnar Morling
110bfbe9e0 DBZ-250 Adding Duncan Sands to COPYRIGHT.txt 2017-06-01 16:20:29 +02:00
Gunnar Morling
68fc0966a2 Fixing wrong display name 2017-06-01 14:52:33 +02:00
Gunnar Morling
a88527df7d DBZ-250 Making status update interval configurable;
Using the default of PG (10 seconds) helps to reduce CPU utilization, but it causes our tests to run much longer,
as the connector will only stop after the next status update.
So we are using the default in general now, only for the tests the default is overridden with a much smaller value.
2017-06-01 14:52:33 +02:00
Duncan Sands
d7539e03d2 DBZ-250 Fix confusion between int with special value 0 and Integer with special value
null, which resulted in high CPU usage due to ceaselessly polling postgres
(createReplicationConnection uses zero with the intent of disabling polling).
2017-06-01 14:52:28 +02:00
Jiri Pechanec
2d4638a264 [DBZ-274] Enable Maven caching 2017-05-31 15:34:04 +02:00
Gunnar Morling
2a22f3d4b0 DBZ-254 Right-padding values for fixed-length BINARY columns with 0x00 (zero byte) characters for MySQL;
Also fixing JDBC types for binary data types for MySQL.
2017-05-30 15:04:38 +02:00
Gunnar Morling
559fb1f600 DBZ-262 Passing enum constants to configuration in one more test 2017-05-30 11:18:56 +02:00
Gunnar Morling
f17ced3b4a DBZ-262 Letting configuration enum types implement EnumeratedValue 2017-05-23 21:26:22 +02:00
Gunnar Morling
c6674f8a4a DBZ-253 Adding integration test 2017-05-23 21:26:01 +02:00
Gunnar Morling
1903b7dfe2 DBZ-253 Avoiding exception when receiving DDL events with table maintenance statements 2017-05-23 21:26:01 +02:00
Randall Hauch
c5457a90dc Merge pull request #235 from tombentley/auto-create-topic
Respect any existing auto.create.topics.enable when creating a server
2017-05-23 11:43:06 -05:00
Tom Bentley
96eda35da5 Respect any existing auto.create.topics.enable when creating a server 2017-05-23 16:58:12 +01:00
Gunnar Morling
40cb3e2530 DBZ-215 Validating configuration to prevent that database history topic and schema change topic collide 2017-05-22 08:21:22 +02:00
Randall Hauch
185c35fd46 Merge pull request #232 from dasl-/debug
Change ByLogicalTableRouter logging from info to debug
2017-05-19 12:15:55 -05:00
dleibovic
a683629519 Change ByLogicalTableRouter logging from info to debug
This can be a bit spammy in the info level
2017-05-19 12:09:40 -04:00