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: commitlint #3854

Closed
wants to merge 22 commits into from
Closed

fix: commitlint #3854

wants to merge 22 commits into from

Conversation

sanpj2292
Copy link
Contributor

What are the changes introduced in this PR?

Write a brief explainer on your code changes.

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.

will3942 and others added 22 commits November 5, 2024 19:42
…tination (#3767)

* Should filter out reserved attributes from Intercom destination even if they are falsey

* Fix presence check to allow null values

---------

Co-authored-by: Manish Kumar <[email protected]>
Bumps [koa](https://github.com/koajs/koa) and [@types/koa](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/koa). These dependencies needed to be updated together.

Updates `koa` from 2.15.0 to 2.15.3
- [Changelog](https://github.com/koajs/koa/blob/2.15.3/History.md)
- [Commits](koajs/koa@2.15.0...2.15.3)

Updates `@types/koa` from 2.13.12 to 2.15.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/koa)

---
updated-dependencies:
- dependency-name: koa
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: "@types/koa"
  dependency-type: direct:development
  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>
Co-authored-by: Yashasvi Bajpai <[email protected]>
* feat: add missing fields on the pinterest_tag mapping

* chore: fix test cases

* chore: remove redundant old implementation

* chore: remove test cases related to pinterest_tag

* chore: fix test cases

* chore: fix lint issue

* chore: fix lint issue again

* chore: revert service.api.test.ts changes
…3794)

* fix: update order_id in checkout events, messageId in pixel events

* chore: add shopifyDetails support

* chore: add shopifyDetails for shopify server side events from pixel

* chore: set id property in the webhook event as messageId for pixel serverside event

* chore: update tests
…3822)

* chore: add network handler file for ga4 v2 in v0 implementation flow

* chore: add tests
* feat: onboard tune destination

* chore: test cases added

* chore: file name updated

* chore: import fix

* chore: updated mappings

* chore: updated transform.js

* chore: updated test cases

* chore: small fix

* chore: router test cases added

* chore: minor fix

---------

Co-authored-by: Sai Sankeerth <[email protected]>
* feat: support for multiple zap urls

* fix: update endpoint to array

* fix: use forEach instead of map, remove unused dependency

---------

Co-authored-by: Sai Sankeerth <[email protected]>
* fix: str.replace is not a function

* fix: resolving comments
* chore: allow only mapped in properties, update event name

* chore: remove redundant checks

* chore: add jsdoc descriptions

* chore: address comments
* feat: endpoint fix for tune destination

* chore: minor fix
@devops-github-rudderstack
Copy link
Contributor

Copy link

sonarqubecloud bot commented Nov 5, 2024

Copy link

codecov bot commented Nov 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.01%. Comparing base (64583d0) to head (ed09549).
Report is 9 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #3854   +/-   ##
========================================
  Coverage    89.01%   89.01%           
========================================
  Files          609      609           
  Lines        32904    32904           
  Branches      7772     7772           
========================================
  Hits         29291    29291           
- Misses        3300     3330   +30     
+ Partials       313      283   -30     

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

@sanpj2292 sanpj2292 closed this Nov 7, 2024
@sanpj2292 sanpj2292 deleted the fix.commitlint branch November 7, 2024 08:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants