-
Notifications
You must be signed in to change notification settings - Fork 3
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: improve schema generator #1128
Conversation
SDK-998 Make legacy consent configuration fields source specific
Description As the modern consent configuration field in the destination, Otherwise, we cannot make the configuration APIs backward compatible, where we have to backfill modern consent data into the legacy fields. Reference: https://github.com/rudderlabs/rudder-config-backend/pull/3894/files#r1408949602 Research Spec
Scope
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #1128 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 2 2
Lines 53 53
Branches 7 7
=========================================
Hits 53 53 ☔ View full report in Codecov by Sentry. |
This reverts commit 4d16da5.
This PR is considered to be stale. It has been open for 20 days with no further activity thus it is going to be closed in 7 days. To avoid such a case please consider removing the stale label manually or add a comment to the PR. |
…a-generator-sdk-998
…a-generator-sdk-998
Description of the change
Improvements:
-all
option).db-config.json
but found inui-config.json
.useNativeSDK
field always.db-config.json
file.dynamicCustomForm
.anyOf
conditions with generated ones.allOf
andanyOf
schema components for the new UI config.preRequisites
for the new UI config.Checklists
Development
Code review