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: send email notifications for storage quota usage #1273

Merged
merged 30 commits into from
May 25, 2022

Commits on Apr 13, 2022

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

Commits on Apr 20, 2022

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

Commits on Apr 21, 2022

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

Commits on Apr 25, 2022

  1. feat: admin emails for storage

    Requires 2 DB migrations:
    - 008-users-by-storage-used.sql
    - 009-add-admin-user.sql
    GaryHomewood authored Apr 25, 2022
    Configuration menu
    Copy the full SHA
    5d5bbb5 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

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

Commits on May 16, 2022

  1. chore: make sendEmail only accept a bona fide user object.

    This keeps the exception for the admin user confined to one place.
    adamalton authored and flea89 committed May 16, 2022
    Configuration menu
    Copy the full SHA
    538ad9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea42201 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4852ba9 View commit details
    Browse the repository at this point in the history
  4. fix: use of user._id vs user.id

    adamalton authored and flea89 committed May 16, 2022
    Configuration menu
    Copy the full SHA
    5e48f23 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    399890d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    942ca2e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5a23e1d View commit details
    Browse the repository at this point in the history
  8. fix: sinon sandbox restoring

    flea89 committed May 16, 2022
    Configuration menu
    Copy the full SHA
    dc095f3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6f87158 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d5f9ac6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b07e80f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    09e66c8 View commit details
    Browse the repository at this point in the history
  13. fix: object key name for Mailchimp merge vars

    'name', not 'key'! I must have tested this with the API and then broken it in a refactor.
    adamalton authored and flea89 committed May 16, 2022
    Configuration menu
    Copy the full SHA
    4e12265 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6b231be View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6afa7c6 View commit details
    Browse the repository at this point in the history
  16. chore: update cron definition to use setup-node@v2, not v1

    Co-authored-by: Oli Evans <oli@tableflip.io>
    2 people authored and flea89 committed May 16, 2022
    Configuration menu
    Copy the full SHA
    4cc4c72 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ff1676b View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

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

Commits on May 20, 2022

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

Commits on May 24, 2022

  1. Configuration menu
    Copy the full SHA
    eecfd78 View commit details
    Browse the repository at this point in the history
  2. chore: resolve conflicting updates to the user_used_storage SQL fun…

    …ction
    
    Renaming the more recent migration to ensure we run them in the correct order.
    Combing the two sets of changes together outside of the merge commit, so that it's clear to see what's changed.
    adamalton committed May 24, 2022
    Configuration menu
    Copy the full SHA
    af25f2c View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. chore: drop the Mailchimp API client library (#1354)

    Call the end point directly instead.
    adamalton authored May 25, 2022
    Configuration menu
    Copy the full SHA
    e5b42e1 View commit details
    Browse the repository at this point in the history
  2. chore: fix migrations numbers

    flea89 committed May 25, 2022
    Configuration menu
    Copy the full SHA
    d2a63b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e023489 View commit details
    Browse the repository at this point in the history
  4. chore: rename migration

    flea89 committed May 25, 2022
    Configuration menu
    Copy the full SHA
    6825e2d View commit details
    Browse the repository at this point in the history