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

Allow optional signature when registering notifications #1797

Merged
merged 48 commits into from
Aug 19, 2024

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    313269c View commit details
    Browse the repository at this point in the history
  2. Rename token column

    iamacook committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    82e755b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be971ab View commit details
    Browse the repository at this point in the history
  4. Cleanup test

    iamacook committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    3fa4b2f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2a356cf View commit details
    Browse the repository at this point in the history
  6. Add device_uuid column

    iamacook committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    6193c4f View commit details
    Browse the repository at this point in the history
  7. Rename medium to channel

    iamacook committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    dc736e7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    aa939ff View commit details
    Browse the repository at this point in the history
  9. Fix tests

    iamacook committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    422c719 View commit details
    Browse the repository at this point in the history
  10. Improve datasource tests

    iamacook committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    6c33fa5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    107b7da View commit details
    Browse the repository at this point in the history
  12. Fix types

    iamacook committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    4e10a90 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8eddd84 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a644d71 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Fix lint and tests

    iamacook committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    bbf8872 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    906e7b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1db3af7 View commit details
    Browse the repository at this point in the history
  3. Remove unused entities

    iamacook committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    bab3f52 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1990006 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e59bf08 View commit details
    Browse the repository at this point in the history
  6. Fix test

    iamacook committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    a73958b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4d5bd6e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6658f68 View commit details
    Browse the repository at this point in the history
  9. Fix interfaces

    iamacook committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    ec8b9c6 View commit details
    Browse the repository at this point in the history
  10. Cleanup unregistered tokens

    iamacook committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    86de998 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b59e7f7 View commit details
    Browse the repository at this point in the history
  12. Fix query

    iamacook committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    b9354c9 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Simplify upsertion logic

    iamacook committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    8088fcd View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. Add log and test coverage

    iamacook committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    663d901 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    c63bf4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8badc91 View commit details
    Browse the repository at this point in the history
  3. Move datasource

    iamacook committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    2d2ab0d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    700e552 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1ea77f3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c908fae View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    c13f4b8 View commit details
    Browse the repository at this point in the history
  2. Add notifications routes

    iamacook committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    f408883 View commit details
    Browse the repository at this point in the history
  3. Add further test coverage

    iamacook committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    a1095d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    62e64b6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    71a8cb8 View commit details
    Browse the repository at this point in the history
  6. Use test configuration

    iamacook committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    5893e6f View commit details
    Browse the repository at this point in the history
  7. Fix tests

    iamacook committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    f18abc1 View commit details
    Browse the repository at this point in the history
  8. Fix tests

    iamacook committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    e970dc0 View commit details
    Browse the repository at this point in the history
  9. Remove comment

    iamacook committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    26f76b4 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    74b30b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da026fe View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    7875a51 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Address comments

    iamacook committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    da9bf55 View commit details
    Browse the repository at this point in the history