Ghost/ghost/recommendations/test
Sag 6ee3d05da5
🐛 Fixed missing incoming recommendations (#21317)
ref https://linear.app/tryghost/issue/ONC-433

- due to a regression introduced in commit 871d21a, incoming
recommendations were not rendering in Admin Settings anymore, as they
were marked as deleted
- this commit updates the refresh logic of incoming recommendations on
boot: previously deleted incoming recommendations are refetched, and if
now available, restored
- when a recommendation is restored, we don't send a staff email
notification
2024-10-16 11:00:47 +02:00
..
.eslintrc.js Added recommendations CRUD api (#17845) 2023-08-29 15:06:57 +00:00
BookshelfClickEventRepository.test.ts Added full unit test coverage to recommendations package 2023-10-04 15:31:59 +02:00
BookshelfRecommendationRepository.test.ts 🐛 Fixed keeping existing attribution in recommendations (#19945) 2024-03-28 13:54:23 +01:00
BookshelfSubscribeEventRepository.test.ts Added full unit test coverage to recommendations package 2023-10-04 15:31:59 +02:00
IncomingRecommendationController.test.ts Added missing unit tests to the Recommendations package (#18489) 2023-10-04 21:52:22 +00:00
IncomingRecommendationEmailRenderer.test.ts Added full unit test coverage to recommendations package 2023-10-04 15:31:59 +02:00
IncomingRecommendationService.test.ts 🐛 Fixed missing incoming recommendations (#21317) 2024-10-16 11:00:47 +02:00
Recommendation.test.ts 🐛 Fixed adding recommendations with long excerpts (#19949) 2024-03-28 17:02:37 +01:00
RecommendationController.test.ts 🐛 Fixed adding recommendation with URL redirect breaking one-click-subscribe (#18863) 2023-11-03 15:02:45 +01:00
RecommendationMetadataService.test.ts 🐛 Fixed returning HTTP 500 response when recommendations check fails 2024-03-12 12:31:44 +01:00
RecommendationService.test.ts 🐛 Fixed adding recommendation when oembed fails (#19861) 2024-03-14 11:36:28 +01:00
UnsafeData.test.ts Added 100% unit test coverage for UnsafeData (#18443) 2023-10-03 11:01:29 +00:00
WellknownService.test.ts Renamed reason to description in recommendations table (#18527) 2023-10-09 11:19:44 -03:00