-
Notifications
You must be signed in to change notification settings - Fork 122
chore(release): pull release/v1.97.0 into main #4239
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
Conversation
* chore: update subteam in tagged user groups in release notif * chore: update subteam in tagged user groups in release notif
* fix: handle fb_custom_audience oauth error * fix: use ts file * fix: review comments * chore: convert test to table test
feat(garl): add eventstream and vdm v1 flow tests for router
refactor: shopify tracker logic add more shopify source tests
chore(deps): bump beatlabs/delete-old-branches-action Bumps [beatlabs/delete-old-branches-action](https://github.com/beatlabs/delete-old-branches-action) from 0.0.10 to 0.0.11. - [Release notes](https://github.com/beatlabs/delete-old-branches-action/releases) - [Commits](beatlabs/delete-old-branches-action@v0.0.10...v0.0.11) --- updated-dependencies: - dependency-name: beatlabs/delete-old-branches-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat: added component test for union and append operation in mp * chore: update test * chore: update test * feat: added union and append operation * chore: refactored the operations * chore: minor changes * fix: addressing comments * chore: addressing comments * chore: addressing comment * chore: addressing comment * chore: apply suggestions from code review Co-authored-by: Sudip Paul <[email protected]> * fix: minor changes --------- Co-authored-by: Sudip Paul <[email protected]>
* feat: Userpilot - Rudderstack transformer (#4164) * Userpilot - Rudderstack transformer * fix: user id is not required & include `v1` in the path rather than DEFAULT_BASE_URL * test: remove v1 from apiEndpoint * chore: update functionality Co-authored-by: Dilip Kola <[email protected]> * chore: add util tests --------- Co-authored-by: ThabetIbrahim <[email protected]> Co-authored-by: Dilip Kola <[email protected]>
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
Allure Test reports for this run are available at:
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4239 +/- ##
==========================================
+ Coverage 91.06% 91.17% +0.11%
==========================================
Files 635 632 -3
Lines 33172 33079 -93
Branches 7836 7831 -5
==========================================
- Hits 30208 30160 -48
+ Misses 2716 2674 -42
+ Partials 248 245 -3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Added validation in sourceTransformRoutine to ensure sourceEvents is an array. If not, it throws a TransformationError with message 'Invalid source events'. Updated the corresponding test to properly handle async error testing by using await expect().rejects.toThrow() instead of expect().toThrow(). This validation prevents unexpected errors when processing non-array inputs and provides a clear error message for debugging.
Allure Test reports for this run are available at:
|
This fix ensures that the processMetadataForRouter function in marketo_static_list always returns metadata as an array, which is required by the router. Previously, it was not ensuring that the metadata was always an array, which could cause issues with the router transform.
Allure Test reports for this run are available at:
|
* fix: handle invalid logincustomerId depending on subAccount * chore: address comment * chore: increase test coverage
Allure Test reports for this run are available at:
|
|
👑 An automated PR