Skip to content
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

fix: for gainsight px only new users to have default signUp date #2953

Merged
merged 8 commits into from
Jan 4, 2024

Conversation

shrouti1507
Copy link
Contributor

@shrouti1507 shrouti1507 commented Dec 26, 2023

What are the changes introduced in this PR?

resolves INT-1179
We added the default signup date and create date for all the users ( existing / nonexisting). For any existing users, even if the message.traits object was not having signUpDate or createdDate properties it was being populated from message.timestamp / message.original timestamp field and every time the signUp and createdDate was being updated.

In this PR we are fixing the issues. We will only fallback to originalTimestamp / timestamp values if the user is new.

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

Type of change

bug-fix

  • Existing capabilities/behavior

We added the default signup date and create date for all the users ( existing / nonexisting). For any existing users, even if the message.traits object was not having signUpDate or createdDate properties it was being populated from message.timestamp / message.original timestamp field and every time the signUp and createdDate was being updated.

  • New capabilities/behavior
    In this PR we are fixing the issues. We will only fallback to originalTimestamp / timestamp values if the user is new.

Any technical or performance related pointers to consider with the change?

N/A

Any new dependencies introduced with this change?

N/A

Any new generic utility introduced or modified. Please explain the changes.

N/A

If the PR has changes in more than 10 files, please mention why the changes were not split into multiple PRs.

N/A

If multiple linear tasks are associated with the PR changes, please elaborate on the reason:

N/A


Developer checklist

  • No breaking changes are being introduced.

  • Are all related docs linked with the PR?

  • Are all changes manually tested?

  • Does this change require any documentation changes?

  • Are relevant unit and component test-cases added?

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.

@shrouti1507 shrouti1507 self-assigned this Dec 26, 2023
Copy link
Contributor

coderabbitai bot commented Dec 26, 2023

Important

Auto Review Skipped

Auto reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository.

To trigger a single review, invoke the @coderabbitai review command.

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share

Tips

Chat with CodeRabbit Bot (@coderabbitai)

  • You can directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit-tests for this file.
  • You can tag CodeRabbit on specific lines of code or entire files in the PR by tagging @coderabbitai in a comment. Examples:
    • @coderabbitai generate unit tests for this file.
    • @coderabbitai modularize this function.
  • You can tag @coderabbitai in a PR comment and ask questions about the PR and the codebase. Examples:
    • @coderabbitai generate interesting stats about this repository from git and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit tests.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid.
    • @coderabbitai read the files in the src/scheduler package and generate README in the markdown format.

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.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • The JSON schema for the configuration file is available here.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/coderabbit-overrides.v2.json

CodeRabbit Discord Community

Join our Discord Community to get help, request features, and share feedback.

Copy link

codecov bot commented Dec 26, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (e002093) 87.19% compared to head (aef9c92) 87.19%.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #2953   +/-   ##
========================================
  Coverage    87.19%   87.19%           
========================================
  Files          860      860           
  Lines        29322    29326    +4     
  Branches      6841     6845    +4     
========================================
+ Hits         25566    25570    +4     
  Misses        3410     3410           
  Partials       346      346           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@shrouti1507 shrouti1507 marked this pull request as ready for review December 27, 2023 13:35
@shrouti1507 shrouti1507 requested review from a team and sivashanmukh as code owners December 27, 2023 13:35
yashasvibajpai
yashasvibajpai previously approved these changes Dec 28, 2023
@Gauravudia
Copy link
Contributor

LGTM

Copy link

sonarqubecloud bot commented Jan 4, 2024

