1
0
mirror of synced 2026-01-04 09:04:47 -05:00
Commit Graph

229 Commits

Author SHA1 Message Date
Octavia Squidington III
8dfb8b0c92 Bump Airbyte version from 0.40.8 to 0.40.9 (#17093)
Co-authored-by: terencecho <terencecho@users.noreply.github.com>
2022-09-23 09:46:09 -05:00
Octavia Squidington III
387b96a924 Bump Airbyte version from 0.40.7 to 0.40.8 (#17009)
Co-authored-by: gosusnp <gosusnp@users.noreply.github.com>
2022-09-21 15:57:29 -07:00
Cole Snodgrass
c6519430da move job persistence code out of airbyte-scheduler (#16831)
* wip for moving scheduler-persistence to airbyte-persistence

* move main/resources

* move settings include to match existing includes

* fix incorrect import paths

* fix import order
2022-09-20 13:37:35 -07:00
Volodymyr Pochtar
a72cb7d1f8 feat: replace openjdk with amazoncorretto:17.0.4 on platform for security compliance (#16919) 2022-09-20 19:01:48 +03:00
Octavia Squidington III
607a7d68ff Bump Airbyte version from 0.40.6 to 0.40.7 (#16785)
Co-authored-by: benmoriceau <benmoriceau@users.noreply.github.com>
2022-09-16 11:36:44 -07:00
Anne
e462f695a2 Normalization Summaries table and read/write methods (#16655)
* Add migration to create normalization summaries table
- read/write methods for normalization summary
2022-09-14 14:47:05 -07:00
Octavia Squidington III
83799372cf Bump Airbyte version from 0.40.5 to 0.40.6 (#16656)
Co-authored-by: benmoriceau <benmoriceau@users.noreply.github.com>
2022-09-13 11:56:33 -07:00
Octavia Squidington III
d8285cb24f Bump Airbyte version from 0.40.4 to 0.40.5 (#16610)
Co-authored-by: alovew <alovew@users.noreply.github.com>
2022-09-12 14:29:38 -07:00
Evan Tahler
834ac1a3bb Remove shared getDockerBuildTask to enable parallel docker builds (#16384)
Define logic in root build.gradle to create a task in each subproject if the subproject contains dockerImageName in the gradle.properties file.

Some caveats:
- We also define a copyGeneratedTar task that is applied to all subprojects with the dockerImageName property.
- This does not need to be used in each subproject. We leave it up to each subproject to define what task is depends on since some projects have more custom copy logic.
2022-09-09 18:40:35 -07:00
Anne
3fc673090d Populate and read from SyncStats table (#16476)
- Populate sync stats table when job is complete
- Method to read from sync stats table
2022-09-08 22:33:29 -07:00
Anne
4ef54ad62f Sync stats migration (#16285)
* Sync stats migration
2022-09-07 12:07:56 -07:00
Octavia Squidington III
abc01d3c49 Bump Airbyte version from 0.40.3 to 0.40.4 (#16275)
Co-authored-by: timroes <timroes@users.noreply.github.com>
2022-09-02 20:17:00 +02:00
Pedro S. Lopez
d83abd6672 Remove foreign key constraint for actor_definition_id in actor_oauth_param (#16118)
* add migration

* fmt

* test migration

* update expected migration version

* update schema

* allow specifying a target migration version for the baseline

* run previous migrations in test

* fix pmd

* update migration version
2022-09-01 13:38:30 -04:00
Anne
827e7a55ac Add protocol version migration (#16145)
* Add protocol version migration
2022-08-31 16:01:24 -07:00
Octavia Squidington III
9e17f97e24 Bump Airbyte version from 0.40.2 to 0.40.3 (#16028)
Co-authored-by: zzztimbo <zzztimbo@users.noreply.github.com>
2022-08-26 14:46:54 -07:00
Octavia Squidington III
b7b18dfcc0 Bump Airbyte version from 0.40.1 to 0.40.2 (#15931)
Co-authored-by: lmossman <lmossman@users.noreply.github.com>
2022-08-24 11:02:50 -07:00
Evan Tahler
381326f4d3 Bump Airbyte version from 0.40.0-alpha to 0.40.1 (#15857) 2022-08-22 14:34:17 -07:00
Evan Tahler
4774949ab0 Remove -alpha tags from Airbyte release versions (#15766)
* Remove alpha tags in autobump files

* remove more alpha tags
2022-08-22 11:06:49 -07:00
Octavia Squidington III
c1a0cbc0d0 Bump Airbyte version from 0.39.42-alpha to 0.40.0-alpha (#15493)
Co-authored-by: benmoriceau <benmoriceau@users.noreply.github.com>
2022-08-10 10:20:12 +08:00
Anne
e9afa9bef3 Error Prone PMD rules (#15010)
* Implement ErrorProne PMD rules:
AssignmentInOperand
AvoidAccessibilityAlteration
AvoidBranchingStatementAsLastInLoop
AvoidCatchingNPE
AvoidCatchingThrowable
AvoidDuplicateLiterals rule
2022-08-09 15:30:48 -07:00
Octavia Squidington III
5031e72426 Bump Airbyte version from 0.39.41-alpha to 0.39.42-alpha (#15335)
Co-authored-by: xiaohansong <xiaohansong@users.noreply.github.com>
Co-authored-by: Xiaohan Song <xiaohan@airbyte.io>
2022-08-05 14:43:31 -07:00
Octavia Squidington III
3d5237cdaf Bump Airbyte version from 0.39.40-alpha to 0.39.41-alpha (#15085)
Co-authored-by: girarda <girarda@users.noreply.github.com>
2022-07-27 14:07:53 -07:00
Octavia Squidington III
d665188964 Bump Airbyte version from 0.39.39-alpha to 0.39.40-alpha (#15046)
Co-authored-by: davinchia <davinchia@users.noreply.github.com>
Co-authored-by: Davin Chia <davinchia@gmail.com>
2022-07-26 20:38:12 -07:00
Octavia Squidington III
c3621b5e49 Bump Airbyte version from 0.39.38-alpha to 0.39.39-alpha (#15005)
Co-authored-by: davinchia <davinchia@users.noreply.github.com>
2022-07-25 15:15:19 -07:00
Davin Chia
cd5d8c2cbd Make sure Airbyte release process uses JDK 19. (#14993)
Follow up to #14971 . Make sure to update this for the OSS publishing process as well.

Also update all the dockerfiles.

Connectors are not touched.
2022-07-25 08:53:41 -07:00
Octavia Squidington III
861503b30e Bump Airbyte version from 0.39.37-alpha to 0.39.38-alpha (#14976)
Co-authored-by: davinchia <davinchia@users.noreply.github.com>
2022-07-23 10:22:12 -07:00
Anne
76f9fbaa54 Apply more Best Practices PMD rules (#14772)
* implement PMD rules: 
* AbstractClassWithoutAbstractMethod
* ArrayIsStoredDirectly
* AvoidPrintStackTrace, AvoidReassigningLoopVariables, AvoidReassigningParameters, AvoidUsingHardCodedIP and CheckResultSet
* DoubleBraceInitialization
* MissingOverride
* ForLoopCanBeForeach
*JUnitTest rules
2022-07-20 14:28:47 -07:00
Anne
e698710118 Apply Best Practices PMD rules (#14753)
* Apply Unused* Best Practices PMD rules
2022-07-15 15:01:04 -07:00
Octavia Squidington III
fd4004af29 Bump Airbyte version from 0.39.36-alpha to 0.39.37-alpha (#14719)
Co-authored-by: edgao <edgao@users.noreply.github.com>
2022-07-14 10:05:50 -07:00
Octavia Squidington III
acd1f75bfa Bump Airbyte version from 0.39.35-alpha to 0.39.36-alpha (#14690)
Co-authored-by: gosusnp <gosusnp@users.noreply.github.com>
2022-07-13 13:39:52 -07:00
Octavia Squidington III
fc3efe1614 Bump Airbyte version from 0.39.34-alpha to 0.39.35-alpha (#14508)
Co-authored-by: lmossman <lmossman@users.noreply.github.com>
2022-07-07 14:04:58 -07:00
Octavia Squidington III
d89d8d3c74 Bump Airbyte version from 0.39.33-alpha to 0.39.34-alpha (#14428)
Co-authored-by: timroes <timroes@users.noreply.github.com>
2022-07-05 17:19:06 -04:00
Octavia Squidington III
3ae07ac027 Bump Airbyte version from 0.39.32-alpha to 0.39.33-alpha (#14419)
Co-authored-by: pedroslopez <pedroslopez@users.noreply.github.com>
2022-07-05 14:03:14 -04:00
Octavia Squidington III
944f3b3a06 Bump Airbyte version from 0.39.31-alpha to 0.39.32-alpha (#14383)
Co-authored-by: alafanechere <alafanechere@users.noreply.github.com>
2022-07-04 11:48:56 +02:00
Octavia Squidington III
e0fde79eee Bump Airbyte version from 0.39.30-alpha to 0.39.31-alpha (#14355)
Co-authored-by: benmoriceau <benmoriceau@users.noreply.github.com>
2022-07-01 10:21:23 -07:00
Octavia Squidington III
27b6c3c8fb Bump Airbyte version from 0.39.29-alpha to 0.39.30-alpha (#14329)
Co-authored-by: lmossman <lmossman@users.noreply.github.com>
2022-06-30 18:35:26 -07:00
Octavia Squidington III
c30ddd9672 Bump Airbyte version from 0.39.28-alpha to 0.39.29-alpha (#14232) 2022-06-29 11:41:38 -07:00
Octavia Squidington III
cc9a3af138 Bump Airbyte version from 0.39.27-alpha to 0.39.28-alpha (#14210)
Co-authored-by: sherifnada <sherifnada@users.noreply.github.com>
2022-06-28 00:22:10 -07:00
Octavia Squidington III
abb361f86c Bump Airbyte version from 0.39.26-alpha to 0.39.27-alpha (#14204)
Co-authored-by: lmossman <lmossman@users.noreply.github.com>
2022-06-27 16:25:41 -07:00
Octavia Squidington III
581607c7cc Bump Airbyte version from 0.39.25-alpha to 0.39.26-alpha (#14141)
Co-authored-by: terencecho <terencecho@users.noreply.github.com>
2022-06-26 21:21:53 -04:00
Octavia Squidington III
4313a22ca4 Bump Airbyte version from 0.39.24-alpha to 0.39.25-alpha (#14124)
Co-authored-by: brianjlai <brianjlai@users.noreply.github.com>
2022-06-24 15:50:29 -04:00
Octavia Squidington III
d5cca80c8c Bump Airbyte version from 0.39.23-alpha to 0.39.24-alpha (#14094)
Co-authored-by: jdpgrailsdev <jdpgrailsdev@users.noreply.github.com>
2022-06-23 16:04:56 -04:00
Octavia Squidington III
8c96a5e7f5 Bump Airbyte version from 0.39.22-alpha to 0.39.23-alpha (#13984)
Co-authored-by: pmossman <pmossman@users.noreply.github.com>
2022-06-21 12:46:58 -07:00
Octavia Squidington III
5105c00a5d Bump Airbyte version from 0.39.21-alpha to 0.39.22-alpha (#13979)
Co-authored-by: Phlair <Phlair@users.noreply.github.com>
2022-06-21 19:37:05 +01:00
Octavia Squidington III
689064e373 Bump Airbyte version from 0.39.20-alpha to 0.39.21-alpha (#13938)
Co-authored-by: alafanechere <alafanechere@users.noreply.github.com>
2022-06-20 18:04:15 +02:00
Octavia Squidington III
aed9244696 Bump Airbyte version from 0.39.19-alpha to 0.39.20-alpha (#13829)
Co-authored-by: lmossman <lmossman@users.noreply.github.com>
2022-06-15 17:19:28 -07:00
Octavia Squidington III
7d9f8c97c5 Bump Airbyte version from 0.39.18-alpha to 0.39.19-alpha (#13820)
Co-authored-by: edgao <edgao@users.noreply.github.com>
2022-06-15 13:14:50 -07:00
Jimmy Ma
a600f6ae47 Migrate StateDB to support per stream states (#13731)
* Update StateDB to support per Stream states.
* Add `StateType` type
* Add `steam_name`, `namespace` and `type` to `state` table.
* Set the default StateType to LEGACY
2022-06-14 14:27:38 -07:00
Octavia Squidington III
50f2a340d6 Bump Airbyte version from 0.39.17-alpha to 0.39.18-alpha (#13759)
Co-authored-by: benmoriceau <benmoriceau@users.noreply.github.com>
Co-authored-by: Benoit Moriceau <benoit@airbyte.io>
2022-06-14 11:17:28 -07:00
Jonathan Pearlin
2b31011bce Separate platform and connector testcontainer versions (#13642)
* Separate platform and connector testcontainer versions

* Fix dependency

* Fix dependency

* Fix dependency usage

* Prevent leaking testcontainer dependencies
2022-06-10 09:34:31 -04:00