Commit Graph

126 Commits

Author SHA1 Message Date
Hossein Torabi
1ea02be9c2 DBZ-5229 define centralized and modular aproach for debezium storage 2022-07-12 17:31:19 +02:00
Chris Cranford
7a27e0db25 DBZ-5349 Run Oracle connector tests on pushes 2022-07-01 12:49:15 -04:00
Chris Cranford
37a94cea55 DBZ-5234 Fix GitHub action build failure with empty -P arguments 2022-06-24 12:19:23 +02:00
Chris Cranford
124bc6a515 DBZ-5234 Align GitHub actions with Oracle profile changes
* Removed oracle-ci profile entirely, no longer required
  The default build with no profiles explicitly uses the previous oracle-ci behavior.
* Removed the use of the oracle profile, the Oracle connector enabled by default
* Removed the xstream-dependency usage, Xstream dependencies aren't enabled by default.
2022-06-24 12:19:23 +02:00
Mark Bereznitsky
a53a6bb4a8 DBZ-5207 use the core mvnw in all the incubating plugins builds 2022-06-13 10:58:24 +02:00
Mark Bereznitsky
6c3ce8e63d DBZ-5207 add the rest of the mvnw commands 2022-06-13 10:58:24 +02:00
Mark Bereznitsky
cd0f66e31a DBZ-5207 change workflows to use the Maven wrapper instead of hardcoding the version 2022-06-13 10:58:24 +02:00
Anisha Mohanty
51e4d9ee6f DBZ-4947 Setup Maven with 3.8.4 2022-05-27 06:41:07 +02:00
Jiri Pechanec
6623bc6f5f DBZ-4947 Use correct work directory 2022-05-27 06:41:07 +02:00
Anisha Mohanty
7938310467 DBZ-4947 Build Debezium UI upon any changes in debezium-core 2022-05-27 06:41:07 +02:00
Anisha Mohanty
3d5134dca3 DBZ-5168 Run jdk workflow on push/pull request 2022-05-26 11:49:21 -04:00
Anisha Mohanty
da6af6b498 DBZ-5168 Add debezium-server-bom dependency to jdk workflow 2022-05-26 11:49:21 -04:00
Jiri Pechanec
707eeab3d8 DBZ-4951 Remove oplog suppport 2022-05-11 16:04:04 +02:00
Anisha Mohanty
719af4da32 DBZ-5064 Use Maven 3.8.4 for GitHub CI 2022-04-28 13:39:14 +02:00
Anisha Mohanty
3c200d4aa0 DBZ-5041 Build debezium-bom along with connectors in jdk outreach job 2022-04-27 08:42:45 -04:00
Anisha Mohanty
e6d5714a73 [ci] Use single quotes for repository name 2022-04-26 11:04:08 +02:00
Jiri Pechanec
d299c9e707 DBZ-4156 Remove wal2json support 2022-04-22 09:57:15 +02:00
Vojtech Juranek
5eb50818fa DBZ-4949 Use Java 17 for github workflows 2022-04-22 05:53:51 +02:00
Vojtech Juranek
7efd7c5dee DBZ-5007 Run doc changes workflow only on main repo
* Don't run doc changes workflow on fork where it fails anyway.
* Fix cron comment to reflect the reality.
2022-04-20 09:42:15 +02:00
Vojtech Juranek
6126cd17a1 DBZ-4949 Use Java 17 for Cassandra connector tests 2022-04-13 09:38:17 +02:00
Anisha Mohanty
e4e9e514c2 DBZ-4971 Add triggers for 2.x paths in Github CI 2022-04-08 13:04:10 +02:00
Jiri Pechanec
7deb5b9b01 [ci] Add BOM as explicit rebuild 2022-04-08 10:31:54 +02:00
Anisha Mohanty
7d92a137e8 DBZ-4950 Remove MySQL legacy implementation 2022-04-08 08:31:30 +02:00
Anisha Mohanty
5b4989a7c0 DBZ-4924 Use new action to setup openjdk in all build steps 2022-03-31 06:45:25 +02:00
Christian Stein
7d11ea02cb
DBZ-4924 Updating JDK Outreach workflow;
Use Quality Outreach's new action to download
and setup "latest-and-greatest" JDK.

