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

[PM-15087] Update the device push token every 7 days #4386

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Nov 26, 2024

  1. PM-15087: Update the device push token every 7 days

    For the device to receive relevant push notifications, the device needs to be registered with correct Azure Notification Hub tags. If they change, we need to perform migration for all devices. With this change, manual migrations are no longer necessary.
    mzieniukbw committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    7a6b9a7 View commit details
    Browse the repository at this point in the history
  2. PM-15087: Fix unit tests

    mzieniukbw committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    6e91c43 View commit details
    Browse the repository at this point in the history
  3. PM-15087: Fix linting

    mzieniukbw committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    6b581ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ed7521 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. PM-15087: Fix PushManager unit test

    The PushService method result was not mocked and tests had wrong assertions.
    mzieniukbw committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    eda5374 View commit details
    Browse the repository at this point in the history