1
0
mirror of synced 2025-12-30 03:02:21 -05:00
Commit Graph

51 Commits

Author SHA1 Message Date
girarda
ac3e621892 Bump Airbyte version from 0.50.10 to 0.50.11 2023-07-24 03:53:45 +00:00
pmossman
a9e36d08fc Bump Airbyte version from 0.50.9 to 0.50.10 2023-07-21 19:18:39 +00:00
pmossman
e1edd54227 Bump Airbyte version from 0.50.8 to 0.50.9 2023-07-20 23:29:20 +00:00
girarda
b483541f62 Bump Airbyte version from 0.50.7 to 0.50.8 2023-07-18 00:14:04 +00:00
girarda
38709f997e Bump Airbyte version from 0.50.6 to 0.50.7 2023-07-09 19:38:07 +00:00
girarda
bdbe549a90 Bump Airbyte version from 0.50.5 to 0.50.6 2023-07-02 18:47:03 +00:00
girarda
986bba1498 Bump Airbyte version from 0.50.4 to 0.50.5 2023-06-25 17:39:02 +00:00
malikdiarra
2de02eebd4 Bump Airbyte version from 0.50.3 to 0.50.4 2023-06-16 01:18:02 +00:00
girarda
90c91ed6af Bump Airbyte version from 0.50.2 to 0.50.3 2023-06-15 02:40:11 +00:00
pmossman
d00afad6a9 Bump Airbyte version from 0.50.1 to 0.50.2 2023-06-14 18:05:45 +00:00
malikdiarra
b9b016a3b6 Bump Airbyte version from 0.50.0 to 0.50.1 2023-06-09 01:39:30 +00:00
Malik Diarra
1eddb30458 Bump Airbyte version from 0.44.12 to 0.50 (#27136) 2023-06-07 16:47:27 -07:00
cpdeethree
43879c14da Bump Airbyte version from 0.44.11 to 0.44.12 2023-06-05 01:25:58 +00:00
cpdeethree
d47fded347 bump to 0.44.11 to catch up to airbyte-platform and fix bumpversion script 2023-06-04 17:05:20 -05:00
cpdeethree
096d9e857a bump to 0.44.10 to catch up to airbyte-platform 2023-06-02 16:43:23 -05:00
Conor
6f2cdf4c26 Fix grep versionbump (#26979)
* bump to 0.44.9 to catch up with airbyte-platform

* fix bug in grep that looks for new version
2023-06-02 14:00:30 -05:00
cpdeethree
9e8d106e8f manually bump current version to 0.44.8 to catch up with airbyte-platform 2023-06-02 09:57:31 -05:00
cpdeethree
477b861565 manually bump current version to 0.44.7 to catch up with airbyte-platform 2023-05-31 22:05:05 -05:00
flash1293
4cab921e93 Bump Airbyte version from 0.44.3 to 0.44.4 2023-05-15 09:06:26 +00:00
benmoriceau
f350a1f315 Bump Airbyte version from 0.44.2 to 0.44.3 2023-04-28 20:43:42 +00:00
girarda
4d0091f26f Bump Airbyte version from 0.44.1 to 0.44.2 2023-04-26 20:44:25 +00:00
josephkmh
09222b1f0c Bump Airbyte version from 0.44.0 to 0.44.1 2023-04-19 11:45:34 +00:00
timroes
e35c863dcf Bump Airbyte version from 0.43.2 to 0.44.0 2023-04-14 08:03:22 +00:00
girarda
c067328756 Bump Airbyte version from 0.43.1 to 0.43.2 2023-04-13 02:01:57 +00:00
edgao
28bb9823e5 Bump Airbyte version from 0.43.0 to 0.43.1 2023-04-06 18:55:00 +00:00
gosusnp
3bf4775b6b Bump Airbyte version from 0.42.1 to 0.43.0 2023-04-05 20:31:44 +00:00
git-phu
855682d8a2 Bump Airbyte version from 0.42.0 to 0.42.1 2023-03-30 19:11:52 -07:00
zzztimbo
869c5b7e7f Bump Airbyte version from 0.41.0 to 0.42.0 2023-03-11 00:15:12 +00:00
Tim Chan
ddc5ae94cd ci: 🔧 revert version bumps (#23954) 2023-03-10 18:07:21 -06:00
zzztimbo
519a85492a Bump Airbyte version from 0.42.0 to 0.43.0 2023-03-10 23:52:03 +00:00
zzztimbo
2b80dd05cf Bump Airbyte version from 0.41.0 to 0.42.0 2023-03-10 23:28:56 +00:00
zzztimbo
3c2ca85adb Bump Airbyte version from 0.40.32 to 0.41.0 2023-02-24 03:22:49 +00:00
Conor
7953c45a09 delete platform code and workflows (#23214)
* delete platform code and workflows

* delete more platform workflows

* sunset kustomize (#23187)

* sunset kustomize

* remove build steps that use kustomize

* remove k8s kustomize gke-kube-acceptance-tests

* delete docker-compose files

* remove platform from check_images_exist.sh

* Working replacement script for docker

* rename start script and add download files to gitignore

* add args and download only option

* integration test downloads docker compose files

* remove helm charts

* remove more platform files

* add flags.yml

* use version from gradle.properties instead of .env

* Working replacement script for docker (#23227)

* Working replacement script for docker

* Working debugging line

* rename start script and add download files to gitignore

* add args and download only option

* Made flags cleaner and more cleanup

i've never used this flag pattern, its much
easier than my usual way

* warn about a sharp edge

* Don't run when we don't know a command

* better help spacing

* add flags.yml

---------

Co-authored-by: cpdeethree <conor@airbyte.io>
Co-authored-by: Conor <cpdeethree@users.noreply.github.com>

* remove more-secrets env

---------

Co-authored-by: Charles <charles@airbyte.io>
Co-authored-by: Topher Lubaway <asimplechris@gmail.com>
2023-02-19 09:42:08 -06:00
Benoit Moriceau
0b97ce3d6c Extract split the server into 2 modules (#21736)
* tmp

* For diff

* Extract common server

* Format

* Better way to get resources

* Extract the old mapper

* Move test as well

* Format
2023-01-24 07:51:20 -08:00
tison
45446deaf3 Upgrade spotless version and remove jvmargs workaround (#13705) 2022-06-28 18:39:18 +02:00
Jared Rhizor
c2eabc182d m1 pr cleanups (#7197) 2021-10-19 14:53:47 -07:00
Harsha Teja Kanna
3e7f95c25a 🎉 Support build on MacOS M1 (Apple Silicon) (#7104)
- See this doc for details: https://github.com/airbytehq/airbyte/blob/master/docs/contributing-to-airbyte/developing-locally.md
- Unit test does not work yet.
2021-10-19 11:20:21 -07:00
Jared Rhizor
1b5922896b upgrade to Gradle 7.2 (#7070)
* upgrade to gradle 7.2

* get build working with gradle 7.2

* fix build

* fix connector build?

* EXCLUDE distTar and switch includes to excludes

* switch back to includes

* temporarily try to adjust properties

* don't know why this was modified

* revert spotless upgrade

* upgrade gradle node (better arm support it says)

* add back in Xss since we are getting StackOverflowError without it

* revert bad spotless fmt

* fix acceptance tests duplicates strategy

* add zip for jdbc includes

* check if this helps for java connectors

* remove accidental commit

* remove redundant

* fix warning explosion

* oops

* override gradle.properties

* remove set-env
2021-10-15 14:03:30 -07:00
Davin Chia
e2074a4dc1 Logging to GCS. (#4501)
Add the ability to log to GCS.
2021-07-07 21:06:25 +08:00
Marcos Marx
6201100e72 Add entrypoint and bump version for remaining connectors. (#4539)
See the PR descriptions for all the connectors published.
2021-07-07 17:37:22 +08:00
Davin Chia
961ab6693a Turn EC2 Build Back On (#3925) 2021-06-08 23:17:08 +08:00
Davin Chia
9ea3c0b220 Stop gradle watch till we move back to EC2 Runners. (#3920) 2021-06-07 16:27:29 +08:00
Davin Chia
53a5d97358 Minor Gradle Property Tweaks. (#2367)
Expose the workers.max property in gradle.properties. This allows a dev to set the number of processors Gradle uses per their needs. See this.

Also take the chance to turn on vfs.watch. This allows Gradle to watch the virtual file system it creates in memory. In theory, this makes it slightly faster for incremental builds. See this.
2021-03-10 07:18:04 +08:00
jrhizor
841063f0ba hotfix: re-enable gradle caching 2020-11-20 18:00:05 -08:00
jrhizor
d4b8b8f61c hotfix: disable gradle caching 2020-11-20 17:18:54 -08:00
jrhizor
c5ebffba9c hotfix: turn off file watching 2020-11-19 17:04:56 -08:00
Jared Rhizor
e1d7add50a mostly incremental builds (#817)
* support cached builds for base -> base-java -> snowflake

* use plugin for image building

* fix matching on COPY from

* remove docker.gradle

* tmp commit

* update connectors

* finish rest of build files

* fix ide errors

* more build fixes

* clean up

* clean up for new soruces

* fix spotless

* fix flake problems

* add recommended empty file

* python caching

* fixes upon review

* clean up docker and build test files

* clean up python

* clean up

* fix integration test dependencies

* fix standard tests

* fix

* remove symlink

* re-add requirements to fix normalizatioon build

* fix symlink

* fix dumbest build problem of all

* add missing integration test def

* fix missing dep

* remove class exclusion

* move trim so null source versions are allowed

* rename map

* fix hardcoded value

* remove unnecessary dep

* use dashes for salesforce package name

* fix typo

* DRY and fix test image name

* Fix edit

* assert string is not empty

* build integration test image only for integrationTest

* move code generator to tools and rename docker build tasks

* make source test depend on integration test build, not the other way

* remove guard because the docker build should exist before the integrationtest is applied

* remove comment

* DRY up airbyte-source-test

* fix plugin compilation

* add missing dependency

* rename getTaggedImage to getDevTaggedImage

* fix test vs main docker build bug
2020-11-09 11:00:11 -08:00
Jared Rhizor
639f504bdf increase gradle heap space (#726) 2020-10-28 09:47:54 -07:00
Sherif A. Nada
cc63250e41 HOTFIX: disable gradle caching (#692) 2020-10-22 23:18:26 -07:00
Sherif A. Nada
d159571e62 Slight build improvements (#675) 2020-10-22 11:14:02 -07:00