Ghost/test/unit/helpers
Hannah Wolfe fd20f90cca
Divided f/e proxy into true proxy + rendering service
- The original intention of the proxy was to collect up all the requires in our helpers into one place
- This has since been expanded and used in more places, in more ways
- In hindsight there are now multiple different types of requires in the proxy:
   - One: true frontend rendering framework requires (stuff from deep inside theme-engine)
   - Two: data manipulation/sdk stuff, belongs to the frontend, ways to process API data
   - Three: actual core stuff from Ghost, that we wish wasn't here / needs to be passed in a controlled way
- This commit pulls out One into a new rendering service, so at least that stuff is managed independently
- This draws the lines clearly between what's internal to the frontend and what isn't
- It also highlights that the theme-engine needs to be divided up / refactored so that we don't have these deep requires
2021-09-29 13:10:14 +01:00
..
test_tpl Updated {{content}} helper partial template name 2021-02-09 13:59:52 +05:30
asset.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
author.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
authors.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
body_class.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
cancel_link.test.js Moved labs utlity to shared 2021-07-08 09:05:41 +01:00
concat.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
content.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
date.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
encode.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
excerpt.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
facebook_url.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
foreach.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
get.test.js Divided f/e proxy into true proxy + rendering service 2021-09-29 13:10:14 +01:00
ghost_foot.test.js Divided f/e proxy into true proxy + rendering service 2021-09-29 13:10:14 +01:00
ghost_head.test.js Divided f/e proxy into true proxy + rendering service 2021-09-29 13:10:14 +01:00
has.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
img_url.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
is.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
lang.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
link_class.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
link.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
match.test.js Fixed logic bugs in match helper (#13315) 2021-09-17 09:47:10 +01:00
meta_description.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
meta_title.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
navigation.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
next_post.test.js Bumped default API version export to be canary/v4 2021-07-07 18:44:21 +04:00
page_url.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
pagination.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
plural.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
post_class.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
prev_post.test.js Bumped default API version export to be canary/v4 2021-07-07 18:44:21 +04:00
price.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
raw.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
reading_time.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
t.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
tags.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
title.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
twitter_url.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
url.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00