See also https://inside.java/2022/03/11/setup-java
2022-03-29 12:43:32 +02:00
Chris Cranford
f553264d01 DBZ-4653 Execute documentation changes workflow daily 2022-02-08 15:47:44 -05:00
Chris Cranford
61e7e71a9d DBZ-4653 Cron-based doc changes workflow 2022-02-08 15:47:44 -05:00
Gunnar Morling
5dc44b834f DBZ-4672 Fixing build trigger for Debezium Server 2022-02-07 19:01:51 +01:00
Chris Cranford
4d9867d33b DBZ-4672 Upgrade changed-files to 14.3 2022-02-05 18:21:40 +01:00
Chris Cranford
768e60ff65 DBZ-4672 On changes to schema-generator, build dependent connectors 2022-02-05 18:21:40 +01:00
Chris Cranford
e33b40a9d1 DBZ-4672 Fail check if commit has no DBZ Jira prefix 2022-02-05 18:21:40 +01:00
Vojtech Juranek
b0ee732245 DBZ-4645 skip test jobs on doc only changes
Add check if the change is only in documentation and if this is the
case, skip `build_cache` job and thereore any other test job.
2022-02-03 10:41:36 -05:00
Vojtech Juranek
6ab7f3d781 DBZ-4645 check file changes first
Run `file_changes` job as the first job. Chain of the dependencies is
now as follows:

    test jobs -> check_style -> build_cache -> file_changes
2022-02-03 10:41:36 -05:00
Chris Cranford
294722ba45
DBZ-4562 Fix condition checks for MySQL and Oracle 2022-01-25 16:44:18 -05:00
Chris Cranford
108c617000 DBZ-4562 Use fetch-depth 0 for file changes job 2022-01-25 14:59:56 -05:00
Chris Cranford
1d5642a419 DBZ-4562 Use JDK11 for REST Extension / Schema Generator jobs 2022-01-25 18:41:06 +01:00
Chris Cranford
4ec6fba6b1 DBZ-4562 Improve build time in GH workflows 2022-01-25 18:41:06 +01:00
Chris Cranford
7cf69fe73c DBZ-4063 Use defined secret token 2022-01-21 16:43:23 +01:00
Jiri Pechanec
a20ed7a573 DBZ-4468 Skip non-server tests 2022-01-14 17:56:57 +01:00
Chris Cranford
2d97310536 DBZ-4063 Support authenticating queries for internal issues 2022-01-14 08:33:00 +01:00
Chris Cranford
b9997ec417 DBZ-4063 Script/Action to check for missing commits by branch 2022-01-14 08:33:00 +01:00
Jiri Pechanec
7424b8a8bc DBZ-4544 Change tests to JUnit 5 2022-01-13 20:42:26 +01:00
Chris Cranford
224332ba87 DBZ-732 Re-split workflows 2022-01-12 13:00:54 -05:00
Chris Cranford
7e6a16312c DBZ-732 Merge workflows 2022-01-12 13:00:54 -05:00
Jiri Pechanec
5f11790920 DBZ-732 Execute Oracle ITs on CI 2022-01-12 13:00:54 -05:00
Anisha Mohanty
cd154bd5a0 DBZ-4462 Validate plugin name for postgres 2022-01-06 11:20:11 -05:00
Anisha Mohanty
49af86aa99 DBZ-4462 Build required dependencies for cross connector workflows 2022-01-06 11:20:11 -05:00
Anisha Mohanty
da2eb82c15 DBZ-4462 Run formatting check in the same connector/module workflows 2022-01-06 11:20:11 -05:00
Gunnar Morling
b0bff3bee7 DBZ-4467 Making sure all main dependencies are built locally for Db2 2021-12-20 11:29:30 +01:00
Gunnar Morling
46f41221f8 DBZ-4463 Build fix 2021-12-17 12:31:17 +01:00