@shrouti1507 shrouti1507 merged commit 8bf56cc into develop Jan 4, 2024
15 checks passed
@shrouti1507 shrouti1507 deleted the feat.gainSightPXtimestamp branch January 4, 2024 06:12
anantjain45823 added a commit that referenced this pull request Jan 9, 2024
* chore(deps): bump actions/stale from 8.0.0 to 9.0.0 (#2892)

Bumps [actions/stale](https://github.com/actions/stale) from 8.0.0 to 9.0.0.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](actions/stale@v8.0.0...v9.0.0)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Krishna Chaitanya <[email protected]>

* chore(deps): bump docker/build-push-action from 4.1.1 to 5.1.0 (#2839)

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.1.1 to 5.1.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v4.1.1...v5.1.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Krishna Chaitanya <[email protected]>

* chore(deps): bump docker/setup-buildx-action from 2.9.1 to 3.0.0 (#2777)

Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.9.1 to 3.0.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@v2.9.1...v3.0.0)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Krishna Chaitanya <[email protected]>

* chore(deps): bump actions/setup-node from 3.7.0 to 4.0.0 (#2775)

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.7.0 to 4.0.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v3.7.0...v4.0.0)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Krishna Chaitanya <[email protected]>

* chore(deps): bump actions/checkout from 3.5.3 to 4.1.1 (#2776)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 4.1.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3.5.3...v4.1.1)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* [Snyk] Upgrade @aws-sdk/client-s3 from 3.370.0 to 3.438.0 (#2838)

fix: upgrade @aws-sdk/client-s3 from 3.370.0 to 3.438.0

Snyk has created this PR to upgrade @aws-sdk/client-s3 from 3.370.0 to 3.438.0.

See this package in npm:
https://www.npmjs.com/package/@aws-sdk/client-s3

See this project in Snyk:
https://app.snyk.io/org/datamanagement/project/39f686fe-9e69-4343-a9ce-129e22bff288?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <[email protected]>
Co-authored-by: Sai Kumar Battinoju <[email protected]>

* chore: upgrade delete old branches action

* Update create-hotfix-branch.yml

* chore: move destinations to component test suite (#2894)

* chore: move clevertap, braze and am

* chore: move intercom test cases

* chore: add component test cases for marketo and sendgrid

* chore: resolve conflicts

* chore: add component test cases for destinations without mock (#2910)

chore: add component test cases for ga4, stormly, facebook_conversion

* chore: add component test cases for some destinations part1 (#2915)

* chore: add component test cases for some destinations

* chore: add method to network.ts

* chore: added component test cases for desitnations part3 (#2927)

* chore: added component test cases for desitnations

* chore: added component test cases for wootric

* chore: add component test cases for some destinations part2 (#2917)

* chore: add component test cases for some destinations

* chore: added component test cases for desitnations

* chore: decrease coverageThreshold in jest.config.js

* chore: decrease coverageThreshold in jest.default.config.js

* fix: tiktok add missing field brand (#2942)

* feat: amplitude add support for unset (#2941)

* feat: amplitude add support for unset

* Update src/v0/destinations/am/transform.js

Co-authored-by: Yashasvi Bajpai <[email protected]>

* Update src/v0/destinations/am/transform.js

Co-authored-by: Yashasvi Bajpai <[email protected]>

* chore:comment addresed

* Update transform.js

* chore:comment addresed

* chore: added docs

* Update utils.js

---------

Co-authored-by: Yashasvi Bajpai <[email protected]>

* chore: upgrade node to 18.19 (#2940)

* chore: upgrade node to 18.19

* fix: image name

---------

Co-authored-by: Yashasvi Bajpai <[email protected]>

* feat: pass ip details for factorsAI (#2925)

* feat: handle improper type validation sync vulnerability (#2937)

* feat: handle improper type validation sync vulnerability

* feat: addressed review comments

* feat: move intercom to routerTransform (#2964)

* chore: add endpoint labels (#2944)

* chore: add endpoint labelsx1

* chore: add endpoint labelsx2

* Update src/v0/destinations/active_campaign/transform.js

Co-authored-by: Sudip Paul <[email protected]>

* Update src/v0/destinations/active_campaign/transform.js

Co-authored-by: Sankeerth <[email protected]>

* chore: fix monday path

---------

Co-authored-by: Sudip Paul <[email protected]>
Co-authored-by: Sankeerth <[email protected]>

* chore: add endpoint labels (#2951)

chore: add endpoint labelsx3

Co-authored-by: Sudip Paul <[email protected]>

* fix: error handling when payload contains toString as key (#2954)

* fix: for gainsight px only new users to have default signUp date (#2953)

* fix: only new users to have default signUp date

* fix: only new users to have default createDate

* fix: small edit in comment

* fix: small edit in comment

* fix: small edit in comment

* fix: review comments addressed

* feat(sprig): added user deletion support (#2886)

* feat(sprig): added user deletion support

* chore: destination doc link added for reference

* chore: code review changes

* chore: code review changes

* fix: enhancement and version upgrade of google ads remarketing list (#2945)

* fix: enhancement and version upgrade of garl

* fix: migrating util to google utils and adding test cases

* fix: small edit

* Update src/v0/destinations/google_adwords_remarketing_lists/networkHandler.js

Co-authored-by: Sudip Paul <[email protected]>

* fix: edit test case description

---------

Co-authored-by: Sudip Paul <[email protected]>

* fix: version upgrade of gaec from 14 to 15 (#2966)

* feat: onboard new destination the trade desk (#2918)

* feat: onboard new destination the trade desk

* feat: onboard trade desk on transformer porxy

* feat: add secret from metadata

* refactor: remove secretKey from headers in utils

* feat: using audienceId from config inplace of segmentName

* test: added testcases

* test: added testcases

* refactor: prepareProxyRequest utility and added delivery test cases

* test: add console log

* refactor: address review comments

* refactor: use existing utility to split batch on size

* chore: added mocks

* refactor: throw platform error

* chore(deps): bump actions/setup-node from 4.0.0 to 4.0.1 (#2950)

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v4.0.0...v4.0.1)

---
updated-dependencies:
- dependency-name: actions/setup-node
  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>

* chore(deps): bump SonarSource/sonarcloud-github-action from 2.0.0 to 2.1.1 (#2931)

chore(deps): bump SonarSource/sonarcloud-github-action

Bumps [SonarSource/sonarcloud-github-action](https://github.com/sonarsource/sonarcloud-github-action) from 2.0.0 to 2.1.1.
- [Release notes](https://github.com/sonarsource/sonarcloud-github-action/releases)
- [Commits](SonarSource/sonarcloud-github-action@v2.0.0...v2.1.1)

---
updated-dependencies:
- dependency-name: SonarSource/sonarcloud-github-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: upgrade @aws-sdk/client-personalize from 3.414.0 to 3.470.0 (#2962)

fix: upgrade @aws-sdk/client-personalize from 3.414.0 to 3.470.0

Snyk has created this PR to upgrade @aws-sdk/client-personalize from 3.414.0 to 3.470.0.

See this package in npm:
https://www.npmjs.com/package/@aws-sdk/client-personalize

See this project in Snyk:
https://app.snyk.io/org/sandeep-L8FvsjCG7mBBqonjSmN48c/project/4b0f037e-0dab-4719-aeee-b46d2ae82119?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <[email protected]>

* chore: upgrade @aws-sdk/lib-storage from 3.417.0 to 3.456.0 (#2911)

fix: upgrade @aws-sdk/lib-storage from 3.417.0 to 3.456.0

Snyk has created this PR to upgrade @aws-sdk/lib-storage from 3.417.0 to 3.456.0.

See this package in npm:
https://www.npmjs.com/package/@aws-sdk/lib-storage

See this project in Snyk:
https://app.snyk.io/org/sandeep-L8FvsjCG7mBBqonjSmN48c/project/4b0f037e-0dab-4719-aeee-b46d2ae82119?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <[email protected]>

* chore(release): 1.53.0

* revert: fix: tiktok add missing field brand (#2977)

* Revert "fix: tiktok add missing field brand (#2942)"

This reverts commit ca76297.

* chore: update changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: AASHISH MALIK <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Krishna Chaitanya <[email protected]>
Co-authored-by: nidhilashkari17 <[email protected]>
Co-authored-by: snyk-bot <[email protected]>
Co-authored-by: Sai Kumar Battinoju <[email protected]>
Co-authored-by: chandumlg <[email protected]>
Co-authored-by: Dilip Kola <[email protected]>
Co-authored-by: Sudip Paul <[email protected]>
Co-authored-by: Anant Jain <[email protected]>
Co-authored-by: Yashasvi Bajpai <[email protected]>
Co-authored-by: Sandeep Digumarty <[email protected]>
Co-authored-by: Mihir Bhalala <[email protected]>
Co-authored-by: Sankeerth <[email protected]>
Co-authored-by: Akash Chetty <[email protected]>
Co-authored-by: shrouti1507 <[email protected]>
Co-authored-by: Gauravudia <[email protected]>
Co-authored-by: GitHub Actions <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants