Commit Graph

1450 Commits

Author SHA1 Message Date
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
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
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
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
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
33f3d59078 DBZ-40 Misc. typo and formatting fixes 2018-07-25 15:05:53 +02:00
Gunnar Morling
2a3c58f069 DBZ-815 Adding test for heartbeat events for Oracle connector 2018-07-25 14:49:04 +02:00
Gunnar Morling
2d4320ccd5 DBZ-816 Pulling up code for database history set-up to HistorizedRelationalDatabaseConnectorConfig 2018-07-25 11:54:41 +02:00
Gunnar Morling
b4581d0b5e DBZ-804 Setting correct length for TIMESTAMP columns, adding tests 2018-07-24 21:56:52 +02:00
Gunnar Morling
35995d7e95 DBZ-804 Adding support for VARCHAR alias 2018-07-24 21:56:52 +02:00
Gunnar Morling
fd1818083c DBZ-804 Simplifying construction of expected values a bit 2018-07-24 21:56:52 +02:00
Gunnar Morling
7c938bd532 DBZ-804 Supporting negative scale values for NUMBER columns 2018-07-24 21:56:52 +02:00
Gunnar Morling
c2b2442326 DBZ-804 Consistent handling of precision/scale 2018-07-24 21:56:52 +02:00
Gunnar Morling
3d12bcce01 DBZ-804 For non-floating point NUMBER columns using matching int schema;
Depending on the number of digits, int8/int16/int32/int64 is used. For larger non-floating point columns and floating point columns, decimal / variable scale decimal is used as before.
2018-07-24 21:56:52 +02:00
Gunnar Morling
5b07419ee9 DBZ-804 Adjust metadata for NUMBER columns without explicit scale value 2018-07-24 21:56:52 +02:00
Gunnar Morling
f4aa437741 DBZ-804 Expanding floating point tests 2018-07-24 21:56:52 +02:00
Gunnar Morling
fbaa2b92f8 DBZ-804 Exporting non floating point NUMBER columns (scale = 0) as Decimal 2018-07-24 21:56:52 +02:00
Gunnar Morling
6c899c2de4 DBZ-804 Basing decision whether to use VariableScaleDecimal on presence of scale and not precision 2018-07-24 21:56:52 +02:00
Gunnar Morling
e493951271 DBZ-803 Finalizing snapshot in offsets also for schema-only snapshots 2018-07-23 06:44:36 +02:00
Gunnar Morling
a0f3aed63e DBZ-627 Unifying TopicSelector implementations 2018-07-18 12:36:42 +02:00
Gunnar Morling
9be74bcf35 DBZ-801 Parameterizing ChangeEventQueue<DataChangeEvent> 2018-07-18 10:30:39 +02:00
Gunnar Morling
8050fa7231 DBZ-40 Pulling up some common code to HistorizedRelationalDatabaseSchema 2018-07-18 10:14:37 +02:00
Gunnar Morling
f274c83e37 DBZ-720 Signaling snapshot cancellation via InterruptedException;
Also skipping schema snapshotting when earlier offset with completed snapshot was found
2018-07-17 13:21:47 +02:00
Gunnar Morling
55bfcdda27 DBZ-720 Reworking SnapshotDatatypesIT to test types captured during initial snapshotting 2018-07-17 12:59:33 +02:00
Gunnar Morling
8ad452d60f DBZ-720 Avoiding race condition where we tried to commit an offset to an already closed xout server 2018-07-17 12:58:34 +02:00
Gunnar Morling
70d91e1ba5 DBZ-795 Fixing misleading source info field name 2018-07-17 12:58:34 +02:00
Gunnar Morling
64dbdb5d7d DBZ-720 Adjusting tests to newly added snapshotting feature 2018-07-16 15:22:45 +02:00
Gunnar Morling
9a8aaa4b01 DBZ-720 Initial data snapshotting or Oracle 2018-07-16 15:22:45 +02:00
Gunnar Morling
235346cc9f DBZ-720 Avoiding some raw type warnings;
Also adjusting to changed signature of dispatch methods.
2018-07-13 09:51:56 +02:00
Gunnar Morling
a73e233520 DBZ-720 Extracting HistorizedRelationalSnapshotChangeEventSource from Oracle connector 2018-07-13 09:51:56 +02:00
Gunnar Morling
5e6e1537a0 DBZ-793 Using TableFilter consistently 2018-07-11 13:16:59 +02:00
Jenkins user
4f86ed2e53 [maven-release-plugin] prepare for next development iteration 2018-07-11 07:40:39 +00:00
Jenkins user
fde0b417d6 [maven-release-plugin] prepare release v0.8.0.Final 2018-07-11 07:40:39 +00:00
Gunnar Morling
de8e0acc89 DBZ-791 Using result sets via try-with-resources 2018-07-10 14:35:24 +02:00
Gunnar Morling
382351aa4e DBZ-791 Using "c##xstrm" user in tests (non-admin user);
Also using non-Flashback related SELECT for getting current SCN.
2018-07-10 14:35:24 +02:00
Gunnar Morling
df3a3cfe3f DBZ-725 Removing DB name from topic names 2018-07-09 09:54:56 +02:00
Jenkins user
c5c7bfa749 [maven-release-plugin] prepare for next development iteration 2018-07-04 07:11:53 +00:00
Jenkins user
7ecdcfeded [maven-release-plugin] prepare release v0.8.0.CR1 2018-07-04 07:11:53 +00:00
Jiri Pechanec
d5bfdc79e7 DBZ-751 Change assertions to contain parameters 2018-07-03 09:45:39 +02:00
Gunnar Morling
255eea4cb8 DBZ-644 Adjusting Oracle connector to core changes 2018-07-03 09:45:39 +02:00
Jiri Pechanec
875b890d70 Setting POM version back to 0.8.0-SNAPSHOT 2018-06-27 12:21:44 +02:00
Jenkins user
e8f02db251 [maven-release-plugin] prepare for next development iteration 2018-06-21 14:13:43 +00:00
Jenkins user
cb53563ef8 [maven-release-plugin] prepare release v0.8.0.Beta1 2018-06-21 14:13:43 +00:00
Jiri Pechanec
f7e2b4e6eb DBZ-20 Overwrite default test timeout 2018-06-20 13:16:32 +02:00
Gunnar Morling
86fdbfc00e DBZ-20 Moving Antlr grammar to debezium-ddl-parser module 2018-06-20 13:16:32 +02:00
Gunnar Morling
ff7e88dcc7 DBZ-20 Moving debezium-connector-oracle from main to incubator repo 2018-06-20 13:16:32 +02:00