Naz
e30a21aa88
Added custom worker message handler
...
refs https://github.com/TryGhost/Ghost/issues/12496
- Handling logging in the main thread avoids file handle leaks which happen due to leaky implementation of bunyan logger (see referenced issue for more context)
- Bumped job-manager version to allow for `workerMessageHandler` callback funciton
2021-02-22 13:04:18 +00:00
Daniel Lockyer
9a4be0007c
🐛 Fixed payment methods not getting attached to subscriptions
...
no issue
- when a customer updated their card, this wasn't being attached to the
subscription due to a code issue
- this meant that an expired card may still be the default payment
method, causing renewals to fail
- this was due to a missing `await` and an incorrect subscription ID
extraction in the underlying members-api package
- this commit bumps the members-api to fix this
2021-02-17 17:15:33 +00:00
Daniel Lockyer
59af54996a
🐛 Fixed new paid members showing up with status as 'incomplete'
...
no issue
- webhooks from Stripe may come in out-of-order, with the "created"
webhook arriving after the "updated" one
- this would cause a subscription record with "active" to then be
overwritten with "incomplete"
- due to a rewrite in members-api, we weren't re-fetching the Stripe record
before attempting to update the DB
- this commit bumps members-api, which fixes this issue
2021-02-11 18:30:54 +00:00
renovate[bot]
bc4ed6a614
Update dependency @tryghost/members-api to v0.37.7 ( #12586 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-02-01 14:11:53 +05:30
Renovate Bot
9e6be47f51
Update dependency keypair to v1.0.2
2021-02-01 03:05:29 +00:00
Renovate Bot
4a3eaf3ee1
Update Test & linting packages
2021-02-01 00:31:41 +00:00
renovate[bot]
a7524a3676
🐛 Fixed issue opening Stripe Checkout via data-members-plan
...
Update dependency @tryghost/members-api to v0.37.6 (#12580 )
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-27 15:46:23 +00:00
Renovate Bot
b354456f83
Update dependency ghost-ignition to v4.4.3
2021-01-27 13:48:30 +00:00
Renovate Bot
193e0b20e8
Update dependency sanitize-html to v2.3.2
2021-01-26 22:15:17 +00:00
renovate[bot]
0e08ce1612
Update dependency @tryghost/members-api to v0.37.5 ( #12575 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-26 13:15:02 +00:00
Renovate Bot
380ee8223a
Update dependency @tryghost/members-csv to v0.4.2
2021-01-26 09:53:26 +05:30
Renovate Bot
b6c9538e54
Update dependency @tryghost/magic-link to v0.6.4
2021-01-26 09:52:13 +05:30
Renovate Bot
10fcaf8f23
Update dependency @tryghost/members-ssr to v0.8.8
2021-01-26 09:51:43 +05:30
Renovate Bot
fad905d86c
Update dependency supertest to v6.1.3
2021-01-25 21:47:40 +00:00
renovate[bot]
646f63ebdf
Update dependency @tryghost/members-api to v0.37.3 ( #12571 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-25 14:27:04 +00:00
renovate[bot]
38647930b1
Update dependency @tryghost/members-api to v0.37.2 ( #12561 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-25 11:12:15 +00:00
Renovate Bot
01206217f5
Update dependency supertest to v6.1.2
2021-01-25 06:46:03 +00:00
Renovate Bot
8fd3034d3c
Update dependency sinon to v9.2.4
2021-01-25 00:51:49 +00:00
Renovate Bot
f8776c0536
Update dependency sanitize-html to v2.3.1
2021-01-22 20:35:28 +00:00
Renovate Bot
aae58ba4e4
Update dependency ghost-ignition to v4.4.2
2021-01-22 14:21:41 +00:00
Renovate Bot
cbfdf79661
Update dependency ghost-ignition to v4.4.1
2021-01-21 18:16:29 +00:00
Renovate Bot
5fed75d794
Update dependency ghost-ignition to v4.4.0
2021-01-21 15:51:27 +00:00
Renovate Bot
9c3c90a4be
Update dependency nock to v13.0.6
2021-01-20 20:54:25 +00:00
Renovate Bot
c3f5b188c4
Update dependency fs-extra to v9.1.0
2021-01-19 17:55:11 +00:00
Fabien 'egg' O'Carroll
ab5833182b
Updated @tryghost/members-api to 0.37.1 ( #12553 )
...
no-issue
* Internal refactor
* Change to the signature of the updateSubscription method
2021-01-19 11:12:52 +00:00
Renovate Bot
a0303a246e
Update dependency @tryghost/adapter-manager to v0.2.7
2021-01-18 11:01:22 +00:00
Renovate Bot
920592e0ac
Update dependency @tryghost/constants to v0.1.4
2021-01-18 11:00:50 +00:00
Renovate Bot
df4743b2f7
Update dependency eslint to v7.18.0
2021-01-18 07:52:33 +00:00
Renovate Bot
f7690dedc1
Update dependency supertest to v6.1.1
2021-01-15 19:09:28 +00:00
Renovate Bot
a9777139f9
Update dependency supertest to v6.1.0
2021-01-15 17:09:41 +00:00
Renovate Bot
42cac5a93b
Update dependency @tryghost/string to v0.1.16
2021-01-15 14:37:31 +00:00
Renovate Bot
6fef7046b6
Update dependency @tryghost/session-service to v0.1.15
2021-01-15 14:37:23 +00:00
Renovate Bot
3f890151af
Update dependency @tryghost/promise to v0.1.4
2021-01-15 14:37:14 +00:00
Renovate Bot
112109ca45
Update dependency jsonpath to v1.1.0
2021-01-14 21:06:38 +00:00
Renovate Bot
4e497fb9d1
Update dependency @tryghost/errors to v0.2.7
2021-01-13 18:06:31 +00:00
Renovate Bot
680133a888
Update dependency @tryghost/bootstrap-socket to v0.2.5
2021-01-13 18:06:23 +00:00
Renovate Bot
3ecc84c737
Update dependency @tryghost/social-urls to v0.1.18
2021-01-13 18:06:02 +00:00
Renovate Bot
fe888c7050
Update dependency ghost-ignition to v4.3.0
2021-01-13 16:02:06 +00:00
Renovate Bot
79b512df95
Update dependency @tryghost/job-manager to v0.7.1
2021-01-13 15:52:06 +00:00
Renovate Bot
1f2cebcc47
Update dependency @tryghost/html-to-mobiledoc to v0.7.9
2021-01-13 15:51:56 +00:00
Renovate Bot
e4adc5564a
Update dependency @tryghost/mw-session-from-token to v0.1.14
2021-01-13 15:51:39 +00:00
Renovate Bot
01bf344b14
Update dependency @tryghost/security to v0.2.4
2021-01-13 15:51:08 +00:00
Renovate Bot
5d55a54090
Update dependency @tryghost/url-utils to v0.6.25
2021-01-13 15:50:52 +00:00
Renovate Bot
78afa4cf1f
Update dependency @sentry/node to v5.30.0
2021-01-13 12:06:39 +00:00
Renovate Bot
f92cb0f31c
Update dependency @tryghost/zip to v1.1.8
2021-01-12 23:09:37 +00:00
Renovate Bot
51a452bd27
Update dependency @tryghost/vhost-middleware to v1.0.11
2021-01-12 21:09:34 +00:00
Renovate Bot
5805e9d93a
Update dependency @tryghost/helpers to v1.1.37
2021-01-12 19:07:03 +00:00
Renovate Bot
92de3f342a
Update dependency @tryghost/admin-api-schema to v1.4.3
2021-01-12 17:06:18 +00:00
Renovate Bot
c985a4f0c8
Update dependency @tryghost/kg-default-cards to v3.1.0
2021-01-12 13:06:22 +00:00
Renovate Bot
f1c78f6336
Update dependency @tryghost/kg-card-factory to v2.1.5
2021-01-12 11:23:04 +00:00