-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
remove airbyte-commons-docker #21756
Merged
Merged
Conversation
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
octavia-squidington-iv
added
area/platform
issues related to the platform
area/server
area/worker
Related to worker
labels
Jan 23, 2023
colesnodgrass
temporarily deployed
to
more-secrets
January 23, 2023 23:18
— with
GitHub Actions
Inactive
colesnodgrass
temporarily deployed
to
more-secrets
January 23, 2023 23:18
— with
GitHub Actions
Inactive
colesnodgrass
temporarily deployed
to
more-secrets
January 24, 2023 01:38
— with
GitHub Actions
Inactive
colesnodgrass
temporarily deployed
to
more-secrets
January 24, 2023 01:38
— with
GitHub Actions
Inactive
colesnodgrass
temporarily deployed
to
more-secrets
January 24, 2023 17:05
— with
GitHub Actions
Inactive
colesnodgrass
temporarily deployed
to
more-secrets
January 24, 2023 17:05
— with
GitHub Actions
Inactive
colesnodgrass
temporarily deployed
to
more-secrets
January 24, 2023 17:19
— with
GitHub Actions
Inactive
colesnodgrass
temporarily deployed
to
more-secrets
January 24, 2023 17:19
— with
GitHub Actions
Inactive
colesnodgrass
temporarily deployed
to
more-secrets
January 24, 2023 17:22
— with
GitHub Actions
Inactive
colesnodgrass
temporarily deployed
to
more-secrets
January 24, 2023 17:22
— with
GitHub Actions
Inactive
colesnodgrass
temporarily deployed
to
more-secrets
January 24, 2023 18:06
— with
GitHub Actions
Inactive
colesnodgrass
temporarily deployed
to
more-secrets
January 24, 2023 18:06
— with
GitHub Actions
Inactive
Airbyte Code Coverage
|
colesnodgrass
temporarily deployed
to
more-secrets
January 24, 2023 19:29
— with
GitHub Actions
Inactive
colesnodgrass
temporarily deployed
to
more-secrets
January 24, 2023 19:29
— with
GitHub Actions
Inactive
colesnodgrass
temporarily deployed
to
more-secrets
January 30, 2023 23:53
— with
GitHub Actions
Inactive
colesnodgrass
temporarily deployed
to
more-secrets
January 31, 2023 19:14
— with
GitHub Actions
Inactive
colesnodgrass
temporarily deployed
to
more-secrets
January 31, 2023 19:14
— with
GitHub Actions
Inactive
Kube Test Results 47 files ±0 47 suites ±0 9m 6s ⏱️ - 12m 57s Results for commit 1d17a10. ± Comparison against base commit 1fe3168. This pull request removes 4 and adds 4 tests. Note that renamed tests count towards both.
This pull request skips 33 and un-skips 3 tests.
♻️ This comment has been updated with latest results. |
colesnodgrass
temporarily deployed
to
more-secrets
January 31, 2023 22:44
— with
GitHub Actions
Inactive
colesnodgrass
temporarily deployed
to
more-secrets
January 31, 2023 22:44
— with
GitHub Actions
Inactive
colesnodgrass
temporarily deployed
to
more-secrets
January 31, 2023 23:23
— with
GitHub Actions
Inactive
colesnodgrass
temporarily deployed
to
more-secrets
January 31, 2023 23:23
— with
GitHub Actions
Inactive
colesnodgrass
added a commit
that referenced
this pull request
Feb 1, 2023
This reverts commit 9c4100b.
colesnodgrass
added a commit
that referenced
this pull request
Feb 1, 2023
colesnodgrass
added a commit
that referenced
this pull request
Feb 1, 2023
colesnodgrass
added a commit
that referenced
this pull request
Feb 6, 2023
This was referenced Feb 8, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
What
getTaggedImage
was simply inserting a:
between two strings, replaced with+ ":" +
buildImage
was used in one test class, copied theDockerUtils
class to that test classgetImageTag
would be added to theStandardSourceDefinition
andStandardDestintationDefinition
classes that would return image-tag name, as these classes already know about the repository and the tag. These classes are auto generated and I didn't see a way (in my quick search) to add a derived method attribute like this, as this wouldn't need to be part of the data of the object.How
airbyte-workers
test-implementation dependenciesJcaPEMKeyConverter is provided by BouncyCastle, an optional dependency. To use support for EC Keys you must explicitly add this dependency to classpath
errors when theairbyte-commons-docker
dependency was removed.airbyte-commons-docker
didn't depend on BouncyCastle, so I'm guessing this was being brought in via a transitive dependency thatairbyte-commons-docker
brought with it.