0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00
ghost/core/server
Fabien O'Carroll 078060abdc
Refactored members service logging and errors (#10919)
* Installed @tryghost/members-ssr@0.2.1

refs https://github.com/TryGhost/Members/issues/38

This updates allows for dynamic access of the membersApi, which will be
used in future when replacing the membersApi instance with a newly
configured one.

* Set the membersApiInstance logger to use common.logging

refs https://github.com/TryGhost/Members/issues/38

Passes the Ghost logger to the members api, so that we can keep an eye
on errors produced by the api.

* Refactored memberService use to always use getter

refs https://github.com/TryGhost/Members/issues/38

This will allow us to switch out the membersApi and the consumers of it
to have the updated reference by going through a getter.

* Installed @tryghost/members-api@0.3.0

refs https://github.com/TryGhost/Members/issues/38

Adds support for setting the logger

* Uninstalled stripe@7.0.0

refs https://github.com/TryGhost/Members/issues/38

The stripe module is now a dep of members-api, as it should be

* Updated members service to reconfigure settings

refs https://github.com/TryGhost/Members/issues/38

Previously we were unable to stop an invalidly configured members api
instance, now that we create a new instance, we can wait for the ready
or error event and only switch it out then.
2019-07-18 15:37:11 +08:00
..
adapters Update Test & linting packages (major) (#10858) 2019-07-05 13:40:43 +02:00
api Refactored members service logging and errors (#10919) 2019-07-18 15:37:11 +08:00
config 🐛 Allowed .ico files to be uploaded for icons. (#10820) 2019-07-01 13:29:24 +07:00
data 🐛 Fixed import for tag without slugs that belongs to a post (#10917) 2019-07-16 12:01:44 +02:00
lib Update Test & linting packages (major) (#10858) 2019-07-05 13:40:43 +02:00
models Update Test & linting packages (major) (#10858) 2019-07-05 13:40:43 +02:00
public Update default 404 page 2019-07-15 14:47:01 +02:00
services Refactored members service logging and errors (#10919) 2019-07-18 15:37:11 +08:00
translations 🐛 Disallowed locked/suspended users from being made owner via the API (#10647) 2019-04-16 10:30:29 +01:00
views Update default 404 page 2019-07-15 14:47:01 +02:00
web Refactored members service logging and errors (#10919) 2019-07-18 15:37:11 +08:00
analytics-events.js Added event to integrations when created (#10588) 2019-03-11 15:28:17 +01:00
ghost-server.js Update Test & linting packages (major) (#10858) 2019-07-05 13:40:43 +02:00
index.js Extracted settings service part manipulating routes.yaml (#10800) 2019-06-25 18:33:56 +02:00
overrides.js
update-check.js Update Test & linting packages (major) (#10858) 2019-07-05 13:40:43 +02:00