Commit Graph

2228 Commits

Author SHA1 Message Date
Ching Tsai
486973ad12 DBZ-1442 Porting insert source fields feature to ExtractNewDocumentState 2019-09-13 11:23:26 +02:00
Javier Holguera
0d4cb6da25 Adds warning for 'bin_log' property in RDS MySQL 2019-09-13 11:14:53 +02:00
Chris Cranford
f1d7963104 DBZ-1470 Support DEFAULT character set for MySQL CREATE DATABASE/TABLE syntax 2019-09-12 17:42:18 +02:00
Jiri Pechanec
77a4291cd1 DBZ-1475 Protobuf upgrade 2019-09-12 17:40:32 +02:00
Chris Cranford
9c74643303 [skip travis] DBZ-1473 Add "exported" option in description for PostgreSQL "snapshot.mode" connector option 2019-09-12 17:27:06 +02:00
Jiri Pechanec
cfd49e43e4 [release] Keep SQL Server and MongoDB drivers 2019-09-12 08:58:21 +02:00
Chris Cranford
3059767328 DBZ-1472 Speak of primary/secondary rather than master/slave for PostgreSQL 2019-09-11 17:17:47 +02:00
Debezium Builder
9b7e09fdda [maven-release-plugin] prepare for next development iteration 2019-09-10 09:12:12 -04:00
Debezium Builder
a1c2861458 [maven-release-plugin] prepare release v0.10.0.CR1 2019-09-10 09:12:11 -04:00
Jiri Pechanec
928221df2c [release] Changelog for 0.10.0.CR1 2019-09-10 15:56:01 +03:00
Jiri Pechanec
c5098693fe [release] Add contributors 2019-09-10 15:55:43 +03:00
Gunnar Morling
1e0859588f DBZ-1464 Misc. clean-up;
* logger -> LOGGER
* making op literals map unmodifiable
* Adding Lev Zemlyanov to COPYRIGHT.txt
2019-09-06 11:02:45 +02:00
Lev Zemlyanov
8cbb8eb63b DBZ-1464 Fixed NPE when op is not u/i/d
Signed-off-by: Lev Zemlyanov <lev@confluent.io>
2019-09-06 11:02:27 +02:00
Gunnar Morling
e595b1f530 DBZ-317 Updating release guide 2019-09-06 11:36:22 +03:00
Gunnar Morling
452a8bf892 DBZ-317 Updating contribution guides regarding documentation 2019-09-06 11:36:22 +03:00
Chris Cranford
88b8a3fac1 DBZ-1406 Update doc for cassandra connector config file with properties format. 2019-09-06 09:19:24 +02:00
Chris Cranford
2118b8a1d2 DBZ-1419 Document adaptive/connect mode for SQL Server 2019-09-06 09:18:31 +02:00
Gunnar Morling
d56eb80fd2
[Doc] HTTP -> HTTPS 2019-09-05 23:26:57 +02:00
Gunnar Morling
7bcf8b5810
[doc] HTTP -> HTTPS 2019-09-05 23:23:36 +02:00
Chris Cranford
3d76848039 DBZ-317 Fix broken image link 2019-09-05 16:51:56 -04:00
Chris Cranford
b538f51ecb DBZ-317 Added "PostgreSQL Logical Decoding Plugin" menu item 2019-09-05 15:15:23 -04:00
Chris Cranford
4d85d6312b DBZ-317 Fix broken documentation page-ids 2019-09-05 16:48:14 +02:00
Chris Cranford
fe4ed5391f DBZ-317 Reorganized operating documentation 2019-09-05 16:48:14 +02:00
Chris Cranford
2a1e29aa1a DBZ-317 Fix formatting 2019-09-05 16:48:14 +02:00
Chris Cranford
7cf302f4cb DBZ-317 Removed welcome nav item and changed start page title 2019-09-05 16:48:14 +02:00
Chris Cranford
610f747b91 DBZ-317 Deploy antora documentation under /documentation/reference rather than /documentation/debezium URLs 2019-09-05 16:48:14 +02:00
Chris Cranford
fddbfb4914 DBZ-317 Apply architecture, features, and concept changes from DBZ-1458 2019-09-05 16:48:14 +02:00
Chris Cranford
f1f0d79e2d DBZ-317 Add DOCUMENTATION.md 2019-09-05 16:48:14 +02:00
Chris Cranford
96a6a9bbb9 DBZ-317 Backported recent doc changes to this repo 2019-09-05 16:48:14 +02:00
Chris Cranford
88474b73e2 DBZ-317 Integration of Antora documentation framework 2019-09-05 16:48:14 +02:00
Jiri Pechanec
7fdc8992df DBZ-1390 Update protoc 2019-09-04 11:53:00 +02:00
snyk-test
c744be0a36 DBZ-1390 Fix pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-COMGOOGLEPROTOBUF-173761
2019-09-04 11:53:00 +02:00
Renato Mefi
405a3b5b43 DBZ-1457 Do not commit when offset is null 2019-09-03 22:39:37 +02:00
Renato Mefi
c8c4266e34 DBZ-1457 Fix typo 2019-09-03 22:39:37 +02:00
Gunnar Morling
3215a3ce0a DBZ-1448 Misc. clean-up 2019-09-03 10:39:41 +02:00
garrett528
1aa7d70b0d DBZ-1448 Added support for source fields to be added to delete messages rewrites 2019-09-03 10:21:56 +02:00
Gunnar Morling
2a065686bd DBZ-1255 Exporting null value when temporal precision mode is "connect" and the value is out of the supported range 2019-08-21 07:50:40 +02:00
Gunnar Morling
fe9fc1c0dc DBZ-1255 Adjustments after rebase 2019-08-21 07:50:40 +02:00
Gunnar Morling
08ef1418d9 DBZ-DBZ-1255 Preventing value overflows for TIMESTAMP;
* Generally avoiding conversion to nano-seconds to accomodate for larger values
* Generally avoiding the usage of long to convey temporal values internally:
 * Instant is used for TIMESTAMP
 * OffsetDateTime for TIMESTAMPTZ
 * Duration for TIME (LocalTime cannot be used as it doesn't support 24:00:00 as possible with Postgres)
 * OffsetTime for TIMETZ
* Avoiding usage of methods under test for calculating expected values in tests
2019-08-21 07:50:40 +02:00
Gunnar Morling
94eb75257b DBZ-1255 Using Instant for representing timestamps 2019-08-21 07:50:40 +02:00
Ivan Luzyanin
fd5841ab6d fix import 2019-08-21 07:50:40 +02:00
Ivan Luzyanin
fa10cc502d [DBZ-1255,DBZ-1205] Fix for parsing dates with year larger than 9999. Avoid using nonoseconds and parse the time directly to OffsetDateTime. 2019-08-21 07:50:40 +02:00
Chris Cranford
ef30b8a8cf DBZ-1419 Fix timing issue waiting for streaming to start 2019-08-20 18:43:03 +02:00
Chris Cranford
c6f6020da5 DBZ-777 Fix more timing issues with heartbeats 2019-08-20 18:43:03 +02:00
Gunnar Morling
dd94857d92 DBZ-1419 Adding test for adaptive time precision mode 2019-08-20 18:43:03 +02:00
Gunnar Morling
a85f975d18 DBZ-1419 Avoiding redundancy in field definition; updating description 2019-08-20 18:43:03 +02:00
Gunnar Morling
cb66fdafdc DBZ-1419 Avoiding redundancy in field definition 2019-08-20 18:43:03 +02:00
Jiri Pechanec
0e39965c0e DBZ-1419 Override time precision for MySQL 2019-08-20 18:43:03 +02:00
Jiri Pechanec
51c12d930d DBZ-1419 Support for Connect temporal types in SQL Server 2019-08-20 18:43:03 +02:00
Chris Cranford
8504f6aafd DBZ-1437 Fix InitialOnlySnapshotter to properly determine when to run a snapshot. 2019-08-19 22:01:32 +02:00