feat: [team]ONCEHUB-87436: updating transformer version to 1.93.0#85
Closed
sumitsheokand wants to merge 213 commits intoteam/technocratsfrom
Closed
feat: [team]ONCEHUB-87436: updating transformer version to 1.93.0#85sumitsheokand wants to merge 213 commits intoteam/technocratsfrom
sumitsheokand wants to merge 213 commits intoteam/technocratsfrom
Conversation
* fix: anonymousId overwriting userId at MoEngage destination (#3914) fix/moengage-anonymousid-over-userid Co-authored-by: Sudip Paul <67197965+ItsSudip@users.noreply.github.com> * chore: fix test cases --------- Co-authored-by: Landi <98327875+jmlandi@users.noreply.github.com>
chore: claen depricated files
* chore: dedicated deployments separation for ut and dt * chore: update commit msg for dt * chore: update ut dedicated deployment branch and commit msg * chore: update branch for dedicated ut deployment --------- Co-authored-by: Sai Sankeerth <sanpj2292@github.com>
…3952) Co-authored-by: Sudip Paul <67197965+ItsSudip@users.noreply.github.com>
* fix: property and event name mappings in shopify v2 * chore: server suffix in checkout started webhook event * chore: remove value from updation webhook events * chore: update comflicting event name with webhook suffix --------- Co-authored-by: Krishna Chaitanya <chaithu.kitti@gmail.com>
* fix: use correct endpoint for custom events * fix: sonar cloud issue
* fix: use correct endpoint for custom events * chore: update test cases with types * chore: address comment and remove redundant test cases * chore: add branch name to updated list
* fix: adding transformer proxy for iterable * fix: adding component test cases * fix: adding factory pattern * fix: code redesigning * fix: decoupling networkHandler and specific strategy * fix: simplifying logic * fix: convert to registry pattern * fix: converting to typescript * fix: removing unnecessary comments * fix: adding data delivery test cases for all endpoints * chore: improve iterable network handler (#3918) * chore: improve iterable network handler * chore: add comment in principal strategy class * chore: rename from PrincipalStrategy to BaseStrategy * chore: update expect-error comment --------- Co-authored-by: Sai Sankeerth <sanpj2292@github.com> * fix: review comments addressed * fix: small refactoring * fix: update for supporting disallowed events * fix: code review suggestion Co-authored-by: Sankeerth <sankeerth@rudderstack.com> * fix: fixing test cases * fix: review comment addressed * fix: adding type definitions * fix: separating handle error functions * fix: migrating processor and router test cases * fix: review comment addressed --------- Co-authored-by: Sankeerth <sankeerth@rudderstack.com> Co-authored-by: Sai Sankeerth <sanpj2292@github.com>
* fix(destination): use coql api to delete record for zoho * fix: use identifier to create coql query * fix: limiting where clause criteria to 25 * fix: test * fix: code duplication
* fix: marketo get auth token cache issue * fix: marketo get auth token cache issue * fix: marketo get auth token cache issue
* chore: fix allure workflow * chore: fix allure workflow * chore: fix allure workflow * chore: fix allure workflow * chore: fix allure workflow * chore: fix allure workflow * chore: fix allure workflow * chore: fix allure workflow
Co-authored-by: Dilip Kola <33080863+koladilip@users.noreply.github.com>
* feat(destination): pass object data in event for moengage * chore: code quality * chore: misc * fix: misc * chore: add separate mapping for identify and device * fix: test * fix: use lib function * fix: add test for mergeCustomAttributes * fix: add test for destination endpoint * fix: use masked secret * fix: update test name
* feat: onboard new source facebook lead ads * chore: minor changes * fix: addressing comments * fix: addressing comments * fix: addressing comments * fix: addressing comments --------- Co-authored-by: Dilip Kola <33080863+koladilip@users.noreply.github.com>
* chore: use the new intgration lib in zoho vdmv2 implementation * chore: code review changes
* chore: add skipping support to component test * chore: address pr comments
* feat: new destination for accoil analytics * feat: removed anonymousId mapping, added ACCOIL_ANALYTICS to features.ts * feat: refactored processor and router data test files * fix: minor changes * feat: added masked secrets * fix: addressing comment * fix: apply suggestions from code review Co-authored-by: Sudip Paul <67197965+ItsSudip@users.noreply.github.com> --------- Co-authored-by: David Meiklejohn <mj@accoil.com> Co-authored-by: Dilip Kola <33080863+koladilip@users.noreply.github.com> Co-authored-by: Sudip Paul <67197965+ItsSudip@users.noreply.github.com>
Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.44 to 0.5.47. - [Release notes](https://github.com/moment/moment-timezone/releases) - [Changelog](https://github.com/moment/moment-timezone/blob/develop/changelog.md) - [Commits](moment/moment-timezone@0.5.44...0.5.47) --- updated-dependencies: - dependency-name: moment-timezone dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mahesh Kutty <39219085+maheshkutty@users.noreply.github.com>
* fix: add 2655 error handling to fb error handler at proxy * chore: update test Co-authored-by: Dilip Kola <33080863+koladilip@users.noreply.github.com> * chore: update test Co-authored-by: Dilip Kola <33080863+koladilip@users.noreply.github.com> --------- Co-authored-by: Dilip Kola <33080863+koladilip@users.noreply.github.com>
…adjust source (#4155) * chore: use common flattenParams utility from lib for fb lead ads and adjust source * chore: minor changes
* chore: re-order folder structure for types
* chore: use github cli to create pull request * fix: misc
…ormer into technocrats/ONCEHUB-94984-team
This file contains hidden or 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
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.
What are the changes introduced in this PR?
feat: [team]ONCEHUB-87436: updating transformer version to 1.86.0
Write a brief explainer on your code changes.
feat: [team]ONCEHUB-87436: updating transformer version to 1.86.0
What is the related Linear task?
Resolves INT-XXX
Please explain the objectives of your changes below
Put down any required details on the broader aspect of your changes. If there are any dependent changes, mandatorily mention them here
Any changes to existing capabilities/behaviour, mention the reason & what are the changes ?
N/A
Any new dependencies introduced with this change?
N/A
Any new generic utility introduced or modified. Please explain the changes.
N/A
Any technical or performance related pointers to consider with the change?
N/A
@coderabbitai review
Developer checklist
My code follows the style guidelines of this project
No breaking changes are being introduced.
All related docs linked with the PR?
All changes manually tested?
Any documentation changes needed with this change?
Is the PR limited to 10 file changes?
Is the PR limited to one linear task?
Are relevant unit and component test-cases added in new readability format?
Reviewer checklist
Is the type of change in the PR title appropriate as per the changes?
Verified that there are no credentials or confidential data exposed with the changes.