Ghost/ghost/recommendations/test
Sag 540660a49e
🐛 Fixed adding recommendations with long excerpts (#19949)
ref https://linear.app/tryghost/issue/ENG-801/unable-to-recommend-sites-with-long-excerpts

- recommending a site with a long excerpt was being blocked by a
validation error
- with this change, we truncate the excerpt to 2000 characters max. and
avoid showing an error in the UI
- with this change, the description length validation is also now
stricter; 200 characters max, instead of 2000, to match the UI
2024-03-28 17:02:37 +01:00
..
.eslintrc.js
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 Wired up Docker setup script and increased data generation performance (#19420) 2024-01-05 13:42:30 +00: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