Commit Graph

5456 Commits

Author SHA1 Message Date
Jiri Pechanec
a36eb45dff
DBZ-3912 Added Binary padding for hex/base64 handling mode
Co-authored-by: Gunnar Morling <gunnar.morling@googlemail.com>
2021-08-27 09:48:19 +02:00
Chris Cranford
7b399ae6f1 DBZ-3927 Upgrade to Jackson Databind 2.10.5.1 2021-08-26 20:19:17 +02:00
Chris Cranford
c1fa724145 DBZ-3776 Removed superfluous supplemental logging warning 2021-08-26 13:26:18 -04:00
Gunnar Morling
1919ed9281
DBZ-3873 Typo fix 2021-08-26 18:26:43 +02:00
Gunnar Morling
cae93bd857 DBZ-3873 Misc. adjustments 2021-08-26 18:24:56 +02:00
indraraj
6e1e78d365 DBZ-3873 Adding overview page to SMTs 2021-08-26 18:24:56 +02:00
Gunnar Morling
8f963fb1bf DBZ-3920 Misc. fixes 2021-08-26 09:42:49 +02:00
Bob Roldan
a8d84abfbf DBZ-3920 Define link targets for cross-references in the options table 2021-08-26 09:29:30 +02:00
Bob Roldan
60a3ede231 DBZ-3922 Update file locations for smt link attributes in antora.yml 2021-08-26 09:23:20 +02:00
Chris Cranford
0f07b43012 DBZ-3898 Skip excluded schema DDL events 2021-08-26 09:20:33 +02:00
Jiri Novotny
4d7be9a3a7 DBZ-3908 changed double quotation marks to single 2021-08-25 18:17:30 +02:00
Jiri Novotny
acd772deca DBZ-3908 Added option to skip image push to quay 2021-08-25 18:17:30 +02:00
Jiri Novotny
ad3c620b78 DBZ-3908 Added apicurio prepare job 2021-08-25 18:17:30 +02:00
Gunnar Morling
a6260fd338
DBZ-3584 Misc. doc fixes;
* Wording fixes
* Don't show ByteBuffer converter in downstream docs


