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: criteo_aud auth_token expire code incorporated #2685

Closed
wants to merge 30 commits into from

Conversation

anantjain45823
Copy link
Contributor

Description of the change

We have incorporated authorization-token-expired as well for status code 401

Type of change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Related issues

Fix #1

Checklists

Development

  • Lint rules pass locally
  • The code changed/added as part of this pull request has been covered with tests
  • All tests related to the changed code pass in development

Code review

  • This pull request has a descriptive title and information useful to a reviewer. There may be a screenshot or screencast attached
  • "Ready for review" label attached to the PR and reviewers mentioned in a comment
  • Changes have been reviewed by at least one other engineer
  • Issue from task tracker has a link to this pull request

Gauravudia and others added 29 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]>
* chore: move mipanel tests to compoennt test suite

* remove old test suite

* chore: add global destination for reuse in test cases

* chore: refactor mp tests to resue destination

* chore: make a common file for common modules

* refactor: mp component tests

---------

Co-authored-by: Dilip Kola <[email protected]>
@anantjain45823 anantjain45823 requested a review from a team as a code owner October 4, 2023 11:51
@anantjain45823 anantjain45823 self-assigned this Oct 4, 2023
@anantjain45823 anantjain45823 requested a review from a team as a code owner October 4, 2023 11:51
@codecov
Copy link

codecov bot commented Oct 4, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (0ecd031) 87.13% compared to head (3520819) 87.12%.
Report is 1 commits behind head on develop.

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

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #2685      +/-   ##
===========================================
- Coverage    87.13%   87.12%   -0.01%     
===========================================
  Files          639      639              
  Lines        28389    28403      +14     
  Branches      6724     6732       +8     
===========================================
+ Hits         24736    24747      +11     
- Misses        3325     3328       +3     
  Partials       328      328              
Files Coverage Δ
.../v0/destinations/criteo_audience/networkHandler.js 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

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

@sonarqubecloud
Copy link

sonarqubecloud bot commented Oct 4, 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

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@anantjain45823 anantjain45823 changed the base branch from develop to hotfix/hotfix/oct.5 October 4, 2023 15:20
@anantjain45823 anantjain45823 requested review from sivashanmukh and a team as code owners October 4, 2023 15:20
@anantjain45823
Copy link
Contributor Author

#2687 continued there

@anantjain45823 anantjain45823 deleted the fix.criteo_aud branch December 13, 2023 14:41
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.