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

Remove unnecessary joins in getUserByFirebaseId method #633

Open
wants to merge 74 commits into
base: develop
Choose a base branch
from

Commits on Jan 24, 2023

  1. Add subscription user table & entity (chaynHQ#254)

    * Update dockerfile to node version 16
    
    6366307229 / Create subscriptions table
    
    * Add subscription entity
    
    This will hold any subscriotions related to Bloom.
    For now, this will be whatsapp but in the future, we may also have email subscriptions.
    
    6366307229 / Create subscriptions table
    
    * Create user subscription table
    
    This will hold information on the subscriptions a user has.
    It will also hold information on when a subscription was cancelled.
    
    882f38dfea / Create user subscriptions table
    
    * Add migration to create subscription user table
    
    882f38dfea / Create user subscriptions table
    
    * Add test fixes
    
    882f38dfea / Create user subscriptions table
    swetha-charles committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    e3b2a62 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Merge branch 'develop'

    Merge to bring in whatsapp subscription endpoint to main
    swetha-charles committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    b24fb04 View commit details
    Browse the repository at this point in the history
  2. Add migration for createdAt and updatedAt fields

    These were missed out in the original migration which created subscription tables.
    swetha-charles committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    ee5cc19 View commit details
    Browse the repository at this point in the history
  3. Rename base entity to prevent typeorm clash

    The base entity which brings in the createdAt and updatedAt fields automatically has now been renamed to base bloom entity.
    
    This prevents the type orm base entity from being imported by mistake when the intention is to import the bloom base entity.
    
    5bc71b407d
    swetha-charles committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    27e13c6 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Merge pull request chaynHQ#263 from chaynHQ/develop

    Merge develop to main
    swetha-charles committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    e88e8ac View commit details
    Browse the repository at this point in the history
  2. Merge pull request chaynHQ#267 from chaynHQ/develop

    Merge develop into main
    eleanorreem committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    8fd4628 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Merge pull request chaynHQ#269 from chaynHQ/develop

    Merge develop to main
    eleanorreem committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    946ee12 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Merge pull request chaynHQ#273 from chaynHQ/develop

    Merge Develop into Main
    eleanorreem committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    c516351 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Add return types for subscription-user controller methods

    6b935e1bc5 / Add verification for whatsapp endpoints
    swetha-charles committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    f76c840 View commit details
    Browse the repository at this point in the history
  2. Minor fixes of subscription-user service

    Add logging and add status enum for when subscription already exists.
    
    Also added number sanitization to the service. This prevents numbers with white spaces being accepted by the whatsapp endpoint.
    
    6b935e1bc5 / Add verification for whatsapp endpoints
    swetha-charles committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    4e3e1f1 View commit details
    Browse the repository at this point in the history
  3. Add accurate log for zapier trigger

    6b935e1bc5 / Add verification for whatsapp endpoints
    swetha-charles committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    1d863cf View commit details
    Browse the repository at this point in the history
  4. Add extra logging for respond.io triggers

    6b935e1bc5 / Improvements for whatsapp backend
    swetha-charles committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    c37d697 View commit details
    Browse the repository at this point in the history
  5. Fix missing id in subscription response

    6b935e1bc5 / Improvements for whatsapp backend
    swetha-charles committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    5271394 View commit details
    Browse the repository at this point in the history
  6. Send subscription name in payload on subscribe

    Once a subscription is created, the created object is then used to retrieve the full subscription info. This includes the subscription name.
    
    This will allow the front end to parse different subscriptions as needed.
    6b935e1bc5 / Improvements for whatsapp backend
    swetha-charles committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    3cb2e07 View commit details
    Browse the repository at this point in the history
  7. Send subscription name in payload on unsubscribe

    This will allow the front end to parse different subscriptions as needed.
    
    6b935e1bc5 / Improvements for whatsapp backend
    swetha-charles committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    27dae4a View commit details
    Browse the repository at this point in the history
  8. Add better logging for errors

    6b935e1bc5 / Improvements for whatsapp backend
    swetha-charles committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    a13480a View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Merge pull request chaynHQ#277 from chaynHQ/develop

    Create new course user if missing
    swetha-charles committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    ad89f3f View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Merge pull request chaynHQ#280 from chaynHQ/develop

    Update error status code to 401 when ID token expired
    swetha-charles committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    29149b4 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Merge pull request chaynHQ#282 from chaynHQ/develop

    Update partner-access table to remove unique user constraint
    swetha-charles committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    2358dbe View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Merge pull request chaynHQ#284 from chaynHQ/develop

    Merge Develop onto Main
    eleanorreem committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    77d4965 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. Merge pull request chaynHQ#288 from chaynHQ/develop

    Release therapy email case sensitivity fix, cypress delete user route and better error handling
    swetha-charles committed May 29, 2023
    Configuration menu
    Copy the full SHA
    3a10ae7 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Merge pull request chaynHQ#290 from chaynHQ/develop

    Release new logging & dependency updates
    swetha-charles committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    d71e297 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Merge pull request chaynHQ#293 from chaynHQ/develop

    Update therapy session table to handle null & fix issue with session completion
    swetha-charles committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    60fa375 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Merge pull request chaynHQ#299 from chaynHQ/develop

    Merge Develop onto Main
    eleanorreem committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    595af2f View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Merge pull request chaynHQ#301 from chaynHQ/develop

    Merge Develop into main
    eleanorreem committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    f0210b3 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Merge pull request chaynHQ#305 from chaynHQ/develop

    Merge Dev onto Main
    eleanorreem committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    09df0f2 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Merge pull request chaynHQ#316 from chaynHQ/develop

    Merge Develop onto Main
    eleanorreem committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    764c541 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Merge pull request chaynHQ#318 from chaynHQ/develop

    Merge Develop onto Main
    eleanorreem committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    e6a4ff1 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Merge pull request chaynHQ#327 from chaynHQ/develop

    Merge Develop onto Main
    eleanorreem committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    f5e7b1b View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Merge pull request chaynHQ#334 from chaynHQ/develop

    Merge develop onto Main
    eleanorreem committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    881a3d3 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Merge pull request chaynHQ#347 from chaynHQ/develop

    Merge Develop onto Main
    eleanorreem committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    f8d9be3 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Merge pull request chaynHQ#350 from chaynHQ/develop

    Merge Develop onto Main
    eleanorreem committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    b479f4e View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Merge pull request chaynHQ#358 from chaynHQ/develop

    Merge Develop onto Main
    annarhughes committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    64ddea9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request chaynHQ#360 from chaynHQ/develop

    Merge Develop onto Main  (chaynHQ#400)
    annarhughes committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    fb0afb1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request chaynHQ#362 from chaynHQ/develop

    Merge Develop onto Main (chaynHQ#361)
    annarhughes committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    9883861 View commit details
    Browse the repository at this point in the history
  4. Merge pull request chaynHQ#364 from chaynHQ/develop

    Merge Develop onto Main (chaynHQ#363)
    annarhughes committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    25c0e08 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. Merge pull request chaynHQ#366 from chaynHQ/develop

    Trigger redeploy heroku-22 (chaynHQ#365)
    annarhughes committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    799df82 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Merge Develop onto Main (chaynHQ#369)

    * Fix New Relic heroku start command (chaynHQ#367)
    
    * Add create-release-pr workflow (chaynHQ#368)
    
    ---------
    
    Co-authored-by: Anna Hughes <[email protected]>
    github-actions[bot] and annarhughes committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    2c391b4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request chaynHQ#371 from chaynHQ/develop

    Merge Develop onto Main
    annarhughes committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    5c547dd View commit details
    Browse the repository at this point in the history
  3. Merge pull request chaynHQ#373 from chaynHQ/develop

    Merge Develop onto Main
    annarhughes committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    fe2ed58 View commit details
    Browse the repository at this point in the history
  4. Merge pull request chaynHQ#376 from chaynHQ/develop

    Merge Develop onto Main
    annarhughes committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    d06b9ba View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Merge pull request chaynHQ#380 from chaynHQ/develop

    Merge Develop onto Main
    annarhughes committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    b294322 View commit details
    Browse the repository at this point in the history
  2. Merge pull request chaynHQ#384 from chaynHQ/develop

    Merge Develop onto Main
    annarhughes committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    8e54699 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Merge pull request chaynHQ#386 from chaynHQ/develop

    Merge Develop onto Main
    annarhughes committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    e52085d View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Merge pull request chaynHQ#391 from chaynHQ/develop

    Merge Develop onto Main
    annarhughes committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    b9f4371 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Merge pull request chaynHQ#398 from chaynHQ/develop

    Merge Develop onto Main
    annarhughes committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    2041fbf View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Merge pull request chaynHQ#400 from chaynHQ/develop

    Merge Develop onto Main
    annarhughes committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    c1e4743 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Merge pull request chaynHQ#401 from chaynHQ/develop

    Merge Develop onto Main
    annarhughes committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    087efb5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request chaynHQ#409 from chaynHQ/develop

    Merge Develop onto Main
    annarhughes committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    6157453 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Merge pull request chaynHQ#411 from chaynHQ/develop

    Merge Develop onto Main
    annarhughes committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    bde2126 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Merge pull request chaynHQ#414 from chaynHQ/develop

    Merge Develop onto Main
    annarhughes committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    6aa0698 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Merge pull request chaynHQ#416 from chaynHQ/develop

    Merge Develop onto Main
    eleanorreem committed May 9, 2024
    Configuration menu
    Copy the full SHA
    45958f5 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Merge pull request chaynHQ#422 from chaynHQ/develop

    Merge Develop onto Main
    eleanorreem committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    a1972e7 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Merge pull request chaynHQ#447 from chaynHQ/develop

    Merge Develop onto Main
    annarhughes committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    208e91c View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Merge pull request chaynHQ#451 from chaynHQ/develop

    Merge Develop onto Main
    annarhughes committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    b172adc View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Merge pull request chaynHQ#455 from chaynHQ/develop

    Merge Develop onto Main
    annarhughes committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    fb5ce99 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Merge pull request chaynHQ#470 from chaynHQ/develop

    Merge Develop onto Main
    annarhughes committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    b784543 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Merge pull request chaynHQ#477 from chaynHQ/develop

    Merge Develop onto Main
    annarhughes committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    8ce761e View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Merge pull request chaynHQ#480 from chaynHQ/develop

    Merge Develop onto Main
    annarhughes committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    54f9181 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Merge pull request chaynHQ#482 from chaynHQ/develop

    Merge Develop onto Main
    annarhughes committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    f50aeb9 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Merge pull request chaynHQ#493 from chaynHQ/develop

    Merge Develop onto Main
    annarhughes committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    d7d0a0f View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Merge pull request chaynHQ#496 from chaynHQ/develop

    Merge Develop onto Main
    annarhughes committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    2546082 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Merge pull request chaynHQ#497 from chaynHQ/develop

    Merge Develop onto Main
    eleanorreem committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    33c0f5d View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Merge pull request chaynHQ#504 from chaynHQ/develop

    Merge Develop onto Main
    eleanorreem committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    05cc216 View commit details
    Browse the repository at this point in the history
  2. Merge pull request chaynHQ#506 from chaynHQ/develop

    Merge Develop onto Main
    annarhughes committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    0224744 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Merge pull request chaynHQ#508 from chaynHQ/develop

    Merge Develop onto Main
    annarhughes committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    f32b31e View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Merge pull request chaynHQ#513 from chaynHQ/develop

    Merge Develop onto Main
    eleanorreem committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    6e86e5e View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Merge pull request chaynHQ#518 from chaynHQ/develop

    Merge Develop onto Main
    annarhughes committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    18608e0 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Merge pull request chaynHQ#527 from chaynHQ/develop

    Merge Develop onto Main
    eleanorreem committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    b82ebff View commit details
    Browse the repository at this point in the history
  2. Merge pull request chaynHQ#552 from chaynHQ/develop

    Merge Develop onto Main
    eleanorreem committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    f7c3d34 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Merge pull request chaynHQ#564 from chaynHQ/develop

    Merge Develop onto Main
    eleanorreem committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    b639486 View commit details
    Browse the repository at this point in the history
  2. Merge pull request chaynHQ#582 from chaynHQ/develop

    Merge Develop onto Main
    annarhughes committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    8d97ec6 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    6777cd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8bd158 View commit details
    Browse the repository at this point in the history