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

chore(release): pull release/v1.44.0 into main #2672

Merged
merged 32 commits into from
Oct 3, 2023
Merged

Conversation

devops-github-rudderstack
Copy link
Contributor

👑 An automated PR

Gauravudia and others added 27 commits September 18, 2023 10:53
* fix: bqstream event ordering fix

* fix: review comments addressed

* fix: importing the common util function

* fix: putting both error and successful events logic back

* fix: test cases addition and code clean up

* fix: code clean up

* fix: resolving sonar error

* fix: removing network handler for bqstream

* fix: refactor process router dest
)

fix: fb_error message for invalid type of property value
* feat(iterable): user deletion support

* feat(iterable): user deletion improvements

* chore: added comments
* chore: partial failure handling

* chore: code review changes
* chore: move unit tests to correct place for mssql and postgres

* chore: replace var to const

* chore: replace var to const
* feat: remove eslint issues

* fix: fixed es-lint tests

* fix: merge conflicts
fix: refactor adj using opitonal chaining
* fix(dm): updated the stats definition for the tracking plan service

* fix(iterable): event id mapping (#2659)

* chore(release): 1.43.1

* chore: update release owners (#2661)

chore: update release stakeholder

---------

Co-authored-by: Abhimanyu Babbar <[email protected]>
Co-authored-by: Mihir Bhalala <[email protected]>
Co-authored-by: GitHub Actions <[email protected]>
Co-authored-by: Anant Jain <[email protected]>
Co-authored-by: Sudip Paul <[email protected]>
@codecov
Copy link

codecov bot commented Sep 29, 2023

Codecov Report

Attention: 72 lines in your changes are missing coverage. Please review.

Comparison is base (5cd6294) 87.12% compared to head (dd8acd9) 87.01%.

❗ Current head dd8acd9 differs from pull request most recent head de1f946. Consider uploading reports for the commit de1f946 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2672      +/-   ##
==========================================
- Coverage   87.12%   87.01%   -0.11%     
==========================================
  Files         605      635      +30     
  Lines       28932    28311     -621     
  Branches     7046     6720     -326     
==========================================
- Hits        25208    24636     -572     
+ Misses       3382     3341      -41     
+ Partials      342      334       -8     
Files Coverage Δ
src/cdk/v1/dcm_floodlight/transform.js 96.07% <100.00%> (ø)
src/cdk/v1/new_relic/transform.js 90.47% <ø> (ø)
src/cdk/v2/destinations/dcm_floodlight/utils.js 100.00% <100.00%> (ø)
src/cdk/v2/destinations/eloqua/utils.js 100.00% <100.00%> (ø)
...cdk/v2/destinations/launchdarkly_audience/utils.js 100.00% <100.00%> (ø)
src/cdk/v2/utils.ts 96.22% <100.00%> (ø)
src/controllers/destination.ts 84.52% <100.00%> (ø)
src/controllers/profile.ts 25.00% <ø> (-3.58%) ⬇️
src/controllers/regulation.ts 85.18% <ø> (ø)
src/controllers/source.ts 85.71% <100.00%> (ø)
... and 147 more

... and 1 file with indirect coverage changes

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

mihir-4116 and others added 3 commits October 3, 2023 11:21
* fix: add optional chaing for traits

* update changelog
* feat: geolocation support for python transformations

* chore: updating changelog

---------

Co-authored-by: Anant Jain <[email protected]>
Jayachand
Jayachand previously approved these changes Oct 3, 2023
@sonarqubecloud
Copy link

sonarqubecloud bot commented Oct 3, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

84.8% 84.8% Coverage
0.0% 0.0% Duplication

@anantjain45823 anantjain45823 merged commit 6fc3d97 into main Oct 3, 2023
14 of 16 checks passed
@devops-github-rudderstack devops-github-rudderstack deleted the release/v1.44.0 branch October 3, 2023 10:54
anantjain45823 added a commit that referenced this pull request Oct 5, 2023
* fix(dm): updated the stats definition for the tracking plan service

* fix(iterable): event id mapping (#2659)

* chore(release): 1.43.1

* chore: update release owners (#2661)

chore: update release stakeholder

* chore(release): pull release/v1.44.0 into main (#2672)

* fix(mixpanel): batch event ordering (#2608)

* fix: bqstream event ordering fix (#2624)

* fix: bqstream event ordering fix

* fix: review comments addressed

* fix: importing the common util function

* fix: putting both error and successful events logic back

* fix: test cases addition and code clean up

* fix: code clean up

* fix: resolving sonar error

* fix: removing network handler for bqstream

* fix: refactor process router dest

* fix: use promise for prompts in personalize create tracking script (#2635)

* fix(snyk): snyk updated versions merged to oen pr

* chore: add ttl values for cache (#2593)

* fix(hubspot): add validation for hubspotEvents (#2643)

* fix: add optional chaining for error message in network handler of Intercom (#2648)

fix bugsnag issue

* fix(snyk): removed the new added dependencies

* fix(snyk): removed aws-sdk dependency

* feat: add circular reference check in flattern json (#2650)

* chore: update fb_error message for invalid type of property value (#2656)

fix: fb_error message for invalid type of property value

* feat(iterable): user deletion support (#2621)

* feat(iterable): user deletion support

* feat(iterable): user deletion improvements

* chore: added comments

* feat(gaec): partial failures handling (#2631)

* chore: partial failure handling

* chore: code review changes

* chore: move unit tests to correct place for mssql and postgres (#2657)

* chore: move unit tests to correct place for mssql and postgres

* chore: replace var to const

* chore: replace var to const

* feat: add axios mocking to component test-suite (#2638)

* feat: tslint rules enable (#2604)

* feat: remove eslint issues

* fix: fixed es-lint tests

* fix: merge conflicts

* fix: add auth status inactive category handling to GA in userDeletion flow (#2669)

* fix: refactor adjust using optional chaining (#2671)

fix: refactor adj using opitonal chaining

* chore(release): pull main into develop post release v1.43.1 (#2662)

* fix(dm): updated the stats definition for the tracking plan service

* fix(iterable): event id mapping (#2659)

* chore(release): 1.43.1

* chore: update release owners (#2661)

chore: update release stakeholder

---------

Co-authored-by: Abhimanyu Babbar <[email protected]>
Co-authored-by: Mihir Bhalala <[email protected]>
Co-authored-by: GitHub Actions <[email protected]>
Co-authored-by: Anant Jain <[email protected]>
Co-authored-by: Sudip Paul <[email protected]>

* chore(release): 1.44.0

* feat(ga4): added support of filter user traits (#2679)

* fix: add optional chaining for traits (#2677)

* fix: add optional chaing for traits

* update changelog

* feat: geolocation support for python transformations (#2678)

* feat: geolocation support for python transformations

* chore: updating changelog

---------

Co-authored-by: Anant Jain <[email protected]>

* update changelog

* Update CHANGELOG.md

---------

Co-authored-by: Gauravudia <[email protected]>
Co-authored-by: shrouti1507 <[email protected]>
Co-authored-by: Dilip Kola <[email protected]>
Co-authored-by: Sudip Paul <[email protected]>
Co-authored-by: Sanjay <[email protected]>
Co-authored-by: Siva Shanmukh Vetcha <[email protected]>
Co-authored-by: Ujjwal Abhishek <[email protected]>
Co-authored-by: Mihir Bhalala <[email protected]>
Co-authored-by: Sankeerth <[email protected]>
Co-authored-by: AASHISH MALIK <[email protected]>
Co-authored-by: Anant Jain <[email protected]>
Co-authored-by: Abhimanyu Babbar <[email protected]>
Co-authored-by: GitHub Actions <[email protected]>
Co-authored-by: Jayachand <[email protected]>
Co-authored-by: Anant Jain <[email protected]>

---------

Co-authored-by: Abhimanyu Babbar <[email protected]>
Co-authored-by: Mihir Bhalala <[email protected]>
Co-authored-by: GitHub Actions <[email protected]>
Co-authored-by: Sudip Paul <[email protected]>
Co-authored-by: devops-github-rudderstack <[email protected]>
Co-authored-by: Gauravudia <[email protected]>
Co-authored-by: shrouti1507 <[email protected]>
Co-authored-by: Dilip Kola <[email protected]>
Co-authored-by: Sanjay <[email protected]>
Co-authored-by: Siva Shanmukh Vetcha <[email protected]>
Co-authored-by: Ujjwal Abhishek <[email protected]>
Co-authored-by: Sankeerth <[email protected]>
Co-authored-by: AASHISH MALIK <[email protected]>
Co-authored-by: Jayachand <[email protected]>
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.