-
Notifications
You must be signed in to change notification settings - Fork 69
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
feat: Support validating configuration for any tap with a dynamic catalog #937
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
edgarrmondragon
force-pushed
the
fix/configurable-dynamic-catalog
branch
2 times, most recently
from
August 31, 2022 06:26
b032cfd
to
123ee3e
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #937 +/- ##
==========================================
+ Coverage 88.02% 88.03% +0.01%
==========================================
Files 60 60
Lines 5001 5007 +6
Branches 1014 1014
==========================================
+ Hits 4402 4408 +6
Misses 423 423
Partials 176 176 ☔ View full report in Codecov by Sentry. |
edgarrmondragon
force-pushed
the
refactor/cli-oop
branch
from
August 31, 2022 07:37
0c18a57
to
308ba00
Compare
edgarrmondragon
force-pushed
the
fix/configurable-dynamic-catalog
branch
from
August 31, 2022 07:46
123ee3e
to
1defc93
Compare
edgarrmondragon
force-pushed
the
refactor/cli-oop
branch
2 times, most recently
from
September 1, 2022 02:00
289a7e6
to
df0e299
Compare
edgarrmondragon
force-pushed
the
refactor/cli-oop
branch
from
September 1, 2022 23:02
df0e299
to
b5af06a
Compare
edgarrmondragon
force-pushed
the
fix/configurable-dynamic-catalog
branch
from
September 2, 2022 05:38
6b0378e
to
be8e0eb
Compare
edgarrmondragon
force-pushed
the
refactor/cli-oop
branch
from
September 9, 2022 06:16
b5af06a
to
34be86e
Compare
edgarrmondragon
force-pushed
the
refactor/cli-oop
branch
2 times, most recently
from
October 18, 2022 21:39
daeab2d
to
8794cbd
Compare
edgarrmondragon
force-pushed
the
refactor/cli-oop
branch
6 times, most recently
from
February 15, 2023 17:26
afca935
to
0e4bb7a
Compare
edgarrmondragon
force-pushed
the
refactor/cli-oop
branch
5 times, most recently
from
April 25, 2023 18:43
ac91c3d
to
58cc655
Compare
edgarrmondragon
force-pushed
the
refactor/cli-oop
branch
from
April 26, 2023 16:47
58cc655
to
6ab14f3
Compare
Before: Long, unreadable output
After: Slightly less ugly output (helped a ton by)
|
CodSpeed Performance ReportMerging #937 will not alter performanceComparing Summary
|
edgarrmondragon
force-pushed
the
fix/configurable-dynamic-catalog
branch
from
January 9, 2024 02:15
f42e6f3
to
6a45f7e
Compare
edgarrmondragon
force-pushed
the
fix/configurable-dynamic-catalog
branch
from
January 9, 2024 02:39
6a45f7e
to
1089e4c
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Closes #294