0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/test/unit/services
Kevin Ansfield a6f5eb71be
🏗 Changed internal URL storage format to use __GHOST_URL__ (#12731)
closes https://github.com/TryGhost/Team/issues/467

- switches to storing "transform-ready" URLs in the database
- transform-ready URLs contain a `__GHOST_URL__` placeholder that corresponds to the configured url that gives a few benefits
  - much faster and less memory intensive output transformations through not needing to parse html or markdown - the transform can be achieved using a straightforward regex find+replace
  - ability to change to/from or rename subdirectory without any manual updates to the database
- modified existing 4.0 url-transformation migration rather than adding another one and repeating the transformation on posts rows
2021-03-05 13:54:01 +00:00
..
apps Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
auth Removed global.Promise override (#12182) 2020-11-04 10:55:47 +00:00
mail Fixed "no-shadow" eslint warning in tests 2020-10-19 17:45:26 +13:00
members 🏗 Flattened members subscriptions data in API (#12581) 2021-02-02 16:12:53 +00:00
permissions Fixed "no-shadow" eslint warning in tests 2020-10-19 17:45:26 +13:00
routing Fixed "no-shadow" eslint warning in tests 2020-10-19 17:45:26 +13:00
rss 🏗 Changed internal URL storage format to use __GHOST_URL__ (#12731) 2021-03-05 13:54:01 +00:00
settings Fixed cache test suite 2021-03-04 18:35:02 +13:00
themes 🐛 Fixed theme preview not decoding values properly 2021-03-01 11:54:50 +00:00
url Moved core/server/lib/common/logging to core/shared/logging (#11857) 2020-05-28 19:30:23 +01:00
labs_spec.js Hardcoded labs to always return members:true 2021-02-17 19:55:16 +13:00
slack_spec.js Refactored usage of the pre v4 "slack" setting 2021-02-15 15:25:54 +13:00
xmlrpc_spec.js Split the "Too many requests" error in ping service 2021-02-17 13:18:45 +13:00