-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
source-woocommerce: ensure inline schemas, updated cdk, poetry, generate builder manifest #37289
Closed
bleonard
wants to merge
20
commits into
master
from
autopull/schema-descriptions-d2a8da/source-woocommerce
Closed
Changes from 18 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
25ef66e
schema descriptions
bleonard 4fdcadd
update changelog
bleonard fc7e2c4
schema descriptions
bleonard 5d1b69c
Base image migration: remove Dockerfile and use the python-connector-…
bleonard 428f0ea
update changelog
bleonard 7ded61c
Manage dependencies with Poetry.
bleonard 11a21ed
update changelog
bleonard 31c4f6d
Updating to 0.80.0 CDK
bleonard a5dd48e
update changelog
bleonard 1cfd795
update
bleonard bd16c0d
Update CDK dependency to 0.88
60ed970
Update poetry.lock
a25749f
Merge branch 'master' into autopull/schema-descriptions-d2a8da/source…
strosek 7709e36
Fix CDK version in changelog
2fa2497
Update manifest with spec and builder-generated schemas
d765f2d
Fix airbyte-ci format
7f09c30
Remove spec.yaml now embedded in manifest
e0280dd
Remove schema_loader and JSON schemas, fix CAT tests for JSON schemas
c05bf2c
Update airbyte-integrations/connectors/source-woocommerce/README.md
strosek cceba15
Add maxSecondsBetweenMessages
strosek File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
38 changes: 0 additions & 38 deletions
38
airbyte-integrations/connectors/source-woocommerce/Dockerfile
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be better to move those changes to another PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added this change so the PR can run clean CATs, othrewise CI wouldn't pass. Is it OK to keep them?