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
BookshelfRecommendationRepository.test.ts 🐛 Fixed keeping existing attribution in recommendations (#19945) 2024-03-28 13:54:23 +01:00
BookshelfSubscribeEventRepository.test.ts
IncomingRecommendationController.test.ts
IncomingRecommendationEmailRenderer.test.ts
IncomingRecommendationService.test.ts
Recommendation.test.ts 🐛 Fixed adding recommendations with long excerpts (#19949) 2024-03-28 17:02:37 +01:00
RecommendationController.test.ts
RecommendationMetadataService.test.ts
RecommendationService.test.ts 🐛 Fixed adding recommendation when oembed fails (#19861) 2024-03-14 11:36:28 +01:00
UnsafeData.test.ts
WellknownService.test.ts