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

feat: ga user delete support #1531

Merged
merged 24 commits into from
Nov 24, 2022
Merged

feat: ga user delete support #1531

merged 24 commits into from
Nov 24, 2022

Conversation

sanpj2292
Copy link
Contributor

@sanpj2292 sanpj2292 commented Oct 31, 2022

Description of the change

In this PR, we have included the Regulation API support for Universal Analytics(GA) which uses OAuth for processing the user deletion request
This work would unblock any other destinations that might use OAuth for processing delete user requests

Description here

https://www.notion.so/rudderstacks/Integrate-OAuth-in-regulation-worker-module-of-server-dae0cf6ef89e41eb91e9212ac524cf49

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

@sanpj2292 sanpj2292 self-assigned this Oct 31, 2022
@atzoum
Copy link

atzoum commented Nov 1, 2022

Are we using a testing framework in transformer? It is risky to implement new features without test coverage.

@sanpj2292
Copy link
Contributor Author

Are we using a testing framework in transformer? It is risky to implement new features without test coverage.

We do have a testing framework, we do write test-cases & have scenarios covered by tests

@sanpj2292 sanpj2292 changed the title Feat.ga reg support feat: ga user delete support Nov 8, 2022
Copy link
Member

@saikumarrs saikumarrs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Partial review 1

versionedRouter.js Outdated Show resolved Hide resolved
v0/destinations/ga/utils.js Outdated Show resolved Hide resolved
v0/destinations/ga/deleteUsers.js Outdated Show resolved Hide resolved
@sanpj2292 sanpj2292 marked this pull request as ready for review November 14, 2022 18:39
@sanpj2292 sanpj2292 requested review from a team, arnab-p and sivashanmukh as code owners November 14, 2022 18:39
@sanpj2292 sanpj2292 requested a review from mihir-4116 November 14, 2022 18:39
Sai Sankeerth added 2 commits November 15, 2022 18:00
- update the error message to include actual destination message for normal errors
saikumarrs
saikumarrs previously approved these changes Nov 16, 2022
__tests__/deleteUsers/deleteUsers.test.js Show resolved Hide resolved
@krishna2020 krishna2020 merged commit eb198dd into master Nov 24, 2022
@github-actions github-actions bot mentioned this pull request Nov 24, 2022
@github-actions github-actions bot deleted the feat.ga-reg-support branch March 15, 2023 02:06
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.

5 participants