Co-authored-by: Jiri Pechanec <jpechane@redhat.com>
2021-08-25 18:08:42 +02:00
Gunnar Morling
fc474bcbff
[docs] Updating contribution info 2021-08-25 17:17:38 +02:00
Gunnar Morling
a1bcfd5870
DBZ-3913 Allowing [docs] as commit message prefix for trivial changes 2021-08-25 17:17:03 +02:00
Anisha Mohanty
9acf8cb0cf DBZ-3913 Specify branch name on push/pull_request step 2021-08-25 12:32:33 +02:00
Jiri Pechanec
aff976438e DBZ-3909 Do the push in the context of git repo 2021-08-25 12:30:52 +02:00
Debezium Builder
bf514c2cfd [release] Development version for testing module deps 2021-08-25 05:29:22 -04:00
Debezium Builder
2ce6bcb2ab [maven-release-plugin] prepare for next development iteration 2021-08-25 05:20:56 -04:00
Debezium Builder
d3a7efe423 [maven-release-plugin] prepare release v1.7.0.Beta1 2021-08-25 05:20:56 -04:00
Debezium Builder
f6c48b41ed [release] Stable 1.7.0.Beta1 for testing module deps 2021-08-25 05:18:36 -04:00
rkerner
6ab185662c [release] Changelog for 1.7.0.Beta1 2021-08-25 10:45:25 +02:00
Jiri Pechanec
d9e3361f55 DBZ-3909 Provide stable/devel switch in pipeline 2021-08-25 09:21:07 +02:00
Jiri Pechanec
860d5c6189 DBZ-3909 Simplify version handling of Debezium testing dependencies 2021-08-25 09:21:07 +02:00
roldanbob
5db43c853e
[docs] Fix malformed link
Removed duplicate colon that preceded link definition.
2021-08-24 18:23:09 -04:00
roldanbob
af83218f47
[docs] Typo: add missing closing bracket
Link in the procedure for performing an offline schema update failed to resolve because the link text was missing a closing square bracket.
2021-08-24 17:35:18 -04:00
Chris Cranford
5263bbe2ec DBZ-3911 Fix SQLException due to column name typo 2021-08-24 21:41:02 +02:00
Jiri Pechanec
a99fba7fce
DBZ-3910 Use standard Java package naming
Co-authored-by: Gunnar Morling <gunnar.morling@googlemail.com>
2021-08-24 17:30:06 +02:00
Jiri Pechanec
2c49b0277e DBZ-3229 Increase wait time; do not rely on record delivery in case of failure 2021-08-24 16:34:58 +02:00
Jiri Pechanec
12c20fad53 DBZ-2398 Handle more than one transaction in the list 2021-08-24 16:33:57 +02:00
Jiri Pechanec
4396513795 DBZ-3901 Guard against chunk signal coming when none expected 2021-08-24 10:26:32 +02:00
Chris Cranford
50c156f061 DBZ-3886 Improve ALTER TABLE DROP grammar for Oracle 2021-08-24 07:35:56 +02:00
Chris Cranford
7e588c6173 DBZ-3896 Support multi-statement table DDLs 2021-08-23 22:48:52 +02:00
rkerner
52333596de DBZ-3364 add additional metadata to fields for API spec generator for the Debezium UI
part of https://issues.redhat.com/browse/DBZ-3364
DBZ-2653 User rollback from parent class
2021-08-23 17:57:38 +02:00
Chris Cranford
973fa248ed DBZ-3902 Fix test failure shouldNotEmitDdlEventsForNonTableObjects 2021-08-23 11:44:14 -04:00
Chris Cranford
b6244591d7 DBZ-3893 Make allocation more explicit 2021-08-23 10:00:20 -04:00
Chris Cranford
26b70316b9 DBZ-3893 Treat EMPTY_XLOB() as an empty LOB value instead of NULL 2021-08-23 10:00:20 -04:00
李宗文
b0c0d879e5 DBZ-3876 Improve the SCN update method in MemoryLogMinerEventProcessor 2021-08-23 09:29:31 -04:00
Ismail Simsek
912754f19d DBZ-3760 change regexp to more readable equivalent one 2021-08-23 13:26:41 +02:00
Ismail Simsek
62fc087f30 DBZ-3760 fix regexp identifying env vars 2021-08-23 13:26:41 +02:00
Ismail Simsek
76cd5fe25d DBZ-3760 fix regexp identifying env vars 2021-08-23 13:26:41 +02:00
Ismail Simsek
c5f1568b51 DBZ-3760 fix regexp identifying env vars 2021-08-23 13:26:41 +02:00
Gunnar Morling
36af61b789 DBZ-3889 Moving ContainerImageVersions to core for broader re-use and using it in two more places 2021-08-23 12:34:03 +02:00
Gunnar Morling
0fedadd77e DBZ-3889 Avoiding some log noise 2021-08-23 12:34:03 +02:00
Gunnar Morling
9a88011718 DBZ-2975 Avoiding redundant log message 2021-08-23 12:01:11 +02:00
Mike Kamornikov
37a4523685 DBZ-2975: Use fully-qualified table and procedure names
Co-authored-by: Sergei Morozov <morozov@tut.by>
2021-08-23 12:01:11 +02:00
Sergei Morozov
3f9b5b5e17 DBZ-2975: Remove unused SqlServerConnection methods 2021-08-23 12:01:11 +02:00
Sergei Morozov
b06b5aecbc DBZ-2975: Introduce opt-in configuration for multi-partition mode 2021-08-23 12:01:11 +02:00
uidoyen
ade15cd8f3 DBZ-3873 Fixing white space issue 2021-08-20 12:22:59 +02:00