Ghost/ghost/core/test
Simon Backx 31a4135fec
Added members.last_commented_at and last_seen_at update when commenting (#15088)
refs https://github.com/TryGhost/Team/issues/1717

- Updates last_commented_at and last_seen_at (only once a day)
- Used the LastSeenAtUpdater, so we can combine updating last_commented_at and last_seen_at in one query + used same pattern
- Updated comments service to await emails in order to make E2E tests more stable (as we don't have any method to await emails and test emails otherwise). This removed the email sending logic from the `onCreated` hook of the model.
2022-07-25 17:35:46 +02:00
..
e2e-api Added members.last_commented_at and last_seen_at update when commenting (#15088) 2022-07-25 17:35:46 +02:00
e2e-browser Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
e2e-frontend Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
e2e-server Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
e2e-webhooks Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
integration 🏗 Added jobs table creation migration 2022-07-22 23:32:58 +12:00
regression Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
unit Fixed minor linting issue in member-count tests 2022-07-25 11:25:14 +02:00
utils Fixed TXT content of report emails (#15090) 2022-07-25 15:27:38 +01:00
.eslintignore Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
.eslintrc.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
.jshintrc Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00