-
Notifications
You must be signed in to change notification settings - Fork 31
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
Commits on Jan 24, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for e3b2a62 - Browse repository at this point
Copy the full SHA e3b2a62View commit details
Commits on Feb 1, 2023
-
Merge to bring in whatsapp subscription endpoint to main
Configuration menu - View commit details
-
Copy full SHA for b24fb04 - Browse repository at this point
Copy the full SHA b24fb04View commit details -
Add migration for createdAt and updatedAt fields
These were missed out in the original migration which created subscription tables.
Configuration menu - View commit details
-
Copy full SHA for ee5cc19 - Browse repository at this point
Copy the full SHA ee5cc19View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 27e13c6 - Browse repository at this point
Copy the full SHA 27e13c6View commit details
Commits on Feb 9, 2023
-
Merge pull request chaynHQ#263 from chaynHQ/develop
Merge develop to main
Configuration menu - View commit details
-
Copy full SHA for e88e8ac - Browse repository at this point
Copy the full SHA e88e8acView commit details -
Merge pull request chaynHQ#267 from chaynHQ/develop
Merge develop into main
Configuration menu - View commit details
-
Copy full SHA for 8fd4628 - Browse repository at this point
Copy the full SHA 8fd4628View commit details
Commits on Feb 23, 2023
-
Merge pull request chaynHQ#269 from chaynHQ/develop
Merge develop to main
Configuration menu - View commit details
-
Copy full SHA for 946ee12 - Browse repository at this point
Copy the full SHA 946ee12View commit details
Commits on Mar 2, 2023
-
Merge pull request chaynHQ#273 from chaynHQ/develop
Merge Develop into Main
Configuration menu - View commit details
-
Copy full SHA for c516351 - Browse repository at this point
Copy the full SHA c516351View commit details
Commits on Mar 7, 2023
-
Add return types for subscription-user controller methods
6b935e1bc5 / Add verification for whatsapp endpoints
Configuration menu - View commit details
-
Copy full SHA for f76c840 - Browse repository at this point
Copy the full SHA f76c840View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 4e3e1f1 - Browse repository at this point
Copy the full SHA 4e3e1f1View commit details -
Add accurate log for zapier trigger
6b935e1bc5 / Add verification for whatsapp endpoints
Configuration menu - View commit details
-
Copy full SHA for 1d863cf - Browse repository at this point
Copy the full SHA 1d863cfView commit details -
Add extra logging for respond.io triggers
6b935e1bc5 / Improvements for whatsapp backend
Configuration menu - View commit details
-
Copy full SHA for c37d697 - Browse repository at this point
Copy the full SHA c37d697View commit details -
Fix missing id in subscription response
6b935e1bc5 / Improvements for whatsapp backend
Configuration menu - View commit details
-
Copy full SHA for 5271394 - Browse repository at this point
Copy the full SHA 5271394View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 3cb2e07 - Browse repository at this point
Copy the full SHA 3cb2e07View commit details -
Send subscription name in payload on unsubscribe
This will allow the front end to parse different subscriptions as needed. 6b935e1bc5 / Improvements for whatsapp backend
Configuration menu - View commit details
-
Copy full SHA for 27dae4a - Browse repository at this point
Copy the full SHA 27dae4aView commit details -
6b935e1bc5 / Improvements for whatsapp backend
Configuration menu - View commit details
-
Copy full SHA for a13480a - Browse repository at this point
Copy the full SHA a13480aView commit details
Commits on Mar 9, 2023
-
Merge pull request chaynHQ#277 from chaynHQ/develop
Create new course user if missing
Configuration menu - View commit details
-
Copy full SHA for ad89f3f - Browse repository at this point
Copy the full SHA ad89f3fView commit details
Commits on Apr 3, 2023
-
Merge pull request chaynHQ#280 from chaynHQ/develop
Update error status code to 401 when ID token expired
Configuration menu - View commit details
-
Copy full SHA for 29149b4 - Browse repository at this point
Copy the full SHA 29149b4View commit details
Commits on Apr 6, 2023
-
Merge pull request chaynHQ#282 from chaynHQ/develop
Update partner-access table to remove unique user constraint
Configuration menu - View commit details
-
Copy full SHA for 2358dbe - Browse repository at this point
Copy the full SHA 2358dbeView commit details
Commits on Apr 25, 2023
-
Merge pull request chaynHQ#284 from chaynHQ/develop
Merge Develop onto Main
Configuration menu - View commit details
-
Copy full SHA for 77d4965 - Browse repository at this point
Copy the full SHA 77d4965View commit details
Commits on May 29, 2023
-
Merge pull request chaynHQ#288 from chaynHQ/develop
Release therapy email case sensitivity fix, cypress delete user route and better error handling
Configuration menu - View commit details
-
Copy full SHA for 3a10ae7 - Browse repository at this point
Copy the full SHA 3a10ae7View commit details
Commits on Jun 13, 2023
-
Merge pull request chaynHQ#290 from chaynHQ/develop
Release new logging & dependency updates
Configuration menu - View commit details
-
Copy full SHA for d71e297 - Browse repository at this point
Copy the full SHA d71e297View commit details
Commits on Jun 19, 2023
-
Merge pull request chaynHQ#293 from chaynHQ/develop
Update therapy session table to handle null & fix issue with session completion
Configuration menu - View commit details
-
Copy full SHA for 60fa375 - Browse repository at this point
Copy the full SHA 60fa375View commit details
Commits on Jul 31, 2023
-
Merge pull request chaynHQ#299 from chaynHQ/develop
Merge Develop onto Main
Configuration menu - View commit details
-
Copy full SHA for 595af2f - Browse repository at this point
Copy the full SHA 595af2fView commit details
Commits on Aug 8, 2023
-
Merge pull request chaynHQ#301 from chaynHQ/develop
Merge Develop into main
Configuration menu - View commit details
-
Copy full SHA for f0210b3 - Browse repository at this point
Copy the full SHA f0210b3View commit details
Commits on Aug 31, 2023
-
Merge pull request chaynHQ#305 from chaynHQ/develop
Merge Dev onto Main
Configuration menu - View commit details
-
Copy full SHA for 09df0f2 - Browse repository at this point
Copy the full SHA 09df0f2View commit details
Commits on Sep 25, 2023
-
Merge pull request chaynHQ#316 from chaynHQ/develop
Merge Develop onto Main
Configuration menu - View commit details
-
Copy full SHA for 764c541 - Browse repository at this point
Copy the full SHA 764c541View commit details
Commits on Sep 26, 2023
-
Merge pull request chaynHQ#318 from chaynHQ/develop
Merge Develop onto Main
Configuration menu - View commit details
-
Copy full SHA for e6a4ff1 - Browse repository at this point
Copy the full SHA e6a4ff1View commit details
Commits on Oct 4, 2023
-
Merge pull request chaynHQ#327 from chaynHQ/develop
Merge Develop onto Main
Configuration menu - View commit details
-
Copy full SHA for f5e7b1b - Browse repository at this point
Copy the full SHA f5e7b1bView commit details
Commits on Oct 17, 2023
-
Merge pull request chaynHQ#334 from chaynHQ/develop
Merge develop onto Main
Configuration menu - View commit details
-
Copy full SHA for 881a3d3 - Browse repository at this point
Copy the full SHA 881a3d3View commit details
Commits on Oct 31, 2023
-
Merge pull request chaynHQ#347 from chaynHQ/develop
Merge Develop onto Main
Configuration menu - View commit details
-
Copy full SHA for f8d9be3 - Browse repository at this point
Copy the full SHA f8d9be3View commit details
Commits on Nov 7, 2023
-
Merge pull request chaynHQ#350 from chaynHQ/develop
Merge Develop onto Main
Configuration menu - View commit details
-
Copy full SHA for b479f4e - Browse repository at this point
Copy the full SHA b479f4eView commit details
Commits on Jan 5, 2024
-
Merge pull request chaynHQ#358 from chaynHQ/develop
Merge Develop onto Main
Configuration menu - View commit details
-
Copy full SHA for 64ddea9 - Browse repository at this point
Copy the full SHA 64ddea9View commit details -
Merge pull request chaynHQ#360 from chaynHQ/develop
Merge Develop onto Main (chaynHQ#400)
Configuration menu - View commit details
-
Copy full SHA for fb0afb1 - Browse repository at this point
Copy the full SHA fb0afb1View commit details -
Merge pull request chaynHQ#362 from chaynHQ/develop
Merge Develop onto Main (chaynHQ#361)
Configuration menu - View commit details
-
Copy full SHA for 9883861 - Browse repository at this point
Copy the full SHA 9883861View commit details -
Merge pull request chaynHQ#364 from chaynHQ/develop
Merge Develop onto Main (chaynHQ#363)
Configuration menu - View commit details
-
Copy full SHA for 25c0e08 - Browse repository at this point
Copy the full SHA 25c0e08View commit details
Commits on Jan 6, 2024
-
Merge pull request chaynHQ#366 from chaynHQ/develop
Trigger redeploy heroku-22 (chaynHQ#365)
Configuration menu - View commit details
-
Copy full SHA for 799df82 - Browse repository at this point
Copy the full SHA 799df82View commit details
Commits on Jan 8, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 2c391b4 - Browse repository at this point
Copy the full SHA 2c391b4View commit details -
Merge pull request chaynHQ#371 from chaynHQ/develop
Merge Develop onto Main
Configuration menu - View commit details
-
Copy full SHA for 5c547dd - Browse repository at this point
Copy the full SHA 5c547ddView commit details -
Merge pull request chaynHQ#373 from chaynHQ/develop
Merge Develop onto Main
Configuration menu - View commit details
-
Copy full SHA for fe2ed58 - Browse repository at this point
Copy the full SHA fe2ed58View commit details -
Merge pull request chaynHQ#376 from chaynHQ/develop
Merge Develop onto Main
Configuration menu - View commit details
-
Copy full SHA for d06b9ba - Browse repository at this point
Copy the full SHA d06b9baView commit details
Commits on Jan 9, 2024
-
Merge pull request chaynHQ#380 from chaynHQ/develop
Merge Develop onto Main
Configuration menu - View commit details
-
Copy full SHA for b294322 - Browse repository at this point
Copy the full SHA b294322View commit details -
Merge pull request chaynHQ#384 from chaynHQ/develop
Merge Develop onto Main
Configuration menu - View commit details
-
Copy full SHA for 8e54699 - Browse repository at this point
Copy the full SHA 8e54699View commit details
Commits on Jan 17, 2024
-
Merge pull request chaynHQ#386 from chaynHQ/develop
Merge Develop onto Main
Configuration menu - View commit details
-
Copy full SHA for e52085d - Browse repository at this point
Copy the full SHA e52085dView commit details
Commits on Feb 7, 2024
-
Merge pull request chaynHQ#391 from chaynHQ/develop
Merge Develop onto Main
Configuration menu - View commit details
-
Copy full SHA for b9f4371 - Browse repository at this point
Copy the full SHA b9f4371View commit details
Commits on Feb 16, 2024
-
Merge pull request chaynHQ#398 from chaynHQ/develop
Merge Develop onto Main
Configuration menu - View commit details
-
Copy full SHA for 2041fbf - Browse repository at this point
Copy the full SHA 2041fbfView commit details
Commits on Feb 28, 2024
-
Merge pull request chaynHQ#400 from chaynHQ/develop
Merge Develop onto Main
Configuration menu - View commit details
-
Copy full SHA for c1e4743 - Browse repository at this point
Copy the full SHA c1e4743View commit details
Commits on Apr 15, 2024
-
Merge pull request chaynHQ#401 from chaynHQ/develop
Merge Develop onto Main
Configuration menu - View commit details
-
Copy full SHA for 087efb5 - Browse repository at this point
Copy the full SHA 087efb5View commit details -
Merge pull request chaynHQ#409 from chaynHQ/develop
Merge Develop onto Main
Configuration menu - View commit details
-
Copy full SHA for 6157453 - Browse repository at this point
Copy the full SHA 6157453View commit details
Commits on Apr 16, 2024
-
Merge pull request chaynHQ#411 from chaynHQ/develop
Merge Develop onto Main
Configuration menu - View commit details
-
Copy full SHA for bde2126 - Browse repository at this point
Copy the full SHA bde2126View commit details
Commits on Apr 17, 2024
-
Merge pull request chaynHQ#414 from chaynHQ/develop
Merge Develop onto Main
Configuration menu - View commit details
-
Copy full SHA for 6aa0698 - Browse repository at this point
Copy the full SHA 6aa0698View commit details
Commits on May 9, 2024
-
Merge pull request chaynHQ#416 from chaynHQ/develop
Merge Develop onto Main
Configuration menu - View commit details
-
Copy full SHA for 45958f5 - Browse repository at this point
Copy the full SHA 45958f5View commit details
Commits on Jun 3, 2024
-
Merge pull request chaynHQ#422 from chaynHQ/develop
Merge Develop onto Main
Configuration menu - View commit details
-
Copy full SHA for a1972e7 - Browse repository at this point
Copy the full SHA a1972e7View commit details
Commits on Jun 4, 2024
-
Merge pull request chaynHQ#447 from chaynHQ/develop
Merge Develop onto Main
Configuration menu - View commit details
-
Copy full SHA for 208e91c - Browse repository at this point
Copy the full SHA 208e91cView commit details
Commits on Jun 5, 2024
-
Merge pull request chaynHQ#451 from chaynHQ/develop
Merge Develop onto Main
Configuration menu - View commit details
-
Copy full SHA for b172adc - Browse repository at this point
Copy the full SHA b172adcView commit details
Commits on Jun 10, 2024
-
Merge pull request chaynHQ#455 from chaynHQ/develop
Merge Develop onto Main
Configuration menu - View commit details
-
Copy full SHA for fb5ce99 - Browse repository at this point
Copy the full SHA fb5ce99View commit details
Commits on Jun 13, 2024
-
Merge pull request chaynHQ#470 from chaynHQ/develop
Merge Develop onto Main
Configuration menu - View commit details
-
Copy full SHA for b784543 - Browse repository at this point
Copy the full SHA b784543View commit details
Commits on Jun 14, 2024
-
Merge pull request chaynHQ#477 from chaynHQ/develop
Merge Develop onto Main
Configuration menu - View commit details
-
Copy full SHA for 8ce761e - Browse repository at this point
Copy the full SHA 8ce761eView commit details
Commits on Jun 17, 2024
-
Merge pull request chaynHQ#480 from chaynHQ/develop
Merge Develop onto Main
Configuration menu - View commit details
-
Copy full SHA for 54f9181 - Browse repository at this point
Copy the full SHA 54f9181View commit details
Commits on Jun 18, 2024
-
Merge pull request chaynHQ#482 from chaynHQ/develop
Merge Develop onto Main
Configuration menu - View commit details
-
Copy full SHA for f50aeb9 - Browse repository at this point
Copy the full SHA f50aeb9View commit details
Commits on Jun 24, 2024
-
Merge pull request chaynHQ#493 from chaynHQ/develop
Merge Develop onto Main
Configuration menu - View commit details
-
Copy full SHA for d7d0a0f - Browse repository at this point
Copy the full SHA d7d0a0fView commit details
Commits on Jun 25, 2024
-
Merge pull request chaynHQ#496 from chaynHQ/develop
Merge Develop onto Main
Configuration menu - View commit details
-
Copy full SHA for 2546082 - Browse repository at this point
Copy the full SHA 2546082View commit details
Commits on Jul 1, 2024
-
Merge pull request chaynHQ#497 from chaynHQ/develop
Merge Develop onto Main
Configuration menu - View commit details
-
Copy full SHA for 33c0f5d - Browse repository at this point
Copy the full SHA 33c0f5dView commit details
Commits on Jul 3, 2024
-
Merge pull request chaynHQ#504 from chaynHQ/develop
Merge Develop onto Main
Configuration menu - View commit details
-
Copy full SHA for 05cc216 - Browse repository at this point
Copy the full SHA 05cc216View commit details -
Merge pull request chaynHQ#506 from chaynHQ/develop
Merge Develop onto Main
Configuration menu - View commit details
-
Copy full SHA for 0224744 - Browse repository at this point
Copy the full SHA 0224744View commit details
Commits on Jul 4, 2024
-
Merge pull request chaynHQ#508 from chaynHQ/develop
Merge Develop onto Main
Configuration menu - View commit details
-
Copy full SHA for f32b31e - Browse repository at this point
Copy the full SHA f32b31eView commit details
Commits on Jul 8, 2024
-
Merge pull request chaynHQ#513 from chaynHQ/develop
Merge Develop onto Main
Configuration menu - View commit details
-
Copy full SHA for 6e86e5e - Browse repository at this point
Copy the full SHA 6e86e5eView commit details
Commits on Jul 16, 2024
-
Merge pull request chaynHQ#518 from chaynHQ/develop
Merge Develop onto Main
Configuration menu - View commit details
-
Copy full SHA for 18608e0 - Browse repository at this point
Copy the full SHA 18608e0View commit details
Commits on Jul 23, 2024
-
Merge pull request chaynHQ#527 from chaynHQ/develop
Merge Develop onto Main
Configuration menu - View commit details
-
Copy full SHA for b82ebff - Browse repository at this point
Copy the full SHA b82ebffView commit details -
Merge pull request chaynHQ#552 from chaynHQ/develop
Merge Develop onto Main
Configuration menu - View commit details
-
Copy full SHA for f7c3d34 - Browse repository at this point
Copy the full SHA f7c3d34View commit details
Commits on Aug 14, 2024
-
Merge pull request chaynHQ#564 from chaynHQ/develop
Merge Develop onto Main
Configuration menu - View commit details
-
Copy full SHA for b639486 - Browse repository at this point
Copy the full SHA b639486View commit details -
Merge pull request chaynHQ#582 from chaynHQ/develop
Merge Develop onto Main
Configuration menu - View commit details
-
Copy full SHA for 8d97ec6 - Browse repository at this point
Copy the full SHA 8d97ec6View commit details
Commits on Sep 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6777cd4 - Browse repository at this point
Copy the full SHA 6777cd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8bd158 - Browse repository at this point
Copy the full SHA c8bd158View commit details