Ghost/ghost/recommendations/src
Simon Backx 9abd466397
Renamed reason to description in recommendations table (#18527)
fixes https://github.com/TryGhost/Product/issues/4005

We no longer use the 'reason' of a recommendation, but allow a flexible
description instead. Because this is a breaking change in the API, we do
this before making this feature GA.
- Added new database utils for renaming a column
- Added new migration to rename the column
- Updated all references in code
2023-10-09 11:19:44 -03:00
..
BookshelfClickEventRepository.ts Added click tracking endpoints for recommendations 2023-09-14 14:47:02 +02:00
BookshelfRecommendationRepository.ts Renamed reason to description in recommendations table (#18527) 2023-10-09 11:19:44 -03:00
BookshelfSubscribeEventRepository.ts Added click tracking endpoints for recommendations 2023-09-14 14:47:02 +02:00
ClickEvent.ts Added click tracking endpoints for recommendations 2023-09-14 14:47:02 +02:00
IncomingRecommendationController.ts Added missing unit tests to the Recommendations package (#18489) 2023-10-04 21:52:22 +00:00
IncomingRecommendationEmailRenderer.ts Added missing unit tests to the Recommendations package (#18489) 2023-10-04 21:52:22 +00:00
IncomingRecommendationService.ts Added missing unit tests to the Recommendations package (#18489) 2023-10-04 21:52:22 +00:00
index.ts Added an option to recommend back in Admin Settings (#18478) 2023-10-04 15:22:04 +00:00
InMemoryRecommendationRepository.ts Fixed uniqueness validation of Recommendation URL (#18383) 2023-10-02 10:34:59 -03:00
libraries.d.ts Added BookshelfRepository and BookshelfRecommendationRepository 2023-09-01 15:10:34 +02:00
Recommendation.ts Renamed reason to description in recommendations table (#18527) 2023-10-09 11:19:44 -03:00
RecommendationController.ts Renamed reason to description in recommendations table (#18527) 2023-10-09 11:19:44 -03:00
RecommendationRepository.ts Added order option to recommendations API with sorting on counts (#18417) 2023-10-02 14:51:03 +00:00
RecommendationService.ts Added more unit test coverage for recommendations package (#18450) 2023-10-03 15:11:47 +00:00
SubscribeEvent.ts Added click tracking endpoints for recommendations 2023-09-14 14:47:02 +02:00
UnsafeData.ts Added 100% unit test coverage for UnsafeData (#18443) 2023-10-03 11:01:29 +00:00
WellknownService.ts Added more unit test coverage for recommendations package (#18450) 2023-10-03 15:11:47 +00:00