Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bmoric/remove dep server worker #17894

Merged
merged 40 commits into from
Oct 17, 2022
Merged
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
33b83bf
test [ci skip]
benmoriceau Oct 4, 2022
4134048
Remove the dependency between orchestrator APP and the worker
benmoriceau Oct 10, 2022
0d20286
Merge branch 'master' into bmoric/remove-dep-container-orchestrator-w…
benmoriceau Oct 10, 2022
d37bc19
Autogenerated files
benmoriceau Oct 10, 2022
bcf3431
Add missing annotation
benmoriceau Oct 10, 2022
db1f95d
Remove unused json2Schema block from worker
benmoriceau Oct 10, 2022
e7d1592
Move tess
benmoriceau Oct 10, 2022
0881cee
Missing deps and format
benmoriceau Oct 10, 2022
5c74045
Fix test build
benmoriceau Oct 10, 2022
7e2d449
Merge branch 'master' of github.com:airbytehq/airbyte into bmoric/rem…
benmoriceau Oct 10, 2022
203071a
TMP
benmoriceau Oct 11, 2022
390b8eb
Add missing dependencies
benmoriceau Oct 11, 2022
4b6634d
Merge branch 'master' of github.com:airbytehq/airbyte into bmoric/rem…
benmoriceau Oct 11, 2022
cbae067
PR comments
benmoriceau Oct 11, 2022
7efa2c7
Tmp
benmoriceau Oct 11, 2022
636e507
[ci skip] Tmp
benmoriceau Oct 11, 2022
628b721
Fix acceptance test and add the seed dependency
benmoriceau Oct 11, 2022
4c0de3c
Fix build
benmoriceau Oct 11, 2022
a3bce17
Merge branch 'master' of github.com:airbytehq/airbyte into bmoric/rem…
benmoriceau Oct 11, 2022
279447f
Merge branch 'bmoric/remove-dep-container-orchestrator-worker' of git…
benmoriceau Oct 11, 2022
b1defe5
Merge branch 'master' of github.com:airbytehq/airbyte into bmoric/rem…
benmoriceau Oct 12, 2022
4b2c8f2
For diff
benmoriceau Oct 12, 2022
72a11f8
tmp
benmoriceau Oct 12, 2022
dcfb012
Build pass
benmoriceau Oct 13, 2022
ae2748b
Merge branch 'master' of github.com:airbytehq/airbyte into bmoric/rem…
benmoriceau Oct 13, 2022
5424358
make the worker to be on the platform only
benmoriceau Oct 13, 2022
b243256
fix setting.yaml
benmoriceau Oct 13, 2022
68843af
Fix pmd
benmoriceau Oct 13, 2022
4898e50
Fix Cron
benmoriceau Oct 13, 2022
25a26d4
Add chart
benmoriceau Oct 13, 2022
6b8465b
Merge branch 'master' of github.com:airbytehq/airbyte into bmoric/rem…
benmoriceau Oct 14, 2022
6e4e1aa
Fix cron
benmoriceau Oct 14, 2022
7f915cb
Merge branch 'master' into bmoric/remove-dep-server-worker
benmoriceau Oct 14, 2022
d241c64
Fix server build.gradle
benmoriceau Oct 14, 2022
fada02f
Fix jar conflict
benmoriceau Oct 14, 2022
2f12031
Merge branch 'bmoric/remove-dep-server-worker' of github.com:airbyteh…
benmoriceau Oct 14, 2022
5d0cac0
Merge branch 'master' into bmoric/remove-dep-server-worker
benmoriceau Oct 17, 2022
77d3402
PR comments
benmoriceau Oct 17, 2022
4e6ab3f
Add cron micronaut environemnt
benmoriceau Oct 17, 2022
9f8c233
Merge branch 'master' into bmoric/remove-dep-server-worker
benmoriceau Oct 17, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add missing dependencies
  • Loading branch information
benmoriceau committed Oct 11, 2022
commit 390b8eb2781a910e22a0d638a74862ae159dc463
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ dependencies {
integrationTestJavaImplementation project(':airbyte-integrations:bases:standard-destination-test')
integrationTestJavaImplementation project(':airbyte-integrations:connectors:destination-gcs')
integrationTestJavaImplementation project(':airbyte-workers')
integrationTestJavaImplementation project(':airbyte-commons-worker')
}